
FAP CUSTOMIZATION - Changing Album Link
Dear members,
I have got a question concerning this mod which I love by the way.
At the moment my site (forum) is using some htaccess modifications to make some easier links for the members, it contains:
Quote:
RewriteEngine On
RewriteRule ^(.*)&profiel ./profiel.php?mode=bekijkprofiel&u=>
RewriteRule ^(.*)&profiel ./profiel.php?mode=bekijkprofiel&u=$1
<
RewriteRule ^(.*)&gastenboek ./profiel.php?mode=gastenboek&u=>
RewriteRule ^(.*)&gastenboek ./profiel.php?mode=gastenboek&u=$1
<
RewriteRule ^(.*)&fotoalbum ./album.php?user_id=>
RewriteRule ^(.*)&fotoalbum ./album.php?user_id=$1
<
RewriteRule ^(.*)&privebericht ./berichten.php?mode=post&u=>
RewriteRule ^(.*)&privebericht ./berichten.php?mode=post&u=$1
<
RewriteRule ^(.*)&weblog ./blog.php?author=>
RewriteRule ^(.*)&weblog ./blog.php?author=$1
<
And this way i can get into the album by using domain.com/3&fotoalbum where 3 is the user_id.
I would like to see this just in another way so it shows the username&fotoalbum in stead of the user_id.
It has been done for the profilepage itselve, but the other pages won't do the trick, only by user_id.
Anyone who can help me with this adjustment?