Okay I want to be able to add rank in the window that says Hey,... you have x messages, y new...
i.e.
Hey, Puchu, you have 7 messages, 0 are new.
Total time logged in: 1 days, 21 hours and 37 minutes.
I would want to add rank next to the username...
i.e.
Hey, Puchu [rank], you have 7 messages, 0 are new.
is that possible???
I would like to have the rank actually in [ ] or some other brackets or quotes...
Yep.
index.template.php
Find
// If the user is logged in, display stuff like their name, new messages, etc.
if ($context['user']['is_logged'])
{
echo '
', $txt['hello_member'], ' <b>', $context['user']['name'], '</b>';
And modify that to your likings.