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.
Options

Report System

edited February 2010 in Vanilla 2.0 - 2.8
Report System

Comments

  • Options
    How does this plugin works?
  • Options
    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)
  • Options
    Hi yoda,
    Thanks for your suggestion. I will try to add them in next version.
  • Options
    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);
  • Options
    messed it up, <code></br> is an line break.
Sign In or Register to comment.