PDA

View Full Version : Popup Problem


scarex80
12-14-2008, 09:27 PM
Hi to all,
I've updated our forum code from 3.6.8 to 3.7.4 PL1.

Now popup doesn't work.
In particular a code like this

<td id="usercpoptions" class="vbmenu_control"><a href="usercp.php">User CP</a>
<script type="text/javascript"> vbmenu_register("usercpoptions",true); </script></td>

is ignored, so there's no popup.

IE and Firefox debug mode say that vBulletin object is null referring to file vbulletin_menu.js and vbulletin_global.js files.

Someone can help me?

Lynne
12-14-2008, 09:45 PM
Do you mean popup? Or drop-down menu? If you are missing either, it's because you need to reinstall whatever modification you had installed before to do that since neither is standard vb.

scarex80
12-15-2008, 07:59 AM
Do you mean popup? Or drop-down menu? If you are missing either, it's because you need to reinstall whatever modification you had installed before to do that since neither is standard vb.

Sorry, I mean drop down menu.

VonRichtofen
12-15-2008, 09:14 AM
the forum that hve this problem is www.mmorpgitalia.it/forum

Lynne
12-15-2008, 02:14 PM
I can't see it because I'm not logged in, but regardless, you need to find the modification you used for that and reinstall it - like I said it isn't default vbulletin. Go to your User CP here and to Installed Modifications and it should be in that list if you hit Install.

scarex80
12-16-2008, 09:46 AM
I solved. The problem was probably the order in headinclude template.

I removed some javascript and reordered the others, and now it works!

Thanks Lynne for support :)