View Full Version : Show Thread Enhancements - [AJAX] Post Thank You Hack
Pages :
1
2
[
3]
4
5
6
7
8
9
10
11
12
13
14
15
16
TimberFloorAu
02-06-2010, 08:00 PM
if (integrate == true)
{
fetch_object('post_groan_button_' + postid).style.display = 'none';
}
Looks like you have groan hack installed.
We have Thanks hack, and our own reworked groan hack, and no problems.
djbaxter
02-06-2010, 08:17 PM
if (integrate == true)
{
fetch_object('post_groan_button_' + postid).style.display = 'none';
}
Looks like you have groan hack installed.
We have Thanks hack, and our own reworked groan hack, and no problems.
No, I don't. That code is from the original .js file included in the download.
TimberFloorAu
02-06-2010, 08:42 PM
Thats weird then huh.
TimberFloorAu
02-06-2010, 09:23 PM
Yeah 3 instances of it in the js file.
Something to do with future Integration so that the groan hack dovetails in. That could be where the issue lies, if you have already had an installation of the groan hack.
djbaxter
02-06-2010, 11:26 PM
Yeah 3 instances of it in the js file.
Something to do with future Integration so that the groan hack dovetails in. That could be where the issue lies, if you have already had an installation of the groan hack.
Well, it may well be an issue even if you've never had the Groan hack installed.
TimberFloorAu
02-06-2010, 11:51 PM
Well, it may well be an issue even if you've never had the Groan hack installed.
Have you tried commenting out the ELSE statements, for the groan calls. In the JS and reuploading to test ?
djbaxter
02-07-2010, 12:22 AM
Have you tried commenting out the ELSE statements, for the groan calls. In the JS and reuploading to test ?
No. But the code says it should be executed only if integrate is true.
By the way, the page refreshes after clicking on Thanks. I can't remember if it did that in the 3.x version or not.
abualk
02-07-2010, 07:02 PM
<u>I've got this error when I tried to import the product :</u>
MySQL Error : MySQL server has gone away
Error Number : 2006
MedellinStyle
02-07-2010, 10:35 PM
Any Idea How I Can See Post Thank Stats, For Example To Give Prizes To Most Thanked User Of The Week ????????????????
Kolbi
02-08-2010, 09:52 AM
Got this:
Datenbankfehler in vBulletin 4.0.1:
Invalid SQL:
REPLACE INTO search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
VALUES (0, '123.125.66.15', 1, 'News', '', 'post.dateline', 'DESC', 0.44188, 1, '12491', 1265627529, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{}s:6:\"common\";a:0:{}s:5:\"users\";a:1:{i:368;s:4:\"News\";}s:6:\"forums\";i:0;s:7:\"options\";a:3:{s:11:\"starteronly\";i:0;s:11:\"childforums\";i:1;s:6:\"action\";s:7:\"process\";}}', 'be4ccffe0560d6bc88402f1743ac06da');
MySQL-Fehler : Table 'search' doesn't exist
Fehler-Nr. : 1146
Fehler-Zeit : Monday, 08.02.2010 @ 12:12:09
Datum : Monday, 08.02.2010 @ 12:12:26
Skript : http://www.2-wheel-planet.de/post_thanks.php?do=findthanks&u=368
Referrer :
IP-Adresse : 123....
Benutzername : Unregistriert
Klassenname : Database
MySQL-Version :
betty02
02-08-2010, 10:06 AM
How come i get the word Thanks! could i not have the little images that are included in the .zip?
https://vborg.vbsupport.ru/external/2010/02/77.jpg
Kolbi
02-08-2010, 02:33 PM
I got another 3 MySQL failure message with nr 1146....
x YNWA x
02-08-2010, 03:07 PM
Is there a way to have it so it just shows something like "Recieved Thanks: 15", instead of what the user has given out?
cmeinck
02-08-2010, 04:02 PM
I made the mistake of uninstalling the product. This removed all the data from the table post_thanks. I have an older backup of my forums with this table, which I then used to replace the emptied table on my live forums.
I'm still seeing 0 of 0 thanks, but there is data in the post_thanks table.
Are there any vBulletin Updates or database queries to get this data recognized?
djbaxter
02-09-2010, 01:47 PM
My apologies if this has already been addressed.
vBulletin 4.01
This version of the Thank you hack.
Groans not installed.
The buttons show up correctly.
Clicking on the button updates the thanks count for a mmmber in the User CP and the thanks count in the postbit, but doers NOT display the "Thanked by" informatiion under the post.
Added: Happens in both IE8 and Firefox 3.6.
More information: When I click on "Thanks", in IE8 I get this error:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Sat, 6 Feb 2010 18:27:47 UTC
Message: Object required
Line: 48
Char: 2
Code: 0
URI: http://myforum.com/clientscript/post_thanks.js
Message: 'null' is null or not an object
Line: 12
Char: 4
Code: 0
URI: http://myforum.com/clientscript/post_thanks.js
And here's the portions of that file referenced.
Around line 12:
var post_thanks_handleSuccess = function(o)
{
if(o.responseText !== undefined)
{
if (post_thanks_callback.object_name[o.tId] !== undefined)
{
fetch_object(post_thanks_callback.object_name[o.tId]).innerHTML = o.responseText;
}
}
}
Around line 48:
function post_thanks_give(postid, integrate)
{
fetch_object('post_thanks_button_' + postid).style.display = 'none';
fetch_object('post_thanks_separator_' + postid).style.display = 'none';
if (integrate == true)
{
fetch_object('post_groan_button_' + postid).style.display = 'none';
}
var sUrl = 'post_thanks.php';
var postData = 'do=post_thanks_add&using_ajax=1&p=' + postid + '&securitytoken=' + SECURITYTOKEN;
var request = YAHOO.util.Connect.asyncRequest('POST', sUrl, post_thanks_callback, postData);
post_thanks_callback.object_name[request.tId] = 'post_thanks_box_' + postid;
fetch_object('post_thanks_box_' + postid).style.display = '';
return false;
}
More information: I just clicked on the Thanks button for a member (I am the owner and admin) and received this:
HansMuenchen
02-10-2010, 05:24 PM
Got this:
MySQL-Fehler : Table 'search' doesn't exist
Fehler-Nr. : 1146
Here it's the same, someone a idea how to fix it?
Thnx for the answer.
hans
MrKramer
02-10-2010, 06:50 PM
Got this:
MySQL-Fehler : Table 'search' doesn't exist
Fehler-Nr. : 1146
i got this also, its updating the table search, but that table isnt in our DB... and shouldn't be there also.
please make a fix
kermekhaki
02-10-2010, 09:25 PM
what is error ? problem db .When I click on the threads. Error occurs.
Database error in vBulletin 4.0.1:
Invalid SQL:
SELECT * FROM post_thanks AS post_thanks INNER JOIN user AS user USING (userid) WHERE post_thanks.postid IN (0Array) ORDER BY post_thanks.username ASC;
MySQL Error : Unknown column '0Array' in 'where clause'
Error Number : 1054
Request Date : Thursday, February 11th 2010 @ 12:22:43 AM
Error Date : Thursday, February 11th 2010 @ 12:22:44 AM
Script : ************
Referrer : *********
IP Address : ********
Username : *********
Classname : vB_Database
MySQL Version : 5.0.81-log
HansMuenchen
02-10-2010, 09:51 PM
i got this also, its updating the table search, but that table isnt in our DB... and shouldn't be there also.
please make a fix
What you mean with fix? How can I do this?
Thank you for your answer.
Greetings
Hans
Bisha
02-10-2010, 11:19 PM
here you have some nice small pics for Thank you Hack!
tini_lam
02-11-2010, 04:41 AM
when I "thanks" for post of a user has been deleted acc, I receive message "Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/post_thanks.php on line 57"
http://c.upanh.com/upload/2/931/TD0.7012837_1_1.jpg
RedTrinity
02-11-2010, 06:36 AM
You probably still have the old post groan hack still installed but disabled.
I had the same issue. You need to completely uninstall the old post groan hack.
What is the post groan hack?? :confused: Definitely haven't had anything like that installed before... or was it part of this mod at an earlier stage?
djbaxter
02-11-2010, 12:12 PM
What is the post groan hack?? :confused: Definitely haven't had anything like that installed before... or was it part of this mod at an earlier stage?
It's a companion mod. The Thanks mod is like a thumbs-up vote; the groan hack is like a thumbs-down vote.
They are separate.
CheeSie
02-11-2010, 02:50 PM
Can we get an update that introduces the "Find posts thanked by user" and those other search functions?
djbaxter
02-11-2010, 03:02 PM
Can we get an update that introduces the "Find posts thanked by user" and those other search functions?
Hang on to that thought...
First, can we get an update that actually works in 4.x? Without generating databse errors, permission errors, or disappearing?
Bisha
02-11-2010, 08:42 PM
Got this:
Got this:
Datenbankfehler in vBulletin 4.0.1:
Invalid SQL:
REPLACE INTO search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
VALUES (0, '123.125.66.15', 1, 'News', '', 'post.dateline', 'DESC', 0.44188, 1, '12491', 1265627529, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{}s:6:\"common\";a:0:{}s:5:\"use rs\";a:1:{i:368;s:4:\"News\";}s:6:\"forums\";i:0;s:7:\"options\";a:3:{s:11:\"sta rteronly\";i:0;s:11:\"childforums\";i:1;s:6:\"action\";s:7:\"process\";}}', 'be4ccffe0560d6bc88402f1743ac06da');
MySQL-Fehler : Table 'search' doesn't exist
Fehler-Nr. : 1146
Fehler-Zeit : Monday, 08.02.2010 @ 12:12:09
Datum : Monday, 08.02.2010 @ 12:12:26
Skript : http://www.2-wheel-planet.de/post_th...ndthanks&u=368 (http://www.2-wheel-planet.de/post_thanks.php?do=findthanks&u=368)
Referrer :
IP-Adresse : 123....
Benutzername : Unregistriert
Klassenname : Database
MySQL-Version :
Me too! Any solution?
lighthazard
02-12-2010, 12:08 AM
Hey, how do I change the logo off the Thanks button?
RedTrinity
02-12-2010, 02:39 AM
It's a companion mod. The Thanks mod is like a thumbs-up vote; the groan hack is like a thumbs-down vote.
They are separate.
Ahhh ok, thanks for the clarification.
Nope, that can't be the problem then, have never had the groan hack installed :D
Its still happening though, whenever someone presses the 'thanks' button on a post, it refreshes the page and returns to the first post of the topic.
Very bizarre! And driving us a little batty too, lol.
djbaxter
02-12-2010, 02:47 AM
It's driving us batty because it's buggy. :D
djbaxter
02-12-2010, 03:13 AM
Abe is usually more responsive, actually. Apparently, he hasn;t logged in this month yet, though, so perhaps he's tied up with something and unaware of the problems.
I'd like to see it working again but it must be hard for many of these guys to tell whether it's the add-oon or the buggy 4.01 code that's causing the problems.
TimberFloorAu
02-12-2010, 04:21 AM
What is the post groan hack?? :confused: Definitely haven't had anything like that installed before... or was it part of this mod at an earlier stage?
You can see Post Groan hack on our website
Test User Account is:
don
Pass is:
vborg
Go to any post you will see SPANKS
This is our version of Post Groan hack for vb 4.0.1
Ste
RedTrinity
02-12-2010, 05:58 AM
You can see Post Groan hack on our website
Test User Account is:
don
Pass is:
vborg
Go to any post you will see SPANKS
This is our version of Post Groan hack for vb 4.0.1
Ste
Thanks, not really interested in it though :) Just wondered what mfbmike was talking about when he suggested our Post Thanks problem was in relation to this particular mod.
Apparently not the case though, since we've never had it installed at any stage.
TimberFloorAu
02-12-2010, 06:18 AM
Thanks, not really interested in it though :) Just wondered what mfbmike was talking about when he suggested our Post Thanks problem was in relation to this particular mod.
Apparently not the case though, since we've never had it installed at any stage.
Just showing you what it was so you know what you aint got :)
Kolbi
02-12-2010, 02:15 PM
Still with deactivated post thank you hack I get mysql issues.
With referer the Post Thank You Hack!
Please publish a fix!!!
Ranger187
02-13-2010, 02:26 AM
Can someone tell me how to change the color of the word "Thanks" in the thread?
Bisha
02-13-2010, 10:29 AM
why I'm having this SQL Error:
Invalid SQL:
REPLACE INTO search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
VALUES (0, .....etc
MySQL Error : Table 'vbulletin_cms.search' doesn't exist
Script : _http://www.xxxxx.com/post_thanks.php?do=findthanks&u=4608
Referrer
migowebdesign
02-13-2010, 03:17 PM
why I'm having this SQL Error:
Invalid SQL:
REPLACE INTO search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
VALUES (0, .....etc
MySQL Error : Table 'vbulletin_cms.search' doesn't exist
Script : _http://www.xxxxx.com/post_thanks.php?do=findthanks&u=4608
Referrer
Me too. Maybe old Search engine links. So far as i can see, this function isn't used in vb4, right? Can we just comment out this section?
migowebdesign
02-13-2010, 03:20 PM
Update, in template post_thanks_memberinfo_block you can see, the section for searching is commented.
So my suggestion, comment the part in the php file and there is no error until we get a fix.
UPDATE2: at my forum, the request were made by yahoo search engine...
Cheers
MandachuvA
02-14-2010, 11:05 PM
This all works perfectly just have a problem
in which shows how many people took thanks to this misaligned see in the image.:
look - http://img132.imageshack.us/img132/3253/erropostthankio.png
http://img132.imageshack.us/img132/3253/erropostthankio.png
what should I do to correct this error
Rob F
02-14-2010, 11:58 PM
what should I do to correct this error
Read back a few pages - its been covered many times ;)
SCSCSC
02-15-2010, 11:49 AM
same prblm with me
2 - the first post showing Thanked 0 Times in 0 Posts one time
in second post its showing Thanked 0 Times in 0 Posts two times
and so on
3 - i dont have any BBR - Useful Links on Member Action Dropdown
4 - i am having Add Ignore User To Postbit Dropdown plugin so when i disabled it its working fine
any update on this?
MandachuvA
02-15-2010, 08:06 PM
Read back a few pages - its been covered many times ;)
problem solved thanks to that proposed to help
x YNWA x
02-16-2010, 01:45 AM
had to uninstall because it just messed everything up :(
Using vb 4.0.1
Kolbi
02-16-2010, 08:20 AM
problem solved thanks to that proposed to help
The problem with the mysql issues aren?t solved yet?
Again #3
Someone know how to align blog entries?
https://vborg.vbsupport.ru/
Mostjolly
02-16-2010, 08:23 PM
Hey ABE!!
How you go about changing the font size of "The Following User Says Thank You to USERNAME For This Useful Post:" and the usernames display??
Default size is a little too big and annoying...
iPaul
02-16-2010, 09:37 PM
Thanks for this great mod, working great on my forum!
War.Frog
02-16-2010, 10:54 PM
Has Abe forsaken us?
Bisha
02-17-2010, 02:46 PM
Again #3
Someone know how to align blog entries?
https://vborg.vbsupport.ru/
Remove FLOAT from css file!
Bisha
02-17-2010, 02:48 PM
How to fix this mysql db error:
MySQL Error : Table 'vbulletin_cms.search' doesn't exist
for search table?
s0lidgr0und
02-17-2010, 08:31 PM
Again #3
Someone know how to align blog entries?
http://img59.imageshack.us/img59/5913/entries.gif
From THIS thread. :erm:
https://vborg.vbsupport.ru/showpost.php?p=1975952&postcount=498
FReeSTER
02-18-2010, 02:17 PM
Is not working for me, it give me this error
Could not find phrase 'post_thanks'.
Jabong82
02-18-2010, 05:52 PM
Does this work for 4.0.2? I just upgraded from 4.0.1 and I no longer see it any more.
Bram H
02-18-2010, 06:31 PM
Just upgraded from 401 to 402 and works fine! Did you make sure to disable the plugin before upgrading?
s0lidgr0und
02-19-2010, 12:22 AM
Does this work for 4.0.2? I just upgraded from 4.0.1 and I no longer see it any more.
Did you try reinstalling it with overwrite?
Blindspot
02-19-2010, 01:27 AM
I think there is a bug in the fetch_thanks function, it only seems to return the proper template info for the first post.
Kolbi
02-19-2010, 09:02 AM
I?m having the issue: Warnung: Cannot use a scalar value as an array in [path]/includes/class_postbit.php(314) : eval()'d code (Zeile 304) as well as the mysql issues...
Need fix!!!
LordNinja
02-19-2010, 09:19 AM
How do I thank you after you click the page to refresh automatically?
Do you think that perhaps the "Following Users Say..." takes up too much screen real estate? It seems to me that smaller fonts and keeping the usernames on the same line and less white space below the names would be less disruptive to the "flow" of the forums. I know I can hack it, but every upgrade will likely break my hack of the hack. Any thoughts?
Since Abe seems to be busy with other things, I went ahead and hacked the font size on the "Following Users Say..." line on the forums.
Listen, I'm not a coder and all I can say is that it works on my forum -- follow at your own risk and be sure you can go backwards if needed.
Anyway...
In post_thanks_postbit find:
<h2 class="<vb:if condition="!$vboptions['legacypostbit']">post</vb:if>title">
If you're using the legacy (vertical) postbit template: change the word "title" to "bitlegacy"
Otherwise change the word "title" to "content"
Again: I'm no coder - try it at your own risk.
djbaxter
02-19-2010, 09:17 PM
Hey ABE!!
How you go about changing the font size of "The Following User Says Thank You to USERNAME For This Useful Post:" and the usernames display??
Default size is a little too big and annoying...
Since Abe seems to be busy with other things, I went ahead and hacked the font size on the "Following Users Say..." line on the forums.
Listen, I'm not a coder and all I can say is that it works on my forum -- follow at your own risk and be sure you can go backwards if needed.
Anyway...
In post_thanks_postbit find:
<h2 class="<vb:if condition="!$vboptions['legacypostbit']">post</vb:if>title">
If you're using the legacy (vertical) postbit template: change the word "title" to "bitlegacy"
Otherwise change the word "title" to "content"
Again: I'm no coder - try it at your own risk.
Or, if you don't need to change the font, just edit the phrase to make it shorter, e.g., "Thanks for this post from" or "Thanks from".
s0lidgr0und
02-19-2010, 11:51 PM
Or, if you don't need to change the font, just edit the phrase to make it shorter, e.g., "Thanks for this post from" or "Thanks from".
$vbphrase[post_thanks_user_says]
djbaxter
02-20-2010, 12:09 AM
$vbphrase[post_thanks_user_says]
Actually, there are two, one for a single thank you and one for multiple thank you's:
post_thanks_user_says
post_thanks_users_say
Ypu'll probably want to edit both of them to ensure consistency.
Or, if you don't need to change the font, just edit the phrase to make it shorter, e.g., "Thanks for this post from" or "Thanks from".
No doubt it's in the eye of the beholder, but even one character in that line takes up as much vertical space on the display as the entire phrase.
However, making the font smaller makes a big difference in the amount of vertical space being used.
Ramsesx
02-20-2010, 08:38 AM
I didn't read all posts so I'll just let you know this hack is causing an error on thread inline moderation, see here (http://www.vbulletin.com/forum/project.php?issueid=36383#note131752).
Faizan
02-20-2010, 04:43 PM
thanks
djbaxter
02-20-2010, 04:54 PM
thanks
Don't post just to say "thanks"... click the frickin' button! :D
BizAdventure
02-21-2010, 08:44 AM
Recently did an upgrade from 3.8.4 to 4.0.2 - and do you know what the biggest concern was to my community? WHERE IS THE THANKS BUTTON! HA!
So, the only issue I have? I came here too late to see you post that we shouldn't UNINSTALL when upgrading and only disable - well TOO LATE.
So my question - I still have access to the old database - and the forums - is there a way for me to grab the data from the old thanks numbers and import them to the new?
Probably whistling dixie, I know.
JHUMON
02-21-2010, 09:42 AM
I got database error any one can help ?
"Database error in vBulletin 4.0.2:
Invalid SQL:
REPLACE INTO search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
VALUES (0, '66.249.71.44', 1, 'asad', '', 'post.dateline', 'DESC', 0.18184, 1, '22221,22220,22219,19605,18700,18699,18698,18696,1 8694,18692,18688,18073,11556,11386,8325', 1266751116, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{}s:6:\"common\";a:0:{}s:5:\"users\";a:1:{i:837;s:4:\"asad\";}s:6:\"forums\";i:0;s:7:\"options\";a:3:{s:11:\"starteronly\";i:0;s:11:\"childforums\";i:1;s:6:\"action\";s:7:\"process\";}}', '7a441afce973ea1b1482efd0f0b335c1');
MySQL Error : Table 'jhumon_vbulletin.search' doesn't exist
Error Number : 1146
Request Date : Sunday, February 21st 2010 @ 05:18:36 AM
Error Date : Sunday, February 21st 2010 @ 05:18:36 AM
Script : http://www.****.com/post_thanks.php?do=findthanks&u=837
Referrer :
IP Address : 66.249.71.44
Username : Unregistered
Classname : vB_Database
MySQL Version :
"
Bisha
02-21-2010, 09:59 AM
I got database error any one can help ?
"Database error in vBulletin 4.0.2:
Invalid SQL:
REPLACE INTO search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
VALUES (0, '66.249.71.44', 1, 'asad', '', 'post.dateline', 'DESC', 0.18184, 1, '22221,22220,22219,19605,18700,18699,18698,18696,1 8694,18692,18688,18073,11556,11386,8325', 1266751116, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{}s:6:\"common\";a:0:{}s:5:\"users\";a:1:{i:837;s:4:\"asad\";}s:6:\"forums\";i:0;s:7:\"options\";a:3:{s:11:\"starteronly\";i:0;s:11:\"childforums\";i:1;s:6:\"action\";s:7:\"process\";}}', '7a441afce973ea1b1482efd0f0b335c1');
MySQL Error : Table 'jhumon_vbulletin.search' doesn't exist
Error Number : 1146
Request Date : Sunday, February 21st 2010 @ 05:18:36 AM
Error Date : Sunday, February 21st 2010 @ 05:18:36 AM
Script : http://www.****.com/post_thanks.php?do=findthanks&u=837
Referrer :
IP Address : 66.249.71.44
Username : Unregistered
Classname : vB_Database
MySQL Version :
"
Same error here! Any solution^
JHUMON
02-22-2010, 03:09 AM
any one have ? any sol please ?
TonicWater
02-22-2010, 03:46 PM
one question. where can i edit the font size of the "...say thank you" sentence?
Michael Tsai
02-24-2010, 03:58 AM
Installed and works fine, thanks!
Kolbi
02-24-2010, 05:18 AM
Installed and works fine, thanks!
Without any MySQL issues? :)
mrdexx
02-24-2010, 06:54 AM
Does anyone know how to edit the plugin so that the:
"The following user has..." part of the thanks appears to the LEFT of the User(s) who did the thanking as opposed to ABOVE it (looks kind of sloppy when the rest of the forum has user info to the left of the messages)
Cheers
meonet
02-24-2010, 09:01 AM
Remove FLOAT from css file!
Where I can find it sorry?
edit
solved Thanks
Michael Tsai
02-24-2010, 12:43 PM
This is a fantastic mods, thanks again.
tiengnhat
02-24-2010, 01:02 PM
I have an error.
Could not find phrase 'post_thanks'
Can you tell me for fix it?
Thanks you!
motorola
02-24-2010, 03:37 PM
Very nice :)
Installed! Thank you
it works great ;) thanks abe
TonicWater
02-24-2010, 08:01 PM
please. can you tell me where i can make the "font size" smaller of the info who gave a thanks?
one question. where can i edit the font size of the "...say thank you" sentence?
Your post is post #572 in this thread ... take a look at post #560.
tini_lam
02-25-2010, 01:28 AM
I got database error any one can help ?
"Database error in vBulletin 4.0.2:
Invalid SQL:
REPLACE INTO search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
VALUES (0, '66.249.71.44', 1, 'asad', '', 'post.dateline', 'DESC', 0.18184, 1, '22221,22220,22219,19605,18700,18699,18698,18696,1 8694,18692,18688,18073,11556,11386,8325', 1266751116, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{}s:6:\"common\";a:0:{}s:5:\"users\";a:1:{i:837;s:4:\"asad\";}s:6:\"forums\";i:0;s:7:\"options\";a:3:{s:11:\"starteronly\";i:0;s:11:\"childforums\";i:1;s:6:\"action\";s:7:\"process\";}}', '7a441afce973ea1b1482efd0f0b335c1');
MySQL Error : Table 'jhumon_vbulletin.search' doesn't exist
Error Number : 1146
Request Date : Sunday, February 21st 2010 @ 05:18:36 AM
Error Date : Sunday, February 21st 2010 @ 05:18:36 AM
Script : http://www.****.com/post_thanks.php?do=findthanks&u=837
Referrer :
IP Address : 66.249.71.44
Username : Unregistered
Classname : vB_Database
MySQL Version :
"
create table 'search' to solve problems
fionix
02-25-2010, 04:25 AM
create table 'search' to solve problems
Get exactly the same error also if I disable this plugin for guest and unregistered users, the forum don't load.
Running VBulletin 4.02.
fionix
02-25-2010, 04:42 AM
Okay I figured out what the problem was, the old post_thanks.php (from a previous version) could not be overwritten by the new one!
Michael Tsai
02-25-2010, 11:19 AM
Worked fine till now, thanks again!:up::up::up:
min0taur
02-25-2010, 01:12 PM
Is there any chance to add hide hack?
archet1337
02-25-2010, 04:28 PM
When I click the Thanks button I get this message:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/post_thanks.php on line 57
Any advice on what to do?
Bisha
02-25-2010, 06:20 PM
create table 'search' to solve problems
but we need also some atributes!
Kolbi
02-25-2010, 06:42 PM
Okay I figured out what the problem was, the old post_thanks.php (from a previous version) could not be overwritten by the new one!
My post_thanks.php was overwritten but I get MySQL issues, too.
Does this:
create table 'search' to solve problems
resolve the issues?
mokonzi
02-26-2010, 07:12 AM
Abe, is there a way of reducing the height that thanks box displays underneath the post, as it is considerably larger than the 3.8 version?
Thanks for a great product, and the great support at getting it up and running for vB4.
reimic
02-26-2010, 07:19 AM
When I click the Thanks button I get this message:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/post_thanks.php on line 57
Any advice on what to do?
Same error here!
archet1337
02-26-2010, 08:03 PM
When I click the Thanks button I get this message:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/post_thanks.php on line 57
Any advice on what to do?
This is really putting me off. I've tried everything I can think of and still no go..
Must be someone that knows how to fix this?
Any help is much appreciated :)
archet1337
02-26-2010, 11:49 PM
Doh, I'm such an arse..:erm:
No wonder I get the error message, I'm trying to thank a guest poster and obviously I can't thank someone that doesn't exist..
djbaxter
02-26-2010, 11:54 PM
Doh, I'm such an arse..:erm:
No wonder I get the error message, I'm trying to thank a guest poster and obviously I can't thank someone that doesn't exist..
Actually, with the right drugs you can... but nobody else would be able to see it. :)
archet1337
02-27-2010, 12:03 AM
Actually, with the right drugs you can... but nobody else would be able to see it. :)
It would be pretty neat to be able to hide the Thanks button on guest posts. Any idea on how to do that?
djbaxter
02-27-2010, 12:29 AM
It should just be a matter of a vb conditional (you can learn about that at vbulletin.com). I don't allow Guest posts but if you used something like this
<vb:if condition="!in_array($bbuserinfo[usergroupid],array(2,5,6,7))">
{code to display Thanks button}
</vb:if>
it should work.
Play with it...
archet1337
02-27-2010, 12:47 AM
I've been playing around with it for a while now, and it removed the button from the guest posts, but unfortunately it removes it from the registered ones as well. I've checked the usergroup id's and they match yours.
djbaxter
02-27-2010, 01:06 AM
Sorry. Try this instead:
<vb:if condition="in_array($bbuserinfo[usergroupid],array(2,5,6,7))">
{code to display Thanks button}
</vb:if>
The "!" in the first code block in my previous post says "if NOT in array" which is the opposite of what you want (I think - it's Fried-day after a long week and I am truly fried).
archet1337
02-27-2010, 01:10 AM
Thanks a lot. Seems to be working fine :)
archet1337
02-27-2010, 02:22 AM
Gah.. this mod is haunting me :(
I'm having some trouble with getting {vb:raw template_hook.postbit_userinfo_right_after_posts} to look the same as the other ones. This is what it looks like:
https://vborg.vbsupport.ru/
How to fix this?
Edit: When someone has been thanked two times or more, it looks fine:
http://www.digi-tech.org/images/diverse/testing5.png
Supramania
02-27-2010, 02:46 AM
Trying to install on 4.0.2pl1 getting "Importing Product, Please Wait..."
No errors in mysql log or apache log.
Never installs.
Any ideas?
Abe, is there a way of reducing the height that thanks box displays underneath the post, as it is considerably larger than the 3.8 version?
Thanks for a great product, and the great support at getting it up and running for vB4.
I think the height of the thanks section is due to the large font being used. I posted my hack of the hack in post #560 of this thread. I don't know if anyone else tried it or not, but it makes quite a difference in screen vertical real estate being used on our forum.
wrestlepower
02-27-2010, 06:11 PM
Still no fix for being taken back to the first page of threads upon thanking a post? Shame, becuase this has to be one of the most popular hacks on any vB forum, but Abe obviously has some issues preventing him from getting on to sort it.
Also, even though you are supposed t be able to serach users' thanks stats from their profiles, the option isn't there when you actually go to the profile.
mokonzi
02-27-2010, 07:16 PM
Since Abe seems to be busy with other things, I went ahead and hacked the font size on the "Following Users Say..." line on the forums.
Listen, I'm not a coder and all I can say is that it works on my forum -- follow at your own risk and be sure you can go backwards if needed.
Anyway...
In post_thanks_postbit find:
<h2 class="<vb:if condition="!$vboptions['legacypostbit']">post</vb:if>title">
If you're using the legacy (vertical) postbit template: change the word "title" to "bitlegacy"
Otherwise change the word "title" to "content"
Again: I'm no coder - try it at your own risk.
Awesome grc, thanks for that tip. Been a headache trying to workout how to best change it. :)
TonicWater
02-27-2010, 07:48 PM
i miss the "links" like "search for my thanks" on the user profil pages. i remember for 3.8.4 it was there.
Rob F
02-27-2010, 09:46 PM
Gah.. this mod is haunting me :(
I'm having some trouble with getting
How to fix this?
Are you sure you edited all 3 lines of the code to align left? I had the same problem when first installing and then realised that I'd only reset the alignment for one of the 3 lines. Below is what I have in my post_thanks_postbit_info file and we've no alignment issues anymore :)
You want to set the 3 lines to be {vb:stylevar left}
<vb:if condition="$post['userid']">
<dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd>
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_time_post}</dd>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd>
<vb:else />
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd>
</vb:if>
</vb:if>
archet1337
02-27-2010, 10:32 PM
Are you sure you edited all 3 lines of the code to align left? I had the same problem when first installing and then realised that I'd only reset the alignment for one of the 3 lines. Below is what I have in my post_thanks_postbit_info file and we've no alignment issues anymore :)
You want to set the 3 lines to be {vb:stylevar left}
<vb:if condition="$post['userid']">
<dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd>
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_time_post}</dd>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd>
<vb:else />
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd>
</vb:if>
</vb:if>
Thank you very much!
Working like a charm. :)
Rob F
02-28-2010, 08:13 AM
You're very welcome - glad to hear it fixed it for you :)
Diablotic
02-28-2010, 09:55 AM
Where in database I can find number of thanks each user have?
After migrating from another script I would like to migrate 'thanks' as well but I cannot find this in the database. Please help.
robbiefritz
02-28-2010, 01:09 PM
I browsed through but didn't see the question asked; Is there a way to get the number of thanks to show as reputation comments in the notifications? On v3.8.4 users would see a notification if they received new thanks. Do I have something on v4.0.2 turned off or not set correctly for this to work? Not too familiar with v4 yet.
Rob F
02-28-2010, 02:18 PM
I browsed through but didn't see the question asked; Is there a way to get the number of thanks to show as reputation comments in the notifications? On v3.8.4 users would see a notification if they received new thanks. Do I have something on v4.0.2 turned off or not set correctly for this to work? Not too familiar with v4 yet.
When setting it up in the AdminCP you can have it adding to a users reputation alright, but as yet there's no way to show it as comments or make it searchable.
AMG021
02-28-2010, 02:43 PM
https://vborg.vbsupport.ru/external/2010/02/2.png
Can someone please help me align that?
archet1337
02-28-2010, 03:02 PM
https://vborg.vbsupport.ru/external/2010/02/2.png
Can someone please help me align that?
Are you sure you edited all 3 lines of the code to align left? I had the same problem when first installing and then realised that I'd only reset the alignment for one of the 3 lines. Below is what I have in my post_thanks_postbit_info file and we've no alignment issues anymore :)
You want to set the 3 lines to be {vb:stylevar left}
<vb:if condition="$post['userid']">
<dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd>
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_time_post}</dd>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd>
<vb:else />
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd>
</vb:if>
</vb:if>
I had the same problem, this did the trick for me :)
AMG021
03-01-2010, 01:28 AM
I had the same problem, this did the trick for me :)
Dude you are a genius! Thanks
tiengnhat
03-01-2010, 01:57 AM
I have an error with this mod. Can you tell me about fix it?
Could not find phrase 'post_thanks'.
Thanks you!
nyunyu
03-01-2010, 03:06 AM
Unfortunately I got this error when testing giving a thank.
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/post_thanks.php on line 57
please help.
tiga2
03-01-2010, 06:55 AM
Thank you for this Hack!
How can I change the Format of the Thank you output?
Ex. "Thanked: 5"
Instead of Thanked 11 Times in 6 Posts?
mrdexx
03-01-2010, 07:43 AM
Installed fine in vB 4.0.2, however the mod doesn't seem to be acknowledging that my forum is in Legacy mode?!
Shows "the following users..." stuff ABOVE the users instead of to the LEFT of the users (just like the profile info etc.
I checked the template info, and it seems like it should be working since my vB option is set to legacy mode...anyone know how to make it show to the LEFT and not ABOVE the users?
Example:
https://vborg.vbsupport.ru/external/2010/03/121.jpg
Also, I edited my postbit template as per Abe's instructions in his first post, but my "Thanks" button is still on the left side of the bar and NOT beside the edit button...no duplicate entries of the required code, and it is placed directly under the line he stated to...
Anyone got it that to work also?
Thanks!
tech4c
03-01-2010, 11:41 AM
thanks
Database error in vBulletin 4.0.2:
Invalid SQL:
REPLACE INTO search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
MySQL Error : Table 'database_name.search' doesn't exist
Error Number : 1146
Request Date : Monday, March 1st 2010 @ 08:35:49 AM
Error Date : Monday, March 1st 2010 @ 08:35:49 AM
Script : post_thanks.php?do=findthanks&u=133745
Referrer :
IP Address :
Classname : vB_Database
Casmos
03-01-2010, 11:22 PM
When I trun on Hack get this, when try to view post. So what the secert
:o
Database error in vBulletin 4.0.2:
Invalid SQL:
SELECT * FROM post_thanks WHERE postid IN (0Array) ORDER BY username ASC;
MySQL Error : Unknown column '0Array' in 'where clause'
Error Number : 1054
Request Date : Monday, March 1st 2010 @ 08:19:41 PM
Error Date : Monday, March 1st 2010 @ 08:19:42 PM
Script : http://gsmreport.dot5hosting.com/gsmreport/showthread.php?14489-NEW-SETOOL-SUPPORT-FORUM&p=53052
Referrer : http://gsmreport.dot5hosting.com/gsmreport/showthread.php?14489-NEW-SETOOL-SUPPORT-FORUM&p=53052#post53052
IP Address : 1xx.71.129.233
Username : ednacell
Classname : vB_Database
MySQL Version : 5.0.67-log
I need the option "thread new on thanks"... Is there any possibility to realise that? Thanks in advance, it would be amazing if you could provide me this setting... :up:
JHUMON
03-02-2010, 03:01 AM
Get exactly the same error also if I disable this plugin for guest and unregistered users, the forum don't load.
Running VBulletin 4.02.
Good Idea.Let me try.
JHUMON
03-02-2010, 09:14 AM
dosent work :( same error.
literatestylish
03-03-2010, 04:42 PM
Where can you edit the padding size of the Thanks box below each post?
Supramania
03-03-2010, 05:53 PM
Developer Last Online: Jan 2010
How long does a mod sit without support before it is declared abandoned?
Developer Last Online: Jan 2010
How long does a mod sit without support before it is declared abandoned?
Ha - I've taken longer vacations than that (well, once). I don't think it's time to call it "abandoned" yet. :)
Supramania
03-04-2010, 01:22 AM
Ha - I've taken longer vacations than that (well, once). I don't think it's time to call it "abandoned" yet. :)
I wouldn't either - I'm just wondering how long it takes for the vB.org staff to flag it. (I like this mod, I'd hate to see it go away)
RedHacker
03-04-2010, 05:22 AM
Can change position of the Thanks Button...?
HansMuenchen
03-04-2010, 05:39 AM
Hello,
can someone fix that here:
MySQL-Fehler : Table 'admin_cst.vb3_search' doesn't exist
Fehler-Nr. : 1146
Thnx for the help
Hans
archet1337
03-04-2010, 05:48 AM
Can change position of the Thanks Button...?
A few things to note:
If you want to move the Thanx button to near the edit post button,
open template postbit
find
{vb:raw template_hook.postbit_controls}
and move it under
<span class="postcontrols">
You can of course insert the button anywhere you like.
RedHacker
03-04-2010, 06:16 AM
You can of course insert the button anywhere you like.
Move this <span class="postcontrols"> .....?
archet1337
03-04-2010, 06:22 AM
Move this to where you want the button:
{vb:raw template_hook.postbit_controls}
robsta
03-04-2010, 10:56 AM
MySQL-Fehler : Table 'admin_cst.vb3_search' doesn't exist
Fehler-Nr. : 1146
what can i do ?
War.Frog
03-04-2010, 11:07 AM
Yay...I see Abe1 has come back! Welcome back Abe1! :D
Kolbi
03-04-2010, 01:12 PM
Please fix some issues :D
RedHacker
03-05-2010, 08:02 AM
Move this to where you want the button:
{vb:raw template_hook.postbit_controls}
Search to put before edit button...
Any help....?
Diablotic
03-05-2010, 08:16 AM
Hi I wanted to change phrase "thanks" to another language (Polish in this case) but changing 'post_thanks_thanks' changes both phrases as per picture which does not make sense in Polish language. Is there a way of separating them so I can have different word for top and bottom bar?
Planet_Earth
03-05-2010, 06:41 PM
hello, anyone having a problem with the Thanks Button Showing and then Not showing? have members saying and myself seeing that it comes and goes , we have to reload the page for it to show again... anyone know why this may be happen?
running 4.0.2 PL1
Sorry if I missed any post on this
relaxiha
03-05-2010, 11:25 PM
Have a problem. Will search when the user posts the following message appears.
Database error in vBulletin 4.0.2:
Invalid SQL:
REPLACE INTO search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
VALUES (0, '66.249.71.47', 1, 'mary-khosh', '', 'post.dateline', 'DESC', 0.03733, 1, '76092,75664,75603,75173,74990,74986,74784,74728,7 4727,74726,74482,74456,74427,74184,74180,74124,739 70,73950,73677,73637,73635,73630,73614,73609,73577 ,73562,73518,73512,73510,73449,73448,73447,73432,7 3360,73359,73358,73354,73287,73283,73175,73167,731 52,72974,72972,72968,69110,56897,56688,56128,56014 ,55982,55908,55882,55881,55849,55820,55816,55809,5 5783,55782,55775,55684,55632,55605,55580,55574,554 65,55171,55128,55119,54914,54756,54742,54699,54698 ,54697,54677,54676,54672,54671,54669,54636,54583,5 4563,54558,54525,54361,54249,52764,52553,52219,521 61,52126,52125,52123,51909,51866,51865,51541,51516 ,51505,51472,51252,51158,51071,51037,50882,50878,5 0850,50849,50848,50847,50836,50828,50661,50595,505 90,50059,49216,49179,49176,49145,49057,49044,49042 ,49036,48752,48712,48679,48675,48657,48651,48484,4 8354,48350,48349,48348,48347,47980,47863,47823,478 04,47780,47549,47241,47170,46820,46800,46798,46734 ,46641,45906,45862,44314,37260,35878,33556,32700,3 0944,30089,28104,25137,22838,11157,11147,5738,2642 ,2640,2300,1991,443,436,16', 1267837097, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{}s:6:\"common\";a:0:{}s:5:\"users\";a:1:{i:10038;s:10:\"mary-khosh\";}s:6:\"forums\";i:0;s:7:\"options\";a:3:{s:11:\"starteronly\";i:0;s:11:\"childforums\";i:1;s:6:\"action\";s:7:\"process\";}}', 'd140fb34186735544b25c7ca8aec451c');
MySQL Error : Table '********.search' doesn't exist
Error Number : 1146
Request Date : Saturday, March 6th 2010 @ 12:58:17 AM
Error Date : Saturday, March 6th 2010 @ 12:58:18 AM
Script : **********/forums/post_thanks.php?do=findthanks_user_gave&u=10038&language=vi
Referrer :
IP Address : ***************
Username : ثبت نام نشده
Classname : ***************
MySQL Version :
http://**********/forums/post_thanks.php?do=findthanks&u=10038&language=th
vb.search' doesn't exist
Please help to resolve this issue.
Diablotic
03-06-2010, 09:18 AM
Does stats in profile work for you guys?
I have "Show Stats in Profile?" enabled in AdminCP but still cannot see links to search all posts that user gave thanks to and all posts of his/hers that got thanked by someone else.
Those stats should be somewhere under total thanks, am I right?
Mastergumble
03-06-2010, 12:17 PM
Have a problem. Will search when the user posts the following message appears.
Database error in vBulletin 4.0.2:
Invalid SQL:
REPLACE INTO search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
VALUES (0, '66.249.71.47', 1, 'mary-khosh', '', 'post.dateline', 'DESC', 0.03733, 1, '76092,75664,75603,75173,74990,74986,74784,74728,7 4727,74726,74482,74456,74427,74184,74180,74124,739 70,73950,73677,73637,73635,73630,73614,73609,73577 ,73562,73518,73512,73510,73449,73448,73447,73432,7 3360,73359,73358,73354,73287,73283,73175,73167,731 52,72974,72972,72968,69110,56897,56688,56128,56014 ,55982,55908,55882,55881,55849,55820,55816,55809,5 5783,55782,55775,55684,55632,55605,55580,55574,554 65,55171,55128,55119,54914,54756,54742,54699,54698 ,54697,54677,54676,54672,54671,54669,54636,54583,5 4563,54558,54525,54361,54249,52764,52553,52219,521 61,52126,52125,52123,51909,51866,51865,51541,51516 ,51505,51472,51252,51158,51071,51037,50882,50878,5 0850,50849,50848,50847,50836,50828,50661,50595,505 90,50059,49216,49179,49176,49145,49057,49044,49042 ,49036,48752,48712,48679,48675,48657,48651,48484,4 8354,48350,48349,48348,48347,47980,47863,47823,478 04,47780,47549,47241,47170,46820,46800,46798,46734 ,46641,45906,45862,44314,37260,35878,33556,32700,3 0944,30089,28104,25137,22838,11157,11147,5738,2642 ,2640,2300,1991,443,436,16', 1267837097, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{}s:6:\"common\";a:0:{}s:5:\"users\";a:1:{i:10038;s:10:\"mary-khosh\";}s:6:\"forums\";i:0;s:7:\"options\";a:3:{s:11:\"starteronly\";i:0;s:11:\"childforums\";i:1;s:6:\"action\";s:7:\"process\";}}', 'd140fb34186735544b25c7ca8aec451c');
MySQL Error : Table '********.search' doesn't exist
Error Number : 1146
Request Date : Saturday, March 6th 2010 @ 12:58:17 AM
Error Date : Saturday, March 6th 2010 @ 12:58:18 AM
Script : **********/forums/post_thanks.php?do=findthanks_user_gave&u=10038&language=vi
Referrer :
IP Address : ***************
Username : ثبت نام نشده
Classname : ***************
MySQL Version :
http://**********/forums/post_thanks.php?do=findthanks&u=10038&language=th
vb.search' doesn't exist
Please help to resolve this issue.
I think everyone is getting this error...
dihuta
03-06-2010, 01:01 PM
Hope this mod will also support for Article and Blog entries.
Thanks!
JHUMON
03-06-2010, 02:25 PM
I think everyone is getting this error...
I hope so.
RedHacker
03-06-2010, 03:07 PM
Search to put before edit button...
Any help....?
Anyone to know....?
mfbmike
03-07-2010, 02:35 AM
Still no chance at porting the Post Groan Hack to 4.0? :(
ccozkaraca
03-07-2010, 03:29 PM
Hello Abe1,
I would like to use your mod for two things.
1- As a Thank you Hack.
2- E.g. " Organizations and trip preparation" forum. When a thread opened on that forum and anyother users if would like to attend this trip. They should click add me button ( thank you button ). And we will see end of the threat which users would like to attend to this trip/organization.
May be there is a hack like that. But i couldn't find it. If there is not, wouldn't be a great hack.:up:
So could you show me a way how could i ?
Thanks alot bro...
cindy helmond
03-07-2010, 05:20 PM
Hi i have an problem my forum view is not good see ATT
i have many space to sroll down. and see an report button on the buttom
any help ?
Thx
Hello Abe1,
2- E.g. " Organizations and trip preparation" forum. When a thread opened on that forum and anyother users if would like to attend this trip. They should click add me button ( thank you button ). And we will see end of the threat which users would like to attend to this trip/organization.
I'm not Abe, but I couldn't help but think the vBulletin Polling options would be a better way to collect that kind of information. Do the post, then add a poll on whether or not users will attend. You can even turn on the ability to record who voted what.
Rickpwns
03-07-2010, 06:05 PM
How come I can't see a thank button on postbit?
Also, I can not see the amount of thanks a person has given and received, any fix for this?
ccozkaraca
03-07-2010, 07:04 PM
I'm not Abe, but I couldn't help but think the vBulletin Polling options would be a better way to collect that kind of information. Do the post, then add a poll on whether or not users will attend. You can even turn on the ability to record who voted what.
Yes may be polls can be used like this.
But imagine you have trips/organization forum.
In this forum when users open thread, the other users will choose ;
*attending
*may be attending
*not attending
or only attending.
Is there anything like this ? Or could be done ?
It can be very usefull for the club forums :up:
Thanks alot...
Yes may be polls can be used like this.
But imagine you have trips/organization forum.
In this forum when users open thread, the other users will choose ;
*attending
*may be attending
*not attending
or only attending.
Is there anything like this ? Or could be done ?
It can be very usefull for the club forums :up:
Thanks alot...
It still sounds to me like you're describing the poll function. That's exactly what it does.
ccozkaraca
03-08-2010, 07:11 AM
It still sounds to me like you're describing the poll function. That's exactly what it does.
Yes but imagine you have 1000 members. Everyone has to vote that pool to see who is coming to that organization.
This is not what i want and nonsense...
If the mod owner could modifiye this hack, it will be so awesome...
I am sure alot of people would love it.
sulasno
03-08-2010, 10:32 AM
the attendance button could only be useful in a thread not globally;
I wouldn't want the attendance button in all my forums;
if you want the attendance button globally, it would be possible then
ccozkaraca
03-08-2010, 10:53 AM
the attendance button could only be useful in a thread not globally;
I wouldn't want the attendance button in all my forums;
if you want the attendance button globally, it would be possible then
Yes i agree with you. I also don't want the attendance button in all my forums.
Yes but imagine you have 1000 members. Everyone has to vote that pool to see who is coming to that organization.
This is not what i want and nonsense...
If the mod owner could modifiye this hack, it will be so awesome...
I am sure alot of people would love it.
Okay I guess. Maybe Abe will create a hack for you or maybe you'll find one that suits you.
I don't think it's nonsense though. When you create a poll you have the option of making the votes public, so no one has to vote to see how others voted. All one has to do is click on poll results and they'll see who voted what.
Still, if you say it won't work, then it won't work. No worries, and good luck with the project.
djrounak
03-08-2010, 05:20 PM
i uploaded all files properly but while importing xml it says me
Please upload the files that came with this Hack before installing or upgrading!
can u guide me whats the issue
i am using 4.1 vb
MikQuattro
03-08-2010, 07:50 PM
I'm just curious....at what point does the staff of vB.org step in and do something about the lack of support for a mod? It's not like this mod has a quirk or two, this thread is riddled with people who are getting database errors left and right, this mod has serious issues. At the very least, someone needs to come in and uncheck the "Supported" field, because this mod is definitely NOT being supported, and that is one of the main things I look for before I install a mod. The author hasn't been on in what....2 months? I realize that some of you are going just tell me to quit whining and uninstall it if I don't like it, but it's not about that. People are still installing this mod thinking it's going to be supported and it's not. The biggest shame is it's a nice little mod that my members really appreciated.....
djbaxter
03-08-2010, 08:19 PM
I'm just curious....at what point does the staff of vB.org step in and do something about the lack of support for a mod? It's not like this mod has a quirk or two, this thread is riddled with people who are getting database errors left and right, this mod has serious issues. At the very least, someone needs to come in and uncheck the "Supported" field, because this mod is definitely NOT being supported, and that is one of the main things I look for before I install a mod. The author hasn't been on in what....2 months? I realize that some of you are going just tell me to quit whining and uninstall it if I don't like it, but it's not about that. People are still installing this mod thinking it's going to be supported and it's not. The biggest shame is it's a nice little mod that my members really appreciated.....
There is no such point.
First, the add-on IS working for many people.
Second, at a certain point, you are free to take the add-on and work on it yourself to correct whatever errors you're having, or hire someone else to correct those errors.
Third, in vBulletin 4.x there are so many bugs remaining in the code that it's unclear whether the problems that people are having is a problem with this add-on or with vBulletin.
Fourth, a LOT of things changed from vb 4.0 to 4.01 to 4.02, requiring that many add-ons and styles had to be reworked to accommodate those changes.
Fifth, in my experience, when an add-on is working perfectly for some people and not for others, it is almost always the result of a conflict between that add-on and another add-on. Try disabling your other add-ons one by one until this one works. When you identify the conflict, you can at least make a decision as to which add-on you want more - this one or the one it's conflicting with.
MikQuattro
03-08-2010, 08:31 PM
You completely missed the point of my post.....which was/is.....this mod is not being supported as the vB.org "system" suggests it should be. The "Supported" field is checked, yet this mod is not being supported. It has nothing to do whatsoever with anything you stated....the mod (and it's relationship to vB4) could be a complete mess, but if the author was working to fix them and/or helping people deal with them, then you could say the mod was being "supported". As it stands at this moment, it is not, and THAT was the only thing I was trying to bring to the attention of the staff (or whoever deals with such things).
tiengnhat
03-09-2010, 12:46 PM
Database error in vBulletin 4.0.2:
Invalid SQL:
REPLACE INTO search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
VALUES (0, '67.195.37.108', 1, 'admin', '', 'post.dateline', 'DESC', 0.01236, 1, '41479,41473,41453,41427,41418,41417,41415,41414,4 1410,41400,41397,41395,41393,41392,41386,41350,413 18,41315,41313,41312,41311,41309,41308,41307,41306 ,41305,41303,41299,41294,41293,41292,41290,41288,4 1238,41225,41216,41177,41176,41172,41155,41153,411 49,41147,41129,41100,41098,41087,41075,41074,41072 ,41051,41031,40992,40988,40954,40921,40907,40905,4 0897,40893,40848,40838,40830,40813,40805,40802,407 75,40756,40753,40714,40713,40660,40643,40635,40634 ,40608,40607,40602,40601,40599,40544,40537,40529,4 0519,40516,40512,40506,40458,40457,40455,40452,404 48,40447,40443,40438,40410,40406,40381,40376,40355 ,40352,40350,40343,40341,40307,40298,40293,40291,4 0290,40280,40275,40265,40263,40260,40245,40238,402 36,40216,40210,40209,40199,40191,40177,40174,40170 ,40168,40166,40165,40164,40162,40161,40160,40159,4 0156,40154,40150,40140,40139,40138,40132,40107,401 04,40103,40102,40101,40100,40099,40098,40097,40096 ,40052,40048,40046,40043,40042,40041,39995,39994,3 9993,39992,39988,39987,39986,39980,39977,39976,399 75,39972,39969,39967,39964,39963,39961,39957,39955 ,39953,39951,39943,39940,39937,39936,39928,39927,3 9916,39915,39907,39906,39905,39903,39902,39901,399 00,39899,39894,39890,39886,39885,39884,39881,39880 ,39879,39878,39877,39876,39869,39868,39867,39866,3 9860,39856,39855,39854,39851,39849,39845,39844,398 37,39836,39833,39830,39825,39812,39810,39805,39800 ,39799,39788,39782,39781,39780,39775,39770,39767,3 9762,39761,39760,39759,39756,39751,39750,39747,397 43,39742,39735,39727,39722,39718,39717,39715,39713 ,39710,39709,39708,39706,39705,39699,39698,39693,3 9691,39689,39688,39676,39674,39671,39670,39663,396 61,39660,39657,39649,39647,39639,39637,39636,39635 ,39633,39629,39628,39626,39623,39622,39621,39617,3 9616,39615,39610,39609,39607,39606,39604,39603,396 01,39600,39599,39598,39597,39596,39595,39593,39588 ,39587,39586,39583,39579,39578,39570,39568,39566,3 9564,39563,39561,39559,39558,39557,39556,39554,395 53,39550,39542,39540,39539,39538,39537,39533,39530 ,39529,39528,39527,39524,39516,39498,39496,39493,3 9492,39490,39483,39481,39479,39478,39477,39476,394 70,39461,39460,39459,39458,39457,39456,39452,39446 ,39440,39436,39435,39434,39432,39426,39420,39419,3 9418,39415,39408,39405,39402,39378,39376,39368,393 67,39365,39361,39356,39348,39342,39341,39340,39339 ,39337,39336,39333,39332,39313,39290,39279,39277,3 9274,39272,39260,39254,39253,39251,39249,39248,392 47,39241,39234,39230,39228,39225,39216,39203,39179 ,39178,39172,39171,39170,39167,39163,39162,39156,3 9154,39153,39143,39124,39114,39110,39107,39095,390 84,39080,39078,39070,39068,39066,39065,39064,39063 ,39061,39059,39054,39053,39052,39050,39048,39047,3 9045,39044,39041,39037,39034,39025,39023,39021,390 19,39018,39015,39014,39012,39011,39009,39006,39005 ,39004,39002,38999,38998,38995,38994,38989,38987,3 8986,38985,38981,38979,38974,38971,38970,38968,389 66,38961,38959,38957,38954,38952,38951,38947,38946 ,38945,38942,38941,38940,38914,38913,38912,38911,3 8910,38909,38903,38896,38891,38888,38884,38878,388 73,38871,38868,38865,38863,38860,38857,38856,38853 ,38843,38834,38833,38831,38827,38826,38822,38819,3 8814,38812,38809,38806,38804,38803,38795,38792,387 86,38783,38781,38777,38776,38771,38763,38760,38757 ,38753,38745,38732,38731,38728,38718,38716,38713,3 8712,38710,38708,38706,38705,38704,38703,38701,387 00,38698,38696,38695,38693,38692,38690,38688,38687 ,38686,38682,38681,38679,38674,38673,38666,38659,3 8658,38647,38645,38644,38636,38635,38633,38631,386 30,38628,38623,38620,38619,38616,38615,38610,38599 ,38597,38583,38581,38576,38573,38572,38571,38566,3 8561,38560,38557,38556,38554,38553,38548,38534,385 33,38532,38529,38526,38523,38514,38509,38507,38504 ,38502,38500,38498,38487,38486,38484,38480,38479,3 8477,38470,38463,38441,38437,38434,38429,38424,384 22,38421,38420,38404,38397,38389,38386,38381,38377 ,38369,38356,38348,38344,38343,38342,38334,38333,3 8329,38328,38325,38324,38310,38309,38308,38304,383 02,38292,38288,38284,38273,38268,38267,38262,38239 ,38238,38234,38233,38231,38227,38223,38221,38218,3 8216,38215,38214,38213,38212,38211,38210,38204,382 02,38199,38195,38194,38190,38189,38188,38185,38184 ,38183,38181,38178,38177,38159,38154,38153,38151,3 8147,38146,38145,38141,38140,38138,38136,38130,381 24,38120,38119,38118,38117,38105,38099,38077,38073 ,38072,38071,38070,38054,38053,38052,38045,38039,3 8038,38036,38035,38027,38025,38016,38013,38011,380 02,37990,37989,37986,37973,37972,37971,37968,37967 ,37965,37960,37959,37958,37956,37955,37947,37944,3 7943,37942,37941,37940,37931,37920,37917,37906,379 05,37902,37901,37900,37899,37897,37895,37884,37872 ,37865,37863,37862,37861,37858,37854,37851,37842,3 7841,37835,37826,37817,37810,37794,37789,37786,377 85,37780,37778,37772,37769,37768,37765,37764,37759 ,37758,37757,37756,37755,37754,37751,37750,37749,3 7739,37736,37734,37732,37730,37729,37727,37726,377 23,37696,37694,37691,37689,37688,37675,37663,37644 ,37641,37630,37629,37624,37623,37620,37618,37613,3 7611,37610,37599,37580,37575,37569,37567,37566,375 60,37558,37557,37554,37553,37536,37534,37530,37528 ,37524,37522,37521,37520,37514,37512,37500,37498,3 7487,37485,37483,37482,37478,37477,37472,37463,374 59,37457,37429,37426,37425,37424,37422,37412,37411 ,37409,37408,37405,37403,37397,37390,37388,37387,3 7386,37382,37380,37377,37371,37370,37366,37364,373 63,37362,37351,37350,37337,37313,37303,37300,37299 ,37291,37289,37286,37284,37283,37276,37274,37262,3 7257,37256,37254,37250,37249,37241,37240,37238,372 37,37236,37235,37234,37230,37229,37227,37222,37218 ,37211,37210,37206,37203,37197,37190,37187,37180,3 7143,37138,37129,37104,37094,37093,37091,37089,370 84,37077,37041,37040,37033,37026,36977,36965,36962 ,36960,36954,36951,36946,36939,36932,36923,36900,3 6896,36895,36881,36878,36874,36873,36872,36809,367 82,36769,36762,36745,36744,36743,36734,36703,36701 ,36671,36667,36650,36632,36609,36471,36467,36407,3 6336,36294,36184,36174,36167,36156,36154,36072,359 91,35929,35912,35911,35910,35909,35908,35904,35901 ,35900,35805,35796,35791,35784,35719,35718,35717,3 5716,35712,35707,35706,35703,35597,35594,35500,354 99,35489,35480,35476,35475,35474,35470,35469,35425 ', 1268072529, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{} s:6:\"common\";a:0:{}s:5:\"users\";a:1:{i:4651;s:5 :\"otona\";}s:6:\"forums\";i:0;s:7:\"options\";a:3 :{s:11:\"starteronly\";i:0;s:11:\"childforums\";i: 1;s:6:\"action\";s:7:\"process\";}}', '2a9c300affa759249a385d726d9d796f');
MySQL Error : Table 'forum.search' doesn't exist
Error Number : 1146
Request Date : Monday, March 8th 2010 @ 11:22:09 AM
Error Date : Monday, March 8th 2010 @ 11:22:09 AM
Script : .../forum/post_thanks.php?do=findthanks_user_gave&u=4651
Referrer :
IP Address : 67.195.37.108
Username : Unregistered
Classname : vB_Database
MySQL Version :
Can you help me for fixe it?
relaxiha
03-09-2010, 02:08 PM
I think everyone is getting this error...
Hello .. Finally, what should we do? There will be updates?
War.Frog
03-10-2010, 03:55 PM
I think it's safe to say there's little point in posting any more fix requests for this mod until the author resurfaces. We haven't seen Abe or an update in 66 days.
junaid
03-11-2010, 06:48 PM
cannot remove own Thanks
Of course, we don't know what's going on in Abe's life and since very few have ever donated anything to him for this add on there's no room for complaint when things don't progress as quickly as we'd like.
I know this question gets asked about other mods, but don't you wonder why vBulletin hasn't added this as a standard feature. Unlike some other mods (and there are some really good ones) "thanks" is a a feature that just about any forum can use. It does nothing but enhance a forum.
I mean Microsoft and Google absorb nifty innovations all the time. Why wouldn't vBulletin want to see a positive feature like this be a part of their software or, if nothing else, keep the mod going?
Supramania
03-11-2010, 11:48 PM
vBulletin ignores the .org - I don't understand why, but that is what they do.
Of course, we don't know what's going on in Abe's life and since very few have ever donated anything to him for this add on there's no room for complaint when things don't progress as quickly as we'd like.
I know this question gets asked about other mods, but don't you wonder why vBulletin hasn't added this as a standard feature. Unlike some other mods (and there are some really good ones) "thanks" is a a feature that just about any forum can use. It does nothing but enhance a forum.
I mean Microsoft and Google absorb nifty innovations all the time. Why wouldn't vBulletin want to see a positive feature like this be a part of their software or, if nothing else, keep the mod going?
Actually I don't think any of us know what Abe has gotten, or not. So either side of that argument is meaningless.
Beyond that, I think vB has enough on their hands trying to fix what's already included vB4...
War.Frog
03-12-2010, 02:35 AM
I understand the sentiment behind the argument that vB has enough to worry about with vB4 fixes (which of course they do), but in this forum's context that argument is a specious one. The fact is Abe was here in January and then disappeared, reappearing March 3rd and then disappearing again.
I understand more than anyone how life can get the better of us sometimes and things like this rightfully fall way down on the priority list. That being said, to sign on and not provide some kind of update ("Sorry everyone...things are nuts in my life...I expect to be back in action by XXX") doesn't create the best atmosphere in a developer's thread or much joy in his/her users.
Yes for the most part the coders here offer their services and products for free, so the you-get-what-you-paid-for rule certainly applies. But...without the clamoring masses gobbling their stuff up to make their individual forums much better places to be, there'd be no incentive for these people to develop at all.
Abe1...we're just asking for an update. It's ok if you're completely buried in your real life - we've all been there - just let us know. Please? And if you don't want to take this on anymore, set your beautiful baby free.
:D
Thanks.
JHUMON
03-12-2010, 03:37 AM
Database error in vBulletin 4.0.2:
Invalid SQL:
REPLACE INTO search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
VALUES (0, '67.195.37.108', 1, 'admin', '', 'post.dateline', 'DESC', 0.01236, 1, '41479,41473,41453,41427,41418,41417,41415,41414,4 1410,41400,41397,41395,41393,41392,41386,41350,413 18,41315,41313,41312,41311,41309,41308,41307,41306 ,41305,41303,41299,41294,41293,41292,41290,41288,4 1238,41225,41216,41177,41176,41172,41155,41153,411 49,41147,41129,41100,41098,41087,41075,41074,41072 ,41051,41031,40992,40988,40954,40921,40907,40905,4 0897,40893,40848,40838,40830,40813,40805,40802,407 75,40756,40753,40714,40713,40660,40643,40635,40634 ,40608,40607,40602,40601,40599,40544,40537,40529,4 0519,40516,40512,40506,40458,40457,40455,40452,404 48,40447,40443,40438,40410,40406,40381,40376,40355 ,40352,40350,40343,40341,40307,40298,40293,40291,4 0290,40280,40275,40265,40263,40260,40245,40238,402 36,40216,40210,40209,40199,40191,40177,40174,40170 ,40168,40166,40165,40164,40162,40161,40160,40159,4 0156,40154,40150,40140,40139,40138,40132,40107,401 04,40103,40102,40101,40100,40099,40098,40097,40096 ,40052,40048,40046,40043,40042,40041,39995,39994,3 9993,39992,39988,39987,39986,39980,39977,39976,399 75,39972,39969,39967,39964,39963,39961,39957,39955 ,39953,39951,39943,39940,39937,39936,39928,39927,3 9916,39915,39907,39906,39905,39903,39902,39901,399 00,39899,39894,39890,39886,39885,39884,39881,39880 ,39879,39878,39877,39876,39869,39868,39867,39866,3 9860,39856,39855,39854,39851,39849,39845,39844,398 37,39836,39833,39830,39825,39812,39810,39805,39800 ,39799,39788,39782,39781,39780,39775,39770,39767,3 9762,39761,39760,39759,39756,39751,39750,39747,397 43,39742,39735,39727,39722,39718,39717,39715,39713 ,39710,39709,39708,39706,39705,39699,39698,39693,3 9691,39689,39688,39676,39674,39671,39670,39663,396 61,39660,39657,39649,39647,39639,39637,39636,39635 ,39633,39629,39628,39626,39623,39622,39621,39617,3 9616,39615,39610,39609,39607,39606,39604,39603,396 01,39600,39599,39598,39597,39596,39595,39593,39588 ,39587,39586,39583,39579,39578,39570,39568,39566,3 9564,39563,39561,39559,39558,39557,39556,39554,395 53,39550,39542,39540,39539,39538,39537,39533,39530 ,39529,39528,39527,39524,39516,39498,39496,39493,3 9492,39490,39483,39481,39479,39478,39477,39476,394 70,39461,39460,39459,39458,39457,39456,39452,39446 ,39440,39436,39435,39434,39432,39426,39420,39419,3 9418,39415,39408,39405,39402,39378,39376,39368,393 67,39365,39361,39356,39348,39342,39341,39340,39339 ,39337,39336,39333,39332,39313,39290,39279,39277,3 9274,39272,39260,39254,39253,39251,39249,39248,392 47,39241,39234,39230,39228,39225,39216,39203,39179 ,39178,39172,39171,39170,39167,39163,39162,39156,3 9154,39153,39143,39124,39114,39110,39107,39095,390 84,39080,39078,39070,39068,39066,39065,39064,39063 ,39061,39059,39054,39053,39052,39050,39048,39047,3 9045,39044,39041,39037,39034,39025,39023,39021,390 19,39018,39015,39014,39012,39011,39009,39006,39005 ,39004,39002,38999,38998,38995,38994,38989,38987,3 8986,38985,38981,38979,38974,38971,38970,38968,389 66,38961,38959,38957,38954,38952,38951,38947,38946 ,38945,38942,38941,38940,38914,38913,38912,38911,3 8910,38909,38903,38896,38891,38888,38884,38878,388 73,38871,38868,38865,38863,38860,38857,38856,38853 ,38843,38834,38833,38831,38827,38826,38822,38819,3 8814,38812,38809,38806,38804,38803,38795,38792,387 86,38783,38781,38777,38776,38771,38763,38760,38757 ,38753,38745,38732,38731,38728,38718,38716,38713,3 8712,38710,38708,38706,38705,38704,38703,38701,387 00,38698,38696,38695,38693,38692,38690,38688,38687 ,38686,38682,38681,38679,38674,38673,38666,38659,3 8658,38647,38645,38644,38636,38635,38633,38631,386 30,38628,38623,38620,38619,38616,38615,38610,38599 ,38597,38583,38581,38576,38573,38572,38571,38566,3 8561,38560,38557,38556,38554,38553,38548,38534,385 33,38532,38529,38526,38523,38514,38509,38507,38504 ,38502,38500,38498,38487,38486,38484,38480,38479,3 8477,38470,38463,38441,38437,38434,38429,38424,384 22,38421,38420,38404,38397,38389,38386,38381,38377 ,38369,38356,38348,38344,38343,38342,38334,38333,3 8329,38328,38325,38324,38310,38309,38308,38304,383 02,38292,38288,38284,38273,38268,38267,38262,38239 ,38238,38234,38233,38231,38227,38223,38221,38218,3 8216,38215,38214,38213,38212,38211,38210,38204,382 02,38199,38195,38194,38190,38189,38188,38185,38184 ,38183,38181,38178,38177,38159,38154,38153,38151,3 8147,38146,38145,38141,38140,38138,38136,38130,381 24,38120,38119,38118,38117,38105,38099,38077,38073 ,38072,38071,38070,38054,38053,38052,38045,38039,3 8038,38036,38035,38027,38025,38016,38013,38011,380 02,37990,37989,37986,37973,37972,37971,37968,37967 ,37965,37960,37959,37958,37956,37955,37947,37944,3 7943,37942,37941,37940,37931,37920,37917,37906,379 05,37902,37901,37900,37899,37897,37895,37884,37872 ,37865,37863,37862,37861,37858,37854,37851,37842,3 7841,37835,37826,37817,37810,37794,37789,37786,377 85,37780,37778,37772,37769,37768,37765,37764,37759 ,37758,37757,37756,37755,37754,37751,37750,37749,3 7739,37736,37734,37732,37730,37729,37727,37726,377 23,37696,37694,37691,37689,37688,37675,37663,37644 ,37641,37630,37629,37624,37623,37620,37618,37613,3 7611,37610,37599,37580,37575,37569,37567,37566,375 60,37558,37557,37554,37553,37536,37534,37530,37528 ,37524,37522,37521,37520,37514,37512,37500,37498,3 7487,37485,37483,37482,37478,37477,37472,37463,374 59,37457,37429,37426,37425,37424,37422,37412,37411 ,37409,37408,37405,37403,37397,37390,37388,37387,3 7386,37382,37380,37377,37371,37370,37366,37364,373 63,37362,37351,37350,37337,37313,37303,37300,37299 ,37291,37289,37286,37284,37283,37276,37274,37262,3 7257,37256,37254,37250,37249,37241,37240,37238,372 37,37236,37235,37234,37230,37229,37227,37222,37218 ,37211,37210,37206,37203,37197,37190,37187,37180,3 7143,37138,37129,37104,37094,37093,37091,37089,370 84,37077,37041,37040,37033,37026,36977,36965,36962 ,36960,36954,36951,36946,36939,36932,36923,36900,3 6896,36895,36881,36878,36874,36873,36872,36809,367 82,36769,36762,36745,36744,36743,36734,36703,36701 ,36671,36667,36650,36632,36609,36471,36467,36407,3 6336,36294,36184,36174,36167,36156,36154,36072,359 91,35929,35912,35911,35910,35909,35908,35904,35901 ,35900,35805,35796,35791,35784,35719,35718,35717,3 5716,35712,35707,35706,35703,35597,35594,35500,354 99,35489,35480,35476,35475,35474,35470,35469,35425 ', 1268072529, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{} s:6:\"common\";a:0:{}s:5:\"users\";a:1:{i:4651;s:5 :\"otona\";}s:6:\"forums\";i:0;s:7:\"options\";a:3 :{s:11:\"starteronly\";i:0;s:11:\"childforums\";i: 1;s:6:\"action\";s:7:\"process\";}}', '2a9c300affa759249a385d726d9d796f');
MySQL Error : Table 'forum.search' doesn't exist
Error Number : 1146
Request Date : Monday, March 8th 2010 @ 11:22:09 AM
Error Date : Monday, March 8th 2010 @ 11:22:09 AM
Script : .../forum/post_thanks.php?do=findthanks_user_gave&u=4651
Referrer :
IP Address : 67.195.37.108
Username : Unregistered
Classname : vB_Database
MySQL Version :
Can you help me for fixe it?
admincp>post thanks settings>Individual Forums to Turn Post Thank You Hack Off> edit usergroup.
Dont put guest usergroup numbers.
Its work for me.
Thanks
War.Frog
03-12-2010, 03:41 AM
admincp>post thanks settings>Individual Forums to Turn Post Thank You Hack Off> edit usergroup.
Dont put guest usergroup numbers.
Its work for me.
Thanks
Hmm...what setting group do you mean? This one doesn't make sense??
djbaxter
03-12-2010, 03:49 AM
It does make sense.
Admin CP | Settings | Options | Post Thank You Hack
Find
Ban Usergroups
Any UsergroupID placed here will ban any user from that group from using this hack. They will still see if others clicked 'Thanks' but not see the button.
Enter a list of usergroupID numbers, separated by a | (for example: 1|2|3).
I'll try this. If it works, it would confirm my suspicion that it is triggered by bots trying to do a search for Thanks given by and/or received by a user (I assume a bot because I can't find a way for a human being to do that with this 4.x version).
JHUMON
03-12-2010, 04:01 AM
Hmm...what setting group do you mean? This one doesn't make sense??
As fer as I know 67.195.37.108 Ip is used by yahoo.Google and yahoo visit every forum as a guest.So if any one restricted "Post Thank You hack" for guest the massage will not send in admin email.
I mean Unregistered / Not Logged In user group.
djbaxter
03-12-2010, 04:25 AM
As fer as I know 67.195.37.108 Ip is used by yahoo.Google and yahoo visit every forum as a guest.So if any one restricted "Post Thank You hack" for guest the massage will not send in admin email.
I mean Unregistered / Not Logged In user group.
Brilliant! I never thought to check the IP because I was too busy examining the error. The last two such errors for me were Googlebot.
wolfyman
03-12-2010, 10:38 AM
I'm gettng a ton of database errors over the last couple days:
Database error in vBulletin 4.0.1:
Invalid SQL:
REPLACE INTO search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
VALUES (0, '66.249.68.182', 1, 'Cowboydugan', '', 'post.dateline', 'DESC', 0.01802, 1, '87990,71581,43702,40300,38931,38213', 1268397220, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{}s:6:\"common\";a:0:{}s:5:\"users\";a:1:{i:1292;s:11:\"Cowboydugan\";}s:6:\"forums\";i:0;s:7:\"options\";a:3:{s:11:\"starteronly\";i:0;s:11:\"childforums\";i:1;s:6:\"action\";s:7:\"process\";}}', 'a0f30b5e1b52d1b1435d6831a5aeb90d');
MySQL Error : Table 'mysite_mydb.search' doesn't exist
Error Number : 1146
Request Date : Friday, March 12th 2010 @ 04:33:40 AM
Error Date : Friday, March 12th 2010 @ 04:33:40 AM
Script : http://mysite.com/forums/post_thanks.php?do=findthanks_user_gave&u=1292
djbaxter
03-12-2010, 01:13 PM
I'm gettng a ton of database errors over the last couple days:
Read the 4-5 posts just above yours.
decipher442
03-12-2010, 05:52 PM
How do I change the post bit info from this..
Thanks 104
Thanked 251 Times in 173 Posts
to show only this in the postbit...
Thanked: 104
I need the option "thread new on thanks"... Is there any possibility to realise that? Thanks in advance, it would be amazing if you could provide me this setting... :up:
Any help ?? :confused:
s0lidgr0und
03-13-2010, 09:19 AM
I'm just curious....at what point does the staff of vB.org step in and do something about the lack of support for a mod? It's not like this mod has a quirk or two, this thread is riddled with people who are getting database errors left and right, this mod has serious issues. At the very least, someone needs to come in and uncheck the "Supported" field, because this mod is definitely NOT being supported, and that is one of the main things I look for before I install a mod. The author hasn't been on in what....2 months? I realize that some of you are going just tell me to quit whining and uninstall it if I don't like it, but it's not about that. People are still installing this mod thinking it's going to be supported and it's not. The biggest shame is it's a nice little mod that my members really appreciated.....
It was most likely designed in his free time and will be supported in the same manner. And like you said, if you have such a huge problem with the mod, uninstall it.
mobe00
03-13-2010, 12:41 PM
Great mod..
I have a question...how do i align the thanks sentence to the left in postbit. see the attached picture and the red arrow.
RedHacker
03-13-2010, 02:34 PM
Great mod..
I have a question...how do i align the thanks sentence to the left in postbit. see the attached picture and the red arrow.
https://vborg.vbsupport.ru/showpost.php?p=1993273&postcount=608
mobe00
03-13-2010, 03:05 PM
https://vborg.vbsupport.ru/showpost.php?p=1993273&postcount=608
thanks alot redhacker..i missed that post..its working now :)
Mostjolly
03-14-2010, 07:39 AM
Hey Abe1,
Is there a way to have RANDOMLY display thanked users and have the option to list only 20-30 names, and if the user wanna see all thanked names then there's a [View More] to expand all usernames to thanks the poster?
Right now, I had three posts that had over 700 thanks usernames in ONE THREAD and it's taking up tooo much space!!
Hopefully you'll integrate these 2 function asap!
Much love.
malluland
03-14-2010, 08:00 AM
its not working with v4.0.2 please chck
SBS2008
03-14-2010, 09:05 AM
Hello, where can I change Thanks in German (Danke)?
s0lidgr0und
03-14-2010, 09:10 AM
its not working with v4.0.2 please chck
Yes it is.
Not working for me either. I'm using 4.0.2 PL1.
s0lidgr0und
03-14-2010, 03:44 PM
So am I. What's it not doing?
Chickenpotpie
03-14-2010, 06:06 PM
tagged for now. looks promising.
-CP
struff
03-15-2010, 11:49 AM
Can anyone help me with this? I just tried reinstalling it again for the first time in over a month and it's still not working for me - I get no Thanks icons to click, nothing at all about Thanks in the postbit, and the entries in the user profiles are all zero.
I'm using the default style for vB 4.0.2 PL 1 and I'm using all the default settings in the Post Thanks Settings in the cp.
Thanks.
HansMuenchen
03-15-2010, 11:52 AM
I'm gettng a ton of database errors over the last couple days:
Think that's a known but NOT fixed error. I also get it sometimes beside some other people here.
Hope also that this can be fixed soon.
Greetings
Hans
s0lidgr0und
03-15-2010, 05:35 PM
Can anyone help me with this? I just tried reinstalling it again for the first time in over a month and it's still not working for me - I get no Thanks icons to click, nothing at all about Thanks in the postbit, and the entries in the user profiles are all zero.
I'm using the default style for vB 4.0.2 PL 1 and I'm using all the default settings in the Post Thanks Settings in the cp.
Thanks.
Link to your site?
wickedstangs
03-17-2010, 03:31 AM
How can I move the Thanked to the left?
https://vborg.vbsupport.ru/external/2010/03/36.jpg
Ortix
03-17-2010, 04:06 AM
yeah i've got the same problem like struff...
just installed it but nuttin'
using default vB 4 template:
http://www.animekyun.com/forum
i'm blind... it's on the left side (under avatar)
mcloud
03-17-2010, 04:09 AM
How can I move the Thanked to the left?
.........
in post_thanks_postbit_info template, looking for {vb:stylevar right} and replace with {vb:stylevar left}
Desibabu19
03-17-2010, 05:09 AM
I installed this hack. And is really useful.
hack spec says, the following features are available.
# Search for a users thanked posts
# Search for all thanked posts
Where do I find the search feature for thanked posts by a user ? search all thanked posts ?
I installed this hack. And is really useful.
hack spec says, the following features are available.
# Search for a users thanked posts
# Search for all thanked posts
Where do I find the search feature for thanked posts by a user ? search all thanked posts ?
In post #1 of this thread Abe says: "2) No searching feature yet"
Our users miss that feature too.
(Tip: in a 700 post thread you can't take time to read them all, but it's a good idea to read the first few, especially if they're written by the developer! :) )
crazyace
03-17-2010, 01:24 PM
How can you change the order in the postbit? I would like to have the thank mod show up above another mod that I have in my postbit.
Popa Andrei
03-18-2010, 02:38 AM
my thanks button and postbit details disapeared.
Could he conflict with this modification? https://vborg.vbsupport.ru/showthread.php?t=233135
Blooded
03-18-2010, 02:46 AM
thanks for the update :D
anilbhat
03-18-2010, 07:26 AM
Installed !
Thanks ! Keep up the good work
Popa Andrei
03-18-2010, 10:26 AM
my thanks button and postbit details disapeared.
Could he conflict with this modification? https://vborg.vbsupport.ru/showthread.php?t=233135
problem solved.
This was crating the conflict.
https://vborg.vbsupport.ru/showthread.php?t=228673
Popa Andrei
03-18-2010, 10:59 AM
THe inlinemod in threads doesent work.
When y disabled the plugin it started working again so clearly he is causing the little bug :D
Whe y use sellect all and unselect all from inlinemod it selects and deselects onli the first thread.
shahryar_neo
03-18-2010, 04:17 PM
coder please make it default that thanks button will be near edit and quote buttons . isn't better than everybody change it ?
thanks
ellinofatsa
03-18-2010, 08:24 PM
thanks!!!!!!!!!!!!!! niceeeeeeeeeeeeeeee
anilbhat
03-19-2010, 04:41 AM
Awesome ! Installed thanks
Do you have "Groans" as well ?
hollosch
03-19-2010, 10:25 PM
What about this error ?
Table 'dbname.vb3_search' doesn't exist
HansMuenchen
03-20-2010, 01:21 AM
Hello, where can I change Thanks in German (Danke)?
Into "Sprachen & Phrasen" you have to translate it by yourself!
Greetings
Hans
HansMuenchen
03-20-2010, 01:23 AM
What about this error ?
Till now it don't occurs at my forum.
So I think it was fixed with one of the last updates.
Greetings
Hans
lighthazard
03-21-2010, 04:40 AM
Damn it, why only for 4.0?
tiengnhat
03-21-2010, 05:11 AM
admincp>post thanks settings>Individual Forums to Turn Post Thank You Hack Off> edit usergroup.
Dont put guest usergroup numbers.
Its work for me.
Thanks
Thanks you for your support, I have fixed it.
You can tell me about fix this error with blog count? You can see attach'picture.
https://vborg.vbsupport.ru/attachment.php?attachmentid=114467&stc=1&d=1269151905
wickedstangs
03-21-2010, 11:46 AM
in post_thanks_postbit_info template, looking for {vb:stylevar right} and replace with {vb:stylevar left}
Thank You worked great...:up:
-=Leb=-
03-21-2010, 02:39 PM
thank you :p
mmoore5553
03-22-2010, 11:44 AM
Okay i have a slight problem. I have this installed on 4.0.2 board. I do not have the button on the bottom where it should show thanks. I am using postbit legacy. I do have where it is showing the thanked by so many users on the left hand side in the userid div. I have put the code he suggest in read me but it brings up a blog link. Any suggestions ?
Popa Andrei
03-22-2010, 02:08 PM
THe inlinemod in threads doesent work.
When y disabled the plugin it started working again so clearly he is causing the little bug :D
Whe y use sellect all and unselect all from inlinemod it selects and deselects onli the first thread.
no interest on this bug?
mfbmike
03-23-2010, 03:29 PM
I upgraded to 4.0.2 today and for some reason, I no longer have the little thumb by the "thanks" on the thanks button.
I did a reinstall of the hack completely and no change. Anyone else have this issue?
The thanks button is there, just no longer has the little thumb next to it.
mfbmike
03-23-2010, 03:31 PM
This is the thumbs up I was talking about
https://vborg.vbsupport.ru/
http://www.digitalsportscene.com/forum/images/buttons/post_thanks.png
This is the thumbs up I was talking about
http://www.digitalsportscene.com/forum/images/buttons/post_thanks.png
http://www.digitalsportscene.com/forum/images/buttons/post_thanks.png
Try looking at the source code of a message and see where it is that it is looking on the server for the image. Then, put the image there.
I hope that works for you. Post the details either way, as it may help someone else.
mfbmike
03-23-2010, 04:39 PM
Actually, the issue is an issue with a new style I uploaded as the thumbs icon still shows up on the default vb4 style.
taxick
03-23-2010, 04:46 PM
What about this error ?
Samme error :mad: - Tagget and Uninstalled :erm:
Actually, the issue is an issue with a new style I uploaded as the thumbs icon still shows up on the default vb4 style.
I know a lot less than I know about this stuff. However, what I suggested should work for you. Switch to the style, then look at the source code and see where it thinks that image is. Then either edit the path in the style to the correct location or just copy the image to that spot.
No promises but I think that will work.
HansMuenchen
03-24-2010, 07:11 AM
Samme error :mad: - Tagget and Uninstalled :erm:
Error :
MySQL-Error : Table 'admin_cst.vb3_search' doesn't exist
Error-Number. : 1146
With the latest Version not fixed.
So it would be nice if it can be fixed soon.
Thank you!
Greetings
Hans
A693BCBAFD72
03-24-2010, 09:15 AM
Hello and thank you for your work Abe1. I am also facing the non-existing "search" table as well. It looks like post_thanks.php is calling that table "search" that in version 4.0.2 does not exist anymore. If post_thanks.php is calling the DB, that table should be installed with the *.xml product. Not to mention that all files are in the right place uploaded. Somewhere in the *.php file still exists that DB query for a non-existing table.
Any help will be much appreciated.
Thanks in advance.
Cheers.
Mastergumble
03-24-2010, 04:41 PM
Hello and thank you for your work Abe1. I am also facing the non-existing "search" table as well. It looks like post_thanks.php is calling that table "search" that in version 4.0.2 does not exist anymore. If post_thanks.php is calling the DB, that table should be installed with the *.xml product. Not to mention that all files are in the right place uploaded. Somewhere in the *.php file still exists that DB query for a non-existing table.
Any help will be much appreciated.
Thanks in advance.
Cheers.
Its a common problem, sadly Abe seems to be busy and there is no info since first weeks of January, hope soon we can get some feedback i still have it working without major problems so far but holding it for my new project till everything work as it should.
djbaxter
03-24-2010, 05:33 PM
no interest on this bug?
Just don't use select/deselect all until vBulletin fixes things. It is a minor annoynace but it's not all that frequently that you need to use select all.
jnrdavo
03-24-2010, 07:47 PM
Has anybody found the way to change the 'The Following User Says Thank You to xxx For This Useful Post: ' section to be reversed, like it is in Vbulletin 308? I think it looks much better that way..
djbaxter
03-25-2010, 12:11 AM
Has anybody found the way to change the 'The Following User Says Thank You to xxx For This Useful Post: ' section to be reversed, like it is in Vbulletin 308? I think it looks much better that way..
Find and edit the following two phrases:
post_thanks_user_says (The Following User Says Thank You to {1} For This Useful Post:)
post_thanks_users_say (The Following {1} Users Say Thank You to {2} For This Useful Post:)
jnrdavo
03-25-2010, 03:11 AM
Find and edit the following two phrases:
post_thanks_user_says (The Following User Says Thank You to {1} For This Useful Post:)
post_thanks_users_say (The Following {1} Users Say Thank You to {2} For This Useful Post:)
Thanks, it's not the phrase as such (ie, not the wording), but the format of the wording.
in vbulletin 3, the top line is in reverse, so it's separates the thread a bit better...
I think I should be editing the style, but any help appreciated :-)
Thanks, it's not the phrase as such (ie, not the wording), but the format of the wording.
in vbulletin 3, the top line is in reverse, so it's separates the thread a bit better...
I think I should be editing the style, but any help appreciated :-)
I think you're interested in changing the font size/style of the line? If so, you might want to try my solution. (Just be sure to heed my cautions about it :) )
https://vborg.vbsupport.ru/showpost.php?p=1986809&postcount=560
Bisha
03-25-2010, 10:03 PM
I'm going to unistall, to much db errors
archet1337
03-25-2010, 10:12 PM
I have this mod installed on 4.0.2 PL3 and it's working perfectly. Haven't seen a single error. Also worked like a charm on PL1 and PL2 if that matters.
s0lidgr0und
03-26-2010, 09:52 PM
I'm going to unistall, to much db errors
Good choice, seeing you can't get it to work.
I have this mod installed on 4.0.2 PL3 and it's working perfectly. Haven't seen a single error. Also worked like a charm on PL1 and PL2 if that matters.
Same here. I don't think I've ever had any huge problem with this mod.
djbaxter
03-26-2010, 10:03 PM
It does work well, except for the fact that the search features aren't implemented but the add-on contains the old search code and somehow some members andf spiders are finding a way to trigger a search - this is what generates the error messages. Doesn't affect functionality of the add-on at all, though.
nkumaran
03-27-2010, 05:20 PM
in post_thanks_postbit_info template, looking for {vb:stylevar right} and replace with {vb:stylevar left}
Thank you
TonicWater
03-27-2010, 06:25 PM
hi, when will it be possible to search "thank you" posts on the profile page. "thank you" which you get and "thank you" which you gave. This was possible in the 3.8. version. My users are bedding for that :)
hi all,
Anyone knows how to collapse/expand the list of the thanked ?
jnrdavo
03-29-2010, 12:19 AM
I think you're interested in changing the font size/style of the line? If so, you might want to try my solution. (Just be sure to heed my cautions about it :) )
https://vborg.vbsupport.ru/showpost.php?p=1986809&postcount=560
Yeah, but not the font size. I would like the vbulletin 4 one to look like the vbulletin 3.8 one. It has a reversed heading (so I would need to change the paragraph to a header colour, then the font to white).....
Does that make sense?
Yeah, but not the font size. I would like the vbulletin 4 one to look like the vbulletin 3.8 one. It has a reversed heading (so I would need to change the paragraph to a header colour, then the font to white).....
Does that make sense?
Yes, I understand, but I'm afraid that doing those things is out of my league. Perhaps someone else will be able to help you.
mattpist
03-29-2010, 05:31 AM
i installed this, but the legacy postbit kinda looked cruddy so i disabled it. now it looks like this:
http://img163.imageshack.us/img163/4255/329201012259am.png
can you tell me why this is happening?
wayne.richards@
03-29-2010, 02:17 PM
If you move your forum to a new host this hack will stop you clicking on then reading any threads after the move, you just get a blank page, easy fix though, just disable it, re upload the XML file allowing overwrite then re-enable the hack.
This hack has proved very popular on my forum and is still running fine on 4.0.2 PL4
dtommy79
03-29-2010, 06:12 PM
Hungarian translation attached
fferre
03-30-2010, 03:05 PM
Hello. I'm having a problem importing it. It never stops. It's like it keep in a infinite loop. any idea what's happening?
anupam_luv
03-30-2010, 08:16 PM
in post_thanks_postbit_info template, looking for {vb:stylevar right} and replace with {vb:stylevar left}
Along with that just insert <br> at the end of this template (if u have blogs then blog entries count will show smwhr else. ) by doing this, will solve the problem....
(U may not notice if u dont have blogs installed)
sirishkumart
03-31-2010, 04:34 AM
I was trying to install the "Post Thanks" in my vbulletin 4.0.2 installation. Uploaded all the files as specified in the instructions.txt file. Then went to "Plugin & Products System" -> entered file path in the "import the XML file from your server" (path as "./includes/xml/cpnav_post_thanks.xml") text box , selected "yes" for the overwrite option and clicked "import".
It is showing the message.. "Invalid file specified". If I give a wrong file name, then it is showing "No file uploaded and no local file found."
My site is hosted on IIS 6.
Can you please help me in resolving the issue.
sirishkumart
03-31-2010, 04:55 AM
Then went to "Plugin & Products System" -> entered file path in the "import the XML file from your server" (path as "./includes/xml/cpnav_post_thanks.xml") text box , selected "yes" for the overwrite option and clicked "import".
It is showing the message.. "Invalid file specified". If I give a wrong file name, then it is showing "No file uploaded and no local file found."
Can you please help me in resolving the issue.
Ignore my previous post. I found the answer. I was trying to import "cpnav_post_thanks.xml", instead of importing "product-post_thanks.xml". I resolved it.:up:
Greight
03-31-2010, 06:59 AM
Can someone tell me how I can change font size and probably color? The current size and color seem too much interfering with the whole flow of posts.
Can someone tell me how I can change font size and probably color? The current size and color seem too much interfering with the whole flow of posts.
See if this helps:
https://vborg.vbsupport.ru/showp...&postcount=560
iazooooz
03-31-2010, 12:21 PM
thanx
safakuygur
03-31-2010, 03:10 PM
very nice thansk
Greight
03-31-2010, 04:22 PM
Since Abe seems to be busy with other things, I went ahead and hacked the font size on the "Following Users Say..." line on the forums.
Listen, I'm not a coder and all I can say is that it works on my forum -- follow at your own risk and be sure you can go backwards if needed.
Anyway...
In post_thanks_postbit find:
<h2 class="<vb:if condition="!$vboptions['legacypostbit']">post</vb:if>title">
If you're using the legacy (vertical) postbit template: change the word "title" to "bitlegacy"
Otherwise change the word "title" to "content"
Again: I'm no coder - try it at your own risk.
This only changes the first line. The second line is still big. As I do not know about php coding I have no idea what variables should be changed. Can someone give me a hand in this?
Greight
03-31-2010, 07:13 PM
Another thing needed is that the thank givers list must have an option in admin cp to become hidden and can be toggled with a slide effect.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.