That is WHEN phpBB4 is released, and why would we not be able to adapt the mods? such as ajax injection for custom php scripts and what not.
Yes, when new converters are coded, that cited issue would be solved. I haven't missed that. But for now, unfortunately, that is the current hassle.
QFT[Dimetrodon] wrote: Sat Oct 01, 2022 3:07 pm While I agree the MODs era probably won't come back officially, I don't see a problem with some of them being in the customization db with a disclaimer that extensions are preferred and to use them at own risk. Honestly, it would make such MODs easier to find to anyone who is brave enough to try to tamper with the core phpBB code.
Well.. Who will test & support those? Ok.. Author will give support, but someone has to do the validation.
I agree, but at the same time if people read topics s-he already knows what/when/why.. In other words quote system like on discord is good enough.tvm wrote: Sat Oct 01, 2022 3:20 pm when markup quote isnt available its a hassle to filter out everything for each quote when you're answering
Excellent point, and from what I heard, they can use more validators as it is. That being said, if it is brought back (and it probably won't), it should be throttled. Only users who have been here a certain amount of time being able to submit anything, and certainly should not make anything involving MODs a priority compared to other things, like extensions or styles (though that seems to be a different validation team). Nor should MODs have a guaranteed time table (ie. "well be validated within x amount of time.").GanstaZ wrote: Sat Oct 01, 2022 3:28 pmWell.. Who will test & support those? Ok.. Author will give support, but someone has to do the validation.
The best extensions out there should already be a part of phpBB, not as extensions, but as options built in. I still dont understand how a forum with latest release in June 2022 does not have any SEO built in. (again, not talking about human-readable-links), and better quick reply, a thank you system that (everyone else has), a built in vanillaEmoji (no, using blob does not make it support emojis).halil16 wrote: Sat Oct 01, 2022 5:30 pm I was wondering: Are there things that can be done with mods that cannot be done with extensions? I think the reason why the mods are not updated later is not that the plugins are not enough, but that the developers do not want changes.
The answer is quite simple: little to nothing. Most things in phpBB can be adjusted via extensions if you know how to leverage events.halil16 wrote: Sat Oct 01, 2022 5:30 pm I was wondering: Are there things that can be done with mods that cannot be done with extensions?
Do you want me to make an extension out of 3 lines of code?DavidIQ wrote: Sat Oct 01, 2022 6:41 pmThe answer is quite simple: little to nothing. Most things in phpBB can be adjusted via extensions if you know how to leverage events.halil16 wrote: Sat Oct 01, 2022 5:30 pm I was wondering: Are there things that can be done with mods that cannot be done with extensions?
Anything that was a MOD won't work with the current version of phpBB nor the 2 versions before that anyways so I don't really understand what the argument for MODs is for. I'd like to know where this supposed long list of 3.1-3.3 MODs that can't be converted to extensions is at.
Not really that hard if you use the Skeleton Extension. And nothing really prevents you from doing the changes yourself so long as you take on the possible risks.