Only way I can think of is to add them into the templates directly.
By finding the place you want them displayed and adding this:
HTML Code:
<li><a href="memberlist.php{vb:raw session.sessionurl_q}">Your Text Here</a></li>
Replacing memberlist.php with the page you want to go to when you click on the link, and replacing Your Text Here with what you want the text displayed.
Chris