Results 1 to 5 of 5

How To Get Rid Of Icons On Bottom Of Each Post?

This is a discussion on How To Get Rid Of Icons On Bottom Of Each Post? within the General Discussion forums, part of the vBSEO SEO Plugin category; I just installed vbseo and now I have these icons for digg, delicous, etc. on the bottom of every post ...

  1. #1
    Junior Member
    Real Name
    Ryan
    Join Date
    Sep 2009
    Posts
    2
    Liked
    0 times

    How To Get Rid Of Icons On Bottom Of Each Post?

    I just installed vbseo and now I have these icons for digg, delicous, etc. on the bottom of every post and would like to remove those. How do I go about doing this?

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    You can disable via:

    vbseoCP - > other enhancements - > social bookmarking.

  3. #3
    Junior Member
    Real Name
    David Johnston
    Join Date
    Jun 2010
    Posts
    3
    Liked
    0 times
    I don't want to disable this site wide, but we do have some private company forums which I don't want these displayed. Anyway to selectively turn these off by forum?
    Thanks!

  4. #4
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Not easily.


    You will need to make a template edit, place the <!--VBSEO_BOOKMARKS--> where you want it in your template, and then conditional-ize that edit with your forums you want to show it in (or negate the conditional and list the ones you DONT want to show in:

    so, your code will be something like this to show only in forums 1,2,3
    Code:
    <if condition="in_array($forum['forumid'], array(1,2,3))">
    <!--VBSEO_BOOKMARKS-->
    </if>
    If you are on vb4, change the if and /if to the vb:if and /vb:if of course.

  5. #5
    Junior Member
    Real Name
    David Johnston
    Join Date
    Jun 2010
    Posts
    3
    Liked
    0 times
    Hey Brian,
    Thanks for the fast reply. I'll give this a try.

Similar Threads

  1. Trying to get to the bottom of....
    By jambos_1969 in forum General Discussion
    Replies: 6
    Last Post: 09-23-2008, 01:41 AM
  2. Double Social Icons in Postbits when edited the post!
    By maxicep in forum Troubleshooting
    Replies: 3
    Last Post: 02-16-2008, 11:18 AM
  3. Icons Displayed on lower left corner of post
    By MarketTimes in forum General Discussion
    Replies: 0
    Last Post: 11-06-2006, 08:25 PM
  4. So I noticed some new icons on each post..
    By libertylounge in forum General Discussion
    Replies: 26
    Last Post: 09-07-2006, 05:28 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
  •