How to change the header/title in the Contact page?
daneesia - July 24, 2007 - 04:35
Hi all.
Sorry to ask such a simple question, but how do I change the heading/title of the contact page for the (core) contact module?
I assume I need to edit the contact.module file? If so, what do I change, because I tried to change a few places and it didn't work. (I ran update.php, but still nothing.)
If not, what are the (exact) steps?
I am new, so you may need to dumb things down a bit :)
I searched the forums and documentation and found nothing on how to do this.
Thanks in advanced.
Dan

admin/build/contact/settings
you can change the header at this address:
domain.com/?q=admin/build/contact/settings
or this one for clean-urls
domain.com/admin/build/contact/settings
Is it what you wanted?
N.Mehrabany
niGraphic web design & photography
That does not work
Hi nimazuk
There is no place on that particular page to actually change the page title. I can only change "additional information" and "hourly threshold", but that's it.
I want to change the header/title from "contact" to something custom such that when the site loads domain.com/contact, the title is my custom one.
I assume the module itself needs to be changed, but I have no idea how.
Thanks,
Dan
Edit menu item...
You can change the title of page by editing the contact menu in admin/build/menu
just input your title in appropriate field in "Edit menu item" form.
is it what you wanted?
N.Mehrabany
niGraphic web design & photography
Thanks!
That was it...
Manually editing core files
Manually editing core files is not advisable. What do you want to change can you elaborate?
--
Cheers,
Sivanandhan, P. (a.k.a. apsivam)
I want to change the "subject" and "Message" label on module
How do I change the subject and message labels on the Contact Module?
locale module
You could do that using the locale module, by creating a custom English language and changing those strings to whatever you wish. See http://drupal.org/node/24593 for more information.