Quote:
Originally Posted by Redlinemotorsports
How can we move the text to a different place? I'd prefer it under the "Private Messages: Unread/Total"
|
Customize just the default Searchtext for proper Replacement
Find this in Paul's XML-Product-File:
Code:
$search_text = '</strong><br />';
Replace with:
Code:
$search_text = '\$vbphrase[private_messages_nav]</phrase></if>';
Find this:
Code:
$unread = construct_phrase('<a href=\"search.php?do=getnew\">'.$vbphrase['unread_posts'].'</a><br />',$postcount['unread']);
Replace with (just to ensure to have it in the new Line):
Code:
$unread = construct_phrase('<br /><a href=\"search.php?do=getnew\">'.$vbphrase['unread_posts'].'</a><br />',$postcount['unread']);
It should normally work (untested)!
Save with Notepad - Re-Import Hack, Allow overwrite 'yes', refresh Browser