Hello,
I've done it before on a diffrent site I just don't remember how.
I seem to recal there was a module that allowed you to customize the path of your content. What I'm trying to achieve is to remove 'content' from the site path in my header so when I click on content I see "Home/My Page" rather than "Home/content/My Page".

How can I do this?

Thanks

Comments

BlackSash’s picture

The path module allows for custom page names, and will show what you want if you set it up correctly.
it's builtin in 4.7, but you'll have to add the module manually for 4.6.

-------------------------------
GU d- -p+ c++++ l++ e* m* s+ n+ h+ f? g+ w+++ t- r y?
Madcap - design - development - consultancy
http://www.madcap.nl - Running on Drupal, of course.

scouture’s picture

Thank you, but what I mean I want to hide 'content' from the path on the page itself. This one...
http://www.thecasinolink.com/drop/path.jpg

sepeck’s picture

You need to remove the php bit in your template file that display's the breadcrumb. I believe it will be print $breadcrumb or similier. If you just want to hide it on certain pages, then you will need to get fancy with an if else statement.

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

Renirtor’s picture

If I got your question properly, here is the answer:

http://drupal.org/node/62147#comment-97746

Renirtor