tags and keywords
|
andreszanet
![]()
Joined: 2006-11-01
Posts: 6 |
Posted: Wed, 2009-12-16 23:55
|
|
I would like know, how, if is possible, to hide tags and keywords of images for visitors. |
|


Posts: 27300
Just for guest users?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 6
Hi Dave, yes I would like hide tags only just for guest users, I think could be the best option... (4 me sure)
or if it isn't possible, I would like display tags only in back-admin.
Thank you in advance
Andre
Posts: 27300
There is a bunch of places that tags and keywords can show up.
one is TagCloud.tpl
Each view has a template and you can use this as example:
{if $user.isRegisteredUser} //code for showing tags and keywords go here // {else} Welcome, guest! If you register you can see the keywords and tags. {/if}Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team