Quote:
Originally Posted by cloferba
i have updated to vbulletin 4.1 and now i cant see the smiles on the quick editor.....
|
In the "showthread_quickreply" template, change the condition from this:
HTML Code:
<vb:if condition="($vbulletin->options['lynne_sb_below'] AND $vbulletin->options['lynne_sb_below_2']) AND THIS_SCRIPT == 'showthread'"><div class="editor_smiliebox">
To this:
HTML Code:
<vb:if condition="($vboptions['lynne_sb_below'] AND $vboptions['lynne_sb_below_2']) AND THIS_SCRIPT == 'showthread'"><div class="editor_smiliebox">