I'm using a plugin to support logins and it is working except there seems to be a CSS/style problem. When nobody is logged in, the vBulletin 4.0 homepage looks like this:
When someone is logged in with the HTTP Authentication plugin, the vBulletin 4.0 homepage looks like this:
Has anyone run into this before? I've been going through the documentation and examples trying to find what might cause this but there is a lot of "lightly" documented areas.
The plugin being used is here:
https://vborg.vbsupport.ru/showthread.php?t=234335
Thanks! Edit: Just realized this should probably go in the
vB4 Design and Graphics Discussions forum. Sorry...
--------------- Added [DATE]1264657034[/DATE] at [TIME]1264657034[/TIME] ---------------
Please disregard. It turns out the plugin needed to use the "global_complete" hook location. Once it was set to use it, the CSS problems went away.