Quote:
Originally Posted by abramelin
(Post 1157200)
ok thanks, i'll be waiting :)
|
one other thing.. I strongly suspect that there may be an issue with your browser or something not loading properly from vBulletin.
When you view the source via your user(admin user..)..
can you do a search for "var vb_disable_ajax" ?
If you do not see this exactly then post what you have:
Code:
var vb_disable_ajax = parseInt("0", 10);
Additionally, via Firebug, in the console, could you copy and paste the following command into it and tell me if it returns true/false:
Code:
vB_AJAX_Handler.prototype.is_compatible();
And, could you do a "Save As" on the generate HTML from the page and post as an attatchment here? I just want to look at the text to try to identify anything that may be amiss.
And, the default style I see when I go to the site is the one you are using?
As a last result, I would try re-installing your browser and deleting your Firefox profile although that seems pretty extreme but there is a slim possibility that would fix it.
|