Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
6.x-1.6
Component:
Page Manager
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
4 Jun 2010 at 04:29 UTC
Updated:
26 Jul 2025 at 01:19 UTC
Jump to comment: Most recent file
Comments
Comment #1
gooddesignusa commentedI just ran into the same issue.
Subscribing
Comment #2
gooddesignusa commentedin the mean time i got around this by adding this to my search-result.tpl.php file since I was already using it to remoe the $info.
Comment #3
mrgavindb commentedSame problem. Would love to find a solution. Right now, the above solution is probably the best solution.
Comment #4
gooddesignusa commentedThe solution I used above only worked if there were results. Searching a word that had no results still showed Home for the title.
I ended up throwing this in my template.php inside the preprocess_page function.
I'm in no way an expert using template.php and there is most likely a better way to do it but this works for the time being.
Comment #5
yan commentedSame here. The only workaround that works for me is #2. It'd be better to use t() to translate the title, too:
drupal_set_title(t('Search'));Comment #6
dawehnerThis is a duplicate of #635730: The page_title.inc plugin does not display the set page title.
Comment #7
yan commentedI'm not sure if this is really a duplicate, but let's see if resolving 655730 solves the problem...
Comment #8
mrtorrent commentedsubscribing
Comment #9
grendzy commentedthis problem is actually caused by #722246: ctools breaks (and duplicates) tabs on the search page
Comment #10
merlinofchaos commentedCore is having this problem in D7, too. We should be able to fix it the same way it is fixed in D7 (as what I did with the tabs is quite similar to the solution we came up with for core).
Comment #11
grendzy commentedThanks merlin. Sorry about the issue churn.
BTW, if someone is looking for a quick workaround simply removing the file ctools/page_manager/plugins/tasks/search.inc seems to work (assuming you don't plan to use panels to display the search pages).
Comment #12
merlinofchaos commentedChecked in a fix for this.
Comment #14
jastraat commentedJust in case anyone else is looking for this specific patch
Comment #15
truyenle commentedversion 6.x-1.8 does fix this issue cool!
Thanks