Closed (works as designed)
Project:
Drupal core
Version:
6.16
Component:
taxonomy.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2010 at 09:07 UTC
Updated:
16 Nov 2010 at 18:38 UTC
Hi,
i tried to put some PHP code into the description section of a tag. When I now go to the overview page (list of nodes which have this tags) i can see my coding but it is not executed.
Could you please have a look at this?
Thanks francula
Comments
Comment #1
francula commentedHello,
i still have this problem! any idea?
Regards
Comment #2
francula commentedcould you please help me!!!
Comment #3
eiland commentedThere is no filter for term descriptions so don't expect the php filter to work out of the box.
You can use the views module instead; Set up the taxonomy term view to override the regular term display. And for the "Header" part of the view, allow PHP code. That should do it.