This would be very similar to https://www.phpbb.com/community/viewtopic.php?f=46&t=2106285 but for 3.2 :) I would like URLs NOT to be truncated at 55 characters. I am running 3.2.9 I have edited functions_content.php and now it reads $short_url = (utf8_strlen($url) > 200) ? utf8_substr($url, 0, ...
No, this "bug" persisted in 3.2.1 and 3.2.0 already. What you refer to had (a) different culprit(s). You can fix it yourself by opening /vendor/marc1706/fast-image-size/lib/Type/TypeJpeg.php and finding: const JPEG_MAX_HEADER_SIZE = 124576; and changing it to a size you feel comfortable w...
part of 3.2.5 to 3.2.7 upgrade fix was to upgrade to latest https://www.phpbb.com/customise/db/extension/mediaembed/ I have done that, my forum is now working but I have lost youtube embedding 1) old posts with youtube STILL have embedding - for example first post at https://rusefi.com/forum/viewtop...
I've just upgraded my forum from 3.2.5 to 3.2.7 and it has broken it unfortunately. Originally it looked exactly like https://www.phpbb.com/community/viewtopic.php?t=2510616&p=15250601 with "Fatal error: Uncaught RuntimeException: Media site 'blab' does not exist" I've followed the adv...
Just installed on my live board and got the notification as expected once posted under test user. Will post if get into any issues later, thank you for the great extension!
GOT IT WORKING, thank you! I am jealous about your patience
Has this changed since 3.0? Either I've forgotten doing the same four years ago (I double I would have figured this out four years ago), or was more relaxed previously?
Please apply the same fix as above I've applied the fix - half of my problem is resolved, the other one is still an issue 1) I can now edit attributes for both of my own posts mentioned above - thank you for the fix! 2) as site admin and now also a member of "Administrators", I am still u...
The 3.0 mod I am referring to was a spambot registrqtion countermeasure https://www.phpbb.com/community/viewtopic.php?f=46&t=2148272 feature - I would provide a custom questinon "What teflistor is used in the transducer?" and only people interested in transducers would know how to answ...
After migration from 3.0 to 3.2 and loss of Custom Registration Question mod I get too many spam user registrations. Is there anything like Custom Registration Question for 3.2?
Here are two of my own topics on the same subforum can edit Topic attribute: https://rusefi.com/forum/viewtopic.php?f=13&t=325 cannot edit Topic attribute: https://rusefi.com/forum/viewtopic.php?f=13&t=1237 I am logged in as "site admin". I was able to locate the QTE permissions - ...