Extension Writers Discussion • Re: Custom input box showing up at the top of...
It would be cluttered but you can create an image for each number. It also allows for alternate text for the image so the text can be placed anywhere in the post with some minor edits to the...
View Article[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 ArticlephpBB Custom Coding • $request->file('files'); not working ?
Not sure if anyone can offer any advice to this..The script was working until I started integrating phpbb request variables. Basically I have a simple form which takes some files..Code: <form...
View ArticleExtension Requests • Important message
Hi,I am looking for an extension or even another way to broadcast an important message,preferably only to registered members,for example in the form of a pop-up or otherwise.I find the possibility of...
View ArticleExtension Requests • Re: Important message
Have you looked athttps://www.phpbb.com/customise/db/exte ... uncements/Statistics: Posted by KevC — Mon Jul 01, 2024 2:11 pm
View ArticleWanted! • Hide bbcode to certain user o group with Thanks for Post compatible
Title/Job Description: Hide bbcode to certain user o group with Thanks for Post compatibleTarget audience: HobbyistsReward: MoneyDeadline: NeverPreferred contact method: PM and E-mailLink to the...
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 ArticleExtension Requests • Re: Keywords extension
I tested this not working need updateDid you look at the RH Topic Tags - Discussion/Support ?https://www.phpbb.com/customise/db/exte ... 59#p872359Thx bro all good now. Some .CSS changes and good to...
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] Support Forum • Re: How can I make a specific topic...
Perhaps https://www.phpbb.com/customise/db/exte ... pic/214861Statistics: Posted by warmweer — Tue Jul 02, 2024 2:07 pm
View Article[3.3.x] Support Forum • Re: Report Post/FAQ links not working / app.php
There's nginx.sample.conf sample configuration file for nginx in the /docs folder. But I'm also not familiar with nginx configuration so can't really help.Statistics: Posted by rxu — Tue Jul 02, 2024...
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 ArticleWanted! • Re: Thanks for post + Hide to group bbcode
It's nice to meet up with an old friend on the phpBB forum, I hope you remember me, I'm Rey, here with the name Galandas, greetings my friend, I hope you find what you need, I'm back online for a...
View ArticleExtensions in Development • Re: [3.2][3.3][BETA] Advanced Polls
Hello.I installed this extension a while back. While it works great for me, none of my members can create polls. When they start a new topic, they don't get the POLL CREATION tab.I tested it via the...
View ArticleGeneral Discussion • Re: Bots eating up all the bandwidth
Ok just in case anyone has a similar problem this one worked for me.viewtopic.php?p=16018150#p16018150Code: BrowserMatchNoCase "libwww-perl" bad_botBrowserMatchNoCase "wget" bad_botBrowserMatchNoCase...
View Article