airswoosh1
New Poster

Posts: 4
Registered: 1-6-2013
Member Is Offline
|
|
How to add additional links under the banner?
How would I go about adding additional links to the bar under the banner?
So next to Search - FAQ - Member List .....etc.
Thanks in advance 
|
|
vamsee
Experienced
 
Posts: 50
Registered: 1-5-2003
Member Is Offline
Mood: No Mood
|
|
login as admin and in administration panel, edit HEADER template.
look for
<td class="navtd"><font class="navtd">$links $pluglink</font></td>
after $pluglink you can add whatever external/internal links with <a href="your link here"></a> html tag
|
|
Mouser
XMB Contributor
      
Posts: 202
Registered: 4-14-2008
Member Is Offline
Mood: Christmasy. Yes, in September.
|
|
Edit the config.php
Find this and enjoy
Code: | // Start Plugin code
$plugname[$i] = ''; // This is the name of your plugin. eg. Avatar Gallery, TeddyBear, etc.
$plugurl[$i] = ''; // This is the location, link, or URL to the plugin
$plugadmin[$i] = false; // Is this plugin only for admins? Set to true if the plugin can only be seen/used by (super-)admins, false when it's can be used by anyone
$plugimg[$i] = ''; // This is the path (full URL) to the image to show in front of the text.
$i++;
// End plugin code. |
|
|