Closed (fixed)
Project:
Recipe
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2007 at 10:06 UTC
Updated:
20 Oct 2008 at 00:59 UTC
Using this under 5.1 with the garland theme. I have a couple of taxonomies that are multiple allowed freetagging ones.
In the summary block on the recipe display page - only one term per category is shown. The full list is available when looking at the summary view (f.e. when shown on /node). It is also present at the end of the post (the normal category line).
Is this something in the theme that I can address with theme edits or is it something in the module itself?
Comments
Comment #1
brdwor commentedYou can address any theme issue in a custom theme function. All content created by the recipe module "should" be located inside a theme_* function. I would guess that what you are looking for is contained within the theme_node_recipe function in the module. I believe that you can overwrite this function in template.php in your theme. Please submit any updates to the function, and we can try to get them included into the next release of the module.
Comment #2
chrissearle commentedOK - I will take a look.
Comment #3
green monkey commentedclosed on age - if still active - please resubmit