applebiz89 Posted September 28, 2010 Share Posted September 28, 2010 I wish to allow users to comment on an article on my site. However I wish to make it so that: A user writes a comments and then submits it, the comment then goes to an email OR a page where an admin can read through them, and tick and confirm whether they are 'suitable' to be posted. Once a comment is confirmed then to show it on the page. If I went for the approach of putting it on a page where all comments are, would it be a good idea to put a radio button next to each comment to say 'confirm' or 'reject' and this go straight to the database...also maybe an email when a new comment is posted so that the admin can then go and check new comments.... any ideas or help would be grateful, just trying to get my head round it. cheers Quote Link to comment https://forums.phpfreaks.com/topic/214617-comments-on-a-blog-help-me-get-in-right-mind-frame/ Share on other sites More sharing options...
Lautarox Posted November 1, 2010 Share Posted November 1, 2010 You can make an admin module for your application with new and unread comments fetched by post and also by date, the comments should have an accepted column on your database to know what to be shown on the comments page of each post. About the desing, you can use a checkbox to check the suitable comments and then a submit button to send which comment will be accepted and which will be deleted from the database. Quote Link to comment https://forums.phpfreaks.com/topic/214617-comments-on-a-blog-help-me-get-in-right-mind-frame/#findComment-1128960 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.