By jean84 on
hello,
i have a forum and in the forum i have a topic:
The Link to the forum is:
/forums/general-forum
But if i move into the forum topic the link will be:
content/homepage-betatesting
i would like to replace this with.
/forums/general-forum/homepage-betatesting
I have pathauto active but i cannot figure out the right orders for this.
Comments
I'm assuming you are using
I'm assuming you are using Drupal 7.
You can change the pattern of url aliases created by pathauto by clicking "Configuration" from the admin toolbar, then "URL aliases", then the "Patterns" tab. Then, add your custom pattern to the "Pattern for all Forum topic paths" field. You can see a list of replacement patterns by clicking "Replacement patterns" at the bottom of the "Content paths" section.
Once you have done this, you will need to go back to your forum post, edit and save it. The new path should now be set.
i using drupal 6
i using drupal 6
thankyou i got it with forums/[term-raw]/[title-raw] it takes the term of the vocabulary which is the forum...