About UserValueList
userValueList is a snippet that can keep track of data across your website. It functions exactly the same as CookieList with the exception that UserValueList saves the data with the user extended fields.
You can use this snippet to store a variable (for instance the resource ID by default) and add this to a wishlist. The default output of the add snippet says "Add to wishlist". When you do this you can "Remove from wishlist".
As a website developer you can use this information to fill a getResources call or save it for later use.
If you want you can use multiple calls on one page and change the list key which allows multiple for lists on 1 page.
Information
Released
January 12, 2012
Supported Database
MySQL
License
GPLv2
Supported Versions
2.1 - <2.2
Downloads
1,725
Instructions
Just place the [[!addToUserValues]] snippet on your memberpages and read the value with [[!getUserValues]]