![]() |
Quote:
|
Quote:
Database error in vBulletin 3.5.2: Invalid SQL: SELECT post_thanks.* FROM vb_post_thanks, vb_post WHERE post.postid = post_thanks.postid AND post.threadid = '43120'; MySQL Error : Unknown table 'post_thanks' Error Number : 1051 |
materros - Replace this line in that same plugin (Post Thank You Hack at postbit_display_start hook location)
PHP Code:
PHP Code:
PHP Code:
|
thanks for the update
after applied a little bit different error: :) Database error in vBulletin 3.5.2: Invalid SQL: SELECT vb_post_thanks.* FROM vb_post_thanks, vb_post WHERE post.postid = post_thanks.postid AND post.threadid = '44699' ORDER BY vb_post_thanks.username ASC; MySQL Error : Unknown table 'post' in where clause Error Number : 1109 Date : Thursday, December 22nd 2005 @ 09:10:17 PM |
i forgot to tell that i have table prefix - "vb_"
BR, Ross |
Quote:
PHP Code:
|
sorry guys...
again prob: Database error in vBulletin 3.5.2: Invalid SQL: SELECT vb_post_thanks.* FROM vb_post_thanks, vb_post WHERE vb_post.postid = post_thanks.postid AND vb_post.threadid = '44699' ORDER BY vb_post_thanks.username ASC; MySQL Error : Unknown table 'post_thanks' in where clause Error Number : 1109 |
i've handled it :))
thanks to Abe1 ! i've added everywhere - " . TABLE_PREFIX . " and here is the final strings: $post_thanks_cashe = $db->query("SELECT " . TABLE_PREFIX . "post_thanks.* FROM " . TABLE_PREFIX . "post_thanks, " . TABLE_PREFIX . "post WHERE " . TABLE_PREFIX . "post.postid = " . TABLE_PREFIX . "post_thanks.postid AND " . TABLE_PREFIX . "post.threadid = '$post[threadid]' ORDER BY " . TABLE_PREFIX . "post_thanks.username ASC"); |
Quote:
PHP Code:
|
works great thanks for this hack :p
i have one suggestion it's possible to bump a thread when a member use the thanks button like a basic answer ? hum i hope you understand sorry for my bad english |
All times are GMT. The time now is 04:04 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|