Active
Project:
Mark
Version:
6.x-1.0-beta4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
10 Oct 2010 at 21:02 UTC
Updated:
20 Dec 2010 at 13:41 UTC
Hi,
I have used "mark" module. It works fine for marks to be applied on views page and on node body section. There also field appear regarding "mark" in views "Add Field" section,
but the problem is , I can't filter "marked" contents, strangely there is no field in views "Filter" OR "Argument" section regarding "mark" , but there is field (as mentioned above) in views "Add Field" section.
Please post solution or recommendations here. I am using views3 module.
Thanks
Comments
Comment #1
droplet commenteddig into code and only see views_handler_field.
Comment #2
jmiccolis commentedMark is simply a different UI for the "Voting API". The Views module integration for filtering and sorting is provided via the fields & relationships that the "Voting API" provides. Depending on what you need to do, you'll probably want to add a relationship to the "Votes" table and filter on that.