Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BBLD problem


archasek
Member

@archasek

finally, i added this code to my script and it works perfectly. line 238:

else {
get_currentuserinfo();
global $user_ID, $user_identity;

if ( $user_ID ) {
echo '<li>&raquo; <a href="' . get_option('wpbb_path') . '/topic.php?id=' . $bbtopic->topic_id . '&page&replies=' . '">' . __("$title_text") . '</a>';
}
else {
echo '<li>&raquo; <a href="' . get_option('wpbb_path') . '/topic.php?id=' . $bbtopic->topic_id . '&page' . '">' . __("$title_text") . '</a>';
}

hope that’ll help anybody.

Skip to toolbar