The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Extending the Dimensions of the smiley pop up
Thanks! That did the trick! Is it possible to change the dimensions of the more smile box pop up?
I think I found it: http://www.vbulletin.com/forum/showthread.php?t=102052 I must edit it manually for each template I think I did do this and it didnt work. This is in my editor_smile_box Code:
<if condition="$show['smiliebox']"> <fieldset id="{$editorid}_smiliebox" title="$vbphrase[smilies]"> <legend>$vbphrase[smilies]</legend> <table cellpadding="4" cellspacing="0" border="0" align="center"> $smiliebits <if condition="$show['moresmilieslink']"> <tr> <td class="smallfont" colspan="$vboptions[smcolumns]">[<a href="#" onclick="open_smilie_window(600, 750, $wysiwyg, '$forumid'); return false" title="<phrase 1="$vboptions[smtotal]" 2="$totalsmilies">$vbphrase[showing_x_smilies_of_y_total]</phrase>">$vbphrase[more]</a>]</td> </tr> </if> </table> </fieldset> <else /> <div id="smiliebox" style="display:none"></div> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|