Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Report System

This discussion is related to the Report System addon.
edited February 2010 in Vanilla 2.0 - 2.8
Report System

Comments

  • How does this plugin works?
  • sorry, my mistake!

    The plugin works fine, but I suggest some features :

    - Ability to manage reports on the frontend of vanilla;
    - Ability to comment the report when creating one (the reason)
    - Ability to discuss the report (action for those who have rights to manage the reports)
  • Hi yoda,
    Thanks for your suggestion. I will try to add them in next version.
  • default.php, line ~59
    $Sender->SetData('UserInfoSite', $UserInfoSite, TRUE); $PagerFactory = new PagerFactory(); $Pager = $PagerFactory->GetPager('Pager', $Sender);
    To
    $Sender->SetData('UserInfoSite', $UserInfoSite, TRUE); $PagerFactory = new Gdn_PagerFactory(); $Pager = $PagerFactory->GetPager('Pager', $Sender);
  • messed it up, <code></br> is an line break.
Sign In or Register to comment.