Create an automated form members can use to upload screenshots/pictures of book purchase receipts, along with a dashboard for moderator's to easily view the uploaded picture and mark the purchase as verified
complete
Scott Hughes
This would probably be best done by creating a new MySQL table with at least five fields corresponding to:
(1) ID number of book from shelves_books.id
(2) ID number of user uploading proof of purchase from phpbb_users.user_id
(3) ID number of moderator marking purchase as verified, also from phpbb_users.user_id
(4) timestamp of image upload
(5) timestamp of moderator decision
Scott Hughes
complete
Scott Hughes
in progress
I'm working on this. I'm programming the script now.