Results 1 to 3 of 3

Retrieve Titles

This is a discussion on Retrieve Titles within the General Discussion forums, part of the vBSEO SEO Plugin category; Hey guys I have an issue. When you create a thread of post a reply in Miscellaneous Options VBSEO added ...

  1. #1
    Junior Member
    Real Name
    nMIK-3
    Join Date
    Apr 2007
    Posts
    2
    Liked
    0 times

    Retrieve Titles

    Hey guys I have an issue.

    When you create a thread of post a reply in Miscellaneous Options VBSEO added that great feuture to Automatically retrieve titles from external links.

    This option is always checked/marked.
    I want it to be unmarked/unchecked by default.

    How can I do that?

    Thanks

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,742
    Liked
    168 times
    Hello,

    you can modify functions_vbseo_hook.php file for that:
    FIND:
    PHP Code:
    (($_POST['vbseo_retrtitle'] || !isset($_POST['vbseo_is_retrtitle']))? ' checked':''
    REPLACE WITH:
    PHP Code:
    (($_POST['vbseo_retrtitle'] && isset($_POST['vbseo_is_retrtitle']))? ' checked':''

  3. #3
    Junior Member
    Real Name
    nMIK-3
    Join Date
    Apr 2007
    Posts
    2
    Liked
    0 times
    Thanks!
    I will give it a try

Similar Threads

  1. How to turn off: "Automatically retrieve titles from external links"
    By Marvin Hlavac in forum General Discussion
    Replies: 5
    Last Post: 12-17-2007, 05:55 PM
  2. Replies: 4
    Last Post: 11-02-2007, 08:08 PM
  3. Automatically retrieve titles from external links
    By Giorgiotave in forum vBSEO Features Archive
    Replies: 6
    Last Post: 09-06-2007, 03:23 PM
  4. Replies: 5
    Last Post: 03-04-2007, 10:36 AM
  5. Replies: 3
    Last Post: 11-30-2006, 05:54 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •