Results 1 to 8 of 8

tags problem ( +,- ) and ( Turkish characters )

This is a discussion on tags problem ( +,- ) and ( Turkish characters ) within the General Discussion forums, part of the vBSEO SEO Plugin category; Hello, +,- problem : now my links : /tags/vbulletin+tags how can i make links this : /tags/vbulletin-tags turkish characters problem ...

  1. #1
    Member
    Real Name
    Gökhan
    Join Date
    Mar 2008
    Posts
    47
    Liked
    0 times

    tags problem ( +,- ) and ( Turkish characters )

    Hello,

    +,- problem :
    now my links : /tags/vbulletin+tags
    how can i make links this : /tags/vbulletin-tags

    turkish characters problem :

    Turkish characters = "ı,ü,ş,ç,ö,ğ"
    This is wiki pedia's link it have "ş" but this is my site sensizolmuyor.org

    my site's have problem

    this is in google index : www.sensizolmuyor.org/tags/deli+h%FCsn%FC/
    deli+h%FCsn%FC/ = deli+hüsnü/


    i want to

    www.sensizolmuyor.org/tags/deli+husnu/
    or
    www.sensizolmuyor.org/tags/deli+hüsnü/

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,
    this is correct - all non-English character must be "urlencoded" in links. When you move mouse over that link you will see in statusbar that it corresponds to "deli+hüsnü".
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Member
    Real Name
    Gökhan
    Join Date
    Mar 2008
    Posts
    47
    Liked
    0 times
    ok i make this and i fixed my turkish charackter problem

    but how i can change this :

    /tags/vbulletin+tags
    /tags/vbulletin-tags

    +,- problem

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Please try to manually enable this option in config_vbseo.php file:
    PHP Code:
        define('VBSEO_URL_TAGS_FILTER',        1); 
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Member
    Real Name
    Gökhan
    Join Date
    Mar 2008
    Posts
    47
    Liked
    0 times
    only i want change "+" because my old links have "-"
    exmple:
    my old link : www.sensizolmuyor.org/tags/metin2-hileleri
    new link : SensiZOlmuyoR.org - metin2 ile ilgili konular

    i want change this "+" to "-"

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    You can modify functions_vbseo_createurl.php file for that:
    FIND:
    PHP Code:
    $replace['%tag%'] = vbseo_filter_text($apars['tag'], ''false); 
    REPLACE:
    PHP Code:
    $replace['%tag%'] = str_replace(' ''-'$apars['tag']); 
    and then *enable* VBSEO_URL_TAGS_FILTER option in config_vbseo.php.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  7. #7
    Member
    Real Name
    Gökhan
    Join Date
    Mar 2008
    Posts
    47
    Liked
    0 times
    are you sure
    PHP Code:
    $replace['%tag%'] = vbseo_filter_text($apars['tag'], ''false); 
    this is in functions_vbseo_createurl.php

    because i cant find

  8. #8
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,362
    Liked
    540 times
    Blog Entries
    4
    Tag rewrite option is a feature opf vBSEO 3.2.0 Rc versions. You are using vBSEO 3.1.0

    If you want to take advantage of this you need to upgrade to the latest Rc version.
    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

Similar Threads

  1. Help: Non-English Characters in URLs Problem!
    By oradoe in forum General Discussion
    Replies: 2
    Last Post: 05-01-2008, 08:43 PM
  2. Custom characters problem
    By jewropa in forum Troubleshooting
    Replies: 4
    Last Post: 02-03-2008, 07:52 PM
  3. Turkish Characters
    By Mert Gökçeimam in forum Troubleshooting
    Replies: 3
    Last Post: 01-07-2006, 01:25 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
  •