The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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
![]() ![]() Oh and also I'm using Etiket's postbit modification thing and the thanks look weird on there too :\ |
#2
|
|||
|
|||
![]()
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. |
#3
|
|||
|
|||
![]()
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.
Code:
<!-- 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 --> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|