Hi
Basically I want to the Url to appear in this format:
www.{domain name}.com/{category id}/{category name}/{forum id}/{forum name}/{post id}/{post name}
I managed to work out this format so far:
www.{domain name}.com/{category id}/{category name}
but can't get {category id} and {category name} when displaying the url in this format:
www.{domain name}.com/{category id}/{category name}/{forum id}/{forum name}
The ForumPage can't seem to get the category id or category name.
Please advice!
Thanks