PDA

View Full Version : Help with post thanks buttons


PharaohMo
03-29-2015, 01:35 AM
Hello I am using the vbStyles theme redfox and I have the AJAX post thanks and I don't know how to get the buttons correct for it. This is what I see for it

https://vborg.vbsupport.ru/external/2015/03/3.png
https://vborg.vbsupport.ru/external/2015/03/4.png

Oh and also I'm using Etiket's postbit modification thing and the thanks look weird on there too :\

ForceHSS
03-29-2015, 01:39 AM
Since you are asking about Questions/Problems regarding a Modification/Style, you need to post in the Modifications/Styles thread where you downloaded it from.

That is the proper place to get support for a Modification/Style, not out here in the main forums. Even if you already posted in the Modifications/Styles thread, and have not got a answer, that is not a excuse to post in the open forums. This includes third party Modifications/Styles that you may have got elsewhere.

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.

Guest210212002
03-29-2015, 09:45 AM
What are you looking to change? The first thing I did when I installed that was to get rid of the collapse button. If you're trying to clean up the info under the user's name, this is what my template looks like. I got rid of the amount of times the user thanked others, and just kept the amount of times they were thanked.


<!-- Thanks -->
<vb:if condition="$post['post_thanks_thanked_times'] == 1">

<tr><td class="legacystats">
<div align="center"><span class="legacytext">Thanked: 1</span></div>
</td></tr>

<vb:else />

<tr><td class="legacystats">
<div align="center"><span class="legacytext">Thanked: {vb:raw post.post_thanks_thanked_times}</span></div>
</td></tr>

</vb:if>
<!-- /Thanks -->

My postbit looks like the attached.