Results 1 to 3 of 3

Social networking icons question.

This is a discussion on Social networking icons question. within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi, On the social bookmarking settings, I am able to have the bookmark icons showing in each post, but that ...

  1. #1
    Senior Member
    Real Name
    Dave
    Join Date
    Oct 2007
    Posts
    112
    Liked
    0 times

    Social networking icons question.

    Hi,

    On the social bookmarking settings, I am able to have the bookmark icons showing in each post, but that only bookmarks that particular post and not the entire thread.

    So, is it possible to have the icons in every post, but make it so that they link to the entire thread and not just the specific post?

    Nobody ever realises that, to digg the thread, they have to click on the "linkbacks" pulldown, so this would be ideal

    Thanks

    Dave

  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,

    you can modify functions_vbseo_hook.php file to change bookmarking links from "goto post" URLs to main thread URL:
    FIND:
    PHP Code:
    $vbseo_url_t urlencode($vboptions['bburl2'] . '/' vbseo_thread_url($thread['threadid'], $_GET['page']) . '#') . '$post[postid]'
    REPLACE WITH:
    PHP Code:
    $vbseo_url_t urlencode($vboptions['bburl2'] . '/' vbseo_thread_url($thread['threadid']) ); 
    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
    Dave
    Join Date
    Oct 2007
    Posts
    112
    Liked
    0 times
    Thanks Oleg

Similar Threads

  1. VBSEO and social networking
    By HotHuskers.com in forum General Discussion
    Replies: 1
    Last Post: 02-06-2008, 05:05 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
  •