SimplePortal

Customization => Themes and Graphics => Topic started by: badger on December 29, 2010, 07:04:16 PM

Title: adding menu links
Post by: badger on December 29, 2010, 07:04:16 PM
I have added a new page link everything works fine but when I select that link, How do I make it so it shows the selected button instead of it showing the home button shaded?
Title: Re: adding menu links
Post by: 130860 on December 29, 2010, 08:06:00 PM
what theme are you using?  can you attach your theme's index.template.php
Title: Re: adding menu links
Post by: badger on December 29, 2010, 09:31:29 PM
what theme are you using?  can you attach your theme's index.template.php

I am using DS Natural by DzinerStudio  1.1.12

Title: Re: adding menu links
Post by: 130860 on December 30, 2010, 11:36:54 AM
ok, try this one,  waht I did was define the current action:

if ($_REQUEST['page'] == 'servers')
      $current_action = 'servers';

for your page "servers"
Title: Re: adding menu links
Post by: badger on December 30, 2010, 04:00:41 PM
ok, try this one,  waht I did was define the current action:

if ($_REQUEST['page'] == 'servers')
      $current_action = 'servers';

for your page "servers"

Thank you!
SimplePortal 2.3.8 © 2008-2024, SimplePortal