How do I edit the title of this http://www.mothering.com/node/add/ask-the-experts to change "Create Ask the Experts" to "Ask Your Question"?

Thanks in advance for any help.

~Cynthia

Comments

adam_b’s picture

It looks as if "Ask the Experts" is the name of a node type. Try going to http://www.mothering.com/admin/content/types/list and see if it's one of the options there. If so, click the "edit" link, then under "Name" enter the new name you want.

WARNING: changing the name of a node type could affect views and other functions which depend on the node-type name, so be careful about this.

cynthiam’s picture

It is a node type and because we have some views set up for ask_the_experts I was concerned that editing it there will create conflict elsewhere. But I tried it. I changed it to Ask Your Question and now it displays "Create Ask Your Question". So I changed it to "Your Question" to get "Create Your Question" which I think we can settle for. I'll have to monitor this change and see if it creates any conflicts with the other content and views.

Thanks for the help everyone!

coreyp_1’s picture

Try this module: http://drupal.org/project/page_title

If that doesn't work for you, then there is a way to do it using PHP in a block.

-Corey

cynthiam’s picture

Thanks for this. If we find the edit we did presents problems I'll look more intently at this solution. It seems applicable. Thanks!

drooppi’s picture

Don't kill me if I get it wrong or point you in the wrong direction.

Obviously "Ask the Experts" is the name of your CCK custom content type, right?

Have you tried string overrides (dodgy!) in your settings.php?

Otherwise you'll have to install the "automatic nodetitles" module and use "Evaluate PHP pattern", so
if you're adding a new node of that content type, it changes the title accordingly.

cynthiam’s picture

I've not tried string overrides but if all else fails I'll come back and ask you more about this and about automatic nodetitles. Thanks!