[campsite-dev] Questions for Paul
  • Hi Paul,

    In order to finish the template engine changes related to article comments I need instructions from you on:
    - how to find out if article comments were moderated
    - how to find out if a certain user was blocked from comments

    Also, I want to remind you that we agreed you would add the field named 'level' to phorum_messages table, update the code to fill the message level automatically and update the database upgrade scrip.

    Thanks
    Mugur


    __________________________________________________
    Do You Yahoo!?
    Tired of spam? Yahoo! Mail has the best spam protection around
    http://mail.yahoo.com
  • 1 Comment sorted by
  • Mugur Rus wrote:
    > In order to finish the template engine changes related to article
    > comments I need instructions from you on:
    > - how to find out if article comments were moderated
    This one I have to look over again and see if we want to do it the
    Phorum way or our custom way.

    > - how to find out if a certain user was blocked from comments
    There is a new class called Phorum_ban_item.php that allows you to ban
    people. It is used in the "Comments" section.

    > Also, I want to remind you that we agreed you would add the field
    > named 'level' to phorum_messages table, update the code to fill the
    > message level automatically and update the database upgrade scrip.
    This is in there already, except the name is "thread_depth" in the
    database. It is set when you create a comment.

    - Paul