Quote:
Originally Posted by Virtex-II
It works fine for me but I would prefer to place it below the "You last visited" string. How can it be done?
|
Go into the XML-File and replace
Code:
$search_text = '</strong><br />';
with
Code:
$search_text = '\$vbphrase[last_visited_x_at_y]</phrase>';
Then replace
Code:
$unread = construct_phrase('<a href=\"search.php?do=getnew\">'.$vbphrase['unread_posts'].'</a><br />',$postcount['unread']);
with
Code:
$unread = construct_phrase('<br /><a href=\"search.php?do=getnew\">'.$vbphrase['unread_posts'].'</a><br />',$postcount['unread']);
If I understood the Code correctly it should work fine for you!