[3.3.x] Styles Support & Discussion • Re: Increase forum width in general
There is material here that is beyond my knowledge...hehehe.Maybe I expressed myself poorly because of my bad English.When I asked:Should the content be duplicated? I was not referring to the file...
View ArticleExtension Requests • Re: Links Page
Do you have any examples of what it looked like? You could achieve a page of links through the Pages extension, or are you after something that is presented a little...
View Article[3.3.x] Support Forum • phpBB Native Fulltext or MySQL Fulltext
Hello.I know there has been talk about it on the forums and I have searched but what I found did not solve my question.A priori MySQL Fulltext is recommended if there are two database tables in...
View Article[3.3.x] Support Forum • Re: Only one missed notification allowed
quiet bump.Statistics: Posted by dgkulick — Thu May 16, 2024 8:49 pm
View Article[3.3.x] Styles Support & Discussion • Re: Server list request
Yes bro you are the best !Statistics: Posted by MortallCsAl3x — Fri May 17, 2024 6:59 pm
View ArticleExtensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney, Pika,...
User error nonetheless, thank you for your help! Can I adjust the Stable Diffusion config to use SD3? Looks like I should be able to by pointing to the SD3 path I find in the API docs?ChatGPT works a...
View Article[3.3.x] Support Forum • Re: Failing to install on a Synology NAS server
Everthing seemed to be running except python 3.9. I installed that and started it and web server saw it. But it made no difference.What 'extras' do you think I might need?AlanStatistics: Posted by...
View Article[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 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 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