MyBB Community Forums

Full Version: Get More smilies link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For some reason the Get More link stopped working on my forum. The forum is http://hyperspacecafe.com/index.php
Test account?
Account: Test
Password: Test2013
Edit your smilieinsert_getmore template, and change the link to the following:
<a href="javascript:clickableEditor.openGetMoreSmilies('clickableEditor');">{$lang->smilieinsert_getmore}</a>
That code is already in my smilieinsert_getmore template.
Can you post your whole smilieinsert_getmore template here then?
<tr>
<td class="trow2" align="center"><span class="smalltext"><strong>[<a href="javascript:clickableEditor.openGetMoreSmilies('clickableEditor');">{$lang->smilieinsert_getmore}</a>]</strong></span></td>
</tr>
Well there's something replacing it, because what it shows in the HTML source is:
<!-- start: smilieinsert_getmore -->
<tr>
<td class="trow2" align="center"><span class="smalltext"><strong>[<a href="javascript:Smilies.openGetMoreSmilies('clickableEditor');">get more</a>]</strong></span></td>
</tr>
<!-- end: smilieinsert_getmore -->

That won't work. So you'll have to figure out what's changing it.
Do you think a plugin is changing it?
I found the problem. The Advanced WYSIWYG editor is not compatible with MyBB 1.69. I changed the editor and the Get More link is working now.