[3.3.x] Support Forum • Re: Phpbb 3.3.14 Can't see new uploaded mods.
Mods = Extensions.What ext are you trying to install? https://www.phpbb.com/extensions/installing/Statistics: Posted by SpIdErPiGgY — Sat Mar 29, 2025 6:04 am
View Article[3.3.x] Support Forum • Re: 3.3.8 to 3.3.14 any issues?
With stock forum, no mod/extensions and no custom styles....The update is the same even if you are going from 3.0.0 directly to 3.3.14 compared to downloaded every single version and doing it...
View Article[3.3.x] Support Forum • Re: Largest Contentful Paint - why and how?
After all this time and numerous attempts, nothing has worked. The problem lies with the JavaScript and CSS files in the style, and there are no plugins like WordPress plugins that can effectively...
View ArticlephpBB Discussion • Re: A phpBB mobile app
Had some more thining on this one.IMHO there is no real need of an app. As it is now you can add an icon to the board on your screen.A much better solution is to do it in the future default prosilver...
View Article[3.3.x] Convertors • Re: IPB 1.3 to phpBB 3.3.x
The person who is using IPB 1.3 decided to stay on there for now... I wonder why too.Statistics: Posted by Just an Alien — Sat Mar 29, 2025 9:14 am
View Article[3.3.x] Styles Support & Discussion • Re: Dark Themes not working?
Go to the <b>ACP</b> > <b>Board Settings</b> > <b>Board Style</b> and select the default style you want to use. You can eventually override the user style so...
View ArticleExtension Writers Discussion • Re: Keep dropdown selection on preview
That is because of the typo in ext\kaileymsnay\qte\styles\prosilver\template\event\posting_editor_subject_after.html.{% if attribute.IS_SELECTED %} should be {% if attribute.S_SELECTED %} (S. vs...
View Article[3.3.x] Styles in Development • Re: [RC] Zeina - phpBB 3.3.14
No change log?Statistics: Posted by dbrewood — Sun Mar 30, 2025 4:43 am
View ArticlephpBB Custom Coding • Re: Set additonal class on .page-jump if current page = 1
<!-- IF pagination.PAGE_NUMBER == 1 --> is probably being interpreted as true, e.g <!-- IF pagination.PAGE_NUMBER == true --> in which case it will always be true. Try <!-- IF...
View ArticleExtensions in Development • Re: [3.3][BETA] 2025 overhaul of 3D-I Top Poster...
In view topic I see a loading indicator next to the text in post profile: Top Poster of the Month "loading image"?I looked into the code that's doing that, and it's not loading anything. It's just...
View Article[3.3.x] Support Forum • error on "who is online"
Support Request Template What version of phpBB are you using? phpBB 3.3.13 What is your board's URL? https://www.schildklier-forum.nl/ Who do you host your board with? Neostrada How did you install...
View Article[3.3.x] Support Forum • Re: error on "who is online"
Sounds like a possible incomplete update. Second constructor parameter for viewonline_helper was added since 3.3.11.I'd recommend to recheck if all files are matching 3.3.14 code, and specifically...
View Article[3.3.x] Support Forum • Question about permissions
Hi,Playing around on my forum to test stuff. I have set Can view profiles, memberlist and online list but I can still see the online list, not member list.Why?Statistics: Posted by Just an Alien — Sun...
View ArticlephpBB Custom Coding • Re: Best way to include vars?
You could also use my simple portal extension.It has its own language file.And offcourse some other stuff you can delete.Statistics: Posted by Stoker 4.0 — Mon Mar 31, 2025 7:27 am
View ArticleExtensions in Development • [3.3][RC] ModernStats - Modern Statistics for...
Modern Statistics Extension for phpBBVersion: 1.0.0 Author: Illusion Compatibility: phpBB 3.2.0+Description Modern Statistics is a sleek and informative extension for phpBB that adds a modern...
View ArticleCustom BBCode Development and Requests • payhip BBCODES required
Code: <div class="payhip-embed-page" data-key="qgyfK">...</div><script type="text/javascript" src="https://payhip.com/embed-page.js?v=24u68984"></script>How do i get this...
View ArticleExtensions in Development • Re: [3.3][RC] ModernStats - Modern Statistics for...
Looks nice!Statistics: Posted by deninho32 — Mon Mar 31, 2025 10:28 am
View ArticleCustom BBCode Development and Requests • Re: payhip BBCODES required
Acp > posting > bbcodes > add new bbcode:Notice I used [test][/test use [payhip][/payhip]The data-key is incorrect I presume for privacy and when the bbcode is submitted will only show a...
View Article[3.3.x] Support Forum • Re: Updating to 3.3 from 3.0
Ok so I made the change. The outcome is a fail at 72% See attached image. Progress at least.Any thoughts on this one?Statistics: Posted by tonzodehoo — Tue Apr 01, 2025 9:14 am
View Article[3.3.x] Styles Support & Discussion • Re: fa-institution vs fa-home
I know this is a bit late, but there's any easy way of doing this stuff.Don't use font-size. Use transform: scale(); instead. The advantage is that the browser effectively scales a snapshot of the...
View Article