Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: 1.0 alpha 2 parse url error

Until this parse URl issue gets resolved “properly”, I’ve done a quick fix by replacing:

bb_new_topic_link();

with

if ( bb_is_user_logged_in() ) : bb_new_topic_link(); endif;

which simply checks of the user is logged in and then only displays the “ADD NEW” link otherwise nothing.

A better quick fix would be to have and else statement with a simple link to the login page if the users is not logged in.

Skip to toolbar