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
Report System
0
Comments
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)
Thanks for your suggestion. I will try to add them in next version.
$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.