Maybe the Path Redirect module (http://drupal.org/project/path_redirect) might be able to help you...

Good luck! :)



Ryan LeTulle
March 26, 2011 11:35 AM


backup first! :)

Ryan LeTulle


bayousoft -twitter











Ryan LeTulle
March 26, 2011 11:35 AM


You can delete and recreate aliases:

http://example.com/admin/build/path

Ryan LeTulle


bayousoft -twitter











Jarry
March 26, 2011 11:15 AM



Thanks, seems to be a good idea. But if I understand correctly,
it will change paths only for topics created from now, but not
the old one. How can I update aliases for old content? Do I have
to edit it manually? And if I do, is it sure I do not brake
old links, if I change path aliases of already created content?

And one more thing: what about comments?
They have "comment/edit/[node]" and "comment/reply/[node]" links.
How can I change comment/edit & comment/reply links, but again
only for forum-topics? I did not find it in pathauto settings...

Jarry



Neil Coghlan
March 26, 2011 10:41 AM


There are different ways to do what you want. It sounds like the
simplest would be to use Path Auto module and make all your forum URLs
something like "forum/[nid]"

that will allow you to better filter blocks using the page visibility
settings.

another way is to get your hands dirty with the page.tpl.php file and
start putting some php conditional stuff in there so the entire sidebars
won't appear when there's a forum topic loaded...again, you'll probably
need to give all forum topics a "forum/xxx" type URL for that to work
Jarry
March 26, 2011 10:25 AM


Hi,

I'd like to hide left and right column on all my forum-pages
and use the whole width for central column (displayin topics).
How could I do that?

I know there is a "page specific visibility settings" for
each block, which I could use. But how can I filter all
forum-related content out, and nothing more?

I left "show on every page except the listed pages" setting
activated, and in "page" I put:

forum
forum/*

It works well, but only for all forum listing-pages.
When I click on certain forum-topic, blocks are displayed
again, because url is "/content/<topic>".

And that is the problem: if I add "content/*" to the above
mentioned settings, it will work, but for every content
on my web-page. And I do not want it for every content,
only for forum-content. But I do not know how to distinguish
between forum-content, and generally any content...

Jarry