[3.3.x] Support Forum • Re: PHP version 7.4 UpDate TO Newer?
You need to ask the author of the Better Ranks extension. Their code has a bug in it: it’s not checking that the array key is set before trying to access it. I can’t find the extension in the database...
View ArticleExtension Requests • Better Ranks Extension Request
Was recommended by danieltj to try my luck here to see if anyone was willing to update this Extension to be compatible with latest PHPBB and PHP versions.I am using this extension from...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Obscure Registration Code...
Hi, unfortunately I tested this extension for 7 days. Out of 7 days, spammers crashed my site for 5 days. I'm sorry about the work but I found a more effective solution by asking for example "what...
View ArticlephpBB Discussion • Re: phpBB.com Website Feedback
Trying to access posting page or pm I get this. After 2-3 mins submitted messages have disappeared.... Statistics: Posted by Steve — Mon Aug 12, 2024 2:40 pm
View ArticleExtension Writers Discussion • Remove app.php from custom routes
Is there a way to remove the app.php file name from custom routes defined through extensions using the phpBB router?I have the following code in my routing.yml file:Code: danieltj_api_default_route:...
View ArticleExtension Writers Discussion • Re: Remove app.php from custom routes
Not sure about programmatically, but for each board under "Server Settings", set this option to yes.Statistics: Posted by Kailey — Mon Aug 12, 2024 8:36 pm
View Article[3.3.x] Support Forum • Re: Can I recover a board with just the database intact?
... So if I understand correctly since I do not have any of the files and only the database… 1) I need to download the correct version of phpbb. (Thanks for the links)2) upload those files to the web...
View ArticleExtension Requests • Re: Better Ranks Extension Request
check if isset204 could be:'GROUP_LIST' => isset($userGroups[$niddle]) ? $userGroups[$niddle] : ''Thanks for the information. This below helped fixed the errors.Encase anyone is still or interested...
View Article[3.3.x] Support Forum • Re: I can't update the platform
The method used for the update was this same update method does not see /update /install shows me an empty page https://www.phpbb.com/support/docs/en/3 ... date_full/Statistics: Posted by linkcs.in —...
View ArticlephpBB Ideas • phpBB "safe mode"
Pretty simple idea, no idea how hard to implement. Getting into the ACP can be problematic when an extension, style or language pack is causing issues. Have a setting in config.php for "safe mode"....
View Article[3.3.x] Support Forum • Managing attachment extensions
I need for registered users to upload attachments that are documents such as .doc, .pdf and .xls. I have the "Attachment settings" within the ACP adjusted appropriately. Ive been trying to work with...
View Article[3.3.x] Support Forum • Re: Managing attachment extensions
At this point there is really no difference except between images and the others. Images are served with image mime type so the browser displays it as image. Years ago the others would be served with...
View ArticleWanted! • Re: Patreon - phpBB connection
I’ll send you a PM later after I do some sanity checking to see what the Patreon API is like. Statistics: Posted by danieltj — Wed Aug 14, 2024 5:54 pm
View Article[3.3.x] Support Forum • Creating Header Image as a Link
Greetings again. I'm hoping someone can help me.I've created a discussion forum for our car club, which is linked to our car club's website, socrc.org. I was able to make the header image on our...
View Article[3.3.x] Support Forum • Re: Creating Header Image as a Link
Are you using a custom made style or a child style inheriting from prosilver?Are you able to post the content of your overall_header.html file? It's as simple really as just inserting <a...
View Article[3.3.x] Support Forum • Moving topics from one forum to another
Greetings.To better organize my discussion forum, I need to move topics posted by users from one forum to a different forum based on the appropriate content. Years ago I created a discussion forum...
View Article[3.3.x] Support Forum • Re: Moving topics from one forum to another
Moving topics is a built-in feature to phpBB. Make sure you have the 'Can move topics' permission which is a moderator permission under 'Topic actions'. Ensure that you have that permission as 'Yes'...
View ArticlephpBB Custom Coding • Re: Forum opening hours
I'm sorry but your last message is a bit Chinese to me. In which php file should I look for that event? I don't know at all what code to look for or replace there. I can't write PHP myself.Statistics:...
View Article[3.3.x] Support Forum • Re: Apple device issues?
Sorry I have no idea how to do that.Ask your hostOrPut this in your .htaccess Code: RewriteEngine OnRewriteCond %{HTTPS} offRewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]Oruse Goolge te...
View ArticlephpBB Ideas • Make Yes/No consistent during installation
I suggest making Yes and No appear the same and with same spacing both in the installer and ACP and perhaps other places so it's consistent.I also wrote about it in viewtopic.php?p=16026619Statistics:...
View Article