Here is what I did for whiterook. I edited the admincp/index.php file.
I added this
Code:
<a href="http://www.hissite.com/<?php echo $vbulletin->session->vars['sessionurl_q']; ?>" target="_blank"><?php echo $vbphrase['re_home']; ?></a>
|
above
Code:
<a href="../<?php echo $vbulletin->options['forumhome']; ?>.php<?php echo $vbulletin->session->vars['sessionurl_q']; ?>" target="_blank"><?php echo $vbphrase['forum_home_page']; ?></a>
|
Now there is a "Home" link to the home page, next to the "Forum Home Page" link to the forum index page.
Then I had whiterook create the new phrase.