Version: 2.0.3, by Blaine0002
Developer Last Online: Jul 2018
Category: Major Additions -
Version: 3.6.8
Rating:
Released: 06-19-2006
Last Update: 12-28-2007
Installs: 316
DB Changes Uses Plugins Auto-Templates
Re-useable Code Additional Files Translations Is in Beta Stage
No support by the author.
Unsupported and Unmaintained. There are better point systems to use!
ICash V2.0.2
Features
-----------
+Points in postbit.
+Points in profile page.
+Donation logs.
+Admin donation logs.
+Easy admin donate.
+Points on registration.
+Points for referrers.
+Customizable point name.
+Customizable file name.
+Donation comments.
+Dynamic decimal system.
+Points per topic creation.
+Points per post.
+Points per character.
+Ability to change money row for easy integration with your favorite hacks. for example, integrating with vbookie is as easy as going into your admin cp and changing money to 'vbookie_cash'.
+Mass point giving via ACP.
+Set customizable point values per forum.
+Points may be taken away on post deletion.
+Automatic navbar, memberinfo, and postbit template edits.
To install:
------------
Simply upload all files to your forum root directory and import the product file.
To update:
--------------
Simply reupload all files, overwrite product and revert any templates you may have edited.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
hi there.. im running vb 3.63 , no problem with the installation, everything works perfectly, but i had some problem, i tried to give people point everytime they make a thread its working, but it doesnt work when they post a reply. can anyone help me or does anybody have the same problem with me ? thanks.
it is actually very easy to add points for different actions people do ont he forums, i am going to cover voting on a poll.
Create a new plugin and call it : ICash Poll
The hooklocation should probably be : pollvotedata_postsave
and the code should look somthing like this
PHP Code:
$amount = '1'; $vbulletin->db->query("update " . TABLE_PREFIX . "user set {$vbulletin->options['icashf']}={$vbulletin->options['icashf']}+'{$amount}' where userid='{$vbulletin->userinfo['userid']}'");
now just set the $amount variable to the amount you want to give to the voter.
simple as that, you simply have to know what hook is located where.
if you wanted to subtract points all you would need to do is change + to - in the php code.
Zagis, i posted earlier in the thread that you simply need to change the hook location to newpost_complete instead of newpost_process
Sorry Blaine, I didn't noticed that you answered earlier.
Any way, the hook location is newpost_complete but the main problem now is that ICash does not work after the vB 3.6.5 upgrade...
Any idea why points still remain the same after replying in a thread when "points per character" is disabled?
My settings:
- Points per thread/post is activated in Icash settings.
- Points per reply has also been set under Forum manager.
- Nothing in the code is modified.
Any way, the hook location is newpost_complete but the main problem now is that ICash does not work after the vB 3.6.5 upgrade...
I've upgraded vB to 3.6.5 and right after ICash from 1.01 to 1.02 so I'm not quite sure what exactly is the reason that I'm having the same problem with "fitnesshealth"