tackebong
02-10-2008, 10:00 PM
Award For Each post
This hack is the tool to award user for their useful message
Feature
-Turn Hack On or OFF
-Choose field of user to add point (available 4 celebrated point system [vbplaza,casino,vbcredit,icash) and support additonal field
-Set maxium and minium point moderator can award for each post
-Display Award Time (coming soon)
-Send Award PM to user (comming soon)
-Allow Moderator award themself: set yes or no.
-Can remove award message and return user points
-If post was awarded, award menu isn't appear
Install
1.Upload award.php to your forumroot
2.Import via product
3.Edit template postbit or postbit_lagacy
a)Find
<if condition="$show['postcount']">Add before
$awardformb)Find
<div id="post_message_$post[postid]">$post[message]</div>Add after
$awardmess
Caution:
After Import Product, immediately, you should choose Point System which you has use on your forum. And shouldn't change it afterward(to avoid problem with user point)
For Addtional Field
If you want add point for other field in some table of database
you must set Other System in vbulletin option
then config in file award.php (edit some value)
$afield ='ebux'; //example
$atable = 'user';
$comparefield = 'userid';
http://img171.imageshack.us/img171/6358/15ar9.jpg
This hack is the tool to award user for their useful message
Feature
-Turn Hack On or OFF
-Choose field of user to add point (available 4 celebrated point system [vbplaza,casino,vbcredit,icash) and support additonal field
-Set maxium and minium point moderator can award for each post
-Display Award Time (coming soon)
-Send Award PM to user (comming soon)
-Allow Moderator award themself: set yes or no.
-Can remove award message and return user points
-If post was awarded, award menu isn't appear
Install
1.Upload award.php to your forumroot
2.Import via product
3.Edit template postbit or postbit_lagacy
a)Find
<if condition="$show['postcount']">Add before
$awardformb)Find
<div id="post_message_$post[postid]">$post[message]</div>Add after
$awardmess
Caution:
After Import Product, immediately, you should choose Point System which you has use on your forum. And shouldn't change it afterward(to avoid problem with user point)
For Addtional Field
If you want add point for other field in some table of database
you must set Other System in vbulletin option
then config in file award.php (edit some value)
$afield ='ebux'; //example
$atable = 'user';
$comparefield = 'userid';
http://img171.imageshack.us/img171/6358/15ar9.jpg