| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
digital1
Joined: 26 Oct 2007 Posts: 44 Location: India
|
Posted: Fri Oct 26, 2007 7:04 am Post subject: User name instead of member number. |
|
|
The mod is really great. But i want a bit of tweaking. What i have to do to get the urls of the board members as their name.
I just want to get this result.
Exp:
If in board a member named digital. To view its profile url used
But i want this
| Code: | | ..../digital.html or....../digital-3.html |
Thanks for any help. This mod rocks. |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14779
|
|
| Back to top |
|
 |
digital1
Joined: 26 Oct 2007 Posts: 44 Location: India
|
Posted: Mon Oct 29, 2007 4:36 am Post subject: Re: User name instead of member number. |
|
|
Cool, waiting for it.
Meanwhile please you provide the link for that discussion.
I searched a lot but can't found it thanks. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14779
|
|
| Back to top |
|
 |
R0berto
Joined: 10 Dec 2007 Posts: 3
|
Posted: Tue Dec 11, 2007 12:00 am Post subject: Re: User name instead of member number. |
|
|
in fact the linking to the profile isn't hard at all
| Code: |
#
#-----[ OPEN ]------------------------------------------
#
.htaccess
#
#-----[ FIND ]------------------------------------------
#
#PROFILES
RewriteRule ^member([0-9]+)\.html$ /memberlist.php?mode=viewprofile&u=$1 [QSA,L,NC]
#
#-----[ AFTER, ADD ]------------------------------------------
#
#PROFILES THROUGH USERNAME
RewriteRule ^member/(.+)$ /memberlist.php?mode=viewprofile&un=$1 [QSA,L,NC]
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
|
this works with R7 and the latest versions of SEO advanced and ZeroDupe.
BUT: if I go to /member/username, I am automatically redirected to /memberXX.html
So the linking does work, only it won't be the url which is shown...
But as I said, I am sure it must be quite simple to overcome this problem |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3482
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |