Quote:
Originally Posted by Carnage-
can't do that unfortunatly. Vb needs the number in order to identify which forum/thread is being accessed.
|
There is a product vbSEO which changes the vb member url
from:
http://mydomain.com/members/1234-UserName
to:
http://mydomain.com/members/UserName
Getting rid of the user number.
There is underlying code already there to work without the number.
http://mydomain.com/member.php?username=UserName
What would be needed is a similar change to forum.php to process parameter
forumname=ForumName
Then comes the corner case that ForumName is not a unique key.
vbSEO handles this by moving the forumid to the other side of the slash.
from:
http://mydomain.com/forum/1234-the-forum-title
to:
http://mydomain.com/f1234/the-forum-title