Results 1 to 3 of 3

Problems with character replacements

This is a discussion on Problems with character replacements within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I recently upgraded the vBSEO on our test server to 3.6.0 (vBulletin 3.8.2) and I can't get the character replacements ...

  1. #1
    Junior Member
    Real Name
    Richard
    Join Date
    Nov 2005
    Posts
    19
    Liked
    0 times

    Problems with character replacements

    I recently upgraded the vBSEO on our test server to 3.6.0 (vBulletin 3.8.2) and I can't get the character replacements to work properly. The site's charset is ISO-8859-2, and I need to get the č character to translate to c in URLs. Instead, it translates to e (è in ISO-8859-1 has the same code as č in ISO-8859-2). I set the vBSEO control panel charset to ISO-8859-2, but when I then try to create a rule for
    Code:
    č=>'c'
    , when I click Save Settings, it replaces it with
    Code:
    // č=>'c'

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    You need to use character replacements as following

    Code:
    'č'=>'c'
    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

  3. #3
    Junior Member
    Real Name
    Richard
    Join Date
    Nov 2005
    Posts
    19
    Liked
    0 times
    Thank you, it's working now.
    It didn't occur to me, because the control panel page has examples without the apostrophes.

Similar Threads

  1. vBulletin 4.x Custom Character Replacements problem with č in URL
    By jaram in forum Troubleshooting
    Replies: 5
    Last Post: 09-08-2010, 10:25 AM
  2. Character Replacements
    By Kaiser_Dealxa in forum General Discussion
    Replies: 2
    Last Post: 02-12-2008, 04:28 PM

Posting Permissions

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