Results 1 to 4 of 4

Anchor Text Option Removal?

This is a discussion on Anchor Text Option Removal? within the General Discussion forums, part of the vBSEO SEO Plugin category; When posted a new thread, the user is given a checkbox with the option "Automatically retrieve titles from external links" ...

  1. #1
    Member
    Real Name
    neo
    Join Date
    Oct 2008
    Posts
    85
    Liked
    1 times

    Anchor Text Option Removal?

    When posted a new thread, the user is given a checkbox with the option "Automatically retrieve titles from external links"

    I want to keep this disabled by default, but remove this option. I don't want to make it user selectable and want to make this option completely disappear.

    How do I achieve this? Thanks in advance.

  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,100
    Liked
    622 times
    Blog Entries
    4
    Hello ,

    Setting is controlled directly within vBSEO Cp You can disable Anchor test replacing option.
    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
    Member
    Real Name
    neo
    Join Date
    Oct 2008
    Posts
    85
    Liked
    1 times
    I don't think you understand my question. I do not want to change the functionality of the anchor text.

    I simply want to remove the end user's option to enable or disable this option in the newthread page.

  4. #4
    vBSEO Staff Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,393
    Liked
    411 times
    Blog Entries
    1
    Hello,

    You can try to edit your vbseo/includes/functions_vbseo_hook.php file. Find:

    $ds_tag = VBSEO_VB4 ? 'li' : 'div';
    $disablesmiliesoption = '<'.$ds_tag.'><label for="qr_retrtitle"><input type="checkbox" name="vbseo_retrtitle" value="1" id="qr_retrtitle" ' . (($_POST['vbseo_retrtitle'] || !isset($_POST['vbseo_is_retrtitle']))? ' checked':'') . '/>' . (VBSEO_VB4 ? '' : ' ') . $vbphrase['vbseo_auto_retrieve_titles'] . '</label>
    <input type="hidden" name="vbseo_is_retrtitle" value="1" /></'.$ds_tag.'>'
    . $disablesmiliesoption;

    Replace with:

    /*$ds_tag = VBSEO_VB4 ? 'li' : 'div';$disablesmiliesoption = '<'.$ds_tag.'><label for="qr_retrtitle"><input type="checkbox" name="vbseo_retrtitle" value="1" id="qr_retrtitle" ' . (($_POST['vbseo_retrtitle'] || !isset($_POST['vbseo_is_retrtitle']))? ' checked':'') . '/>' . (VBSEO_VB4 ? '' : ' ') . $vbphrase['vbseo_auto_retrieve_titles'] . '</label>
    <input type="hidden" name="vbseo_is_retrtitle" value="1" /></'.$ds_tag.'>'
    . $disablesmiliesoption;*/

    Please keep in mind that this is not officially supported. It may work, it may not work. Make a backup of the original *.php file.
    Andrés Durán / Crawlability Inc.
    ˇvBSEO 3.6.0 GOLD Liberado!
    Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!

    Síguenos en: Facebook | Síguenos en: Twitter


Similar Threads

  1. Anchor Text Broken
    By Insomniac in forum Troubleshooting
    Replies: 7
    Last Post: 12-11-2009, 06:49 PM
  2. Version Removal Option
    By aacircle in forum General Discussion
    Replies: 3
    Last Post: 09-19-2006, 09:38 AM
  3. Trackback Anchor Text
    By rmjvol in forum vBSEO Features Archive
    Replies: 0
    Last Post: 08-07-2006, 05:48 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
  •