The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding Link In AdminCP?
Hello All,
I'm wondering if anyone can lend a hand. In previous versions of vB I could add a link next to the ones shown in the image below. Since the upgrade I can't find where to add it. Does anyone have any ideas? |
#2
|
|||
|
|||
Nobody has a clue?
|
#3
|
|||
|
|||
Hello
try go to Languages & Phrases >> Search in Phrases and search thes Code:
forum_home_page and try add what you want |
#4
|
|||
|
|||
No luck C.ooder.
"Does not match" I can view the page source for the links (as follows) Code:
<table border="0" width="100%" height="100%"> <tr align="center" valign="top"> <td style="text-align:left"><a href="http://www.vbulletin.com/" target="_blank"><b>Admin Control Panel</b> (vBulletin 3.6.8 Patch Level 2<img src="http://version.vbulletin.com/version.gif?v=368&id=L544280f" width="1" height="1" border="0" alt="" style="visibility:hidden" />)</a></td> <td><a href="http://members.vbulletin.com/" id="head_version_link" target="_blank"> </a></td> <td style="white-space:nowrap; text-align:right; font-weight:bold"> <a href="../index.php" target="_blank">Forum Home Page</a> | <a href="index.php?do=cplogout" onclick="return confirm('Are you sure you want to log out of the control panel?');" target="_top">Log Out</a> </td> </tr> </table> The header on the "view page source" reads: admincp/index.php?do=head I've looked in the admincp index.php. but that only makes references to other .php's. I'm looking for the html. Any clue? Thanks again, WR |
#5
|
|||
|
|||
When you click on the text "Forum Home Page" next to your arrow, it takes you to your home page. Are you trying to get to your index page?
|
#6
|
|||
|
|||
Quote:
As I stated previously, I had placed this link there before the upgrade... but have forgotten where I added it.... (gray matter suffering, or the vB scripts have changed... Hope it's the later) Thanks vB Crew... Hope this can be resolved. I'll keep looking though |
#7
|
|||
|
|||
This is in the index.php file in the admincp folder. Give a shout if you need help adding the link.
|
#8
|
|||
|
|||
Thanks for the help vBCrew .... I added the phrase as suggested in your PM. Worked like a charm
|
#9
|
|||
|
|||
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> | 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> | Then I had whiterook create the new phrase. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|