[3.3.x] Support Forum • Re: Geo blocking via .htaccess
That requires an Apache module which is probably not installed if you are on shared hosting. It also uses internal DB which needs to be kept up to date.If you can accomplish all of that you probably...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Random Password Generator
Love it, works really well! Any chance you could add support for this extension please? https://www.phpbb.com/customise/db/exte ... dd_user_2/Thank you Statistics: Posted by nou nou — Mon Jul 01, 2024...
View ArticleExtension Writers Discussion • Re: How to utilize extensions for an extension...
That depends on what would you like to achieve.F.e. a check can be made in ext.php within is_enableable() method for 3rd party extensions got enabled, f.e.Code: public function...
View ArticleExtension Requests • Re: Keywords extension
https://www.phpbb.com/customise/db/exte ... topic_tagsI tested this not working need updateDid you look at the RH Topic Tags - Discussion/Support ?https://www.phpbb.com/customise/db/exte ......
View Article[3.3.x] Support Forum • Re: cron.task.core.update_hashes loked
That's probably phpBB bug as unsupported stored password hash type isn't correctly handled in phpBB password manager.You might want to file a ticket to the https://tracker.phpbb.com/ or someone else...
View ArticleExtensions in Development • Re: [3.3][RC] Browser Push Notifications
Based on the feedback I've received, it works on iOS. I will test it when I can, agaen.Since I was already using these, I deleted them from the ucp_notifications_webpush.html file:Code: <meta...
View Article[3.3.x] Support Forum • Re: phpbb_sessions table causing recurring issues.
Normally sessions table is being cleaned in a timely manner by the cron job. So, if it's not happening, then the cron job is probably not running for some reason.Ok that makes a lot of sense! Is there...
View Article[3.3.x] Support Forum • How can I make a specific topic "unread"...
Hello guys… I have a new question, as usual.Please, how can I make a specific topic "unread" for me?Thanks in advance.Statistics: Posted by AbuHossam — Tue Jul 02, 2024 11:46 am
View ArticleWanted! • Re: Upgrade from 3.0.12 to 3.3.x
Sent you an email earlier. Statistics: Posted by Madalin10 — Tue Jul 02, 2024 11:58 am
View Article[3.3.x] Styles Support & Discussion • Re: Anyone developing arty's styles...
I just noticed something in the members listing. See the image attached. The top arrow on right points to the box chars that i dont want or need, not sure where they came from. The next arrow on the...
View Article[3.3.x] Support Forum • Re: How can I make a specific topic...
I use this extension on my forum, but only for moderators. It is quite handy to mark a topic as unread to come to it later on;Statistics: Posted by pierredu — Wed Jul 03, 2024 6:07 am
View Article[3.3.x] Support Forum • Re: http 500 when trying to post on 3.3.12 php 8.2
Cookie_secure is set to False but since you're autoredirecting http to https, it needs to be set to TrueYour SRT mentions Do you have any MODs installed? Yes >>> That would be a NODo you have...
View Article[3.3.x] Support Forum • Re: 3.3.12 update error...
Maybe a simple solution to avoid user headaches would be to have the installation process check for these files:store/install_config.phpstore/io_lock.lockIf they exist, delete them.Statistics: Posted...
View ArticleGeneral Discussion • Re: Bots eating up all the bandwidth
It easier and more effective to block them in Cloudlfare's firewall. Go to security section >> WAF and then click the link for custom rules.You can add a rule for user agents, you add multiple...
View ArticleExtensions in Development • Re: [3.2.9-3.3.x][RC] Glossary 3.0.20
Hello,This is a fine idea. I'll try to implement it.Statistics: Posted by pierredu — Thu Jul 04, 2024 5:41 am
View ArticlephpBB Discussion • Re: Discuss: phpBB 3.3.12 Release
Got an error updating from 3.3.10-3.3.12:[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 444: Undefined array key "user_last_active"Other than that, all seems good)Statistics:...
View Article[3.2.x] Support Forum • Re: Required PHP function not found : getimagesize
It is not recommended to update any phpBB boards through third party updaters, use the full package (available here) and do the update according to this guide using the full package.Statistics: Posted...
View Article[3.3.x] Support Forum • Re: Attachment too large?
Indeed and it’s bad practice to have spaces in file names in any case.Statistics: Posted by Mick — Fri Jul 05, 2024 6:47 am
View ArticleExtension Requests • Automatic switching of the default user's language
Hi,am I just looking wrong, or is it not possible for the forum to automatically detect the browser language when a non-logged in user visits and display the forum homepage accordingly?If phpBB can't...
View ArticleExtension Writers Discussion • Re: I would like to update my extensions to...
thank you very much, I read it, I replied.Statistics: Posted by Galandas — Fri Jul 05, 2024 10:23 am
View Article