Quote:
Originally Posted by Analogpoint
Code:
global $vbphrase, $vbulletin; // if needed.
echo construct_phrase($vbphrase['private_messages_nav'], $vbphrase['unread_x_nav_compiled'], $vbphrase['total_x_nav_compiled'], $vbulletin->session->vars['sessionurl_q']);
|
Nice, thanks. It works.
I wonder, how did you know about all those variables? Is there some tutorial to learn how to convert other vBulletin phrases?