Custom BBCode Development and Requests • Re: Modal BBCode....Almost...
Hi All, This is a bit of longshot but thought I would post to get some feedback and some insight. Using the W3Schools Modal example, I've hacked together something that almost works for phpbb, but not...
View ArticleExtension Requests • Re: Infracion
https://github.com/rfdy/infractions/blo ... _0_0_1.phpThat extension is made for 3.1 and based on the OP, doesn’t work. Please add context in future rather than just pasting a link without any...
View ArticleExtension Requests • Re: Allow users to fully ignore/hide other users
First of all: phpBB uses flat view. It's not threaded and as such doesn't have threads, nor thread topics (whatever that is).It's common for people to refer to topics as "threads", even in flat view....
View ArticleExtensions in Development • Re: [3.3][RC] Toggle Password
I checked some common sites with those features. Shouldn't this eye slash appear inside the input box as outside of it? It takes up room for password length and can obscure the password.But it seems...
View Article[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
If it is forum subscriptions causing the problem, it would be your phpbb_forums_watch table.Statistics: Posted by Brf — Mon Jan 06, 2025 1:50 pm
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