Description:
I manage little forum and from time to time (once a month at least) we have gatherings to see us out of the online and fully on-life. This is good, but how to track who is active and who only talks?
This is why I created this little mod on 3.0 ... now almost converted to 3.1 extension.
Features:
Add event "award" (in my case medal) to user profile.
Allow user to choose who can see the awards*
Allow admin panel option to add medals
Allow admin panel option to change medals and delete them
Custom ACL for who can add and modify event awards except the administrators.
Status:
Ready
Requirements:
phpBB 3.1-a1 or higher
PHP 5.3.3 or higher
Repository:
https://github.com/satanasov/eventmedals
Installation:
1. As this mod/ext is developed to work with other modifications I have made in the phpBB 3 system it is required a bit of "manual labor" - you have to create new DB table called (prefix)_users_custom with UNIQUE column 'user_id' (like the one governing user IDs).
2. Copy repository to $phpbb_root_path/ext
3. Navigate to Admin Panel -> Customization -> Unable mod.
WARNING - The extension runs ok, but the sqlite3 tests fail. If someone can help with that it will be appreciated.