нус с обновлением любимое имхо !
пожелание :может прикрутите быстрый ник если нужна помошь всегда
готов
баг : транслит не пашет я тут выкладывал доработанный на 33 буквы
http://imho.ws/showpost.php?p=1274435&postcount=20
и вот по просьбам смайлики
в быстром ответе
PHP код:
Open the showthread_quickrepl y template.
Find (without the ==)
=============
<td><div class="imagebutton" id="{$editorid}_cmd_ wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div>
</td>
============
add below
<td><div class="imagebutton">
<a href="#" onclick="vB_Editor['$editorid'].open_smilie_window( smiliewindow_x, smiliewindow_y); return false"><img src="images/smilies/sm4.gif" alt="Smilies" border="0" target="_blank" ></a></div>
</td>
Of course, you can change the src= part with a smiley of your choice ...
To add a seperator, add before or / and after
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" />
</td>