[Andrew] Moderator Panel

[Andrew] Moderator Panel 2.0.9

No permission to download
Not that I would count myself as a PHP coder these days (been too long and I fell for Ruby as my language) but it would seem that tweaking the class names used when returning a view reply (see https://xenforo.com/docs/dev/controller-basics/#view-reply) would probably be enough to match the default formatter. Or I guess maybe you can supply your own formatters somehow, but I'm not familiar enough with the XF codebase to know how you do that.

So for example at present we have things like:
PHP:
return $this->view('Andrew\ModeratorPanel\UsernameChangeLog\Listing', 'andrew_moderatorpanel_user_name_change_list', $viewParams);
And with the update XF is expecting classes more like
PHP:
return $this->view('Andrew\ModeratorPanel\UsernameChangeLog\View\Listing', 'andrew_moderatorpanel_user_name_change_list', $viewParams);
(that example being from Andrew/ModeratorPanel/Pub/Controller/ModeratorPanel.php)
 
The latest version supports version 2.1 - 2.3.

My next release is expected to be 1.10 and will incorporate some of the suggestions that have been made the last few months.

Are you planning to add this?

@AndrewSimm I have an feature idea. I think we should send user notes with some permissions. For example we create a user group like "Admin" and I have "Admin" perms.

When I want to leave a note on his profile I don't want moderators to see this note. Maybe extension could have a page that we can import user groups and then a button can be added as in the screenshot. We have 2 user groups? 2 buttons! (More than 1 is not necessary but at least we should have some privacy like that.)

View attachment 301987
 
Anyone have thoughts on not loading tabs that are empty on the user file? We already do this with banned users and this would cut down on the clutter. For example, don't show a reports tab if no reports exist for the user.
id be down for this :D
 
Anyone have thoughts on not loading tabs that are empty on the user file?
Seems sensible.

If we're also thinking of wishlist wants going forward I think the things I'd find useful would be:
  1. Browser user agent logs, whilst there are a couple of add-ons that present the current data, neither (I think) does it in a useful place. For us having an "intrusive log" of users/agents would be quite handy when investigating That said it's a bit of fresh data acquisition to store, so probably a be a bit out of scope/mission-creep for this add-on?
  2. Some kind of ability to see what groups users are in on the user file page. However probably not a free-for-all view of membership in all user groups, but if I could select some that my moderators could see membership of that would be quite useful. Say I had a "VIP" group for tracking some users - that's maybe of interest to my mods but not to the general membership so I wouldn't want to tweak a publicly visible thing like a user banner.
  3. User state on the user file page.
I already essentially do 2 & 3 through a few template tweaks and find them useful.
 
Last edited:
Seems sensible.

If we're also thinking of wishlist wants going forward I think the things I'd find useful would be:
  1. Browser user agent logs, whilst there are a couple of add-ons that present the current data, neither (I think) does it in a useful place. For us having an "intrusive log" of users/agents would be quite handy when investigating That said it's a bit of fresh data acquisition to store, so probably a be a bit out of scope/mission-creep for this add-on?
  2. Some kind of ability to see what groups users are in on the user file page. However probably not a free-for-all view of membership in all user groups, but if I could select some that my moderators could see membership of that would be quite useful. Say I had a "VIP" group for tracking some users - that's maybe of interest to my mods but not to the general membership so I wouldn't want to tweak a publicly visible thing like a user banner.
  3. User state on the user file page.
I already essentially do 2 & 3 through a few template tweaks and find them useful.
1. I have thought about how best to log geo location and user agent data. I think I eventually land on something I like. User agent strings are weird and hard to decipher correctly. I have some experience as I do this on https://ipsearch.io/whats-my-user-agent/. I am leaning to capturing this on login and registration and creating a tracker on the user file but who knows where I land.

2. I would need to think how to display this. Some forums have a lot of user groups so it may need to be an overlay.

3. Just added and will be in 1.10.0
 
Hello,

I'm encountering issues with the Moderator Panel following the most recent update.

I am using the Fantastic Pro theme (https://xentr.net/store/fantastic-pro.148/) along with the DragonByte Credits add-on. It seems that the Moderator Panel update is causing a conflict with either the DragonByte Credits add-on or the theme itself. Below, you can see how the member tooltips and account pages appeared before the update:

1719787843924.webp

1719787909339.webp

And here is how they appear after the Moderator Panel update:

Screenshot 2024-06-30 175815.webp

1719787947166.webp

As shown in the images, the Reaction score and D Bucks (DragonByte Credits) balance are missing, resulting in a wide gap where this information should be displayed. I have confirmed that the issue is related to the Moderator Panel add-on because the problem is resolved when the Moderator Panel add-on is disabled.

Could you please help me identify the source of this issue and provide guidance on how to resolve it?

Thank you for your assistance.

Best regards,
Devin
www.discussionbucks.com
 
Hello,

I'm encountering issues with the Moderator Panel following the most recent update.

I am using the Fantastic Pro theme (https://xentr.net/store/fantastic-pro.148/) along with the DragonByte Credits add-on. It seems that the Moderator Panel update is causing a conflict with either the DragonByte Credits add-on or the theme itself. Below, you can see how the member tooltips and account pages appeared before the update:

View attachment 305089

View attachment 305090

And here is how they appear after the Moderator Panel update:

View attachment 305088

View attachment 305091

As shown in the images, the Reaction score and D Bucks (DragonByte Credits) balance are missing, resulting in a wide gap where this information should be displayed. I have confirmed that the issue is related to the Moderator Panel add-on because the problem is resolved when the Moderator Panel add-on is disabled.

Could you please help me identify the source of this issue and provide guidance on how to resolve it?

Thank you for your assistance.

Best regards,
Devin
www.discussionbucks.com
I believe this will fix the issue:

1) Navigate to the template modification with this description "Adds user notes into stats of on toolip"
2) Add $0 to the top of the replace

I will have this fixed in the next version.

If you don't want to update the template modification then you can also turn off that template modification.
 
Back
Top Bottom