Closed (fixed)
Project:
Wishlist Module
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2006 at 01:37 UTC
Updated:
28 Dec 2006 at 20:02 UTC
Show next to each person's wishlist link how many items they have in their wish list queue.
Possibly show a "new item's" link/text next to a person's wishilst if they created a new item in a specified amount of time.
Comments
Comment #1
scott.mclewin commentedThis is partially done and was modeled after the way forums and comments work within Drupal. It takes advantage of the history table that keeps track of which nodes a user has viewed. Anonymous users will not see 'new' tags, but once you log in items that you have personally never viewed will be flagged.
The total number of wishlist items is not on the list summary page or in the block. I was not as keen on that change.
This is in head and will be merged with the 4.7 branch once this recent round of changes has been validated (or before D5 porting begins, whichever happens first)
Comment #2
ziggyk commentedThis is not working correctly on my site. Next to each person's name it shows the total number of new items for everyone. Not the individual amount of new items for each person.
For example, my reads:
* aabb's wishlist 20 new
* lbbccc's wishlist 20 new
* adda's wishlist 20 new
* mjkuuek's wishlist 20 new
Comment #3
scott.mclewin commentedOk, that is an embarrassing one to have gotten through. Clearly I tested with two browsers, one user account in each, so I missed that.
The fix is in HEAD and 4.7.
Comment #4
ziggyk commentedIt is working correctly now.
Comment #5
scott.mclewin commentedExcellent. Closing the issue.