PDA

View Full Version : How to move post icons to right or post area and smilies below?


Quarterbore
01-26-2006, 12:26 PM
I have a bunch of smilie junkies and I would like to move my smilies to the wider area below the text entry box and use the smaller area to the right for the "Post Icons" as I allow less of these...

I have looked for a hack to do this with no luck...

EDIT 1:

Unless someone finds a hack or suggests how to do this I will work on it here a little...

The template this is associated with is: "newreply"

Inside there is a reference to: $messagearea

I assume this is where the smilies are posted curently but I can't find this yet..

S@NL - BlackBik
01-30-2006, 08:58 PM
This just came out (https://vborg.vbsupport.ru/showthread.php?t=106747) :)

UnmodNick
04-25-2006, 01:54 PM
This just came out (https://vborg.vbsupport.ru/showthread.php?t=106747) :)

Anyone know how to do this is 3.0.8?

I just looked at this code for 3.5.3 and it apparently does not apply to an older version (the template editor_toolbar_on doesn't exist...)

This is exactly what I would like to do though, move the smilies underneath the message box.

Thanks.

Disregard... I figured it out... had to edit both the standard and WYSIWYG editor template and just moved the "<if condition="$smiliebox"><td class="controlbar">$smiliebox</td></if>" bit to the end of the table and added a <tr> before and </tr> after...