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

danithaca’s picture

Status: Active » Fixed

Mostly 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

c-c-m’s picture

I'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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.