Log in

View Full Version : Smilie Box Underneath Message Area


tnguy3n
07-12-2004, 10:00 PM
This mod will place the smilie box underneath message area.
Installation time: 3-4 mins

Requested here (http://www.vbulletintemplates.com/mods/showthread.php?t=5237)


Step 1:

in editor_toolbar_standard template,

FIND:
<if condition="$smiliebox"><td class="controlbar">$smiliebox</td></if>
</tr>


REPLACE WITH:
</tr>
<if condition="$smiliebox">
<tr valign="top"><td class="controlbar">$smiliebox</td></tr></if>

-----------------
Step 2:

In vBulletin Options, Message Posting Interface Options
change the value of following options:
- Smiliebox Total Smilies
- Smiliebox Smilies Per Row (15 - 20 should be fine)

jugo
07-22-2004, 05:05 PM
Perfect....I have some pretty large smilies and wanted to find a way to prevent them from screwing up the layout.

Thanks.

acegames
08-11-2006, 10:37 AM
can this be added to 3.60 ?

gonecountry
08-11-2006, 04:08 PM
I don't have editor_toolbar_standard template any other spots if can go???