doubledee Posted August 4, 2011 Share Posted August 4, 2011 As you all probably know by now, I am adding an "Add a Comment" feature to the end of my articles. Where should I put my "Add a Comment" form? 1.) On a separate page? 2.) At the bottom of the article itself? Now, the buttons to 'Add a Comment' or 'Log In' and 'Create an Account' are right after the article. Likewise, the Comments themselves are immediate after the article. But I'm ot sure if option #1 or #2 is best as to where to locate the Comments Form that collects new comments?! Option #1 would be a lot easier to layout... Debbie Link to comment https://forums.phpfreaks.com/topic/243760-where-to-put-comment-box/ Share on other sites More sharing options...
phpSensei Posted August 4, 2011 Share Posted August 4, 2011 <?PHPSensei To The Rescue Option #1: This option tends to get stressful, because if your are debugging you will find yourself going from one page to the next and back. Also even if the user is logged in you need to send the to anotehr page, which can get annoying. Option #2: This option doesn't redirect the user anywhere if they are logged in, simply do not show the options to log in and show a text area if they are logged in. No need to refresh and they can reference to the article if they ever need to So What Can I Do Sensei? Go with option #2 Link to comment https://forums.phpfreaks.com/topic/243760-where-to-put-comment-box/#findComment-1251606 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.