[3.3.x] Extensions Database Releases • Re: Linked Accounts
Extension Updated to version 2.2.1See first post for Download LinkStatistics: Posted by Paul — Wed Nov 13, 2024 4:10 pm
View Article[3.3.x] Styles Support & Discussion • Re: Removing {{...
I'm mobile view the topic/post titles are huge. Possibly a reason to remove it.Instead of removing he may adjust the font-size of it then, so it can look good on mobile. Or he may just visually hide...
View ArticleWanted! • Re: Restore 2 year old database
pm sentStatistics: Posted by janus_zonstraal — Thu Nov 14, 2024 7:40 pm
View Article[3.3.x] Support Forum • Quick question about users and requests
basically my forum has som 150 to 300 400 users online , cloudflares statistic is usually 20000 to 25000 unique visitors daily so they usually make 5million 6million requests daily its pretty active...
View Article[3.3.x] Support Forum • Re: Quick question about users and requests
btw some times forum works fast sometimes slow im hosting it on vps 24 cores 64gb ram more and more im starting to think that my hoster is having to many users on their vpssStatistics: Posted by...
View ArticleExtension Requests • Re: Where is Recent Topics v2.2.15?
Version 2.2.15 is not incompatible with phpBB 3.3 but with PHP 8, the version published on GitHub supports PHP 8The requirements in the github say otherwise:Code: Requirements:phpBB 3.3.5 -...
View Article[3.3.x] Support Forum • Is serch inside search results supposed to be like...
So, I searched for a word 'installing' in 'Search this forum' for 'viewforum.php?f=661', that gave me 1888 results. Now I entered 'one' to filter out results, that gave me 363 results.Then I entered...
View ArticlephpBB Custom Coding • Re: Merging Forums Together.
To add to Kailey's post.Since your post wasn't replied to, you could easily edit your post to add or request more information.As to merging the other forum into yours, don't do that ... do it the...
View ArticleExtensions in Development • Re: [3.3][DEV] Troll Mode
I already have something that does the same it will flip and spin the page making it unreadable or redirect them to any given url.Yay for you then? Seriously, why hijack this topic? If you already...
View Article[3.3.x] Support Forum • Changing Group names
So on my forum theres a staff group Global Moderator is their a way to edit the name and change itStatistics: Posted by Rey619 — Fri Nov 15, 2024 5:50 pm
View ArticleAbandoned Extensions • Re: [3.2][3.3][RC] CKEditor integration for phpBB
hi, nice ext thanks for it.I installed it, but it doesn't show the icons for me to edit or create a topic using an editor, besides activating the extension, is there any additional...
View Article[3.3.x] Support Forum • Re: Changing Group names
Read this article:-> https://www.phpbb.com/support/docs/en/3 ... ed-groups/Statistics: Posted by Madalin10 — Fri Nov 15, 2024 6:01 pm
View ArticleAbandoned Extensions • Re: [ABD] CKEditor integration for phpBB
This topic has been marked as [ABD] - Abandoned as the extension author has not been active recently. If the extension author wishes to continue development, please PM anyone on the Extension...
View ArticlephpBB Custom Coding • Re: Where is {L_LAST_POST} variable saved?
Anything prefixed with L_ is from the language files. Just search the language file for "LAST_POST" and this applies to whatever language you have installed.Line 391 of /language/en/common.php if you...
View Article[3.3.x] Support Forum • Re: Can't Log In - Admin'
Try the following:Backup your database firstIn phpMyAdmin, run the following, which will create an admin user named Admin1 with a password of admin. From that point you should be able to get into the...
View Article[3.3.x] Support Forum • Re: TMP file in MYSQL keeps getting full and crashing...
Th phpBB cron performs task that need to be run periodically like cleaning up the sessions table. If you have it set to yes you need to use sytem cron task to run it. If you set it to no then it's by...
View ArticlephpBB Custom Coding • Re: Some useful SQL
If you have an older forum like mine and check the user_login_attempts column you are probably going to find it's at 99 for many older accounts. We have instances here on phpBB.com and other sites...
View ArticleExtension Writers Discussion • Handle the file upload with plupload in the...
Where can I find a tutorial to integrate an editor with file upload plupload into an extension?I have found how to handle BBCode, but I can't find anything on how to parse file attachments and...
View ArticleGeneral Discussion • Re: Will you pay for writers?
the opening post is going to be edited with a spam link sometime in the future The post editor prevents this through the edit time configuration in ACP > Posting > Messages > Post settings...
View Article