[bbDev] Re: login classes..

spencerp spencerp1 at gmail.com
Mon Jan 8 01:19:22 GMT 2007


Many props goes to boyevul on GoogleTalk! ;) ;D The login codes were placed in the theme's header2.php file, directly after an "onclick" action, which was the culprit.

So this:

<div id="header" onclick="location.href='<?php bloginfo('url'); ?>';" style="cursor: pointer;">
<h1><a href="<?php bb_option('uri'); ?>"><?php bb_option('name'); ?></a></h1>
<?php login_form(); ?>
<div id="memlist"><a href="<?php bb_memberlist_link(); ?>">Member List</a></div>
</div>

Was changed to this:

<div id="header">
<h1><a href="<?php bb_option('uri'); ?>"><?php bb_option('name'); ?></a></h1>
<?php login_form(); ?>
<div id="memlist"><a href="<?php bb_memberlist_link(); ?>">Member List</a></div>
</div>

And all was peachy! I didn't however upload the latest files of bbPress to the online copy, and I didn't upload the new changes that were just made here either.. I will then .. ;) :D 

Either way, problem is solved! However, I'd still like to see those login or general forum "classes" maybe change to be different then the WordPress one's. ;):) Would make things, so much more simpler when integrating blog themes around the bbPress forums. ;) :D

--
spencerp
http://spencerp.net

[I originally wrote before>
Besides the normal borking (making the input fields on-top of one another..) When clicking into the fields .. it's taking me to the blog's index at: http://localhost/  
 
I know to most, it is easy to adjust this stuff, but.. was just thinking if the login form classes and such could be changed before next release.. that'd be awesome, and a big help.. I don't know though, whatever you think, and everyone else I suppose.. lol.. Just thought I'd ask, that's all.. =P ~~]




More information about the bbDev mailing list