2013-12-21, 07:01 AM
2013-12-21, 08:53 AM
admin panel >> templates >> Global Templates >> thankyoulike_button_add template & thankyoulike_button_del template
2013-12-21, 01:15 PM
(2013-12-21, 08:53 AM).m. Wrote: [ -> ]admin panel >> templates >> Global Templates >> thankyoulike_button_add template & thankyoulike_button_del templateHello, I tried editing it muself but completely failed
Think you could give me a hand?
thankyoulike_button_add
<span id="tyl_btn_{$post['pid']}"><a href="thankyoulike.php?action=add&pid={$post['pid']}&my_post_key={$mybb->post_code}" onclick="return thankyoulike.add({$post['pid']}, {$post['tid']});" title="{$lang->add_tyl}" id="tyl_a{$post['pid']}"><img src="{$imgdir}/postbit_{$pre}_add.gif" border="0" alt="{$lang->add_tyl}" id="tyl_i{$post['pid']}" /></a></span>
thankyoulike_button_del
<span id="tyl_btn_{$post['pid']}"><a href="thankyoulike.php?action=del&pid={$post['pid']}&my_post_key={$mybb->post_code}" onclick="return thankyoulike.del({$post['pid']}, {$post['tid']});" title="{$lang->del_tyl}" id="tyl_a{$post['pid']}"><img src="{$imgdir}/postbit_{$pre}_del.gif" border="0" alt="{$lang->del_tyl}" id="tyl_i{$post['pid']}" /></a></span>
2013-12-21, 01:21 PM
This may work:
<img src="{$imgdir}/postbit_{$pre}_add.gif" border="0" style="margin-top: 10px;" alt="{$lang->add_tyl}" id="tyl_i{$post['pid']}" />
Adjust the px value as required.
<img src="{$imgdir}/postbit_{$pre}_add.gif" border="0" style="margin-top: 10px;" alt="{$lang->add_tyl}" id="tyl_i{$post['pid']}" />
Adjust the px value as required.
2013-12-21, 02:40 PM
(2013-12-21, 01:21 PM)effone Wrote: [ -> ]This may work:
<img src="{$imgdir}/postbit_{$pre}_add.gif" border="0" style="margin-top: 10px;" alt="{$lang->add_tyl}" id="tyl_i{$post['pid']}" />
Adjust the px value as required.
Lol the button had no function, it was a replicated dead png
Are there any solutions for this?