Rotate phpBB attachments images - extension

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: Rotate phpBB attachments images - extension

Re: Rotate phpBB attachments images - extension

by axew3 » Fri Sep 20, 2024 11:34 am

1.0.6 fixes

Substantially into my tests, on last phpBB (or maybe the version before or before i do not know) i noted after further tests (and reports) that for example on Ios the rotation was failing, when done in specific case, for example when a post is new and still not inserted: in this case the user session setup was lost in some way, and the rotation was failing. Not in all browser/OS.
Also it was failing if the browser or board are set to not use cookie.
The user setup in those cases, with no cookies available was failing. It has been fixed passing the user sid in another way, whenever it is necessary to retrieve user's data, so to know if the user is the one legit to edit (rotate in this case) the image file.

You are right: many browsers were not affected by this problems, but standing on my tests, into a browser not accepting cookies, yes, and into Safary or Chrome into an Ipad (ios) that i use for tests, yes.

The code has been shortened, and all the not useful removed. It should be normally faster, and never fail standing into my tests.
It has been tested into last phpBB, firefox, chrome, safary, edge into windows, linux and ios.
Should really work fine anyway, if any problem, please report and it will be fixed!

1.0.6 has been released:
viewtopic.php?t=1639

Re: Rotate phpBB attachments images - extension

by Ezrael » Fri Sep 20, 2024 10:05 am

Whats new in 1.0.6? The old version still works perfectly in my board.

Re: Rotate phpBB attachments images - exstensions

by Ezrael » Mon Jul 08, 2024 7:17 pm

Works perfect! Amazing! Haven seen the extension before...

Re: Rotate phpBB attachments images - exstensions

by axew3 » Mon Jul 08, 2024 7:05 pm

phpbb.com_logo.png
phpbb.com_logo.png (140.11 KiB) Viewed 1573 times
Seem that yes! You can try it also here.
The little icon that appear near the image attachment name on the attachment panel when posting or editing a post.
Whenever some fix required it will be applied, in the while should work fine into any theme.

I would really like to resume and improve the video/audio like whatsapp/telegram into posts extension.

Re: Rotate phpBB attachments images - exstensions

by Ezrael » Mon Jul 08, 2024 5:59 pm

Does the extension still works with 3.3.12 ?

Re: Rotate phpBB attachments images - exstensions

by profcaju » Mon Jul 08, 2024 1:59 am

Thank you very much for this extension. 🤗

I was strugling with users to correct align their images posted in my forum. Now I can have an inhouse solution! :D

Top