Quote:
Originally Posted by maki_69
Hmm, now i'm testing mod on other forum and I saw in my postbox e-mail with vbulletin database errors like this:
"Database error in vBulletin 3.8.7:
Invalid SQL:
SELECT * FROM sc_thumbs_post WHERE postid IN () ORDER BY username ASC;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY username ASC' at line 1"
If You have a time and desire, I have another proposals for modifications Your mod like:
- public statistic (eg: with the best post from latest x days)
- disabling for view post with more than x "thumbs down" or mark the best posts in topic
A little imagination and this mod will be the best mod of the month :P
|
Can you give me more info about the database error? I need the url of the error and the info of user (he is a guest or a member?). I think this info is on the e-mail.
Thanks for your ideas, will see on the next versions!!
The bug with only first post function, fixed!
Quote:
Originally Posted by 3raq4all
I want to add the number of figures for each member of thumb template to the Post Legacy I just want the numbers for this variable
|
The variables you need for postbit legacy are:
$post[sc_thumbs_up_received]
$post[sc_thumbs_down_received]
$post[sc_thumbs_up_gave]
$post[sc_thumbs_down_gave]
:up: