Active
Project:
Favorite Nodes
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2009 at 00:34 UTC
Updated:
2 Sep 2011 at 12:34 UTC
Jump to comment: Most recent file
Comments
Comment #1
rares commentedComment #2
kbahey commentedComment #4
zorp commentedI had this same issue with the latest version... So went diving into the code and found that the above patch was implemented, but still a empty Favorites with a link to an empty view showed up on user profiile pages.
Found out it was due to the fact that $favorites array was created with content type name and therefor never will be empty.
i have attached a small Hack/patch that fixes it... I'm using it on my site and it works like a charm.
Comment #5
pavithra commentedNot working for me. The view function is not returning anything if there are no favorites ti be displayed.
Put in this patch and works for me.