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....
How to hide the Index Tabs from the guests? - Index Tabbed
-
- Registered User
- Posts: 34
- Joined: Mon Oct 07, 2013 4:51 pm
Re: How to hide the Index Tabs from the guests?
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.-
- Registered User
- Posts: 3149
- Joined: Wed Nov 23, 2011 7:00 pm
- Location: UK
Re: How to hide the Index Tabs from the guests?
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
thnx for the info.
i fixed it - the code below place it
<!-- IF NEWEST_USER && S_REGISTERED_USER -->
thnx for the info.
-
- Registered User
- Posts: 34
- Joined: Mon Oct 07, 2013 4:51 pm
Re: How to hide the Index Tabs from the guests?
Here's some more IF statements (handy to have
)

-
- Registered User
- Posts: 3149
- Joined: Wed Nov 23, 2011 7:00 pm
- Location: UK