General Discussion • Re: All I Have is a registered domain
Generally, your host can handle linking the domain to your account.Statistics: Posted by stevemaury — Fri Jan 12, 2024 8:16 pm
View ArticleExtension Requests • Re: Optional Topic Preview Image ELSE Use Default Topic...
This is a style question. Perhaps you can browse our style database and find one that is closer to what you want.Thank you for your reply. But, I am not agreeable with it being a question of a...
View Article[3.3.x] Support Forum • Amazon bot and other bots - huge activity
Is there any posibility to stop Amazon Bot and posibly a few others for accesing my website? Right now there is a huge access log mostly caused by Amazon Bot.Does phpbb has any settings for...
View ArticleExtensions in Development • Re: [3.3][DEV] Post Local Storage
This ext is a lifesaver!! I noticed it didn't save the title for a new topic I tested it on, but the fact that it saved the body of the post was awesome. Great work. Statistics: Posted by MxAlex — Fri...
View Article[3.3.x] Support Forum • Re: Amazon bot and other bots - huge activity
Probably here: viewtopic.php?p=15957181Statistics: Posted by ssl — Fri Jan 12, 2024 10:16 pm
View Article[3.3.x] Support Forum • Re: Slow MySQL query/slow loading site help
I am unable to identify where this query comes from to try and clear it up?Not sure if it's helpful, but based on searching AND NOT (ug.group_leader = 1 AND g.group_skip_auth = 1), it appears to be...
View ArticleExtension Writers Discussion • Re: Reddit style extension - Topic Upvotes
and then?Statistics: Posted by aknctn — Sat Jan 13, 2024 8:43 pm
View Article[3.3.x] Support Forum • Re: Beginner Trying to Update
Use phpMyAdmin, not Myphp. It should be under the category Databases. You paste it into the SQL window.Statistics: Posted by stevemaury — Sat Jan 13, 2024 9:00 pm
View ArticleExtension Requests • "of the month"
I'm not sure if this is the right area to ask, but does anyone know of a way to have a little picture on the home page of the forum with a little box and title like "BLANK of the month" I tried to...
View Article[3.3.x] Support Forum • Re: Regarding Announcement Notifications
There are no "threads" in phpBB. It is a flat database. You can subscribe all users (other than Anonymous and Bots) to a Topic with the following SQL: Executing SQL Queries in phpMyAdmin )Code: INSERT...
View ArticleExtension Requests • Re: "of the month"
It would seem this extension would fit your needs.https://www.phpbb.com/customise/db/exte ... ouncementsStatistics: Posted by thecoalman — Sun Jan 14, 2024 12:34 am
View Article[3.3.x] Support Forum • Re: Mass Email - how to identify failed maessages
Ask your host how many mails you may send in a hour/day month.If it is 100,you know that only the first 100 mails are send.Statistics: Posted by janus_zonstraal — Sun Jan 14, 2024 9:05 pm
View ArticleExtensions in Development • Re: [3.2][3.3][DEV] Horizontal Attachments
Yes that looks normal. To make attachments sit side by side, in the css you have to use display: inline-block; or float: left; . I'm using the lateral.You know how in a post if you use an image and...
View Article[3.3.x] Support Forum • Change board logo to a picture
Support Request TemplateWhat version of phpBB are you using? phpBB 3.3.11What is your board's URL? https://nswrfsforum.info/Who do you host your board with? VentraIPHow did you install your board? I...
View Article[3.3.x] Support Forum • Re: Change board logo to a picture
In your colours.cssCode: .site_logo {background-image: url("./images/site_logo.svg");}Change to:Code: .site_logo {background-image: url("./images/image_name.png");}And to change the size of your new...
View ArticleExtension Writers Discussion • Re: Trying to make an automatic forum locking...
Alright, I think I've covered enough events for my needs, there might be more but this is a good start:Code: class main_listener implements EventSubscriberInterface {...static public function...
View Article[3.3.x] Support Forum • Re: New users get error page
When starting a new topic, be sure to fill out the Support Request Template. If you don't know the answer to something, leave it blank. Keep in mind, however, that more details will help us answer...
View Article[3.3.x] Support Forum • Tweet Embeds are now X Embeds
So, yeah, X (formerly known as Twitter - as if you needed to know that again, one more time)The ABBC code seems to not correctly show X embeds. Since now all shared twitter links/posts/embeds now use...
View Article[3.3.x] Support Forum • Google to start blocking cookies
Google Chrome starts blocking data tracking cookies. How will this affect phpBB?https://www.bbc.com/news/technology-67882315Statistics: Posted by skybound — Tue Jan 16, 2024 7:32 pm
View Article[3.3.x] Support Forum • Re: Google to start blocking cookies
Those are third-party cookies, which are cookies from domains other than the webpage you are visiting, not webpage session cookies.Statistics: Posted by Brf — Tue Jan 16, 2024 7:44 pm
View Article