[3.3.x] Styles Support & Discussion • Re: When a message has an image...
Thanks for moving the discussion, thecoalman.I am not using thumbnails, so the proposed solution will not work.What about the Style/CSS edits you mention? Do you have any doc that I could read about...
View ArticleExtensions in Development • Re: [3.3][DEV] phpBB Events Calendar
Extension Version: Features Implemented:have the option to add events via ACP, for special dates (i.e. add real world dates, such as Christmas, New Year's, etc.)........world dates: will be displayed...
View ArticleExtension Requests • Re: convert this mod to extension (custom header logo)
Nothing to do with the extension sought, in addition to adding a logo you can add a header image per forumyes, and change according to the forumStatistics: Posted by eunaumtenhoid — Fri Jan 03, 2025...
View ArticleCustom BBCode Development and Requests • Re: Modal BBCode....Almost...
Yes, I hit many roadblocks with this initial approach. I got it to work but it just wasn't fully functional for multiple modals per page. I was going down the wrong path and didn't complete the work....
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 • Re: backing up database
can you explain what it means and what difference it makes whether you choose the 1st or the 3rd? im curiousStatistics: Posted by kushcat — Sat Jan 04, 2025 10:41 pm
View ArticleExtensions in Development • [3.3][RC] phpBB Countdown Prime
Extension Name: PhpBB Countdown PrimeAuthor: StokerVersion: 3.0.0PhpBB Version: 3.3.XDescription:PhpBB Countdown Prime is basicly a ripoff from my Xmas extension. Just added more options.Responsive...
View ArticlephpBB Discussion • Re: The future of prosilver (phpBB 4)
Tumbleweed...........Any news? Development?Statistics: Posted by Steve — Sat Jan 04, 2025 11:24 pm
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 Article