Results 1 to 5 of 5
Like Tree1Likes
  • 1 Post By Riccardo79

Heart before the "Like" postbit

This is a discussion on Heart before the "Like" postbit within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi everybody, There's a tutorial to add the vbseo heart before the "likes" in postbit_legacy? I Mean: Thanks in advance...

  1. #1
    Senior Member
    Real Name
    Riccardo
    Join Date
    Jun 2008
    Posts
    267
    Liked
    1 times

    Heart before the "Like" postbit

    Hi everybody,

    There's a tutorial to add the vbseo heart before the "likes" in postbit_legacy?

    I Mean:

    cuore.jpg

    Thanks in advance

  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 try adding the img src path to the phrase for like in the phrase system, but this may list it in other areas as well.

  3. #3
    Senior Member
    Real Name
    Riccardo
    Join Date
    Jun 2008
    Posts
    267
    Liked
    1 times
    Thanks for your reply, not there's something that should be possible to add in the additional CSS just for postbit?

    Adding the img in the phrase, wher it will be showed too?

  4. #4
    Senior Member
    Real Name
    Riccardo
    Join Date
    Jun 2008
    Posts
    267
    Liked
    1 times
    For example, in the template vbseo_likeshare , if i'll add something of similar:
    HTML Code:
    <vb:if condition="!$own_content && $show['member']">
        <li class="vbseo_like"><a href="#" onclick="return false" class="vbseo_like_link"><vb:if condition="$own_liked">{vb:phrase vbseo_unlike}<vb:else />{vb:phrase vbseo_like}</vb:if></a></li>
        </vb:if>
    Replaced in
    HTML Code:
    <vb:if condition="!$own_content && $show['member']">
         <li class="vbseo_like"><a href="#" onclick="return false"  class="vbseo_like_link"><img src="http://myforum.net/forum/images/misc/heart.png"><vb:if  condition="$own_liked">{vb:phrase vbseo_unlike}<vb:else  />{vb:phrase vbseo_like}</vb:if></a></li>
        </vb:if>
    It wont be a good solution?
    rughis likes this.

  5. #5
    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
    Sure, you could do that as well.

Similar Threads

  1. Replies: 3
    Last Post: 02-20-2011, 07:04 PM
  2. Replies: 2
    Last Post: 11-09-2010, 12:29 PM
  3. Replies: 7
    Last Post: 04-28-2007, 04:11 AM
  4. Replies: 5
    Last Post: 09-09-2006, 04:11 AM

Posting Permissions

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