Is there a possibility to have private tags?
I use SemanticScuttle for my private bookmarks and I don't want the tags to be visible for everybody.
Currently the menu tags are visible on the start page and on the linked tags are visible on the user page.
Maybe it's possible to remove this parts for users not logged in. I would be glad if you could give me some hints … my last php experience is a while ago.
Cheers
Susanne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
Is there a possibility to have private tags?
I use SemanticScuttle for my private bookmarks and I don't want the tags to be visible for everybody.
Currently the menu tags are visible on the start page and on the linked tags are visible on the user page.
Maybe it's possible to remove this parts for users not logged in. I would be glad if you could give me some hints … my last php experience is a while ago.
Cheers
Susanne
In the templates, you can check with
The templates are in data/templates/default/.
Index template is "bookmarks.tpl.php", user details are on profile.tpl.php
Sure... simple as that :-) I check login for the sidebar now
Thanks for the quick reply... and for sharing, it's a great app :)