Quote:
Originally Posted by lelo
I'am chinese, so excuse me for my english ....
If change the $stylevar[formwidth] variable, the message area will not change with it.
I found the editor_toolbar_on_GTSMILIEBOX_3700 template must be add width="$stylevar[formwidth]"
origine:
PHP Code:
$vBeditTemplate[clientscript]
<!-- GTSMILIEBOX_3700-->
<table cellpadding="0" cellspacing="0" border="0"> <tr> <td id="$editorid" class="vBulletin_editor" width="100%"> <div id="{$editorid}_controls" class="controlbar"> <table cellpadding="0" cellspacing="0" border="0">
added:
PHP Code:
$vBeditTemplate[clientscript]
<!-- GTSMILIEBOX_3700-->
<table cellpadding="0" cellspacing="0" border="0" width="$stylevar[formwidth]"> <tr> <td id="$editorid" class="vBulletin_editor" width="100%"> <div id="{$editorid}_controls" class="controlbar"> <table cellpadding="0" cellspacing="0" border="0">
However a good job! and I have installed ....
|
Thanks for posting this, it's been bugging the hell out of me for a while now that my smilie box keeps pushing everything outside of the message form.