XFileSharing Pro - Global vars for users and premium users?

Message
Author
sebko
Posts: 22
Joined: Oct 23, 2012 10:07 pm

Global vars for users and premium users?

#1 Postby sebko » Oct 24, 2012 8:17 pm

Hello,
I'm searching for template if's / var's that I will can hide choosen webite element from users or from premium users.
How Can I do this?
Thanks in advance

bee199
Posts: 36
Joined: Aug 18, 2012 4:40 pm

#2 Postby bee199 » Oct 26, 2012 10:39 am

<TMPL_IF ads>
<---Content For Non Premium Members--->
<TMPL_ELSE>
<--Content For Premium Members-->
</TMPL_IF>

sebko
Posts: 22
Joined: Oct 23, 2012 10:07 pm

#3 Postby sebko » Oct 26, 2012 12:54 pm

Thanks for answer bee199.
I see that tags:
<TMPL_IF premium></TMPL_IF>
works the same like tags what You wrote in post ;)