[3.3.x] Support Forum • Re: URL Issue
Changing the URL in the way you mention will do nothing for your rankings. Google et al are aware of dynamic URL's like this and can index them correctly without any further intervention.Statistics:...
View ArticleExtension Requests • Re: Ads extension suggestion for specific forums
It's not allowed to offer payment in any form for assistance in this forum, but we can help you, for free! If you feel what you want to do is beyond your capability, then please post in the Wanted!...
View Article[3.3.x] Support Forum • Re: Over 80 spam registrations today
They are not bypassing it. They've worked out the answer.Having 3 questions is not good because then you don't know which one they've beaten so you have to change all of them.Statistics: Posted by...
View Article[3.3.x] Support Forum • Re: Admin Panel Times Out
Did this suddenly just happen out of the blue without any interaction from you? Have you tried reverting to prosilver to see if it’s the same?Statistics: Posted by Mick — Tue Feb 13, 2024 9:51 am
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 ArticleExtension Writers Discussion • Re: php path to image
Just declare in your PHP script something like:Code: $this->template->assign_vars(['HIFIKABIN_APRILFOOLS_PNG_PATH'=> $this->phpbb_root ....
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. If the anti spambot measures had been turned off there would be a record in the admin log like [Altered anti-spambot settings]. I see you’re using one of the...
View Article[3.3.x] Support Forum • Re: Maximum login attempts. captcha required
That can often happen if your board is behind a proxy server, are you using Cloudflare?Statistics: Posted by Mick — Thu Feb 15, 2024 11:07 am
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: I made some mistake in upgrading
I've used filezilla for years. It's fine. It's much less likely to make a mistake than you are doing things one at a time.Anyone can run the database update script if the install folder is on the...
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 ArticlephpBB Custom Coding • Re: S_USER_LOGGED_IN not working in attachment.html
Why want to make this addition in the template when the display of the attached files for the guests is regulated with the permissions set?Statistics: Posted by ssl — Sat Feb 17, 2024 7:15 am
View Article