Jump to content

Being able to moderate submitted entries?


Solarpitch

Recommended Posts

Hey guys,

I am developing a site that involves user's being able to submit information in the form of an advertisment of a product they want to sell.

After the user submits the add I want to be able to moderate all the submitted adds before they get updated in the database!

I've thought hard about this but I'am not quite sure where to start, or even how it would be implemented!

I'd love some advice, Ger.
Link to comment
Share on other sites

I think the best way to go about it would to create another table that contains all the fields that the main table has (the ones you require). Once a user submits something, insert it into the "pending" table. You could then make a page that calls all entries from that table.

Then make another page that allows you to approve or deny etc. If you approve, it will add it to the main table and delete it from the "pending" table. Or if you deny, maybe add in a feature that will have it send a message to them that asks them to contact you for further questioning.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.