vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Show Thread Enhancements - [AJAX] Post Thank You Hack (https://vborg.vbsupport.ru/showthread.php?t=165673)

floggerss 02-16-2011 04:33 PM

I unistall the application and have this error

Invalid SQL: SELECT postidFROM post AS postINNER JOIN thread AS thread ON(thread.threadid = post.threadid)WHERE post.userid = 5685AND post.post_thanks_amount != 0AND thread.forumid IN(1,2,3,13,95,96,97,31,22,90,33,34,36,83,84,12,32 ,10,81,91,37,11,6,26,4,23,71,7 5,74,80,73,54,98,5,29,55,57,56,58,87,60,63,62,64,6 5,66,67,68,69,70,24,28,39,21,9 9,53,52,40,82,85,86,19,20)ORDER BY post.dateline DESCLIMIT 1000;

MySQL Error : Unknown column 'post.post_thanks_amount' in 'where clause'Error Number : 1054Request Date : Wednesday, February 16th 2011 @ 05:42:07 PMError Date : Wednesday, February 16th 2011 @ 05:42:07 PMScript : http://www.stylers.com.ar/post_thank...dthanks&u=5685

solohdes 02-17-2011 12:01 AM

No compatible with 4.1.2 version, it's shane. Any other hack compatible with 4.1.2 version?

mrgrld 03-05-2011 08:26 PM

Quote:

Originally Posted by solohdes (Post 2163446)
No compatible with 4.1.2 version, it's shane. Any other hack compatible with 4.1.2 version?


I am also looking for the 4.1.2 compatible. Any help would be appreciated

Crossbow 03-05-2011 09:36 PM

Installed. Thank you.

majidmozaffari 03-06-2011 03:50 PM

thanks....

Simon Lloyd 03-07-2011 04:40 AM

Quote:

Originally Posted by solohdes (Post 2163446)
No compatible with 4.1.2 version, it's shane. Any other hack compatible with 4.1.2 version?

Quote:

Originally Posted by mrgrld (Post 2169940)
I am also looking for the 4.1.2 compatible. Any help would be appreciated

Read the top of this thread, it gives a link for VB4 as i have copied below!!!!!
https://vborg.vbsupport.ru/showthread.php?t=231666

ikizbeyin 03-08-2011 02:19 PM

Any advice post_thanks hack for version 3.8.7?.

pcalloway 03-13-2011 09:48 PM

Is there a way of seeing who has accrued the most "thanks" over a period?

Simon Lloyd 03-14-2011 08:08 AM

Quote:

Originally Posted by ikizbeyin (Post 2170933)
Any advice post_thanks hack for version 3.8.7?.

works fine with it :)

Simon Lloyd 03-14-2011 10:41 AM

Quote:

Originally Posted by pcalloway (Post 2173025)
Is there a way of seeing who has accrued the most "thanks" over a period?

Here's a query to get you started, but you will probably have to use JOIN (TABLE NAME) and MIN(COLUMN NAME) and MAX(COLUMN NAME) in order to view the results between a period.
PHP Code:

SELECT `username`,`post_thanks_thanked_times`
FROM `user`
GROUP BY `post_thanks_thanked_times`,`username`
ORDER BY `post_thanks_thanked_timesDESC
LIMIT 0 
30 

Im not a coder by any means so thats probably the limit of my help :)


All times are GMT. The time now is 11:17 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.03979 seconds
  • Memory Usage 1,745KB
  • 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_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete