You can add custom end dates by following this tutorial. I think I will implement Jessica's idea in the next release.enakta13 wrote: I would like to ask if there is a way to modify the Start and End Date....
or Only End Date?
Code: Select all
General Error
SQL ERROR [ mssqlnative ]
SQLSTATE: 42S02 code: 208 message: [Microsoft][SQL Server Native Client 10.0][SQL Server]Invalid object name 'gwforum_referral_contests'. [208]
SQL
SELECT TOP 25 * FROM gwforum_referral_contests ORDER BY contest_end_date DESC
Please notify the board administrator or webmaster: [email protected]
Code: Select all
General Error
SQL ERROR [ mssqlnative ]
SQLSTATE: 42S02 code: 208 message: [Microsoft][SQL Server Native Client 10.0][SQL Server]Invalid object name 'gwforum_referrals'. [208]
SQL
SELECT COUNT(referral_username) as total_referrals FROM gwforum_referrals WHERE referrer_username="Aireiel"
Code: Select all
define('REFERRALS_TABLE', $table_prefix . 'referrals');
define('REFERRAL_CONTESTS_TABLE', $table_prefix . 'referral_contests');
Maybe in January 2013, I don't know. Since I have released this MOD I have been very busy.Jessica wrote:When will the next release come? :S
Any news?Siropu wrote:Make sure you have these lines in includes/constants.phpCode: Select all
define('REFERRALS_TABLE', $table_prefix . 'referrals'); define('REFERRAL_CONTESTS_TABLE', $table_prefix . 'referral_contests');
Maybe in January 2013, I don't know. Since I have released this MOD I have been very busy.Jessica wrote:When will the next release come? :S
Great!Siropu wrote:I hope I can release a new version by the end of this week.