John Rayes
John Rayes
@MissAllSunday this is still marked as draft. You plan on more changes here?
Upon further testing, `integrate_autoload` doesn't work because it is called before settings are loaded. My fix https://github.com/live627/SMF2.1/commit/cfdfe79546def2a2de6e92b8d6b2d9924493c9a5 should I submit this as another PR?
Figuring this out will be needed if we want psr interoperability. On Fri, Jul 25, 2025 at 2:24 PM Jeremy D ***@***.***> wrote: > *jdarwood007* left a comment (SimpleMachines/SMF#8240) >...
As in, getting this assigned to a milestone; sorry for not being clear there.
Can you clarify, please? What part of the code requires this?
The decision to have the min at 8.0 was based on the max officially supported by SMF 2.0. Thus, 2.0 to 3.0 upgrades could be done on the same runtime.
I have some code that may be what you look for ```javascript sceditor.plugins.styleshet = function() { let base = this, editor; base.init = function () { editor = this; };...