Results 1 to 8 of 8

2nd Attempt: Retrieving Titles from external Lnks

This is a discussion on 2nd Attempt: Retrieving Titles from external Lnks within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Hi there, I already started a thread in the German forums , but I actually do not have the impression ...

  1. #1
    Senior Member
    Real Name
    Stefan
    Join Date
    Jan 2008
    Location
    Germany
    Posts
    160
    Liked
    0 times

    2nd Attempt: Retrieving Titles from external Lnks

    Hi there,

    I already started a thread in the German forums, but I actually do not have the impression as if there is something doing - right now or in near future. At least I'm waiting for 9 days now for a reply. So I try here again.

    Let's assume there is a topic with a link. The author wants to show the link as the URL. Like in this example:
    Code:
    Hey, look at the link to German Google! www.google.de
    Well, without vBSEO, vBulletin makes out of this:
    Code:
    Hey, look at the link to German Google! [url=http://www.google.de]www.google.de[/url]
    And this is also right that what the author wanted to show. The URL is clickable and its description is the URL.

    Now with vBSEO it's a little bit annoying that the software *always* tries to retrieve the title, even on editing. That means, if you write your post and uncheck "Automatically retrieve titles from external links", everything is great. Until you want to edit again - clicking edit-button and vBSEO retrieves the title - and nobody could prevent it.
    So this setting should be saved per-post.

    The second annoying thing on this is the "workaround" for the problem above. I mean, if a clever author notices this behavoir, he would say "okay... So give him the URL as a description" and types:
    Code:
    Hey, look at the link to German Google! [url=http://www.google.de]www.google.de[/url]
    But doing this is not a good idea as the software retrieves the title anyway. And HERE I do have a question. Is here on vbseo.com another version running? Because here this does not happen!
    www.google.de
    Google
    (only the second link should be rewritten)

    And all good things make three
    vBSEO should not follow (known) links with activation IDs in their URL. Because doing so will activate a user as activation links are usually made by adress-lines.


    Thanks,
    hope for a better support here,

    best regards
    rellek

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

    Now with vBSEO it's a little bit annoying that the software *always* tries to retrieve the title, even on editing.
    You can disable "Extract external link titles" option in vBSEO CP or make it working ONLY when "Extract titles" checkbox is enabled by modifying functions_vbseo_hook.php file:
    FIND:
    PHP Code:
    (!isset($_POST['vbseo_is_retrtitle']) || isset($_POST['vbseo_retrtitle'])) 
    REPLACE WITH:
    PHP Code:
    (isset($_POST['vbseo_is_retrtitle']) && isset($_POST['vbseo_retrtitle'])) 
    But doing this is not a good idea as the software retrieves the title anyway. And HERE I do have a question. Is here on vbseo.com another version running? Because here this does not happen!
    Please provide us with testing account access on your forum to confirm this issue. The title should be only retrieved when in-url text is identical to the URL:
    Code:
    Hey, look at the link to German Google! Google
    vBSEO should not follow (known) links with activation IDs in their URL. Because doing so will activate a user as activation links are usually made by adress-lines.
    What do you mean by "activation links"?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Senior Member
    Real Name
    Stefan
    Join Date
    Jan 2008
    Location
    Germany
    Posts
    160
    Liked
    0 times
    Thanks for your reply

    My forums are here:
    rellek[org] | your home on the www - Startseite
    You may use this forum:
    Test- und Spam-Forum - rellek[org]
    username is: testuser
    password: test4vbseo

    After the code modification the problem with automatically retrieving titles on edit is solved, thank you
    But the problem with the link-description as the URL still remains.

    Because of activation links... You know, when you register somewhere and the software wants to check if your email-address really exists, they send you a mail with a link you must click. And vBSEO clicks it in order to retrieve the title of that page - which activates the user.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    I just tried to post the code you posted above on your forum and it didn't retrieve the link, the same as here on vbseo.com:
    link - rellek[org]
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Senior Member
    Real Name
    Stefan
    Join Date
    Jan 2008
    Location
    Germany
    Posts
    160
    Liked
    0 times
    Did you use the quick reply?

    Because with the usual reply it's just like before.

    That's maybe because of your code modification I applied in. But with the normal reply form the option to retrieve is set. And then my sample post from above makes the "wrong" appearance:
    link - rellek[org]

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Please also try to change this:
    PHP Code:
    if ($ul && !@strstr($ul$ulin)) 
    to:
    PHP Code:
    if ($ul && !@strstr($ulin$ul)) 
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  7. #7
    Senior Member
    Real Name
    Stefan
    Join Date
    Jan 2008
    Location
    Germany
    Posts
    160
    Liked
    0 times
    Great! Thank you a lot! Working fine now :-)

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Great!
    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. Problem about retrieving titles
    By bonjurkes in forum General Discussion
    Replies: 4
    Last Post: 12-08-2007, 09:51 AM
  2. LinkBack & External URL Titles Problem
    By NeutralizeR in forum LinkBacks
    Replies: 10
    Last Post: 11-23-2007, 09:03 AM
  3. Titles of internal lnks not appearing
    By Wings900 in forum Troubleshooting
    Replies: 2
    Last Post: 05-03-2007, 09:58 AM
  4. Add Titles to External Links
    By zylstra in forum Bug Reporting
    Replies: 12
    Last Post: 01-04-2007, 08:13 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
  •