Status
Not open for further replies.
You can edit the two dbtech_thanks_postbit_entries_actionbit templates and add a color:#somehex after padding-{vb:stylevar right}:6px; :)
 
Sorry Fillip, but man.....I am too tired to figure this out right now. I have this:

<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: "#FE2E9A"><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>

now....but it don't work. I know....duh....
 
And the second template has nothing like padding-{vb:stylevar right}:6px; !!??

Really man, is it so difficult to add this to stylevars?
 
It is already a stylevar, but changing that would also change the "Blog this post" etc links.

So no, it's not hard, it already exists :)


dbtech_thanks_postbit_entries_actionbit
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:#FE2E9A;"><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>

dbtech_thanks_postbit_entries_actionbit_notext
Code:
<a href="javascript://"<vb:if condition="$button['canclick']"> name="dbtech_thanks_button" data-postid="{vb:var post.postid}" data-button="{vb:raw button.varname}"<vb:else /> style="cursor:default;"</vb:if>><img src="{vb:raw button.buttonimage}" alt="{vb:raw button.title}" title="{vb:raw button.title}" border="0"<vb:if condition="$show['thanks_posfix']"> style="position:relative; top:4px; left:-20px; margin-{vb:stylevar right}:-20px;"</vb:if> /><vb:if condition="$vboptions['dbtech_thanks_cloud_displaystyle'] == 2"> <span style="color:#FE2E9A;">({vb:raw button.clickcount})</span></vb:if></a>
 
Do you not know by now that you have to spoonfeed me?? lol

Thank you so much!

Now is there a way to make this text bigger maybe??
 
dbtech_thanks_postbit_entries_actionbit
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:#FE2E9A; font-size: [COLOR="#FF0000"]X[/COLOR]px;"><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>

dbtech_thanks_postbit_entries_actionbit_notext
Code:
<a href="javascript://"<vb:if condition="$button['canclick']"> name="dbtech_thanks_button" data-postid="{vb:var post.postid}" data-button="{vb:raw button.varname}"<vb:else /> style="cursor:default;"</vb:if>><img src="{vb:raw button.buttonimage}" alt="{vb:raw button.title}" title="{vb:raw button.title}" border="0"<vb:if condition="$show['thanks_posfix']"> style="position:relative; top:4px; left:-20px; margin-{vb:stylevar right}:-20px;"</vb:if> /><vb:if condition="$vboptions['dbtech_thanks_cloud_displaystyle'] == 2"> <span style="color:#FE2E9A; font-size: [COLOR="#FF0000"]X[/COLOR]px;">({vb:raw button.clickcount})</span></vb:if></a>

And change the X to a numerical value till you like the size. I would start at 10.
 
I am so sorry to bother you guys again! Is it perhaps possible to center the "Thanks" button on the postfoot? Like I have here on this mockup:

mockup.webp

Thank you so much!
 
I don't believe that's possible due to the way the postfoot works. If there is a way, it's beyond what I can figure out without spending hours on it. Sorry :(
 
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,055
Customer rating
5.00 star(s) 1 ratings
Back
Top