форум vBSupport.ru > vBulletin > Вопрос — Ответ > Помогите найти!
Register Меню vBsupport Изображения Files Manager О рекламе Today's Posts Search
  • Родная гавань
  • Блок РКН снят
  • Premoderation
  • For English speaking users
  • Каталог Фрилансеров
  • If you want to buy some product or script
  • Администраторам
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей

Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
for English speaking users:
You may be surprised with restriction of access to the attachments of the forum. The reason is the recent change in vbsupport.org strategy:

- users with reputation < 10 belong to "simple_users" users' group
- if your reputation > 10 then administrator (kerk, Luvilla) can decide to move you into an "improved" group, but only manually

Main idea is to increase motivation of community members to share their ideas and willingness to support to each other. You may write an article for the subject where you are good enough, you may answer questions, you may share vbulletin.com/org content with vbsupport.org users, receiving "thanks" equal your reputation points. We should not only consume, we should produce something.

- you may:
* increase your reputation (doing something useful for another members of community) and being improved
* purchase temporary access to the improved category:
10 $ for 3 months. - this group can download attachments, reputation/posts do not matter.
20 $ for 3 months. - this group can download attachments, reputation/posts do not matter + adds eliminated + Inbox capacity increased + files manager increased permissions.

Please contact kerk or Luvilla regarding payments.

Important!:
- if your reputation will become less then 0, you will be moved into "simple_users" users' group automatically.*
*for temporary groups (pre-paid for 3 months) reputation/posts do not matter.
Уважаемые пользователи!

На форуме открыт новый раздел "Каталог фрилансеров"

и отдельный раздел для платных заказов "Куплю/Закажу"

Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже:
Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
Sahal
Простоузер
Default Смайлы в быстром ответе!?
0

поделитесь пожалуйста хаком,смайлы в быстром ответе под 3.8
спасибо!!!
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
Sven
Front-End Developer
 
Sven's Avatar
Default
0

подойдет и от старых версий
 
 
Myhu
Вечный олень
Default
0

Sven, выложи хак пожалуйста.
 
 
Sven
Front-End Developer
 
Sven's Avatar
Default
0

Myhu, а поиск уже не помогает?
 
 
True
Администратор
 
True's Avatar
Default
1

Работают не то что от 3.7, но и от 3.6х.
 
 
GrayZOR
Специалист
 
GrayZOR's Avatar
Thumbs up
39

3.8.0 Tested and Works!
Attached Files
File Type: xml product-smilies_quickreply.xml (2.7 KB, 891 views)
 
 
GrayZOR
Специалист
 
GrayZOR's Avatar
Default
1

Quote:
Originally Posted by Sven View Post
Myhu, а поиск уже не помогает?
По идие при создании темы, должно было показать тему с хаком...
 
 
Myhu
Вечный олень
Default
0

GrayZOR, спасибо, я давно их искал.
 
 
Gilraen Vardamir
Продвинутый
 
Gilraen Vardamir's Avatar
Default
0

Народ, а если очень хочется вывести смайлы не выпадающим списком, в с правой стороны, как в форме создания темы? Как сделать?
 
 
Vangerltd
Знаток
 
Vangerltd's Avatar
Default
51

Gilraen Vardamir,
Smilies Box in Quick Reply (side)
Смайлы в быстром ответе (сбоку)
Версия .04 09.04.2009 - подтверждена работоспособность в линейках 3.7.х и 3.8.х



1) Импортировать продукт.

2) В файле /includes/functions_editor.php
найти
$editor_height = 100;
заменить на
$editor_height = 200;

3) В шаблоне showthread_quickreply
найти

PHP Code:
<div class="controlbar" style="padding-$stylevar[right]:8px">
    <
fieldset style="border:0px; padding:0px; margin:0px">
    <if 
condition="$show['qr_require_click']">
    <
textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:100%; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]disabled="disabled">$vbphrase[click_quick_reply_icon]</textarea>
    <else />
    <
textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:100%; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]"></textarea>
    </if>
    </
fieldset>
    <!--
width:$stylevar[messagewidth]-->
</
div
заменить на

PHP Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<
tr>
    <
td class="controlbar" style="padding-$stylevar[right]:8px; width:100%">
    <
fieldset style="border:0px; padding:0px; margin:0px; width:100%">
    <if 
condition="$show['qr_require_click']">
    <
textarea name="message" id="{$editorid}_textarea" rows="20" cols="80" style="width:100%; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]disabled="disabled">$vbphrase[click_quick_reply_icon]</textarea>
    <else />
    <
textarea name="message" id="{$editorid}_textarea" rows="20" cols="80" style="width:100%; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]"></textarea>
    </if>
    </
fieldset>
    <!--
width:$stylevar[messagewidth]-->
    </
td>
    <
td>
    
$smiliebox
    
</td>
</
tr>
</
table
Attached Files
File Type: zip product-smilies_quickreply_3.8.0.zip (1.9 KB, 475 views)
 

Tags
смайлы


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 11:39 AM.


Powered by vBulletin® Version Frozen Edition
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.