Active
Project:
Favorite Nodes
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2006 at 13:29 UTC
Updated:
19 Oct 2007 at 01:12 UTC
The Bookmarks module does it all private, with no option of tagging some as publicly available. This module does the opposite. We only need one module for this, should be combined. There are several good reasons why one want to be able to set a subset of the favorites as "hidden" or "private".
Comments
Comment #1
digitaldragon commentedRe:The Bookmarks module does it all private, with no option of tagging some as publicly available. This module does the opposite. We only need one module for this, should be combined. There are several good reasons why one want to be able to set a subset of the favorites as "hidden" or "private".
-------------------
I agree with DanielTheViking. I am about to try and hack out the favorites from showing on the profile page because of security issues. A proper function to turn off profile listings would be a great start. Ability to set specific links to private would be ideal.
Comment #2
Christefano-oldaccount commenteddigitaldragon, have you gotten anywhere with this?
Comment #3
mr.andrey commentedIf you're using a custom tpl file for your profile, you could add a profile field checkbox that says something like "don't show my favorites to anyone". Then do a simple if ($account->box) { don't display }. Rather rough and general, but it can be useful.
Best,
A.
Comment #4
Leeteq commentedmr. Andrey, thanks for the tip, could be useful.
digitaldragon: did you get anywhere with this?