PDA

View Full Version : Odd CSS/style problem with display getting "swapped" left to right...


Vig
01-28-2010, 03:14 AM
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:

https://vborg.vbsupport.ru/external/2010/01/18.jpg

When someone is logged in with the HTTP Authentication plugin, the vBulletin 4.0 homepage looks like this:

https://vborg.vbsupport.ru/external/2010/01/19.jpg

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 1264657034 at 1264657034 ---------------

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.