Closed (fixed)
Project:
Taxonews
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2009 at 15:32 UTC
Updated:
2 Sep 2009 at 16:20 UTC
$Id: taxonews.module,v 1.10.8.10 2008/10/13 09:09:10 fgm Exp $
hello i m quite novice on drupal.
Is there a way to have with all the news, pictures if some are linked to a news with cck in my exemple.
i mean i got a "ad content" and i added field with cck (image, ...) and it's linked to a taxonmy
when i display taxonews results i only have a link but i'd like to have the picture with it.
are you plannign to work on that or do you ahve some idea?
Comments
Comment #1
fgmThe best way to achieve what you are looking for is probably to create a custom template or theme function in your theme for the taxonews block, and render the nodes as you want. Taxonews passes the node info to the theme function generating the block, so you can change its rendering freely. Or you can use Views instead of Taxonews.
Comment #2
fgmForgot to set status.
Comment #4
fgmActually, new feature in 7.x.