vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

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
    32

    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
    24,550
    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.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  3. #3
    Member
    Real Name
    Gökhan
    Join Date
    Mar 2008
    Posts
    32
    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
    24,550
    Please try to manually enable this option in config_vbseo.php file:
    PHP Code:
        define('VBSEO_URL_TAGS_FILTER',        1); 
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  5. #5
    Member
    Real Name
    Gökhan
    Join Date
    Mar 2008
    Posts
    32
    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
    24,550
    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.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  7. #7
    Member
    Real Name
    Gökhan
    Join Date
    Mar 2008
    Posts
    32
    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
    Posts
    16,942
    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.

    Yeni vBSEO Kontrol Paneli ve vBSEO 3.5 Yayın Tarihleri

    vBSEO 3.5 Beta 2 Yayınlandı - vBulletin 4 Uyumlu!



    Kişisel Sitem : Felsefe - Kültür merkeziniz

Similar Threads

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