This is slightly long, but it will be automatic when its part of the next update, and you guys are helping me test it.
We will assume you are testing paychecks for now (though activity and birthday events are covered here too - give those a try if you want).
1) Make sure you have a paycheck event configured to some amount and enabled for some group of people you can easily verify - preferably more than just yourself.
2) In the Action Specific Configuration for Paycheck (or Activity) Interval - put 1. This means daily. You can change it to whatever you want after we are done testing so we don't have to wait around as much for feedback.
3) Edit (forum)/dbtech/credits/credits_vbulletin.php and find:
PHP:
VBCREDITS::display('navbar', $vbulletin->userinfo, $template_hook);
if ($vbulletin->userinfo['userid'])
replace with
PHP:
VBCREDITS::display('navbar', $vbulletin->userinfo, $template_hook);
if ($vbulletin->userinfo['userid'] AND false)
4) Upload the attached
View attachment credits_daily.php file to (forum)/dbtech/credits/
5) Go to admincp > Scheduled Tasks > Add New Scheduled Task, and fill out the following (leave the other fields at their defaults):
Code:
Varname: credits_daily
Title: vBCredits II Deluxe - Daily Actions
Description: Small sites can enable this to issue paycheck, activity, and birthday actions for all users simultaneously.
Hour: 0
Minute: 0 - - - - -
Filename: ./dbtech/credits/credits_daily.php
Product: vBCredits II Deluxe
6) After midnight tonight, all users from step 1 should have gotten what you set for them. Please report back with confirmation.
Note: I actually added a toggle for using the old or new methods, but that will be in the official update later.