MyBB Community Forums

Full Version: Give out more of the same award on OUGC?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I give more than one award that is the same to one user? For example, I want a user to have 2 gaming awards.

Error code:

PLEASE CORRECT THE FOLLOWING ERRORS BEFORE CONTINUING:

The selected user already has this award.
Still need help.
Add that award twice in your OUGC awards and then you can grant it to the user.
Make sure to change the description.
(2016-09-15, 03:15 AM)WallBB Wrote: [ -> ]Add that award twice in your OUGC awards and then you can grant it to the user.
Make sure to change the description.

I don't want it to show twice on the awards page
Remove the highlighted lines from admin/modules/user/ougc_awards.php

https://github.com/Sama34/OUGC-Awards/bl...#L206-L209
(2016-09-15, 03:40 PM)Paradigm Wrote: [ -> ]Remove the highlighted lines from admin/modules/user/ougc_awards.php

https://github.com/Sama34/OUGC-Awards/bl...#L206-L209

Error code when trying to add:
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1062 - Duplicate entry '1-4' for key 'uidaid'
Query:
INSERT INTO mybb_ougc_awards_users (aid,uid,reason,date) VALUES (4,1,'',1473973721)