By dalegrebey on
Goal:
To personalize the User's website experience by displaying information in which they are specifically interested. I presumed I could do this using a combination of Profile and Views--but any and all suggestions are welcome.
Example:
This is my original thought process as to how this could potentially function...
- User checks checkbox in their profile for a field (e.g. rock & roll)
- Views displays all information tagged as rock and roll to that specific user.
To Sum It Up:
Basically, what I am trying to do is allow the user to choose what type of information they are interested in and than have the system display this type of information to the user--making it easier for the User to access information or see it at a glance. Not entirely too sure which route to go with this one.
Thanks all.
Comments
=-=
you can put the views in blocks. Then edit these blocks to allow users to turn them off or on. This can be done on their profiles.
homebox.module may also be useful in this type of request.