Closed (fixed)
Project:
Panels
Version:
6.x-3.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2009 at 05:04 UTC
Updated:
29 Jan 2010 at 23:40 UTC
Hi guys I set up node template,
but I want the taxonomy to show, like for example when user view the node they can see term on the bottom or in a pane of my choosing.
remember how we use to be able to choose if we want the node to show links in panel 2?
I tried so many thing but nothing work in panels 3
please guide to what step i need to take to make it happen
I use panel 3
theme is acquia_marina
thanks
Comments
Comment #1
merlinofchaos commentedTaxonomy links are showed via the node template (they always have been) and are simply part of node.tpl.php -- it was this way in 2 as well as in 3. The 'node links' are a different set of links; they contain the 'add comment' and other links. Both of these should be displayable by simply using the 'node content' pane.
One thing you can do is use the panel identifier in the node content to create a special node-panel-IDENTIFIER.tpl.php that just contains the taxonomy links, if that's what you want.
Comment #2
wallbay1 commentedHye Merlin
I tried everything man, nothing do you think that it maybe cause by the fact that when I added a variant I did not select context?
Comment #3
wallbay1 commentedoff course for different layuot by content type is selection rules ...i m a dum asss ..lol
but i still cannot solve the taxonomy thing
Comment #4
merlinofchaos commentedUm. This has nothing to do with contexts or variants.
Taxonomy links are shown by node.tpl.php. Flat out. There's no options I can set to change or affect this during the render process. You have to modify your node.tpl.php or use a template suggestion to change which one.
There's an open feature request to make a pane to show them.