[3.3.x] Support Forum • Image uploads and orientation - something is not right.
In my forum, if I set the attachement image settings to allow any size (so set to 0,0), then any portrait image is displayed rotated to landscape on the thumbnail but is correct when I click on the...
View ArticleExtension Requests • Re: Auto Translate all topics and posts of the forum via...
I simply wrote a program in Python that translates a forum database dump via Google Translate. I imported the translated dump into a new database, and thus got a clone of the forum in a different...
View Article[3.3.x] Support Forum • Re: Image uploads and orientation - something is not...
It's a bug in plupload and since it's third party it won't be fixed by phpBB. There is an unpublished patch here that I have used successfully.https://github.com/phpbb/phpbb/pull/6131Statistics:...
View Article[3.3.x] Support Forum • Re: Updated to 3.3.11 and have a language pack question
Ok. Thank you.So, double checking the process.- I need to delete what the system thinks is the existing English language pack.- Then install the English language pack.Statistics: Posted by xinu-mike —...
View ArticleExtensions in Development • Re: [3.3][RC] Browser Push Notifications
Yes. to line 39.When I send a PM to the test account, the link to my avatar seems to be added to the push. But the avatar does not appear in push not...Try using a completely different browser that...
View ArticlephpBB Discussion • Re: [Discuss] phpBB 3.3.12-RC1 available for testing
good bro you can add new emojis?If you have a feature you would like to request, please post it in the correct area. A discussion topic about an upcoming release is not the place for such...
View ArticleExtension Writers Discussion • Check user permissions by user id
Is there a way to check a users permissions when it's not the currently authenticated user? I'm aware that I can do the following:Code: $this->acl_get( 'u_hide_verified_badge' )But this checks the...
View ArticleExtension Writers Discussion • Re: Check user permissions by user id
You'll need a user array of some sort. In the example below, $row is our user array.Code: $auth2 = new \phpbb\auth\auth();$auth2->acl($row);$s_in_group = $auth2->acl_get('some_permission') ?...
View ArticleExtension Requests • [split from] It there a post reaction extension out there?
Hi. Can anyone please tell me - cbbReactions extention has notifications when a post is liked? Can't find this information in the manual.And the second question. Does anyone have...
View ArticleExtension Requests • Re: [split from] It there a post reaction extension out...
Can anyone please tell me - cbbReactions extention has notifications when a post is liked? Can't find this information in the manual.You can find your response here:...
View Article[3.3.x] Support Forum • Re: Error after purging cache
I suspect it's an incompatibility between 3.3.11 and PHP 8.3.7.Try switching to PHP 8.2.x just to test that.Added: just tried on Wamp with PHP 8.3.4 on a clean board: not getting that error.8.2.19...
View Article[3.3.x] Styles Support & Discussion • Re: Category backround
I guess it was to hard to figure out to change red to a url(path_to_image) in my examples C'mon buddy nobody is gonna hold your hand that much. You should be able to figure it out such a simple stuff...
View Article[3.3.x] Styles in Development • Re: [4.0.x][DEV] [OFFICIAL] CODENAME: Chameleon
Do you know how it's being developed to support 4.0 styles then? I'm a bit confused as to how it's being developed alongside core. I would have thought a framework would at least be able to sustain...
View Article[3.3.x] Support Forum • Re: Showing Session ID at the End of Every URL on the...
@ BrfThanks for the explanation. Is there any way to prevent the session id from appearing at the end of url?Statistics: Posted by Alex George — Tue May 21, 2024 5:06 pm
View ArticlephpBB Custom Coding • Re: MEMBERLIST_BODY.HTML customisation
Thanks all for your considered responses...Did you purge the cache? Anytime you make edit to template you need to purge the cache.I purge the cache if I change the .HTML but it's mostly been edits to...
View Article[3.3.x] Styles Support & Discussion • Re: (upgrade) to Font Awesome 6
Because the author has passed away...Statistics: Posted by Lord Phobos — Tue May 21, 2024 5:40 pm
View Article[3.3.x] Support Forum • Images are Invalid
Solved this problem (I thought) a couple of weeks ago when I switched this board from running on php 7.2 to 8.1. I was able to upload images just fine after that but today I tried to post and saw that...
View Article[3.2.x] Support Forum • Re: I can't login the forum using my admin account.
http://mafiaforumgametest.iceiy.com returnsCongratulations! Your new domain is now active.You can now use FTP or the file manager in your cPanel to upload your site.In the SRT you state: phpBB 3.0.0...
View ArticleExtension Requests • Re: Visual Editor For Posts in 2024
What is the latest and the best extension to have the visual editor WYSIWYG/Ajax enabled on the posts?"Best" is a subjective interpretation.The default editor can be enhanced with extensions e.g....
View ArticlephpBB Ideas • Re: New Default Avatars
If this feature was built in, rather than an add-on, then theme developers would develop with it in mind.Adding the add-on hasn't worked for me due to varying thumbnail sizes on themes.Statistics:...
View Article