[3.3.x] Styles Support & Discussion • Re: Legend group icons
This topic ist solved Mannix_ thank you bro for all your help.Statistics: Posted by MortallCsAl3x — Fri May 17, 2024 7:38 pm
View Article[3.3.x] Support Forum • Re: Cache duration?
Profile fields can be set to display on the memberlist. If you need more options all of the user data should be available for memberlist.php and you can just customize the html templates, specifically...
View Article[3.3.x] Support Forum • Re: Create backup using Putty or Core FTP or phpBB ACP
That sounds about the right size for a starter board's database. Again, you will still need FTP access to back up the files.Hi there invenioI believe I found the issue and I am waiting to get the...
View Article[3.3.x] Support Forum • Re: When a user registers, can an admin authorise it?
Found it.CheersAlanStatistics: Posted by alansh — Sat May 18, 2024 6:27 pm
View ArticleExtension Requests • Re: Automatic image parser
Thanks, I'll try it.Statistics: Posted by Lord Phobos — Sat May 18, 2024 6:40 pm
View Article[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 • Using Firefox, I cannot create a user or login
Something very weird. My default browser is Firefox. I used that to set up my forum. But I cannot use Firefox to login (it comes back with "The submitted form was invalid. Try submitting again" or...
View Article[3.3.x] Support Forum • Re: Using Firefox, I cannot create a user or login
Forget it - I closed FF down completely and restarted it. All working.Statistics: Posted by alansh — Sat May 18, 2024 10:18 pm
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 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.If you used the full package...
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