View Single Post
Old May 12th, 2010, 12:46 PM   #17 (permalink)
Luciano
Registered User
 
Join Date: Aug 2005
Posts: 1,229
Well firefox gives an uncaught exception: Node was not found code:8 ns_error_dom_not_found_err

but thats a silent error, only shows in debug console..
that meens:
there is something missing..
I didnt have time to check.. but apparently the basic code is OK...
except, compared to a "normal" vbulletin menu.. there seems to be a display:none;
hardcoded..
@ chuck.. if you look at source code there is following line:

Code:
Content visible to verified customers only.
if I remember correctly the display:none; is not necessary for vbulletin menus in 3.8, its done with javascript onload..
by being there it hides the dom thus giving the error because javascript cannot access it..
(that would be my only explanation)

As I am not a photopost user it could also be a completely different error...
but i would try to remove the "display:none" from the template and see what happens...

Luc
Luciano is offline   Reply With Quote