I would like to get rid of the text Topic “”. I tried to change the Title of the view but it can only override what comes in between the quotation marks. Or is this a bug that the Topic doesn't get overridden?

Comments

merlinofchaos’s picture

I don't know what text you're talking about.

merlinofchaos’s picture

Status: Active » Postponed (maintainer needs more info)
ericprk’s picture

This problem drove me nuts. I hope you're using the blueprint theme. I found the problem in the template.php file.

  // wrap taxonomy listing pages in quotes and prefix with topic
  if (arg(0) == 'taxonomy' && arg(1) == 'term' && is_numeric(arg(2))) {
    $title = t('Topic') .' “'. $title .'”';
  }
merlinofchaos’s picture

Status: Postponed (maintainer needs more info) » Fixed

Ahh, not a Views problem, then.

ñull’s picture

Thanks Ericprk for sharing that! Indeed I am using Blueprint.

Status: Fixed » Closed (fixed)

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

zdean’s picture

this has been fixed in Blueprint.

http://drupal.org/node/800644