Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • pat 124 posts 346 karma points
    Feb 23, 2012 @ 14:58
    pat
    0

    how to add comments form to article page

    I have to create web site with option to comment or feedback for readers. what is the best approach , because I don't need to stright display the comment , i need  webmaster to approve or reject comments, to stop abuse the website.

    what is best practice to handle this.

     

  • Michael Latouche 502 posts 816 karma points c-trib
    Feb 23, 2012 @ 15:49
    Michael Latouche
    0

    Hi Pat,

    I think one way to go would be to use the Contour package ( http://our.umbraco.org/projects/umbraco-pro/contour ) to create the comment form. The posted info can then be managed in the back-end by the admins, and you could put a flag in there to allow the admin to approve or reject the comment. Then, on the front-end, you only display the comments that have the flag set to approved.

    Hope this helps you get started.

    Cheers,

    Michael.

  • pat 124 posts 346 karma points
    Feb 23, 2012 @ 17:05
    pat
    0

    I would like to do this my own actualy ,

    Do I need to create document type for hold comment , so when visitor commented i can create instance of that document type and add to page or put in a folder with page id saved as property. when admin approved mark it as approve and read from xslt to list them bottom of the page?

    what do you think

  • Michael Latouche 502 posts 816 karma points c-trib
    Feb 23, 2012 @ 17:23
    Michael Latouche
    0

    Hi Pat,

    If you want to do it all yourself, I think what you describe is indeed the easiest way of doing.

    You actually can do without an extra "approve" flag: you could just create an unpublished comment, and when your admin approves a comment, he just needs to publish it. Then in your xslt you just have to make sure you only display published comments.

    Cheers,

    Michael.

  • Jeroen Breuer 4861 posts 12138 karma points MVP 3x admin c-trib
    Feb 23, 2012 @ 17:37
    Jeroen Breuer
    0

    Perhaps you can use the uComment package.

    Jeroen

  • pat 124 posts 346 karma points
    Feb 23, 2012 @ 17:46
    pat
    0

    Ok , I think I can start work Michael... thanks for all your feedbacks...

  • Michael Latouche 502 posts 816 karma points c-trib
    Feb 23, 2012 @ 17:52
    Michael Latouche
    0

    You're welcome!

    Cheers,

    Michael.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies