• Support will be limited until May 8th, as I will be out of the office travelling. Thank you for your patience and understanding.
Status
Not open for further replies.

bidorbuy

Customer
We have purchased Advanced Post Thanks / Like
L.THANKS.LIFETIME

I am still setting it up in a demo environment, but underneed each post it displays the text "like" and 'Thank' and to the right a small image.

How do we completely remove the image and change the text colour?

Kind Regards
 
You can achieve these things by editing the dbtech_thanks_postbit_entries_actionbit template :)
 
o wait as in in the dbtech_thanks_postbit_entries_actionbit template.

my default colour is white, how can i change it to orange?

here is my template file:

<a href="javascript://" name="dbtech_thanks_button" data-postid="{vb:var post.postid}" data-button="{vb:raw button.varname}" style="padding-{vb:stylevar right}:6px;"><img src="{vb:raw button.buttonimage}" alt="{vb:raw button.title}" title="{vb:raw button.title}" border="0" style="top:0; vertical-align:middle;" /> {vb:raw phrase}</a>
 
Try this:
Code:
<a href="javascript://" name="dbtech_thanks_button" data-postid="{vb:var post.postid}" data-button="{vb:raw button.varname}" style="padding-{vb:stylevar right}:6px; color:orange;"><img src="{vb:raw button.buttonimage}" alt="{vb:raw button.title}" title="{vb:raw button.title}" border="0" style="top:0; vertical-align:middle;" /> {vb:raw phrase}</a>
 
Fillip H., thank you so much for the assistance. It is working, the only think is the images are super imposing over the text.Is this my global template that need changing or is it something I can correct on the dbtech_thanks_postbit_entries_actionbit template?

Selection_012.png
 
That's most likely a skin issue. You can remove the text by turning the "Display Button Text" setting off.
 
There are 2 image path settings you can customise in the Manage Buttons screen, Button Click Image and Button Un-Click Image, in order to have different image before and after click :)
 
Status
Not open for further replies.

Legacy Advanced Post Thanks / Like

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
4,031
Customer rating
5.00 star(s) 1 ratings
Back
Top