MyBB Community Forums

Full Version: Thank You/Like System and custom collapse buttons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I try to change a collapse button under the posts where is showing users who like/ say thanks to posts.

Instead of using theme collapse images I would like to use a icons from fontawsome (https://fontawesome.com/v4.7.0/icon/toggle-on) and (https://fontawesome.com/v4.7.0/icon/toggle-off).

I try to do this in file call thankyoulike_expcollapse but there is a <img> icon. How to change this to fontawsome icons?

This is my oryginal thankyoulike_expcollapse file:

Quote:<a href="javascript:void(0)" onclick="thankyoulike.tgl({$post['pid']});return false;" title="{$tyl_showhide}" id="tyl_a_expcol_{$post['pid']}"><img src="/images/flatty/collapse.png" width="25px" alt="{$tyl_showhide}" id="tyl_i_expcol_{$post['pid']}" /></a>