here you go enjoy them
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
Code:
<if condition="$show['postcount']">
Add before
b)Find
Code:
<div id="post_message_$post[postid]">$post[message]</div>
Add after
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';