Re: BBLD problem
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>» <a href="' . get_option('wpbb_path') . '/topic.php?id=' . $bbtopic->topic_id . '&page&replies=' . '">' . __("$title_text") . '</a>';
}
else {
echo '<li>» <a href="' . get_option('wpbb_path') . '/topic.php?id=' . $bbtopic->topic_id . '&page' . '">' . __("$title_text") . '</a>';
}
hope that’ll help anybody.