Log in

View Full Version : More Smilies link no longer pops up Window after 3.8.3 Upgrade...


Wonksta
07-07-2009, 12:38 PM
Hi there,

I upgraded vBulletin 3.8.2 to 3.8.3 last night since then it has been running fine until a few users pointed out that when they go into Advance mode (to reply) and click the Smilies button it doesn't bring up the little popup window with the rest of the smilies.

Is there a solution available? Here is the code for the Smilies button at the present time:

<td class="smallfont" colspan="3">[<a href="#" onclick="vB_Editor['vB_Editor_001'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false" title="Showing 15 smilie(s) of 28 total.">More</a>]</td>

Wonksta
07-10-2009, 02:53 PM
Anyone... :(

Lynne
07-10-2009, 02:58 PM
Try this -
Create a new style with no parent:

Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save

Then browse the site using that totally default vbulletin style - does the popup window work now?

Wonksta
07-12-2009, 02:32 AM
Hi Lynne it works fine in default template. What part of the template should I look at to figure out whats going on...

Thank you Lynee

Lynne
07-12-2009, 02:37 AM
I would look at any template used on that page that has been modified (it will be listed in red). (When you do an upgrade, you should upgrade your templates also.) To find the templates used on that page, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.