Quote:
Originally Posted by Twiser
Thx for a great hack. I have got everything working perfectly except
the following.
U are not allowed to reqeust an award. I have check and the email and its enabled. But I was wondering
"DB QUERY (replace *TABLE.PREFIX* with your VB table prefix, if you don't have one remove it completely along with the underscore),:
*****************************************
ALTER TABLE *TABLE.PREFIX*_usergroup ADD `awrequest` INT( 12 ) NOT NULL"
were to I change that in the db or in the award.php.
thx for any help.
|
As far as the request award, that is a setting under your Admincp, you can set so that only certain usergroups can request awards.
For the DB Query, you need to run that for the settings to take effect, if you don't have a prefix on your table just run this:
PHP Code:
ALTER TABLE usergroup ADD `awrequest` INT( 12 ) NOT NULL