profile url problem after update

phpBB3 SEO Advanced mod Rewrite support forum.
This mods performs URL rewriting for phpBB, injecting forums and topic titles in their URLs.

Moderator: Moderators

profile url problem after update

Postby alex51 » Fri Jun 19, 2009 7:14 am

hello everyone

I was using advanced mode 0.4.8 without any problems but as the ultimate update in 0.4.8_0.6.0_Ultimate_Update.txt according to instructions my all user's profile link returned to normal like memberlist.php?mode=viewprofile&u=xx in index forums topics memberlist (in all)

I did not do anything extra, except for instructions. Do you have any idea about this and can you help me :roll:

Thanks.
P.S.: so sorry for my bad english
alex51
 
Posts: 16
Joined: Fri Feb 27, 2009 12:45 pm

Advertisement

Re: profile url problem after update

Postby dcz » Fri Jun 19, 2009 7:22 am

Just grab the whole code for the get_username_string() function from the contrib/contrib/phpBB_3.0.5_modified_files/root/includes/functions_content.php of the package, and paste it over yours, should work directly ;)

++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Re: profile url problem after update

Postby alex51 » Fri Jun 19, 2009 8:05 am

dcz wrote:Just grab the whole code for the get_username_string() function from the contrib/contrib/phpBB_3.0.5_modified_files/root/includes/functions_content.php of the package, and paste it over yours, should work directly ;)

++


tanks alot dcz it works. but a little problem too username links not seo it contains non english letters

like ...member/tuğçee/. how can i do like ...member/tugcee/ and white spaces too

from here? Custom replacement for title injection :?:
alex51
 
Posts: 16
Joined: Fri Feb 27, 2009 12:45 pm

Re: profile url problem after update

Postby SeO » Fri Jun 19, 2009 10:12 am

phpBB_SEO_Ultimate_SEO_URL_V_0.6.0.txt wrote:__________________________________________________
NOTE: profile and user messages pages ID removing:
__________________________________________________

phpBB/member/nicknames VS phpBB/nicknames-uxx.html

If you use profile and / or user messages pages ID removing, you should know that a custom urlencode
will be used to circumvent a bug with mod_rewrite.
This imply that some chars like "&", "/", "#" and spaces will always be double encoded.
For example a user named rock&roll will require rock%2526roll (double urlencoded &) to be usable.
( http://www.php.net/urlencode => http://issues.apache.org/bugzilla/show_bug.cgi?id=34602 )

There are other issues with custom characters, like accents, which will add some urlencoded chars in urls.
It's not an SEO issue, since bots knows about urlencoding, but it can end up building pretty long url with multi byte characters.
This does not concern the a-zA-Z0-9 chars, underscore ("_"), hyphen ("-") and dot (".") included.
In phpbb_seo/phpbb_seo_class.php, you will no longer see different methods.

This of course means that the ID removing on profile and user messages pages is more comfy and universally efficient
to use with alphanumeric chars user names (without accents).


Just do not remove ids in your case, it's by far better if you want to use more than alphanumerical characters.
SeO
Admin
Admin
 
Posts: 6333
Joined: Wed Mar 15, 2006 9:41 pm

Re: profile url problem after update

Postby alex51 » Fri Jun 19, 2009 11:04 am

SeO wrote:
Just do not remove ids in your case, it's by far better if you want to use more than alphanumerical characters.


ok i did it thanks again
alex51
 
Posts: 16
Joined: Fri Feb 27, 2009 12:45 pm


Return to Advanced SEO URL

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: Baidu [Spider] and 2 guests