http://www.icyphoenix.com/viewtopic.php?f=25&t=3366&p=22918#p22918
-----------------------------------
lastpost
Tue 01 Jan, 2008 23:42

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=$1
RewriteRule ^(.*)&gastenboek ./profiel.php?mode=gastenboek&u=$1
RewriteRule ^(.*)&fotoalbum ./album.php?user_id=$1
RewriteRule ^(.*)&privebericht ./berichten.php?mode=post&u=$1
RewriteRule ^(.*)&weblog ./blog.php?author=$1
[/quote]
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?  :oops:


