Needs review
Project:
Page Title
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2011 at 02:44 UTC
Updated:
23 May 2018 at 08:12 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
philipz commentedI had the same problem with my custom view overriding taxonomy term page. The problem was I didn't set the Argument/Contextual filter Override title option like the default taxonomy/term/% view does. This is D7 screenshot but I guess it's quite the same in D6.
Comment #2
nicholasthompsonThis should be fixed in the next release... I'll leave this open just in case.
Comment #3
ergophobe commentedThanks for the tip Philipz!
Comment #4
jenlamptonFor everyone else who needs a fix to this bug now, updating to the dev version did the trick for me.
Comment #5
mariancalinro commentedWell, given that the first test in the if below checks that we are on a taxonomy term page:
we could run directly taxonomy_term_load(arg(2)):
My patch does that, and it works on taxonomy terms pages regardless of who controls the output.
Comment #6
alula.k commentedSame problem, with Drupal 8. Anyone found a way yet. I found this StackOverflow thread but I still haven't fixed the issue