Private/public setting per favorite, and a option to set as default.
DanielTheViking - August 4, 2006 - 13:29
| Project: | Favorite Nodes |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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".

#1
Re: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.
#2
digitaldragon, have you gotten anywhere with this?
#3
If 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.
#4
mr. Andrey, thanks for the tip, could be useful.
digitaldragon: did you get anywhere with this?