vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO 3.2.0 Patch Release for vB 3.8 vBSEO Total Support Team Launches DeskPro vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

User gets redirected to wrong profile page

This is a discussion on User gets redirected to wrong profile page within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi everybody, I allow my users to have non-standard characters in their username. I have 2 users on my forum ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 07-13-2008, 03:56 AM
Member
 
Real Name: Jeffrey Espejo
Join Date: Jun 2007
Posts: 60
User gets redirected to wrong profile page

Hi everybody, I allow my users to have non-standard characters in their username. I have 2 users on my forum with similar names one is Blackout_10 and the other is Blackout* when Blackout* goes to his profile page it automatically redirects him to blackout_10. Am using the vBSEO 3.2.0 and vB 3.7.2 PL1

Exact post from user:
Quote:
Originally Posted by Blackout*
When i go to my public profile, or even when others go to my profile, i have a problem with it switching to Blackout_10's profile. It displays completley different information and specs as to what i have and do and where i live. It's not a major issue just a pet peeve sort of thing. So if any admins could solve this problem for me that would be greatly appreciated!
BTW the url turns into members/blackout-.html for both users.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 07-13-2008, 04:03 AM
Shadab's Avatar
Senior Member
 
Real Name: Shadab
Join Date: Oct 2007
Location: Bhopal
Posts: 336
Blog Entries: 12
Send a message via ICQ to Shadab Send a message via MSN to Shadab Send a message via Yahoo to Shadab Send a message via Skype™ to Shadab
One solution to this problem is to include user ID's in the member profile URLs.

Current Setup : /members/username.html

Suggested : /members/userid-username.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 07-13-2008, 07:29 PM
Member
 
Real Name: Jeffrey Espejo
Join Date: Jun 2007
Posts: 60
Thanks, but is that the only fix? I've had the same setup since 3.7 came out so it may affect other users (links etc)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 07-13-2008, 07:51 PM
Ace Shattock's Avatar
vBSEO Staff
vBSEO Total Customer SupportCommunity Builder
 
Real Name: Ace Shattock
Join Date: Jul 2005
Location: New Zealand
Posts: 2,960
Quote:
Originally Posted by tigurius View Post
Thanks, but is that the only fix? I've had the same setup since 3.7 came out so it may affect other users (links etc)
No need to worry, the UserID is unique for every user, so their profiles will have unique paths if you add the user_id variable to the rewrite.
__________________
Ace Shattock / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.


My Personal Sites: New Zealand Forum | vBulletin Modifications and Styles | vBulletin Hosting
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 07-13-2008, 08:09 PM
WiseOne's Avatar
Member
 
Real Name: WiseOne
Join Date: Jun 2006
Location: Big Sandy, TN
Posts: 96
I had the same thing and changed it to:

Quote:
/members/1-wiseone/
and no problems now. Seems you DO have to have the User_Id in there and all is fine...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 07-13-2008, 10:05 PM
Member
 
Real Name: Jeffrey Espejo
Join Date: Jun 2007
Posts: 60
Thanks guys i'll try it later when I'm not at work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 07-27-2008, 05:32 AM
odin's Avatar
Member
Big Board Administrator
 
Real Name: Murat Çelebi
Join Date: Sep 2006
Location: Bursa
Posts: 45
Send a message via ICQ to odin Send a message via MSN to odin Send a message via Yahoo to odin
i have got the same problem too and wondering how can I change this ??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 07-27-2008, 12:05 PM
WiseOne's Avatar
Member
 
Real Name: WiseOne
Join Date: Jun 2006
Location: Big Sandy, TN
Posts: 96
Go into your vbSEO CP, expand the URL rewrite settings and find the member name URL rewrite setting and make SURE you have the USER_ID in the URL. I fixed mine by setting it to:

/members/[user-id]-[username]/

The ID (member number) must be in there or it seems to get confused at times when member names are close, etc...so now mine show:

/members/1-wiseone/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #9  
Old 07-27-2008, 07:06 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,802
pretty much for ALL settings, if you allow more than [a-z0-9\s] [NC] for character entry, you should include the ID.


for those non regex friendly, that's alpha numeric charcters and space, non-case sensitive.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #10  
Old 07-28-2008, 10:07 AM
Member
 
Real Name: Jeffrey Espejo
Join Date: Jun 2007
Posts: 60
I did the fix exactly how wiseone said. Custom setting.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Usernames with special characters linking to wrong user profile zylstra Troubleshooting 5 03-02-2006 06:16 PM
Usernames with special characters linking to wrong user profile PART 2 vissa Bug Reporting 3 12-02-2005 07:19 PM
Usernames with special characters linking to wrong user profile. vissa Bug Reporting 11 11-17-2005 10:04 PM


All times are GMT -4. The time now is 10:54 PM.


Powered by vBulletin Version 3.8.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.