Page 1 of 2 1 2 LastLast
Results 1 to 15 of 16

Rewrite of cyrilic usernames

This is a discussion on Rewrite of cyrilic usernames within the Bug Reporting forums, part of the vBSEO SEO Plugin category; hi username in cyrilic: УлтрасДелија91 this is the link for the user Code: members/dhdhnndhndhdhudhdhndh91.html but i will receive this error ...

  1. #1
    Member
    Real Name
    Nikola
    Join Date
    Aug 2009
    Posts
    38
    Liked
    0 times

    Rewrite of cyrilic usernames

    hi

    username in cyrilic: УлтрасДелија91

    this is the link for the user
    Code:
    members/dhdhnndhndhdhudhdhndh91.html
    but i will receive this error

    This user has not registered and therefore does not have a profile to view.
    what goes wrong here?
    can access this user only via admin cp

  2. #2
    vBSEO Staff Marco Mamdouh's Avatar
    Real Name
    Marco Mamdouh
    Join Date
    May 2010
    Location
    Egypt
    Posts
    3,143
    Liked
    110 times
    Please check : users with . in their names
    You will need to include user_id in members profiles URLs

  3. #3
    Member
    Real Name
    Nikola
    Join Date
    Aug 2009
    Posts
    38
    Liked
    0 times
    Quote Originally Posted by Marco Mamdouh View Post
    Please check : users with . in their names
    You will need to include user_id in members profiles URLs
    okay. thank you Marco!
    [user_name]-[user_id]
    working now perfect..


    EDIT,

    this should be done everywhere with the ID?
    gruoups, etc. if ppl using cyrilic?

  4. #4
    vBSEO Staff Marco Mamdouh's Avatar
    Real Name
    Marco Mamdouh
    Join Date
    May 2010
    Location
    Egypt
    Posts
    3,143
    Liked
    110 times
    Quote Originally Posted by whypeter View Post
    okay. thank you Marco!
    [user_name]-[user_id]
    working now perfect..


    EDIT,

    this should be done everywhere with the ID?
    gruoups, etc. if ppl using cyrilic?
    You're welcome Nikola, And yes I would suggest using the id variable in all of your URLs to avoid any broken links.

  5. #5
    Member
    Real Name
    Nikola
    Join Date
    Aug 2009
    Posts
    38
    Liked
    0 times
    Marco, thank you for that tip..

    changed everything. blogs, users, albums
    forum is ok..

  6. #6
    vBSEO Staff Marco Mamdouh's Avatar
    Real Name
    Marco Mamdouh
    Join Date
    May 2010
    Location
    Egypt
    Posts
    3,143
    Liked
    110 times
    You're welcome

  7. #7
    Member
    Real Name
    Nikola
    Join Date
    Aug 2009
    Posts
    38
    Liked
    0 times

    Arrow

    ahh....

    groups does not work with cyrilic...

    site coded with UTF-8
    vbseo rewrite: groups/[group_name]-[group_id].html or vbseo rewrite: groups/[group_name].html

    name: "Да ли ово може да се уради"


    Code:
    groups/%D0%B4%D0%B0+%D0%BB%D0%B8+%D0%%D0%B2%D0%+%D0%BC%D0%%D0%B6%D0%B5+%D0%B4%D0%B0+%D1%81%D0%B5+%D1%83%D1%80%D0%B0%D0%B4%D0%B8-4.html
    logged as admin:
    will get "400 Bad Request" error via FireFox and Chrome
    with IE is not possible to click on it..
    with Safari it is works



    [EDIT 1]
    tested it already on your site which is ISO-8859-1 coded.. no probs there

    [EDIT 2]
    have the same issue with the albums :(

    [EDIT 3]
    after the change for the MEMBERS urls as advised from Marco.
    members with cyrilic chars have now that link (example for user: УлтрасДелија91)
    Code:
    members/ултрасделија91-158.html
    and they working fine..

    do we need special options for groups, albums, etc for the special chars?


    [EDIT 4]
    member urls:
    Code:
    members/ултрасделија91-158.html
    blog urls:
    Code:
     blogs/nicky-1/dhdhdhdh-ndhunn-dhdhdhdhdh-n-ndhndhdhdhndh-23/
    thread urls:
    Code:
    6936-dhdhndhdhdhndh-ndhunn.html
    groups and album urls:
    Code:
    groups/%D0%B4%D0%B0+%D0%BB%D0%B8+%D0%%D0%B2%D0%+%D0%BC%D0%%D0%B6%D0%B5+%D0%B4%D0%B0+%D1%81%D0%B5+%D1%83%D1%80%D0%B0%D0%B4%D0%B8-4.html
    Code:
    members/nicky-1-albums-%D1%81%D0%B0%D0%BC%D0%+%D0%BC%D0%%D1%98+%D0%B0%D0%BB%D0%B1%D1%83%D0%BC-8.html
    why do i have 3 different rewrites when i use cyrilics?

  8. #8
    vBSEO Staff Marco Mamdouh's Avatar
    Real Name
    Marco Mamdouh
    Join Date
    May 2010
    Location
    Egypt
    Posts
    3,143
    Liked
    110 times
    You should use id in all of your URLs, To get it all works fine without id in URLs vBulletin and vBSEO will not identify what you want to view in your forum so include id in all of your URLs and all should work fine after it.

  9. #9
    Member
    Real Name
    Nikola
    Join Date
    Aug 2009
    Posts
    38
    Liked
    0 times
    Quote Originally Posted by Marco Mamdouh View Post
    You should use id in all of your URLs, To get it all works fine without id in URLs vBulletin and vBSEO will not identify what you want to view in your forum so include id in all of your URLs and all should work fine after it.

    hi marco..

    see my previous post [EDIT 4]...
    at the groups... ID is there......-4.html
    Code:
     groups/[group_name]-[group_id].html
    and albums... ID is there......... -8.html
    Code:
     members/[user_name]-[user_id]-albums-[album_title]-[album_id].html
    as already mentioned.. there will 400 error produced with FF & Chrome, IE does not alow to click on it, Safari works fine with it.

    what is the point to see all the urls in the url bar in 3 different ways (again previous post)?
    members url with cyrilic chars
    thread and blogs urls another 2nd chars
    and albums and groups 3rd chars.

  10. #10
    vBSEO Staff Marco Mamdouh's Avatar
    Real Name
    Marco Mamdouh
    Join Date
    May 2010
    Location
    Egypt
    Posts
    3,143
    Liked
    110 times
    Can you send an example URL of these URLs ?

  11. #11
    Member
    Real Name
    Nikola
    Join Date
    Aug 2009
    Posts
    38
    Liked
    0 times
    may i send you a PM with test account?

  12. #12
    vBSEO Staff Marco Mamdouh's Avatar
    Real Name
    Marco Mamdouh
    Join Date
    May 2010
    Location
    Egypt
    Posts
    3,143
    Liked
    110 times
    Yes, You can send it in PM.

  13. #13
    Member
    Real Name
    Nikola
    Join Date
    Aug 2009
    Posts
    38
    Liked
    0 times
    Marco thank you for your help!

    ticket is opened for groups and albums rewrite

  14. #14
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Please note that , if you enabled Special Member character usage in member profiles , it will also effect group and album urls.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  15. #15
    Member
    Real Name
    Nikola
    Join Date
    Aug 2009
    Posts
    38
    Liked
    0 times
    Marco, Oleg, Mert and vBSEO

    thank you for the damn QUICK help!
    now everything is working fine!

    can be closed

Page 1 of 2 1 2 LastLast

Similar Threads

  1. usernames with a peroid, rewrite not correct
    By bigtree in forum URL Rewrite Settings
    Replies: 1
    Last Post: 05-02-2010, 10:52 PM
  2. vBulletin 3.x Usernames with punctuation
    By derzok in forum Troubleshooting
    Replies: 2
    Last Post: 03-21-2010, 02:54 PM
  3. rewrite problems in usernames
    By karel1985 in forum URL Rewrite Settings
    Replies: 4
    Last Post: 12-11-2008, 11:21 AM
  4. Specific Usernames
    By jacki in forum Troubleshooting
    Replies: 7
    Last Post: 11-20-2007, 03:01 PM
  5. Duplicate Usernames
    By Chroder in forum Troubleshooting
    Replies: 1
    Last Post: 07-15-2006, 01:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •