[3.3.x] Support Forum • Re: Can't Upload Attachments
Wouldn't it be a problem of too little space allocated for attachments?Statistics: Posted by ssl — Mon May 13, 2024 7:55 pm
View Article[3.3.x] Support Forum • Re: Sitemap extension?
This extension works well with phpBB 3.3.11 and PHP 8.2, well I have been using it on my board for a long time: https://forums.caforum.fr/sitemap.xmlStatistics: Posted by ssl — Mon May 13, 2024 8:00 pm
View ArticleExtension Requests • Re: Display random sticky thread link
Hello Danieltj, thank you for your answer Why, yes, we use Top five extension for the moment but it has an issue (well I consider it an issue): when you click on the icon for the last message in a...
View Article[3.3.x] Support Forum • Re: Error 500 - duplicate entry in MySQL
This is exactly my issue and I've had 0 luck fixing it. Did you by chance resolve it or get any closer?Statistics: Posted by coeyjollier — Mon May 13, 2024 8:18 pm
View Article[3.3.x] Support Forum • Re: Create backup using Putty or Core FTP or phpBB ACP
Does your founder know what you’re doing? If he does he should be the one answering your questions as he has all the credentials to do whatever you’re trying to do. Maybe he doesn’t want you messing...
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 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] Styles Support & Discussion • Re: Breadcrumb
Yeeaahh...finished, see link in my signature Statistics: Posted by Max_69 — Tue May 14, 2024 7:30 pm
View ArticleExtensions in Development • Re: [3.3][RC] Browser Push Notifications
Hello,I must be asking nonsense, is the extension native phpBB or does it need third-party authorization?Which would be?Statistics: Posted by Chico Gois — Tue May 14, 2024 9:29 pm
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 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 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[3.3.x] Styles Support & Discussion • Re: (upgrade) to Font Awesome 6
You replaced jquery with Font Awesome kit?? are you sure everything works?? I mean the functionality like marking notification as read, polls etc.But to answer your question you probably can target...
View Article