Смайлы в форму быстрого ответа добавить

vbulletin
Скачать и импортировать в Управлении продуктами.
file.alice2k.ru/2010/vb/smilies_quickreply_1251.xml
file.alice2k.ru/2010/vb/smilies_quickreply_utf8.xml
В зависимости от вашей кодировки.

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

В шаблоне showthread_quickreply
найти
<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>


заменить на
<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>


Добавить в самый низ:
<span class="gen"><img src="http://www.adslclub.ru/forum/templates/subSilver/images/post_old.gif" alt="" /><a href="http://www.adslclub.ru/upload/" onclick="window.open('http://www.adslclub.ru/upload/','_imagehost','resizable=yes,width=380,height=200');return false;">Добавить изображение к сообщению</a></span>
<span class="gen"><img src="http://www.adslclub.ru/forum/templates/subSilver/images/post_old.gif" alt="" /><a href="http://manga.izumi-nsk.net/" onclick="window.open('http://manga.izumi-nsk.net/','_imagehost','resizable=yes,width=380,height=200');return false;">Добавить фаил до 300мб</a></span>


Пример:
Смайлы в форму быстрого ответа добавить в vbulletin

0 комментариев

Оставить комментарий