[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 Article[3.3.x] Support Forum • Re: Question about permissions
Testing how? With your own account? Is it a NO or NEVER permission that you have set?Statistics: Posted by KevC — Sun Mar 30, 2025 11:08 am
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 • Re: [3.3][BETA] 2025 overhaul of 3D-I Top Poster...
Yeah, there's already some code in there elsewhere using generic award/trophy icons, so I can probably copy-paste existing code from some other spot.Statistics: Posted by SMcCandlish — Mon Mar 31,...
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[3.3.x] Styles Support & Discussion • Prosilver standard (brower cashing)
I use a heavily modified prosilver on my forum (adapted to a dark layout etc. etc.). Now I would like to make a (copy ?)of this thme, but then with the original colours.css of prosilver.The intention...
View Article[3.3.x] Support Forum • Re: emails sent through administration contact
They are not being stored.Statistics: Posted by SpIdErPiGgY — Wed Apr 02, 2025 5:37 am
View ArticleExtensions in Development • Re: [3.3][DEV] phpBB Events Calendar
Sorry forgot to post back once I could expend the image. You need to you the full year date: for e.g. 2025Statistics: Posted by Steve — Wed Apr 02, 2025 6:30 am
View ArticleExtensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney,...
Got gemini running. I like it.Is Gemini the only free one?Statistics: Posted by Stoker 4.0 — Wed Apr 02, 2025 7:33 am
View ArticlephpBB Discussion • Re: Remove sid's dfrom URLs
[*]The sid in the URLs only provide some benefit to people that won't accept cookies.That is not true. Everyone has a sid on their first page. It makes sure the cookie session ID matches.Strange, when...
View ArticleExtension Requests • Send notification when user login
Send a board notification to admin (and maybe mods) when a user login.Board notification under ucp settings -> ucp.php?i=ucp_notifications&mode=notification_optionsChose:NotificationsMailWeb...
View ArticleExtensions in Development • Re: [3.3][DEV] Custom HTML Inserter
IMHO after first post isnt the best place for something you want users to see.Its after last post.Maybe some config where admins can chose:After first postAfter last postBoth if topic has more than X...
View ArticleExtensions in Development • Re: [3.3][DEV] First & Last Post Avatar
Thanks for showing interest in my extension.My time is limited, although I have a version of it ready, I usually try to refactor the code a few times before releasing it to make sure it looks and...
View Article[3.3.x] Support Forum • Re: Clear
Post it in the bug tracker. If they want to fix it they will. But as I don't think that page has changed since 3.0.0 I wouldn't get your hopes up.Statistics: Posted by KevC — Thu Apr 03, 2025 7:21 am
View Article[3.3.x] Support Forum • Re: https question
force server url settings is not a redirect, the initial request is not redirected. It never occurred to me how you are using it but it's better than nothing if you don't have .htaccess redirect. That...
View Article