PDA

View Full Version : Like Txt To Image Icon?


GSMCare
11-24-2013, 02:10 AM
I need Code For my Like System,i mean the txt "LIKE" and "Unlike" Convert to "LIKE ICON"(a heart like here in vb.org
https://vborg.vbsupport.ru/external/2013/11/18.png


this is the code
<div class="vbseo_buttons" id="lkbtn_$contenttype.$contentgroup.$contentid">
<if condition="$bookmarks || (!$own_content && $show[member])">
<ul class="vbseo_links"<if condition="$like_link_visible"> style="visibility:visible"</if>>
<if condition="$bookmarks">
<li class="vbseo_share"><a href="#">$vbphrase[vbseo_share]</a>
<ul class="vbseo_share_body">
<li class="share_header">$vbphrase[vbseo_share_this_post]</li>
<vb:each from="bookmarks" key="ind" value="bm">
<li class="<if condition="$ind%2">left<else />right</if>"><img src="$bm[image]" width="18px" height="18px" alt="" /><a href="$bm[url]">$bm[text]</a></li>
</vb:each>
</ul>
</li>
<if condition="!$own_content && $show[member]">
<li class="seperator"> | </li>
</if>
</if>
<if condition="!$own_content && $show[member]">
<li class="vbseo_like"><a href="#" onclick="return false" class="vbseo_like_link"><if condition="$own_liked">$vbphrase[vbseo_unlike]<else />$vbphrase[vbseo_like]</if></a></li>
</if>
</ul>
</if>
<div class="alt2 vbseo_liked"<if condition="!$vbseo_liked"> style="display:none"</if>>$vbseo_liked</div>


</div>








thanks:)

Max Taxable
11-24-2013, 02:15 AM
Complete tutorial:

https://vborg.vbsupport.ru/showthread.php?t=266358

GSMCare
11-24-2013, 03:19 AM
Complete tutorial:

https://vborg.vbsupport.ru/showthread.php?t=266358

Sorry but you didn't get what i mean..


here is other screen shot

https://vborg.vbsupport.ru/external/2013/11/17.png


waiting..

ozzy47
11-24-2013, 03:19 AM
Is this from a mod, or custom code?

GSMCare
11-24-2013, 05:06 AM
Is this from a mod, or custom code?

from mod sir


up up

ozzy47
11-24-2013, 08:44 AM
Questions/Problems regarding modifications/styles need to be asked in the modification/style thread. That is where the support for modification/style is - not out here in the main forums. Please note that if a modification/style is unsupported (or even if it says it is supported), you may be on your own if you chose to install it.

ShawneyJ
11-24-2013, 11:12 AM
Is this from a mod, or custom code?

its the built in "Likes addon" in the product VBSEO for vbulletin. sorry if you already knew that lol.
anyway, as far as i know VBSEO is dead.