Closed (fixed)
Project:
Panels
Version:
6.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2009 at 15:17 UTC
Updated:
30 Sep 2010 at 07:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
Thomasr976 commentedHave similar need for a list of node titles by category in http://drupal.org/node/571620
Comment #2
esmerel commentedYou can use "Leave node title" (when adding a node, it's in the configuration modal), which will pull the title from the node, and use that as a link. That may bring the node's title in twice though, so you may need to modify your theme to compensate.
Comment #3
Thomasr976 commentedThat seems to be what is happening (see attachment). How is it that in a block this does not happen, but in a pane i can't get that list. Is there any way around modifying the theme?
Comment #4
mrbangkok25 commentedHi,
I am trying to receive the same result but i trying to do it with a new function in template.php:
in the function fourseasons_panels_pane:
i changed :
into
But i cannot get the $node->nid to get the right value, it looks like it is completely ignored
the link i get displayed is www.example.com/node/
i also tried but with the same results
Can i use the $node->nid from a function in template.php??
Comment #6
ionmedia commentedplease explain how can i CHANGE node tittle in a pane and save link function for it ?
Comment #7
Taz commentedI too do not see an easy way to do this. Feature request please?
Comment #8
thepocketgeek commentedI am having a similar problem. I created a view to pull up a specific page title. I then added that view to a mini-panel. When I do a live preview of the view (see the attached image - safety_view.jpg) the link works just fine. It links to the page correctly. But when I tried to add it to the mini panel (see the other attached image - safety_panel.jpg) the link does not work. I tried using the "add more link" option in addition to "link title to node" and neither work.
Is there more information I can provide to help figure out why this isn't working properly? I get the feeling I missed something simple.
Comment #9
merlinofchaos commented#8 is unrelated to this issue. Please file a separate issue.
#6: You want to change a title as well as link to it? That seems a little heavy for a panel pane.
It seems like a checkbox for "Link title to node" makes sense for the existing node content pane. Though setting 'override title' to true and leaving the title blank, then choosing 'leave node title' will have the same effect.
Comment #11
geek-merlinmerlins workaround works for me:
* set "override title", leave title blank
* set "leave node title"
and one and only one title will be displayed that links to a node
So a minimal fix might be to add explanation to the "leave node title" entry
Comment #12
merlinofchaos commentedThere's already an explanation of 'leave node title', or at least as much of one as we can put in.