Thread: Show Thread Enhancements - [AJAX] Post Thank You Hack
View Single Post
  #1312  
Old 06-20-2007, 11:43 PM
NolF's Avatar
NolF NolF is offline
 
Join Date: Nov 2006
Location: You don't wanna know
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kwblue
I'm having some issues It's been a while since I installed the hack and I just noticed that when threads have more than 1 post, the image (thank you image) is duplicated along with the thanks information in the header.
Read this

Quote:
Originally Posted by gregfindley
I have installed this hack following the instructions, and nothing has appeared at all? I'm running 3.6.7 so I installed the 6.0 gold followed by the 3.6.7 fix, but still nothing?
version 6.0 Gold is designed for 3.6.5 and under, even tho it works on the following version, it would mean you will have to do the template modifications indicated in the instructions. As a result you wouldn't be enjoying the joy of the 3.6.7 upgrade to its fullest .
Use version 6.2 for vBulletin 3.6.7 ^^ (make sure your templates have the hooks installed)

Quote:
Originally Posted by sim20
The template is correct, the button image is in all relevant folders and i see this in user info:
[...]
But still no button!!
Have a look at this post and check that your hooks are installed as indicated there

Quote:
Originally Posted by sunnycher and Fungsten
I don't have a post_thanks_postbit_info template.
I have it without the info on the end.
That template is only available on version 6.2. So I'm assuming you are using 6.0 Gold. On this version, you do the modification post_thanks_postbit_info does directly into your postbit(_legacy) template.
So go to your postbit(_legacy) template
and accordign to the isntractions
Quote:
in postbit AND postbit_lagacy:

find:
--------------------------------------------------------------------
$vbphrase[posts]: $post[posts]
--------------------------------------------------------------------

AFTER place this:
--------------------------------------------------------------------
<!-- Start Post Thank You Hack -->
<if condition="$post[userid]">
<br />
$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount]
<br />
<if condition="$post[post_thanks_thanked_times_on] == 1">
$vbphrase[post_thanks_time_post]
<else />
<if condition="$post[post_thanks_thanked_posts_on] == 1">
<phrase 1="$post[post_thanks_thanked_times]">$vbphrase[post_thanks_times_post]</phrase>
<else />
<phrase 1="$post[post_thanks_thanked_times]" 2="$post[post_thanks_thanked_posts]">$vbphrase[post_thanks_times_posts]</phrase>
</if>
</if>
</if>
<!-- End Post Thank You Hack -->
--------------------------------------------------------------------
You can put your conditional above the <!-- Start Post Thank You Hack --> comment, and the </if> after the End comment ^^

Quote:
Originally Posted by sunnycher
How to I remove the thanks stats in the members block/info?
Undo do the template changes in memberinfo template contained within the <!-- Start Post Thank You Hack --> and <!-- End Post Thank You Hack --> comments, including the comments them selves. Either that or just add a conditional as specified previously ^^
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01261 seconds
  • Memory Usage 1,782KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete