Closed (fixed)
Project:
Points Voting Recommender
Version:
6.x-1.0-beta1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2010 at 19:07 UTC
Updated:
25 Jan 2010 at 18:30 UTC
Hello,
I'm using this module and I realized that it generates different blocks which only display the user/nodes' titles and I'd like to know if it's possible to change the displayed information (for example adding some CCK fields). I also looked at views but I didn't see any way to integrate it with this module.
Is there any way to change the displayed information? if so, how can I do it?
Thanks
Comments
Comment #1
danithaca commentedMostly I won't add the CCK fields support, because it might be too much coding. You can customize the code by adding some mouse-over messages in l(). Goto api.drupal.org for more details about l()
views support at #673386: Taxonews uses the UNSTABLE-9 theme API
Comment #2
c-c-m commentedI'm sorry, but I don't understand the link you've provided.
What I'd like to do is to create some recommendation blocks that that instead of showing a node title (or in addition to it) an image (which is a cck field) would be displayed.
I have two options to achieve that, but I don't know how to do any of them:
1: Edit your module's code and change the title with my Image field (in case I knew how to do that, or where to start)
2: Create a block using views that would display the field that I want and making use of some filter related to your module (supposing it existed)
Can anyone help me with this?
Thanks