Extension Requests • Re: Auto Translate all topics and posts of the forum via...
Interesting, but that would also mean that as time goes by, the forums will diverge from each other and become isolated islands - personally I see a forum first and foremost as a platform to share as...
View ArticleExtension Writers Discussion • Re: Problem sending POST data to my controller
Thanks! I just sent the data from my ajax call in FormData format and can use it without problems. Looks like sending a JSON directly is not supported?Anyway, thanks againStatistics: Posted by Juanla...
View Article[3.3.x] Support Forum • My board reload too fast
Hello PHPBB,i noticed that my forum reload too fastfor people who are not in Bulgaria, but for peoplewho are in Bulgaria reaload normal.These are my...
View Article[3.3.x] Support Forum • Re: My board reload too fast
Also see in .htaccessStatistics: Posted by SpIdErPiGgY — Tue Apr 09, 2024 4:42 pm
View Article[3.3.x] Support Forum • Re: Blocking 'guests' from the 'Who is online'...
Thanks for your input.When Registered users, such as myself, are logged in, then the 'Guests' are visible in the ' Who is online' section at the bottom of the forum. I would like to prevent 'guests'...
View Article[3.3.x] Support Forum • Meaning of "Couldn't fetch mysqli_result" ?
I currently have an installation of phpBB 3.3.10, which is hosted on what I think must be a Linux virtual server running PHP 7.3.23.When a user navigates to the UCP, this displays in the top left of...
View ArticleExtension Writers Discussion • Re: 📕 Extension Development Documentation
Hello,There appear to be some typos in this section of the documentation.Code: {% if not $INCLUDED_JQUERYUIJS %} {% INCLUDEJS '@vendor_extname/jquery-ui.js' %} {% DEFINE $INCLUDED_JQUERYUIJS = true...
View Article[3.3.x] Styles Support & Discussion • Re: How can I get rid of the...
This is not because of the code or because the problem cannot be solved. At first I think I didn't fully understand because I had just woken up, but then I was able to quickly get it right.Ah,...
View ArticlephpBB Ideas • Re: Moderator editing ownership.
This is clearly a problem for all forum owners that have more than one moderator, my forum has 4 moderators and we often clash when adding disapproval reasoning's, after one moderator has taken so...
View Article[3.3.x] Support Forum • Re: Moderator Disapproval reason Issue
Thank you Kevc I have just this moment done so Statistics: Posted by mrix2000 — Sat Apr 13, 2024 1:27 pm
View Article[3.3.x] Support Forum • Board Index issue
Hello, I have recently installed phpbb in version 3.3.11 and installed the we_universal theme.My problem is the following: When creating a forum it is displayed correctly, the problem lies in the...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Random Password Generator
Dutch NL: https://www.myarea51secrets.com/viewtop ... p=105#p105Statistics: Posted by SpIdErPiGgY — Sat Apr 13, 2024 2:32 pm
View ArticlephpBB Custom Coding • Re: Run simple script when click quoted post link
maybe simple css would be enough Code: html { scroll-padding-top: 80px; scroll-behavior: smooth;}Statistics: Posted by Mannix_ — Sat Apr 13, 2024 2:38 pm
View Article[3.3.x] Support Forum • Re: phpbb v3.3.11 - Delete User & Posts
See How to clean up a board hit by spam for some suggestions.You don't have to delete one by one necessarily.You can click the MCP link at the top of any forum and select whole pages of topics to...
View Article[3.3.x] Support Forum • Re: Error on Line 1617
Could you please read this topic: viewtopic.php?t=2652586Sorry for my English ... I do my best!Yep. Read it. Has different line numbers but could well be the answer I guess.I'll have to look at it...
View Article[3.3.x] Support Forum • Re: Batch Cleanup of Topics/Replies beyond standard...
Now.... I have over a million posts in my forum and I'm looking to clean things up.I have some topics that have hundreds of pages. It would be nice to keep the topic in place (with it's original...
View ArticleExtensions in Development • Re: [3.3][RC] Sticky Bar
3.2.0-RC2 now available Bug Fix thanks to gvp9000Update from previous version:Download the latest release and unzip it.Disable Sticky Bar in the ACP Delete stickybar folder from the server Upload the...
View ArticlephpBB Discussion • Re: What is the Future of phpBB?
I ran a forum for a decade now and coming up to 50K relatively high quality posts - getting new users every day, and continuing to improve it with features and content. My users love it. It's true...
View ArticleExtensions in Development • Re: [3.2][3.3][DEV] Hangman - Resurrected
I tested this on two boards with a different number of terms available and got the same result: Out of a million tries every term is called roughly the same number of times which means (at least to...
View ArticlephpBB Custom Coding • Re: Javascript code to get topic id from post id
You wouldn't be able to do that in javascript. Javascript runs in the user's webbrowser, which does not have access to the database. You would have to run some PHP code on the server side to read the...
View Article