News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

help adding menu bar.

Started by elguapo, January 05, 2011, 02:02:43 AM

Previous topic - Next topic

elguapo

hello, need help please? i want to add a title link on my menu bar between members and logout.. i want to add this link http://pinoymobility.com/forum/index.php?wap2 with the title WAP.. thanks to anyone who can help.

Baby Daisy

あなたは私のお尻にキスするとき、私はそれを愛する

elguapo

do you mean subscriptions.php? here is it .. thanks..

Baby Daisy

Sorry, I should have been more clear.

./Sources/Subs.php
あなたは私のお尻にキスするとき、私はそれを愛する

elguapo

Quote from: Baby Moonview Daisy on January 05, 2011, 03:05:46 AM
Sorry, I should have been more clear.

./Sources/Subs.php
here you go maam.. :D

Baby Daisy

Find this:
'mlist' => array(
'title' => $txt['members_title'],
'href' => $scripturl . '?action=mlist',
'show' => $context['allow_memberlist'],
'sub_buttons' => array(
'mlist_view' => array(
'title' => $txt['mlist_menu_view'],
'href' => $scripturl . '?action=mlist',
'show' => true,
),
'mlist_search' => array(
'title' => $txt['mlist_search'],
'href' => $scripturl . '?action=mlist;sa=search',
'show' => true,
'is_last' => true,
),
),
),


Add after:
'wap' => array(
'title' => 'WAP',
'href' => $scripturl . '?;wap',
'show' => true,
'sub_buttons' => array(),
),
あなたは私のお尻にキスするとき、私はそれを愛する

elguapo

aw.. thanks maam.. i did it and it works but how can i change the link? :( it's supposed to be wap2 on the end of the link maam.

Baby Daisy

Find:
'href' => $scripturl . '?;wap',

Replace with:
'href' => $scripturl . '?;wap2',
あなたは私のお尻にキスするとき、私はそれを愛する

elguapo


Advertisement: