I added this hack to my htaccess file where it will give users a personal url to their profile page based on their username name.
so for instance
www.mysite.com/forum/jojo77/
directs to
http://www.mysite.com/forum/index.ph...p?&username=12
It works pretty good except that when you go to just
www.mysite.com/forum/
it will give you an error
"This user has not registered and therefore does not have a profile to view."
Anyone know what else I have to add to my htaccess file to fix this issue?