WordPress + vBulletin Advice
I currently have my website set up so that the WordPress and vBulletin are almost completely integrated with each other. They share the same member database, and if you log in to the Forum, the same screenname is used in the comments of each WordPress post. Now the problem is logging in. Right now, I have a widget on WP that has a login-box that logs into the Forum directly from the sidebar of the WP page. Unfortunately, the login-box is static, which means that, even if the user is logged in, the login box remains the same. There is no indication that the user has logged in, even if he is.
So far, I've tried to install a plugin that would allow the widgets to accept PHP coding, but it either glitches out and shows nothing, or ruins the site altogether. What do I do?
Comments
I guess I'll have to physically go into widget.php and hard-code it in, eh?