Quote:
Originally Posted by JasonWilliams
I've got it installed, a wonderful peice of kit, although I have an error on the page :
Now I've looked at that line, here it is:
Code:
<td class="smallfont" colspan="5">[<a href="#" onclick="open_smilie_window(smiliewindow_x, smiliewindow_y, , ''); return false" title="Showing 25 smilies of 65 total.">More</a>]</td>
After trying to click on the "More" link, nothing happens. Any ideas?
TIA
JW
|
In profile.php locate:
$show['moresmilieslink'] = iif ($totalsmilies > $vboptions['smtotal'], true, false);
ADD THIS BEFORE
$wysiwyg = 0;
There are two instances of this in profile.php. One somewhere around line 271 and the other one around 385.
New .ZIP file includes this fix already.