Extension Requests • Re: Automatic image parser
https://github.com/Tatiana5/autoimageStatistics: Posted by deninho32 — Sat May 18, 2024 5:40 pm
View Article[3.3.x] Support Forum • I have no forums, why not?
I must be doing something really stupid, but I have no forums. And I don't know why not.I was in the admin CP and I've added sub forums, but when I try and see them to create posts (logged on as admin...
View Article[3.3.x] Support Forum • When a user registers, can an admin authorise it?
As far as I can see, anyone can register on a forum and there's no way for it to be approved before they start using the system. Is there some setting I can enable where an admin has to authorise it...
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 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] Styles Support & Discussion • Re: change subforum icons
Then you should ask the owner who Sold it for Support.I tried but it doesn't answer or doesn't have time.Statistics: Posted by MortallCsAl3x — Sun May 19, 2024 12:35 pm
View Article[3.3.x] Styles Support & Discussion • Re: Category backround
Well if developing it doesn't respond you have to think about forgetting your style, sooner or later you will have problems with an out of date styleyes I know and I am aware of it. but let's hope...
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 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/6131Can I ask - did...
View ArticleExtension Requests • Re: 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: 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 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