Hi, I`ve searched hard but couldn`t find a mention of problem similar to mine. So I`m not sure if it happens just because wrong installation or settings for AF made by me.
I have two ways to see my forums list:
1. admin/content/forum - where I can see forums with urls like "forum/1"
2. /admin/content/taxonomy/ - where the same forums are listed with urls like "taxonomy/term/1"
The problem is if a set an alias for he first one it not set for latter. I have two different pages with two different views: 1. AF styled topiclist for "forum/1" path and 2. AF styled nodelist with full node body.
I`d like to get rid of doubling page with same name and be able to set one single url for one single forum.
Thanx
Comments
Comment #1
michelleForums are taxonomy terms so, yeah, you can get at them via both paths. This is the way core forum is designed and nothing to do with advanced forum.
Michelle
Comment #2
kollo-dherbois commentedI see.. Well, then may be any advises how to handle this issue? Just not to show Drupal taxonomy/term/termid paths and pages to user and search engines (hiding in sites menus and pages, disallowing in robots.txt etc.)?
It`s very strange. path_redirect module cannot handle redirect for two paths at once. So if a set an alias for forum/1 url path_redirect works for it, bot not for taxonomy/term/termid path (and vice versa)
p.s. excuse me for my bad english...
Comment #3
michelleNo, I don't, sorry. It's not something I've worried about. I don't have anything that links to those pages so neither my users nor the search engines have any reason to go there.
Michelle
Comment #4
kollo-dherbois commentedThanks, `ll try to find solution in general forum.
Just another question. Is it possible to make a future to set a forum url path while editing a particular forum on "admin/content/forum/edit/forum/41" (I`m not comfortable doing it by Pathauto) ?