[Wiki]Adding Custom...
 
Notifications
Clear all

[Wiki]Adding Custom Links

1 Posts
1 Users
0 Reactions
2,876 Views
(@tammy)
Posts: 2577
Member Moderator
Topic starter
 

Add the new page link to your options.

1. Goto Admin -> Page Links.

2. Enter the information about your new link.

3. "Submit" your link.

Add the new page link to your skin.

Option 1.

1.  Goto Admin->Blocks->Menu

2.  Click on the checkbox next to your newly added link.

3.  Position the new link in the list where you want it using the up and down arrows.

Note: Some skins will use a variables.php to mandate a menu different from the one set in this admin panel.  In those cases use option 2 below.

Option 2. 

1.  Open variables.php for the skin in question.
2.  To then add this extra link to the menu block you'd need to add it to the content list:

$blocks['menu']['content'] = array(
0 => 'home',
1 => 'members',
2=> 'search',
3 => 'tens',
4 => 'help',
5 => 'NEWLINK',
6 => 'login',
7 => 'logout',
8 => 'adminarea');

Look for the "content" list array.  Add your new link following the pattern above.

Option 3.

1.  Edit your skin's .tpl files to place the link where you want it.  The variable will be the name you assigned the link.  Continuing the example above {NEWLINK}.

Note:  This topic is locked to keep it uncluttered.  If you have questions, please start a new topic.


 
Posted : 30/03/2007 12:47 am
Share: