Project:Classified Ads
Version:6.x-2.0-alpha5
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

I want to change the title on the page that lists the taxonomy. I have been searching but cannot find it. Where can I change this?

Comments

#1

@NGTLD: which page do you mean? Something like http://www.somesite.com/category/classified-ad-category/wanted or http://www.somesite.com/ed-classified or somewhere else?

Cheers,

Miles

#2

I don't know about NGTLD - but I'd like to know how to change http://www.somesite.com/ed-classified to http://www.somesite.com/classifieds

#3

Miles, I would like to know how to do this as well.

James

#4

Your best option is the Pathauto Module. Also a must for any Drupal driven site.

#5

To change the title of the page at http://www.somesite.com/ed-classified you have the option of changing the Name: field for the content type ed_classified or use the String Overrides module.

#6

Status:active» fixed

The request by @plan9 is actually about changing the URL, not the title: for this just define an alias:

  1. enable core optional module "path" if it is not already there
  2. define an alias at http://(site)/admin/build/path/add
    • first field: ed-classified
    • second field: classifieds

For the page title, you can use a string override as suggested by @Weka, or go all the SEO way and use module Page Title.

#7

Status:fixed» closed (fixed)

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