Changed the way the menu reacts so now the forum does not changes horizantal. Perfect
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Looks as a non SMF forum now
and thats a compliment. Just learning a lot by just looking at the code and changing small stuff. And breaking it sometimes hehe...
// Are there any members waiting for approval?
if (!empty($context['unapproved_members']))
echo '
<li>', $context['unapproved_members'] == 1 ? $txt['approve_thereis'] : $txt['approve_thereare'], ' <a href="', $scripturl, '?action=admin;area=viewmembers;sa=browse;type=approve">', $context['unapproved_members'] == 1 ? $txt['approve_member'] : $context['unapproved_members'] . ' ' . $txt['approve_members'], '</a> ', $txt['approve_members_waiting'], '</li>';
}