vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Help with post thanks buttons (https://vborg.vbsupport.ru/showthread.php?t=318019)

PharaohMo 03-29-2015 01:35 AM

Help with post thanks buttons
 
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

1 Attachment(s)
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 -->

My postbit looks like the attached.


All times are GMT. The time now is 09:26 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01070 seconds
  • Memory Usage 1,713KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete