Warning: The author of this contribution does not provide support for it anymore.

Index Tabbed

How to hide the Index Tabs from the guests? - Index Tabbed

How to hide the Index Tabs from the guests?

by ajay18 » Tue Apr 15, 2014 5:28 pm

Hi guys....

i have a question about Index Tabbed Mod.

How to hide the Index Tabs from the guests...?

Could you pls. help me out...i am trying to figure out how to do that and where to place it.

is this right...? - <!-- IF S_USER_LOGGED_IN --> <!-- END IF -->

if it is...then how to place this code..?

thanks for the help....
ajay18
Registered User
Posts: 34
Joined: Mon Oct 07, 2013 4:51 pm

Re: How to hide the Index Tabs from the guests?

by 5hocK » Tue Apr 15, 2014 5:51 pm

You could replace <!-- IF S_INDEXTABS --> with <!-- IF S_INDEXTABS && S_REGISTERED_USER --> and guests would see the default view, or do you want just the tabs hidden with the new display? Not sure how that can be done.
5hocK
Registered User
Posts: 3149
Joined: Wed Nov 23, 2011 7:00 pm
Location: UK

Re: How to hide the Index Tabs from the guests?

by ajay18 » Wed Apr 16, 2014 1:43 am

Well, i want to display only login/register tab for the guest and rest of the tabs are hidden....
i fixed it - the code below place it

<!-- IF NEWEST_USER && S_REGISTERED_USER -->

thnx for the info.
ajay18
Registered User
Posts: 34
Joined: Mon Oct 07, 2013 4:51 pm

Re: How to hide the Index Tabs from the guests?

by 5hocK » Wed Apr 16, 2014 6:45 am

Here's some more IF statements (handy to have ;))
5hocK
Registered User
Posts: 3149
Joined: Wed Nov 23, 2011 7:00 pm
Location: UK