By deadhippo on
Hi,
I wanted to have a setting for the forum where no adds appear on the right hand side. For other paths, for example, for admin where I don't want to see ads I exclude pages as follows
admin/*
I though I could do the same with the forum but forum posts have the path node/
Is it possible to chnage all forum posts to a forum/ path?
Then sub forums could be, for example, forum/general and i could have different setting for those.
Comments
=-=
some testing with the core path.module will need to be done and also investigate the pathauto.module which extends cores path.module to change the paths.
Thats gone way over my head.
Thats gone way over my head. I guess I will just make static pages for what I need.
Thanks anyway.
The pathauto module allows
The pathauto module allows you to set the path (URL) of various node types... so for a forum post you could set the path to be forum/
Download pathauto (http://www.drupal.org/project/pathauto) and it will become clear.