Closed (fixed)
Project:
Panels
Version:
6.x-3.7
Component:
Panel pages
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2010 at 19:53 UTC
Updated:
26 Sep 2010 at 18:41 UTC
I am not sure if this is the right place to post this.
I am trying to place a link in my panel page to "create content" .
I have several content types which create content for my taxonomy terms and each content type can be selected from the primary menu. I have a view which shows all the nodes of the taxonomy terms when the term is selected using argument.
My question is how do I make panels show menu link or create content link so that when "term A" is selected "create content type A" link shows up on the page. Currently if I add view to panel page and select primary link from menu, I get all content types link show up .
Thanks for any help.
Comments
Comment #1
merlinofchaos commentedI guess the only way to really do this would be to write a content type plugin that takes the taxonomy term context and provides the right link. You can look in the ctools_plugin_example directory for information on creating content type plugins.
Comment #3
k1 commentedThank you for the reply. I will look into ctools Plugins