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 15 of 15

Acronym Expansion

This is a discussion on Acronym Expansion within the General Discussion forums, part of the vBSEO SEO Plugin category; I added this one to test: 'msn'=>'Microsoft Network' Apply Acronym Expansion to URLs? Apply Acronym Expansion to all text? both ...

  1. #1
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    300

    Question Acronym Expansion

    I added this one to test:

    'msn'=>'Microsoft Network'

    Apply Acronym Expansion to URLs?
    Apply Acronym Expansion to all text?

    both set to NO. The post texts including "MSN" are not underlined and they don't have "Microsoft Network" anchor text as here (vBSEO for example) but the thread urls are replaced. What's the problem?

  2. #2
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,847
    Blog Entries
    9
    If you set the options to "No", then it should not be replaced. If it's getting replaced in the URL, then this could be a bug.

    Note: The underline feature that you see here is a new feature in beta testing here at vBSEO.com and not embedded in the public vBSEO release at this time.

  3. #3
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    300
    It's a bug then. I removed all of them.

    I'll be waiting for the next release, thanks.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    Please modify functions_vbseo_seo.php file:
    FIND:
    PHP Code:
    $seo_replace_inurls['#\b' $sk '\b#i'] = 
    add above:
    PHP Code:
    if (VBSEO_REWRITE_KEYWORDS_IN_URLS
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  5. #5
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    300
    Quote Originally Posted by Oleg Ignatiuk View Post
    Please modify functions_vbseo_seo.php file:
    FIND:
    PHP Code:
    $seo_replace_inurls['#\b' $sk '\b#i'] = 
    add above:
    PHP Code:
    if (VBSEO_REWRITE_KEYWORDS_IN_URLS
    Thank you

  6. #6
    Senior Member
    Real Name
    Bernard
    Join Date
    Aug 2007
    Location
    Friendswood, TX
    Posts
    175
    Quote Originally Posted by NeutralizeR View Post
    ... The post texts including "MSN" are not underlined ...
    Just so i understand correctly, are you seeing the word vBSEO on this forum as underlined? What browser are you using? I'm not seeing it underlined with IE7, but I do get a tooltip if I hover over it with the mouse.
    I'm using vbSEO for my epilepsy forum.

  7. #7
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    300
    Quote Originally Posted by bernard View Post
    Just so i understand correctly, are you seeing the word vBSEO on this forum as underlined? What browser are you using? I'm not seeing it underlined with IE7, but I do get a tooltip if I hover over it with the mouse.
    You're right. It's not underlined with IE7. I'm using Mozilla Firefox. A screenshot for you:

    /* */

  8. #8
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,983
    that's just the browser rendering the
    acronym

    tag. FF underlines it. If you hover on it in ie, you should get a popup text box with the expansion.

  9. #9
    Senior Member
    Real Name
    Bernard
    Join Date
    Aug 2007
    Location
    Friendswood, TX
    Posts
    175
    OK. I was inspired by this thread and set up some expansions for my forum and it's working great.

    One thing I noticed though, and think perhaps should be considered for the future, is that expansions happen everywhere in a post - including the contents inside BB code (quotes, code, php, etc.). It would be nice if there was a BB code which told vBSEO not to use the expansion for a section of text.
    I'm using vbSEO for my epilepsy forum.

  10. #10
    Senior Member
    Real Name
    Bernard
    Join Date
    Aug 2007
    Location
    Friendswood, TX
    Posts
    175
    lol... I just noticed... The acronym expansion is even changing the text in the forum's navbar! On my forum, 'CP' => 'complex partial'. The link to the User CP in the navbar now says 'User complex partial'. That's no good (but I'd like to keep the 'CP' acronym for the forum posts). Help?
    I'm using vbSEO for my epilepsy forum.

  11. #11
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul
    Posts
    16,934
    Blog Entries
    4
    Quote Originally Posted by bernard View Post
    lol... I just noticed... The acronym expansion is even changing the text in the forum's navbar! On my forum, 'CP' => 'complex partial'. The link to the User CP in the navbar now says 'User complex partial'. That's no good (but I'd like to keep the 'CP' acronym for the forum posts). Help?
    This is already fixed. The new version will include the fix. Now acronym replacements will only work within posts.
    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

  12. #12
    Member
    Real Name
    Frank
    Join Date
    Sep 2007
    Location
    Taiwan
    Posts
    42
    Could acronym replacements be users to automatically hyper link certain words?

    For example, have the word Microsoft in posts automatically hyper linked to http://www.microsoft.com?

  13. #13
    Senior Member
    Real Name
    Bernard
    Join Date
    Aug 2007
    Location
    Friendswood, TX
    Posts
    175
    Quote Originally Posted by Mert Gökçeimam View Post
    This is already fixed. The new version will include the fix. Now acronym replacements will only work within posts.
    How do I go about getting an update for this? I'm using 3.1.0.

    Quote Originally Posted by skippybosco View Post
    Could acronym replacements be users to automatically hyper link certain words?
    You might try testing with BB Code or HTML as the replacement text.
    It might lead to problems though if the acronym is being used in the anchor text for a link already.
    I'm using vbSEO for my epilepsy forum.

  14. #14
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul
    Posts
    16,934
    Blog Entries
    4
    Hello Bernard ,

    The new version is still being developed. Once the development process is complete it will be released to pre release members. I currently also donot activate acronym's because of the problem you mentioned.
    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

  15. #15
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    Could acronym replacements be users to automatically hyper link certain words?
    You can specify replacements as:
    Code:
    'microsoft'=>'http://www.microsoft.com'
    
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


Similar Threads

  1. Acronym Expansion
    By ridoxxx in forum URL Rewrite Settings
    Replies: 10
    Last Post: 11-30-2007, 03:49 AM
  2. Acronym Expansion
    By beastybob in forum Bug Reporting
    Replies: 0
    Last Post: 06-05-2007, 04:52 AM
  3. Acronym Expansion
    By jw00dy in forum Bug Reporting
    Replies: 2
    Last Post: 03-26-2007, 01:55 PM