Menu

Private or hidden tags

Help
Sue
2012-10-02
2012-10-03
  • Sue

    Sue - 2012-10-02

    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

     
  • Christian Weiske

    In the templates, you can check with

    if ($currentUser) {
    // show the tags
    }
    if someone is logged in.

    The templates are in data/templates/default/.
    Index template is "bookmarks.tpl.php", user details are on profile.tpl.php

     
  • Sue

    Sue - 2012-10-03

    Sure... simple as that :-) I check login for the sidebar now

    Thanks for the quick reply... and for sharing, it's a great app :)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.