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

merlinofchaos’s picture

Status: Active » Fixed

I 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

k1’s picture

Thank you for the reply. I will look into ctools Plugins