Posted by stinky on February 18, 2010 at 10:29am
3 followers
| Project: | Pollfield |
| Version: | 6.x-1.11-beta1 |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Issue Summary
This module is just what I'm looking for! I'd like to be able to add other fields in a view (e.g., Node Title).
Comments
#1
Do you mean view of votes? Or something else?
#2
I'd like to add the node title and other cck fields. For me, I'm using this module with workflow.
#3
Some more details....
Person with the role of contributor suggests a site to be added to a page (see createcontent.jpg).
Upon submission of the node, node_convert converts the node that includes a pollfield (see votestate.jpg). In this "state" an editor can make changes. They don't really need to change any of the pollfield settings, because we'll use the default. The editor moves the workflow state to "vote" so that members can vote (see votingform.jpg).
So, I'd like the view to contain the Node title and perhaps some cck fields, so it could look like the desiredview.jpg.
BTW, I am soooooooo happy I found this module. I've been pulling my hair out with fivestar and decisions trying to get it to do what I want. This mod is perfect!
#4
I am glad you like it. I did some work on this issue in dev version. You can check out and tell what you think. There is already build view as example and you can see how is done. Also read note for dev version on the project page.
#5
I have the dev version installed, but there isn't an option for Nodes (see nonode.jpg).
I'm looking at the views documentation to see if I can write my own pollfield.views.inc, but I'm not really a developer.
I'm trying to figure out how to do a three way join. So I can join pollfield_votes and users with uid and pollfield_votes and node on nid.
#6
OK, we are on same track and that is great. I try to figure out how do to tree way join and as I see it now it is not how views is design to work. I think we should try to use relationship and see how it will go. Maybe I miss something. I will keep trying. If you find out please post it and I will built in module.
#7
I did some work on dev version you can try it and let me know how you like it and if there is some problem
#8
I can't fully understand what the feature request is here. I will revisit this later, but it isn't a high priority right now, so I'm marking is accordingly.