bp_login_bar() + redirect_to : in rc1
-
Hi,
Since RC1 was released the header.php files use (for the login bar)
<div id=”search-login-bar”>
<?php bp_search_form() ?>
<?php bp_login_bar() ?>
<div class=”clear”></div>
</div>
Before RC1, the whole form was in the header.php file and you were able to put in a hidden field <input type=hidden name=”redirect_to” /> which would redirect a user to a specified page on login.
The re-direct is v.useful to me.
Is there a central script i could push this hidden field into so it would cover all login forms(including members pages). Or, if not, where could i find those functions i can modify the output to include my hidden field.
Cheers
- The topic ‘bp_login_bar() + redirect_to : in rc1’ is closed to new replies.