[3.3.x] Support Forum • Re: Excessive Cpu usage. The server is also shutting...
The information you supplied is incorrect, you shouldn’t be randomly adding bad bots to spiders/robots, if they’re bad bots there are other ways to deal with them with .htaccess or robots.txt.Not sure...
View Article[3.3.x] Support Forum • Re: Can't Upload Attachments
The image file you tried to attach is invalid.Can you post the image here? What extension does the image have?Temporary folder could not be found or is not writable.Check the folders, see...
View Article[3.3.x] Support Forum • Sitemap extension?
Does anyone know of a sitemap generator for phpbb 3.3.11? I am aware of this extension:https://www.phpbb.com/customise/db/exte ... o_sitemap/There are multiple people saying it doesn't work on 3.3.11,...
View Article[3.3.x] Styles Support & Discussion • Re: Breadcrumb
Thanks so much guys!! I'll do some tests in the evening.Statistics: Posted by Max_69 — Tue May 14, 2024 5:58 pm
View ArticleExtensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney, Pika,...
Quick (perhaps) feature request. Is it possible, in addition to the {request} variable in the response template, to have a {short_request} (or something) that is a quote with a maximum length of X...
View ArticleExtension Requests • Re: Breadcrumb navigation
That's quite simple to do. You already have the logic inside the navbar_header.html file. Just need to do the styling of it.Statistics: Posted by Madalin10 — Tue May 14, 2024 6:35 pm
View ArticlephpBB Custom Coding • Update to php7.2 and topic puller script now not working.
So I have this script which has worked well for years.My host has updated me to php7.2 so my 3.2 board will work until I update to 3.3I changed my config file to mysqli as my board did not work with...
View Article[3.3.x] Support Forum • Next Previous Page Buttons
Hello my friends.I made some custom pages following the instructions I found on the forum and I want to display at the top and bottom of each page, next and previous buttons like in comment or topic...
View ArticleExtension Requests • Re: Display random sticky thread link
Here you can find informations about Sitemaker: https://www.phpbb.com/customise/db/exte ... itemaker_2In short, it allows to create blocks on forum pages. Those blocks can show last posts, last...
View Article[3.3.x] Support Forum • Re: Next Previous Page Buttons
There's an old extension that may still work: https://www.phpbb.com/customise/db/exte ... ext_topic/If it doesn't work you could custom edit the style files using the extension files mentioned...
View Article[3.3.x] Support Forum • Re: Indexing problem
Permissions / Group Forum permissionsBots GroupSelect all forumsSet to "Bots permissions"Statistics: Posted by Brf — Wed May 15, 2024 1:22 pm
View Article[3.3.x] Styles Support & Discussion • Re: Subforum PbWoW3
I only noticed now that there is no space between the category description and the subforums, as I add it?Statistics: Posted by Max_69 — Wed May 15, 2024 1:55 pm
View ArticleExtensions in Development • Re: [3.3][RC] Browser Push Notifications
This is huge!! Thank you MattIt was a team effort!Statistics: Posted by MattF — Wed May 15, 2024 3:11 pm
View ArticlephpBB Custom Coding • Re: Update to php7.2 and topic puller script now not...
Yes every mysql was changed to mysqliCode: <?php// How Many Topics you want to display?$topicnumber = 13; // Scrolling towards up or down? $scroll = "up";// Change this to your phpBB path $urlPath...
View Article[3.3.x] Styles Support & Discussion • Re: [Solved] Post Reply indentation...
Newest browsers, second solution not working.Just perhaps it's the Ravaio theme I am using..Statistics: Posted by dorijan — Thu May 16, 2024 5:08 pm
View ArticleGeneral Discussion • Idea IRT Political/controversial discussions no longer...
After reading the pinned post I would recommend if you are truly passionate about politics and "controversial" topics I recommend you buy an internet domain and install phpBB onto that site where you...
View ArticleGeneral Discussion • Re: Idea IRT Political/controversial discussions no...
I'm sure there are already hundreds of sites already doing this.Statistics: Posted by KevC — Thu May 16, 2024 5:16 pm
View ArticleExtension Requests • Re: limit posts topics per hours.. days
any help guy Statistics: Posted by BF79 — Thu May 16, 2024 5:44 pm
View Article[3.3.x] Styles Support & Discussion • (upgrade) to Font Awesome 6
I installed a new Font Awesome kit today.open: styl/overal_footer.htmlsearch:Code: <script src="{{ T_JQUERY_LINK }}"></script>place above:Code: <script...
View Article[3.3.x] Styles Support & Discussion • Re: Change forum icons
Try thisCode: /* This is set up for all the icons*/.forum_cat_icon { height: 40px; width: 40px; line-height: 40px !important; margin: 0 32px 0 14px !important; flex-shrink: 0; background-size: 32px;...
View Article