[Andrew] Moderator Panel

[Andrew] Moderator Panel 2.0.9

No permission to download
I did, the admin group has full permissions set to yes, I don't see anything related in the group permissions to moderator panel though, and seems my moderator group doesn't see it as well.
 
This is a great addon.

One feature I would love to see added to it is similar to Report Improvement addon, so that you don't have to add all moderators to the moderator section, you can just create a user group and make that their secondary. This would require template modifications to use permission levels instead of is_moderator, but all in all this addon is very helpful!
 
This is a great addon.

One feature I would love to see added to it is similar to Report Improvement addon, so that you don't have to add all moderators to the moderator section, you can just create a user group and make that their secondary. This would require template modifications to use permission levels instead of is_moderator, but all in all this addon is very helpful!
You can just add the permissions for this add-on to the moderating user group.
 
You can just add the permissions for this add-on to the moderating user group.
Yes I added all permissions to the moderator group, but they still cannot see reports or approval queue, unless I use the addon Report Improvements, which only adds reports, not approval queue. So it would be nice to add to your moderator panel addon to show Reports and Approval queue at the group level instead of having to add all moderators as a moderator in the admin panel
 
@AndrewSimm

Code:
LogicException: Could not find repository 'XF\Repository\IpRepository' for 'XF\Repository\IpRepository' in src/XF/Mvc/Entity/Manager.php at line 260

    XF\Mvc\Entity\Manager->getRepository() in src/XF/Mvc/Controller.php at line 1020
    XF\Mvc\Controller->repository() in src/addons/Andrew/ModeratorPanel/Pub/Controller/User.php at line 451
    Andrew\ModeratorPanel\Pub\Controller\User->actionIpUsers() in src/XF/Mvc/Dispatcher.php at line 352
    XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 258
    XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2513
    XF\App->run() in src/XF.php at line 524
    XF::runApp() in index.php at line 20
 
@AndrewSimm

Code:
LogicException: Could not find repository 'XF\Repository\IpRepository' for 'XF\Repository\IpRepository' in src/XF/Mvc/Entity/Manager.php at line 260

    XF\Mvc\Entity\Manager->getRepository() in src/XF/Mvc/Controller.php at line 1020
    XF\Mvc\Controller->repository() in src/addons/Andrew/ModeratorPanel/Pub/Controller/User.php at line 451
    Andrew\ModeratorPanel\Pub\Controller\User->actionIpUsers() in src/XF/Mvc/Dispatcher.php at line 352
    XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 258
    XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2513
    XF\App->run() in src/XF.php at line 524
    XF::runApp() in index.php at line 20
This is already fixed in the next version.
 
No, I'm setting Appearance, Styles, Grey - Style properties, Page setup, Maximum page width to 950.
Ok, just tested and updating the style property updates p-body-inner to 950px. This is helpful so I can experience your view.

A couple of things I want to point out about your article. It does suggest narrowing text makes it easier to read and based on my sampling of major American publications it appears as this practice is common.

Ironically, my largest add-on (unreleased) is an articles add-on that I run on a website that I co-founded that receives millions of pageviews a month and I narrowed the article to 870px. I did this because I saw it as a pattern and it's good that you shared that article to explain the why.

Now here is where I will push back... I don't see entire pages being limited to 950px on any major website. Almost all articles I see sidebars and even when I don't I see other parts of the webpage are wider. The moderator panel is not meant for consuming articles but instead a working space. I design all of my add-ons used base XF style properties and this is the only complaint I have received on this section.

My recommendation is to disable the template modification suggested above.
 
I don't see entire pages being limited to 950px on any major website
I don't really pay attention to that, but is there another/better way to limit just the width of the main text areas?

You can disable approval_queue modification for Moderator Panel add-on from /admin.php?template-modifications/ page
My recommendation is to disable the template modification suggested above.
Yes, this works well.
 
Back
Top Bottom