XMB Forum Software

How to add additional links under the banner?

airswoosh1 - 1-24-2013 at 06:41 PM

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 :thumbup:

vamsee - 1-27-2013 at 06:15 PM

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 - 1-27-2013 at 09:49 PM

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.