Custom BBCode Development and Requests • Re: bbcode for tables not working
You can always make an extension request yourself.Statistics: Posted by Mick — Sat Jun 15, 2024 6:48 am
View Article[3.3.x] Support Forum • Re: Limit bot sessions
I think it must be rare for a non-bot user to open multiple cessions at the same time.Since it's not possible to identify a bot, why not just cancel any multiple cession ?In practice, when a user...
View Article[3.3.x] Support Forum • Re: Out of range value for column 'id' at row 1
It seems you had extensions by an "author" called messageboard, and these were not correctly removed (the extensions should have been disabled and then data deleted (that is extension data in the...
View ArticlephpBB Ideas • Re: Poll cancel vote
Until a "cancel vote" is implemented, I'm just using an extra vote option: Cancel vote.Although not clean ... it effectively solves the issue.Statistics: Posted by warmweer — Sat Jun 15, 2024 4:11 pm
View Article[3.3.x] Support Forum • Re: Unable to restore from Back-up
...You can check if your backup is incomplete by opening it with notepad or some other text editor, notepad is really good for opening large text files. e.That would be Notepad ++ (not the notepad.exe...
View Article[3.3.x] Support Forum • Re: After Upgrade to 3.3.12 and reparse bbcode with SSH
Greetings,after having updated the forum to version 3.3.12 and having reparsed some non-working bbcodes in the posts, when I go to create a new topic the size of the inserted text gradually gets...
View Article[3.3.x] Styles Database Releases • Re: Crayon
Style Updated to version 3.3.12See first post for Download LinkStatistics: Posted by _Vinny_ — Mon Jun 17, 2024 2:41 am
View Article[3.3.x] Styles Database Releases • Re: DVGFX
Style Updated to version 3.0.12See first post for Download LinkStatistics: Posted by _Vinny_ — Mon Jun 17, 2024 2:43 am
View Article[3.3.x] Styles Database Releases • Re: DVGFX2
Style Updated to version 3.0.12See first post for Download LinkStatistics: Posted by _Vinny_ — Mon Jun 17, 2024 2:49 am
View ArticleExtension Requests • Re: phpbb 3.3.x Portal XL 5.0 version Request
Yes, here: https://board3.de/viewtopic.php?t=11807Statistics: Posted by ssl — Mon Jun 17, 2024 4:39 am
View Article[3.3.x] Support Forum • Re: Send post
How to write on the forum, I want to send a post, but after sending the post, about 5-10 seconds, the post has just been sent and there is a big problem. The post should be sent immediately.Is this a...
View Article[3.3.x] Styles in Development • Re: [RC] Zeina theme for phpBB 3.3.12
Got it! Ref the “QuickReply Reloaded” extension, based on what you have said above would you recommend we uninstall it from 3.3.12?Statistics: Posted by dbrewood — Mon Jun 17, 2024 6:36 am
View ArticlephpBB Custom Coding • Re: Help: show latest 6 images of post
Maybe this extension can put you on the right track.https://www.dmzx-web.net/viewtopic.php?t=4870 thank you very much!Regards Salvo Statistics: Posted by salvocortesiano — Mon Jun 17, 2024 7:56 am
View ArticleExtensions in Development • Re: [3.3][DEV] ACP Styled
Yea I felt like I was pushing too much into it. I stepped back and just wanted to style the acp.But I can push it back in on the next version. It's always good to have choices.Update:There wasn't but...
View Article[3.3.x] Support Forum • How to enable AVIF attachment support?
Does anyone know how to get AVIF attachment support? I have the following: ImageMagick with AVIF support. PHP extension enabled.Added the avif extension to the "Images" extension group in ACPBut...
View Article[3.3.x] Support Forum • Re: user account validation
Hi,You can disable verification for new users with ACP > Board configuration menu > User registration settings > Account activation option.I don't know what kind of verification you want when...
View Article[3.3.x] Support Forum • Re: ACP Email Settings - Send a test email weird...
The main website forum email is the same as showing and being used but once that button is clicked it directs to another of my emails ?Is there somewhere else in the software I have forgotten to...
View ArticleExtension Writers Discussion • Re: SQL Query optimization
Not an SQL guru here, but I'd try something likeCode: $sql = 'SELECT COUNT(p.post_id) AS topics_solvedFROM ' . POSTS_TABLE . ' p, ' . TOPICS_TABLE . ' tWHERE p.poster_id = ' . (int) $user_id . 'AND...
View Article[3.3.x] Support Forum • Re: Issues with 3.3.12 update
The new posts issue is apparently a bug in 3.3.12https://tracker.phpbb.com/browse/PHPBB-17312Tell them to use the active topics list in the meantime, the only difference is it doesn't limit it to last...
View ArticlephpBB Discussion • Python/3.10 aiohttp/3.9.3 anyone?
Has anyone seen “Python/3.10 aiohttp/3.9.3” or similar hanging about and or found an explanation that is understandable in plain language? Plus, has anyone found a way to stop it without blanket...
View Article