WP+BB integrated, theme integrating login issues..
-
On the localhost, I have the blog at => http://localhost/
the forums at => http://localhost/forum/
I’m trying to implement the blog’s theme around the forums, but, some how when clicking in the Username or Password fields on the forum, it redirects me to the http://localhost/
I can’t even type a letter in there, just trying to put the cursor into it redirects me to the blog.. With Javascript disabled, it’s fine.. Is there any way to have the forum’s login classes, different from the WP one’s?
I’d like to add the forum css styles to my main theme style sheet, but.. not really sure what’s the best way at changing login classes sigh. I know some CSS stuff yes, just when it comes to classing forms, and stuff.. I’m not too great..
(I did for the most part, get the header, footer, sidebar from the blog’s main theme, around the forums..
It’s just some of the stuff is borking the login for the forums. The classes for the WP login stuff, is apparently doing it to the forums sigh. The input fields are not “inline”.. they are on top of one another.. and the login button on the blog, is pushed to the far right.. rather then directly under the login field form.. )
Any suggestions, thoughts, fixes.. anything lol?
spencerp
- You must be logged in to reply to this topic.
Also, please keep in mind, things might be broke, still screwy.. just register if you can, only for testing purposes..

The login codes were placed in the theme’s header2.php file, directly after an “onclick” action, which was the culprit.