The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[AJAX] Post Thank You Hack Details »» | |||||||||||||||||||||||||
vB 3.7 version of this hack here: https://vborg.vbsupport.ru/showthread.php?t=165673
vB 4.0 version of this hack here: https://vborg.vbsupport.ru/showthread.php?t=231666 Post Thank You Hack 7.4 About this hack: One of the biggest problems on forums as you may know is 'posts boosting'. There are users who LOVE to say 'thanks' when ever they can. How can it hurt? Their post count goes up, they have nothing to loose. There are also users who really like to express their thanks to post but don't like posting a post that looks like they're post boosting. Then comes the moderators who have to delete people's thanks yous so a thread can look readable with out the thanks yous thrown around. Finally comes the posters of these useful posts. They have no idea how many people really likes their posts if only some people say 'thanks'. What this hack does is fix ALL these problems - except those users who like post boosting. This places a button called 'thanks.' When a user clicks on it, it places his username in a box right under the post saying that so-and-so says 'thanks' for the post. Every-one who clicks is placed in one box. By giving your users the extra feature, you forum will look allot nice and organized. It is a guaranteed liking by ALL the members of your forum. Features:
Updates: Version 7.0 (12/20/07):
Version 7.1 (12/24/07):
Version 7.2 (01/24/08):
Version 7.3 (03/15/08):
Version 7.4 (03/21/08):
Please post your comments or suggestions for this hack. I read ALL posts. MAKE SURE YOU CLICK INSTALL! You will get an email when a new version is released. Pictures:
Supporters / CoAuthors Show Your Support
|
Comments |
#172
|
||||
|
||||
Quote:
|
#173
|
||||
|
||||
thank you
|
#174
|
|||
|
|||
Does anyone know why I am getting this error & how I can fix it I know it is in my database but I can't find it anywhere. I love this hack
Database error in vBulletin 3.6.1: Invalid SQL: INSERT INTO setting (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, validationcode, blacklist, product) VALUES ( 'post_thanks_on_off', 'post_thanks', '0', '1', 'boolean', 'yesno', 10, 0, 1, '', 0, 'post_thanks' ), ( 'post_thanks_forum_off', 'post_thanks', '', '', 'free', '', 20, 0, 1, '', 0, 'post_thanks' ), ( 'post_thanks_forum_first_all', 'post_thanks', '0', '0', 'boolean', 'yesno', 30, 0, 1, '', 0, 'post_thanks' ), ( 'post_thanks_forum_first', 'post_thanks', '', '', 'free', '', 40, 0, 1, '', 0, 'post_thanks' ), ( 'post_thanks_date_all', 'post_thanks', '1', '1', 'boolean', 'yesno', 50, 0, 1, '', 0, 'post_thanks' ), ( 'post_thanks_date_forum', 'post_thanks', '', '', 'free', '', 60, 0, 1, '', 0, 'post_thanks' ), ( 'post_thanks_usergroup_using', 'post_thanks', '', '', 'free', '', 70, 0, 1, '', 0, 'post_thanks' ), ( 'post_thanks_user_useing', 'post_thanks', '', '', 'free', '', 80, 0, 1, '', 0, 'post_thanks' ), ( 'post_thanks_reputation', 'post_thanks', '0', '0', 'number', '', 90, 0, 1, '', 0, 'post_thanks' ), ( 'post_thanks_post_count', 'post_thanks', '0', '0', 'boolean', 'yesno', 100, 0, 1, '', 0, 'post_thanks' ), ( 'post_thanks_delete_own', 'post_thanks', '1', '1', 'boolean', 'yesno', 110, 0, 1, '', 0, 'post_thanks' ), ( 'post_thanks_poster_button', 'post_thanks', '0', '0', 'boolean', 'yesno', 130, 0, 1, '', 0, 'post_thanks' ); MySQL Error : Duplicate entry 'post_thanks_on_off' for key 1 Error Number : 1062 Date : Saturday, September 16th 2006 @ 03:08:33 PM |
#175
|
||||
|
||||
Quote:
There are 4 quaries you must run first. You can find them in the vb3.5 version download. |
#176
|
|||
|
|||
Abe1 Yes I went from 3.0 to 3.6
What exactly do I have to do & run I am a bit of a newb |
#177
|
|||
|
|||
You may want to change;
Code:
<version>5.11</version> Code:
<version>5.1</version> |
#178
|
|||
|
|||
Quote:
Quote:
|
#179
|
|||
|
|||
Quote:
Where and what do I do with them? I looked through all the 3.5.1 files & only found 1 and that was in admicp folder. Abe 1 said I have to run 4 queries but I don't understand what to do. |
#180
|
|||
|
|||
Quote:
Open memberlist.php and find: Code:
case 'posts': $sqlsort = 'user.posts'; break; Code:
case 'thanked': $sqlsort = 'user.post_thanks_thanked_posts'; break; Code:
<if condition="$show['postscol']"><td class="thead" nowrap="nowrap"><a href="$sorturl&order=DESC&sort=posts&pp=$perpage$usergrouplink">$vbphrase[posts]</a> $sortarrow[posts]</td></if> Code:
<td class="thead" nowrap="nowrap"><a href="$sorturl&order=DESC&sort=posts&pp=$perpage$usergrouplink">Thanked</a> $sortarrow[thanked]</td> Code:
<if condition="$show['postscol'] AND exec_switch_bg()"><td class="$bgclass">$userinfo[posts]</td></if> Code:
<td class="$bgclass">$userinfo[post_thanks_thanked_times]</td> |
#181
|
||||
|
||||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|