[3.3.x] Support Forum • phpbb_version column is missing in my database
When installing the Styles Page extension I encountered an SQL errorThis error comes from the fact that the phpbb_version column is missing in the phpbb_styles table, how to add it?Statistics: Posted...
View Article[3.3.x] Support Forum • Re: phpbb_version column is missing in my database
It's not present on my clean installation of 3.3.14 either...Statistics: Posted by Steve — Sun Jan 05, 2025 3:49 pm
View ArticleExtensions in Development • Re: [3.3][DEV] Styles Page 1.0.4
the `phpbb_version` column is actually missing. Maybe the migration was not done correctly? I don't know, as soon as I get back I'll do a test on phpbb 3.3.14 locally on a clean install.Statistics:...
View ArticleExtensions in Development • Re: [3.3][DEV] phpBB Events Calendar
Extension Version: Features Implemented: monthly birthdays Mark events as attended Toggle columns on index Starts in xx days, Lasts xx days Add event end time optionsBugs Fixed: SQL error on...
View Article[3.3.x] Support Forum • Help to change admin login url
Hello guys and happy new year with health!I'm looking for a way to change the admin login url because i'm having a problem with a lot of trolls who disagree with a topic on my forum and try to login...
View Article[3.3.x] Support Forum • Re: Help to change admin login url
Logging into the admin control panel is secondary login and not possible without already being logged in. If you are using strong password it's pretty much impossible if you are using "Maximum number...
View Article[3.3.x] Support Forum • Re: Posting in large forum takes time with email enabled
Browsing is indeed instant - I googled this and its been reported before on larger forums - something must be looping though many records somewhere to cause the delay.Statistics: Posted by...
View ArticlephpBB Ideas • Re: Default settings for notification options
Users should be agreeing to to whatever privacy policy you have in place before they register on your forum, not afterwards so there shouldn't in theory be any issue of having emails enabled for...
View ArticleExtensions in Development • Re: [3.3][DEV] phpBB Demo and Download Styles...
ok I'm glad, maybe in the next version I'll insert the download count of the Styles. Statistics: Posted by Galandas — Mon Jan 06, 2025 5:28 pm
View ArticleExtensions in Development • Re: [3.3][RC] phpBB Countdown Prime
Thanks a lot for this! I had to use an extension, a 3rd party website and a custom bbcode for this effect. Just installed and tested, works fine!Statistics: Posted by deninho32 — Mon Jan 06, 2025 9:21...
View ArticlephpBB Custom Coding • Disable default Email notifications
Open includes/functions_user.php and on line 372 comment out or delete these lines. Code: if ($notifications_data === null){$notifications_data = array(array('item_type'=>...
View ArticleExtension Requests • chatgpt extension for 3.3.14
Is it available ?many thanksStatistics: Posted by Antonio Linares — Tue Jan 07, 2025 8:08 pm
View ArticlephpBB Discussion • Re: How to enable "Expand code" on 3.3.14 ?
We have properly ugraded from 3.0.4 to 3.3.14 and now in the code sections there is no a "Expand code" optionWhat do you mean with "code sections"Perhaps that was a 3.0 mod you used?Statistics: Posted...
View ArticlephpBB Custom Coding • Re: Some useful SQL
The phpbb_topics_track table can get enormous over many years because most users never use the mark forums read link and it has a lot of records that can exist since you installed phpBB. Mine was up...
View ArticleExtension Requests • Re: chatgpt extension for 3.3.14
perhaps Public release of extension for Open AI (ChatGPT+DALLE), Stable Diffusion and Midjourney?Statistics: Posted by warmweer — Tue Jan 07, 2025 9:18 pm
View ArticleExtension Requests • Re: Allow users to fully ignore/hide other users
Thanks for your help. It looks like this would give my users the ability to ignore posts but would they have to ignore each one manually? or would this allow them to ignore all posts from a certain...
View Article[3.3.x] Support Forum • Re: Periodic tasks have stopped running
Well what seems to have fixed it is this:in cPanel changed the current PHP version for my site to 7.4changed the cron job command to: export PATH=/usr/bin:$PATH && cd...
View ArticleWanted! • Re: Patreon - phpBB connection
I looked into this for nou nou and the Patreon API is intentionally poor to try and keep people on-platform so I decided that it’s not worth it as it would be a sub-par experience. My payments...
View Article[3.3.x] Styles Support & Discussion • Re: When a message has an image...
Hello,In css file, you can do this:Code: dl.thumbnail > dt {max-width: 600px;max-height: 400px;}Statistics: Posted by sylver35 — Wed Jan 08, 2025 6:51 pm
View ArticleExtension Writers Discussion • My block adblock script doesnt work anymore
Looks like the adblockers got smarter.Mine stopped working some years ago.Does anybody have a solution?Code: <!-- IF (U_SEE_ADS and ENABLE_ADBLOCK_WARN or S_ADSENSEADS) and not...
View Article