Results 1 to 2 of 2

Fetch Link Titles : unchecked by default

This is a discussion on Fetch Link Titles : unchecked by default within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I don't want to disable this option for my forum : Automatically retrieve titles from external links Rather want to ...

  1. #1
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12

    Exclamation Fetch Link Titles : unchecked by default

    I don't want to disable this option for my forum :
    Automatically retrieve titles from external links

    Rather want to have that option 'unchecked' by default,
    when a user posts a reply or a thread. (currently 'checked' by default)

    I guess I have to edit this piece of code for it :
    (in the /includes/functions_vbseo_hook.php file)

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

    PHP Code:
    $disablesmiliesoption '<div><label for="qr_retrtitle">
    <input type="checkbox" name="vbseo_retrtitle" value="1" id="qr_retrtitle" />
    $vbphrase['vbseo_auto_retrieve_titles'] . '</label>
    <input type="hidden" name="vbseo_is_retrtitle" value="1" />
    </div>' 
    $disablesmiliesoption
    Just posting here to make sure it won't result in a blunder.


  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Yes, that will have "Retrieve titles" option disabled by default for advanced reply pages.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. Replace Link Titles
    By nevetS in forum vBSEO Features Archive
    Replies: 1
    Last Post: 03-25-2008, 09:25 AM
  2. bug in automatical link titles
    By Chriss in forum Bug Reporting
    Replies: 1
    Last Post: 11-22-2006, 06:06 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
  •