[OzzModz] Admin Control Panel Improvements

[OzzModz] Admin Control Panel Improvements 2.0.0

No permission to download
This doesn't seem to be working for prefixes. Looking at the other sections listed there seems to be a sort option for those though.
Confirmed, issue with the if condition..

Replacement pb_acpi_base_prefix_list
Replace
Code:
<xf:if is="{{ $groupLinkPrefix == 'thread-prefixes'}}">
With:
Code:
<xf:if is="{{ $linkPrefix == 'thread-prefixes'}}">
 
Last edited:
Confirmed, issue with the if condition..

Replacement pb_acpi_base_prefix_list
Replace
Code:
<xf:if is="{{ $groupLinkPrefix == 'thread-prefixes'}}">
With:
Code:
<xf:if is="{{ $linkPrefix == 'thread-prefixes'}}">

Also missing sorting function in Thread Prefixes page. I can't even find the pb_acpi_base_prefix_list which changes should be made on...
 
This still works? I add this mod to help me search for banned users since there seem to be no function to search in Xenforo

I see a new search box appear on Banned User page but it only find banned user on page 1. .. I have over 100 pages of banned user so that no different than using build in browser page search function.

Does this search in all pages or just the first page? Maybe I installed the plugin wrong or incorrectly
 
I've come to a need for sorting of custom fields (specifically, Item Fields from Bobs addon) in an easier manner as I have quite a few.

I seemed to remember this working on my XF before, but now it does not. When clicking on the 'Sort' button, I am presented this -

1672700467976.webp

But without the sort options (drag+drop etc)

If I disable the addon, the sort option disappears so it seems it HALF works, just not fully.

Could you possibly add support for further field types? Thank you :)
 
Hello.
I'm getting an odd error now since we are on 2.2.13. Until now it only happened once, but shouldn not happen.

According to Jeremy it would be cause by a PB/ACPI addon, but this is the only acpi addon I have.

Code:
    XF\PrintableException: Job PB\ACPI:IpBanJob: Gelieve een geldige IP of IP-bereik in te voeren. Jokertekens mogen alleen op het einde gebruikt worden. src/XF/Repository/Banning.php:251

    Generated by: Unknown account Jun 21, 2023 at 18:42

Stack trace

#0 src/XF/Repository/Banning.php(162): XF\Repository\Banning->getIpRecord('')
#1 src/addons/PB/ACPI/Job/IpBanJob.php(39): XF\Repository\Banning->banIp('', '')
#2 src/XF/Job/Manager.php(260): PB\ACPI\Job\IpBanJob->run(8)
#3 src/XF/Job/Manager.php(202): XF\Job\Manager->runJobInternal(Array, 8)
#4 src/XF/Job/Manager.php(118): XF\Job\Manager->runJobEntry(Array, 8)
#5 job.php(22): XF\Job\Manager->runByIds(Array, 8)
#6 {main}

Request state

array(4) {
  ["url"] => string(8) "/job.php"
  ["referrer"] => string(50) "https://www.mydomain.org/admin.php?banning/ips"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(5) {
    ["only_ids"] => array(1) {
      [0] => string(6) "146412"
    }
    ["_xfRequestUri"] => string(22) "/admin.php?banning/ips"
    ["_xfWithData"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["_xfResponseType"] => string(4) "json"
  }
}

The first line has Dutch text, I translated it via Google so that should read:
XF\PrintableException: Job PB\ACPI:IpBanJob: Please enter a valid IP or IP range. Wildcards may only be used at the end. src/XF/Repository/Banning.php:251

However, I don't have any wildcards on ip addresses in the banning section, only on banned e-mail addresses and that should not be an issue.

Any fix for this?
 
Top Bottom