Extension Requests • Re: PhpBB Gallery and Ultimate SEO Friendly URL - how to...
Extensions are supported by their author.If you downloaded it on this site, the support tab is on the download page.Statistics: Posted by KevC — Wed Feb 14, 2024 8:05 pm
View Article[3.3.x] Support Forum • Re: Over 80 spam registrations today
As with the Original Poster, I have been inundated with registration request over the last week. As administrator I must approve registration individually, which keeps the board clean and on topic -...
View Article[3.3.x] Support Forum • from 3.1 to 3.3 delete /ext ?
I seem to be reading instructions to delete all EXCEPT e.g. /ext on sitewhile NOT deleting /ext from the downloaded files.This will give rise to a query about merge or overwrite I suppose. Is this...
View Article[3.3.x] Support Forum • Re: The submitted form was invalid, not able to login.
in /cache delete /production and /installer to clear board cacheBTW is pycode/style.cfg present? (and also prosilver/style.cfg)Added: when trying to register, whichever button I click (for the age...
View Article[3.3.x] Support Forum • Re: how to make possible access to directory?
Is it a symbolic link to directory?Statistics: Posted by thecoalman — Thu Feb 15, 2024 8:45 pm
View Article[3.3.x] Support Forum • Re: I made some mistake in upgrading
Yes your users and posts are all in the database. You're not touching that.It shouldn't take all morning to upload the vendor folder. It's big but not that big. I hope you're not doing all the files...
View Article[3.3.x] Support Forum • Cannot find where/hos to add Database details.
I believe that I have almost completed the installation of phpBB3, but I cannot add the details on my database software, database name and other details. The final item in the "Install > Check...
View Article[3.3.x] Support Forum • Can we make a new board from a saved db?
I have exported a backup of my db from a board I'm struggling to update.Could I just put up a completely new board and somehow get it to use that backup and hence be effectively my old...
View ArticlephpBB Custom Coding • Re: External connection to a second db
grazie alessio!so i'm trying moving in those skeleton ext (and php) and i've created my first one.So i just want to make a few things:users make some choises from the ucp panel and sets 2 value into...
View Article[3.3.x] Support Forum • Re: what is :run 'php ../composer.phar instal' ?
The only difference is that you do not want to upload the empty config.php, which would overwrite your database info.Statistics: Posted by Brf — Fri Feb 16, 2024 9:30 pm
View Article[3.3.x] Support Forum • Re: How to Change Board Logo
What the actual **********!?I downloaded hte latest and greatest phpBB.Extracted the site_logo.svg file.Opened the site_logo.svg file with InkScape.I opened my desired logo in InkScape.I copied my...
View Article[3.3.x] Support Forum • Re: How to turn the forum name into a link?
Oldish thread, but just a reminder, Purge the cache within the ACP after making html/css changes.Statistics: Posted by Times Enemy — Fri Feb 16, 2024 10:01 pm
View Article[3.3.x] Support Forum • Re: upgrading from 3.2.5 to 3.3
Why are you not following the full package update?https://www.phpbb.com/support/docs/en/3 ... date_full/That’s what I tried first off although I may try again next with all of the files restored into...
View Article[3.3.x] Support Forum • PageSpeed Insights and width/height problems.
Is there any good way to add height and width attributes to the attachments?PageSpeed Insights says "To reduce overall layout drift and avoid issues with element misalignment, we recommend that you...
View Article[3.3.x] Support Forum • Re: 3.2.8 upgrade to 3.3.11 on a new server
But your cookie domain has to reflect where the installation is now not what it will be.Makes perfect sense. The cookie domain .plasmaspider.com must have copied over from my actual site. I have since...
View ArticleExtension Requests • Advanced Active Topics question
So I recently installed this extension https://www.phpbb.com/customise/db/exte ... ve_topics/Which is great and a nice addition to my site. I was wondering two things:1) getting it to be viewable on...
View Article[3.3.x] Styles Support & Discussion • Re: Remove "Contact" link...
Hi and welcome to phpBBAdd this at the end of your stylesheet.css file:Code: .profile-contact {display: none;}Don't forget to clear the cache afterscreenshot here:...
View ArticleExtension Requests • Re: Advanced Active Topics question
There's a support tab on the link you posted.Statistics: Posted by KevC — Sat Feb 17, 2024 8:05 pm
View ArticlephpBB Custom Coding • Re: External connection to a second db
oooooooooook i've solved this too...i put those variables...Code: $post_row = $event['post_row'];$user_cache = $event['user_cache'];$row = $event['row'];$poster_id = (int)...
View ArticlephpBB Custom Coding • Re: If I update username thru sql, what tables would be...
My post here demonstrates that your username now resides in my post text, too.No it doesn't. Only the userid is there.That's also not true. And never has been. Otherwise I wouldn't be able to search...
View Article