News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Newly created tab, how to make this active?

Started by TuXAPuK, August 09, 2019, 08:06:04 PM

Previous topic - Next topic

TuXAPuK

On site "forum.rukilovolt.info" make'd new tab named as "Статьи"... But i have truble with active flag, how to make them "active" when page/subpage active?

Sir Osis of Liver

How did you add the button?  Code should look like this -



'test' => array(
'title' => 'test',
'href' => $scripturl . '?action=test',
'show' => true,
'sub_buttons' => array(
),
),


When in Emor, do as the Snamors.
                              - D. Lister

TuXAPuK

<code php>
            'articles' => array(
                'title' => 'Статьи',
                'href' => $scripturl . '?action=article-list',
                'show' => true,
                'sub_buttons' => array(
                ),
</code>

Sir Osis of Liver

Try this -



            'article-list' => array(
                'title' => 'Статьи',
                'href' => $scripturl . '?action=article-list',
                'show' => true,
                'sub_buttons' => array(
                ),

When in Emor, do as the Snamors.
                              - D. Lister


Advertisement: