Wanted! • Re: HIRING: Fix bugs, upgrade PHPbb, and help do a 'facelift'
Pm sent. Cheers!Statistics: Posted by Madalin10 — Mon Aug 05, 2024 12:05 pm
View ArticlephpBB Custom Coding • Re: More thorough search for image URLS
Questions about the extension should be posted in the extensions topic.Statistics: Posted by thecoalman — Mon Aug 05, 2024 1:08 pm
View ArticlephpBB Discussion • Re: Suggested a11y improvement
Not sure if this does what you are looking for. https://github.com/skynettechnologies/p ... essibilityStatistics: Posted by bonelifer — Mon Aug 05, 2024 11:43 pm
View ArticleExtension Requests • Re: "Looking back" page in UCP
Hi, it is possible to click on the number of posts in the memberlist. It is also possible to display the number of posts in the mini profile (postprofile) and klick on. You can also search for the...
View ArticleGeneral Discussion • Re: Bots eating up all the bandwidth
Ok just in case anyone has a similar problem this one worked for me.viewtopic.php?p=16018150#p16018150Code: BrowserMatchNoCase "libwww-perl" bad_botBrowserMatchNoCase "wget" bad_botBrowserMatchNoCase...
View ArticleExtension Requests • New Topic - Anywhere!
I would like the ability for a nice 'New Topic' button to sit anywhere on the board, not just within a forum. For example, land on the home page - here is a new topic button.The user can then create a...
View ArticleExtension Requests • Re: New Topic - Anywhere!
This has been asked for a few times before but I'm not sure it's ever been made. I suspect it's a lot more complicated than you think because the drop down action has to check each forum permission...
View ArticleExtension Requests • Re: Customise UPC tab
Some 2, perhaps 3 years ago I upgraded a 3.0.14 board to 3.3.something usinghttps://github.com/satanasov/phpbbgalle ... aster/coreWhether it's compatible with the more recent versions of 3.3 I don't...
View ArticleExtension Writers Discussion • Re: Creating new permission groups
I can just assume from the core code.I guess that multi-underscore like m_kb_ won't work because the code looks for the first occurrence of _Interesting. Would you happen to know where at in the code...
View ArticleExtension Requests • Re: html email
Are you looking for something that sends out HTML emails (like a custom message) or an extension that sends existing board emails that phpBB auto generates as HTML emails? Also, what level of design...
View Article[3.3.x] Support Forum • Re: Can't administer users: Content Encoding Error
I have solved this "content encoding error" OP is having, by replacing the "memberlist.php" file by one from my other forum (of same old PHPBB version), where this error not happened (or try from...
View Article[3.3.x] Support Forum • Re: Switching(managing) between the styles is not...
Hello, my experience is that currently necessary cookies in phpBB - board operation - the regulation *Cookie ending on:* - ... _style -> sets the style ID for the user and is also relevant.ACP,...
View ArticlephpBB Discussion • Re: Area51 question answer registration
It's actually been changed just now. Worse than before, I have not yet met worse, time wasting, user unfriendly question.For the fifth attempt (which failed and it locked me out) I have tried:Builds...
View ArticlephpBB Discussion • Re: Training an AI model based on your own phpbb forum?
I haven’t trained an AI on a phpBB forum myself, but you’d generally use tools like TensorFlow or PyTorch for the model and phpBB’s API or scraping for data extraction. Define your schema by...
View Article[3.3.x] Convertors • [SPLIT] Convert MyBB to phpBB?
My webhost doesn't allow PHP versions older than 7.3.33 so I can't install phpBB 3.1 to go through this whole process.Is it possible to install phpBB 3.1, 3.2, or 3.3 and import a myBB 1.8.x database...
View Article[3.3.x] Support Forum • 3.3.12 Can one Remove mode=viewprofile
Using phpbb 3.3.12Was wondering if there is a way to remove mode=viewprofile from the URL when one goes to members profile.Instead of the URL beingCode: member/user.2?mode=viewprofileTo be onlyCode:...
View ArticleExtension Requests • Re: Is there an App for PHPBB?
Thats what I do, it’s easy with iOS and Safari and even easier on an IBM PC clone.The last time I heard of an IBM PC clone, a laptop was the size of a suitcase and ALL PC's were beige! Statistics:...
View Article[3.3.x] Support Forum • Re: 3.3.12 Can one Remove mode=viewprofile
Instead of the URL beingCode: member/user.2?mode=viewprofileWhere are you seeing a URL like that?Statistics: Posted by Brf — Fri Aug 09, 2024 12:10 pm
View ArticleExtension Writers Discussion • Re: mark read and unread posts
thanks! i'll check it!!Statistics: Posted by sebo — Fri Aug 09, 2024 1:52 pm
View Article[3.3.x] Convertors • Re: [SPLIT] Convert MyBB to phpBB?
Doesn't look like it, no. Everything I've seen indicates you have to do it via phpBB 3.1 first, which requires ancient versions of PHP.If you can't do it online on your current hosting package you are...
View Article