Extensions in Development • Re: [3.2][3.3][DEV] Hangman - Resurrected
Quotation marks do have a meaning within PHP so if you want to use them you schould escape them with a backslash but I'm not sure that will work and I didn't try it.Statistics: Posted by Mike-on-Tour...
View Article[3.3.x] Support Forum • Re: New user cannot post further until first post is...
user registration settingsNew member post limit 0Then no one will go in the NRU.But still newly created id/username shows a member of 'Registered users' (as I mentioned earlier), and can post new...
View Article[3.3.x] Support Forum • Over 80 spam registrations today
I've been getting increasing spam registrations. I have set registration to Admin approval and first post approval so the spammers can't post, the only effect is that the membership list have lots of...
View Article[3.3.x] Support Forum • Re: Over 80 spam registrations today
Can you post a link to your board please?Statistics: Posted by Mick — Tue Feb 13, 2024 9:36 am
View Article[3.3.x] Support Forum • Re: Admin Panel Times Out
Sure here we gohttps://japancarforums.com/Please ignore the layout on the front page as its gone a bit odd.Statistics: Posted by tomoko33 — Tue Feb 13, 2024 9:38 am
View Article[3.3.x] Support Forum • Re: upgrading from 3.2.5 to 3.3
the install page now only shows install and not update so I have no idea what I am missing to make the install. Does the config.php contain data? if it's empty then an install is the logical...
View Article[3.3.x] Support Forum • Re: Receiving 500 errors upon performing certain...
Super odd! You are entirely correct. It was only the ban.php file missing. For some reason, when I tried to upload that specific file, my host denied it and I had to rename it, upload it, then rename...
View Article[3.3.x] Support Forum • Re: how to make possible access to directory?
I know what it is, I put it there!I want to access it directly, buy phpbb's symphony won't let me.How can I access that directory ?Statistics: Posted by manarak — Wed Feb 14, 2024 2:20 am
View Article[3.3.x] Support Forum • Re: xampp redirects to localhost/install/app.php
This is the directions for Windows, you'd have to Google for other OS.To avoid path issues you can edit your local DNS. Open C:\Windows\System32\drivers\etc\hosts and at the end of the file add:Code:...
View ArticleExtension Writers Discussion • php path to image
The following are in a JS file as part of my April Fools (Bugs In The Machine) ExtensionCode: imageSprite: "./ext/hifikabin/aprilfools/styles/prosilver/theme/images/fly-sprite.png",Code: imageSprite:...
View Article[3.3.x] Support Forum • Re: I made some mistake in upgrading
delete vendor okay. re-upload?the whole thing?I only just did it. Took all morning. Thousands of folders.Have some got modified since I attempted to run /install ?Can't we isolate it down to just a...
View Article[3.3.x] Support Forum • Re: How do I download my backup to my computer?
Thanks everyone.Statistics: Posted by AbuHossam — Thu Feb 15, 2024 8:52 am
View Article[3.3.x] Support Forum • Re: Getting HTTP ERROR 500 after updating from 3.2.7...
500 errors are indicative of suppressed PHP errors, have a look at your server error logs for any clues to the problem. If you can’t get at the error logs ask your host for them. You can post anything...
View Article[3.3.x] Support Forum • Re: Fresh install
This topic is over two years old and it’s doubtful it’s going to be helpful to you. You should start your own topic by please filling out the Support Request Template and posting it back here in your...
View Article[3.3.x] Support Forum • Re: [Split] Over 80 spam registrations today
We did check the OP’s anti-spam settings. Do you have Q&A + the Newly Registered User (NRU) group active? Can you post a link to your board please?Statistics: Posted by Mick — Thu Feb 15, 2024...
View Article[3.3.x] Support Forum • Re: Can we make a new board from a saved db?
Yes. As long as you have the right database info in the config.php file it will connect to it. The versions need to match as well.Thank you for that. It is great news. No problem then. I have the...
View Article[3.3.x] Support Forum • Re: what is :run 'php ../composer.phar instal' ?
Hi,Please Download your phpBB Version from here https://download.phpbb.com/pub/release/And Look for the Full package like https://download.phpbb.com/pub/release/ ... 3.3.11.zipPS: I think you...
View Article[3.3.x] Support Forum • Re: upgrading from 3.2.5 to 3.3
Thanks for all of your support on this. The support here is really appreciated. I am going to have another go today as I have some time. Currently the original site www.qprdot.org is still running for...
View ArticleExtension Writers Discussion • Re: Remove login/logout/register
So basically you now have a empty file which you uploaded somewhere ("Template folder on the server" isn't exactly precise info).What's the idea behind this?Statistics: Posted by warmweer — Fri Feb...
View ArticleExtension Writers Discussion • Re: php path to image
Hello,Have you tried declaring the images when initialising the functions?What's more, you don't need overall_header_head_append.html, the overall_footer_body_after.html file is all you need:Code: {%...
View Article