phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
User name instead of member number.

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite  » Advanced SEO URL
::  
Author Message
digital1



Joined: 26 Oct 2007
Posts: 44
Location: India

User name instead of member number.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
Code:
..../member3.html

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
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14779

User name instead of member number.Posted: Sun Oct 28, 2007 12:53 pm    Post subject: Re: User name instead of member number.

This has already been discussed.

We may release a mod to do it, but it will most likely be an add on since it's not really useful all cases (profiles are not spidered by default on phpBB3) and it should require some code changes, it's not an obvious trick.

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
digital1



Joined: 26 Oct 2007
Posts: 44
Location: India

User name instead of member number.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
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14779

User name instead of member number.Posted: Mon Oct 29, 2007 9:11 am    Post subject: Re: User name instead of member number.

It's for phpBB2, but the problematic is mostly the same : http://www.phpbb-seo.com/boards/advanced-mod-rewrite/discussions-vt1586.html

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
R0berto



Joined: 10 Dec 2007
Posts: 3

User name instead of member number.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
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3482

User name instead of member number.Posted: Tue Dec 11, 2007 8:31 am    Post subject: Re: User name instead of member number.

Actually, we introduced nickname injection in RC8, the only thing is, we are so close to gold now, so we'll update to gold directly Wink

_________________
phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible !
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite  » Advanced SEO URL
Page 1 of 1

Navigation Similar Topics

Jump to: