phpBB Custom Coding • Board3 Portal: Change Module Global Announcements for...
I would like help to change the "Global announcements", so that it works like common topics, because I want to block some specific forums where the topics will be displayed on the portal's home page....
View ArticleExtension Requests • Re: Easy Topic Moderation
In fact, it is the most specific of all the recommendations. I will see how I can adapt it to my needs.Thank you all!Statistics: Posted by henrique.seven2011 — Sat Feb 08, 2025 9:23 pm
View Article[3.3.x] Support Forum • Troubleshooting a permission masks issue...
Hello!I have something that has literally stumped me for years, and I am hopeful that someone among you is able to point me into a direction where I can maybe start troubleshooting what causes it. My...
View Article[3.3.x] Support Forum • Re: Troubleshooting a permission masks issue...
There was the bug https://tracker.phpbb.com/browse/PHPBB-17386 which was fixed for 3.3.14. Not sure if the thing you're describing is related.Statistics: Posted by rxu — Sun Feb 09, 2025 3:37 am
View Article[3.3.x] Support Forum • Re: Does phpbb 3.3.14 uses ajax for voting?
Console message:Code: core.js?assets_version=805:279 AJAX error. status: parsererror, message: SyntaxError: Unexpected token '<', "<b>[phpBB "... is not valid JSONVM274:1 Uncaught (in...
View ArticlephpBB Discussion • 3.3 upgrade question
Hi,I'm hosted on GoDaddy and usually use the installatron to do the upgades.Each and everytime I use this method, I loose my site logo and countless other files need to be edited. For example, the...
View ArticlephpBB Discussion • Re: 3.3 upgrade question
If you edited core files:https://www.phpbb.com/downloads/3.3/adv ... sion=3.3.7And if you have no core edits:https://www.phpbb.com/downloads/Statistics: Posted by SpIdErPiGgY — Mon Feb 10, 2025 2:38 am
View Article[3.3.x] Support Forum • Re: How to recover accidentally overwritten post?
Prime Post Revisions keeps a revision history of all posts edits making it easy to compare before/after and restore as neededVery very interesting, this, but trying to activate it gives an error. It...
View Article[3.3.x] Support Forum • System keeps logging out users for many actions
The users including admins are getting logged out while doing certain routine tasks such as click the Submit button. It says some crazy error messages like No user found or You have no authorization...
View Article[3.3.x] Support Forum • Re: A Few Warning
Hey @rxuThe problem here always happens:viewtopic.php?t=2659528In rare cases (More than 2K according to GSC), I get the following error when entering a topic:Code: General ErrorSQL ERROR [ mysqli...
View ArticleExtensions in Development • [3.3][DEV] Responsive Navbars
Extension Name: Responsive NavbarsAuthor: StokerExtension Version: Requirements: Extension Description: Responsive Navbars fixes both the navigation bars in top and footer, only when responsive view...
View ArticleExtensions in Development • Re: [3.3][DEV] Responsive Navbars
I think the language file is missing in the zip fileoverall_header_navigation_prepend.htmlCode: <li data-last-responsive="true"><a href="{{ U_RESPONSIVENAVBAR_PAGE }}" title="{{...
View ArticlephpBB Discussion • Re: What can other uses suggest for spambot defense.
Q&A works fine. You just need the right kind of question that cannot be searched for. One that needs some intelligence and logic to work out, like something about your logo or a word on your site...
View ArticlephpBB Custom Coding • Re: Add DISPLAY NAME function, so users can change...
You should be able to do this with Custom Profile fields and some "hackery" of the templates. The reason I say hackery is the custom fields are in loop and I don't know if you can get one field...
View ArticleExtension Requests • BBaward Badges - CSS Tooltip on Hover
Hi,I'm looking to implement a CSS tooltip for BBaward badges when hovering over them?Currently, it shows the default title tooltip or a popover.I don't know how to do this...Thanks!Site:...
View ArticleExtension Requests • Re: BBaward Badges - CSS Tooltip on Hover
Flatboots is a proprietary style, so I suspect you'ld need permission from the author to edit the style.Anyway use your browser's inspector mode to find out where that or how that tooltip or popover...
View ArticleExtensions in Development • Re: [3.2][3.3][BETA] Advanced Polls
Firstly this extension is excellent. If this question has been asked earlier, i havent found it. --> Is there a simple adjustment that can be made in the CODE to change the limitation of 10 topics...
View ArticleExtensions in Development • Re: [3.3][DEV] Stats On Index
I was playing around with the date format layout in another ext and came up with this little bit of code.$start_date = $this->user->format_date(date($this->config['board_startdate']));That...
View ArticleExtension Requests • Making videos non-downloadable
When I asked Meta AI about ways to make videos posted on phpbb websites non-downloable, I got this answer:QUOTE: Third-Party Extensions: Install phpBB extensions that provide video protection...
View ArticleExtension Requests • Re: Making videos non-downloadable
No. It is impossible.Statistics: Posted by Paul — Thu Feb 13, 2025 5:55 am
View Article