Quote:
Originally Posted by MissKalunji
yes but in the usercp he is asing why htaccess is needed its for the link : go to my profile.....
|
With .htaccess:
Code:
<a href="$bburl/$bbuserinfo[username]">
Without it:
Code:
<a href="$bburl/member.php?u=$bbuserinfo[userid]">
This is because in Fly's forums, you can get to a member's profile page with this URL:
www.site_name.com/path_to_forums/member_name. I suppose .htaccess adds this path.
I have made the main hack though, Superfly added reputation, subscriptions and the stuff that was missing in the first version, and I can say the results won't change with the .htaccess, besides that URL that leads to the same page anyway.