Page 1 of 1

Script for this?

Posted: Mon Mar 21, 2011 8:09 pm
by alex11
I want to add a feature similar to this http://showmetournaments.com/index.php on a website of mine. I want the users to be able to type in their listing information like this http://showmetournaments.com/tournamentForm.php and it automatically or after my approval add it to the main page listing and also create a subpage for just the listing itself.
I figure there is a script for something similar to this, any suggestions.
Thanks

Re: Script for this?

Posted: Mon Mar 21, 2011 9:47 pm
by Jonah Bron
There probably isn't a prefab solution to this exact problem, but it's pretty simple. You just need a form that submits to a page which stores the tournament in the database, and emails you for approval. When you approve it, mark it as "approved" with another column in the database table. And on the home page, show all tournaments marked as "approved".