phpBB Custom Coding • Re: Hiding file attachments from guests (using style...
The reason it's not working is because it's in a loop, this is one of those rare occurrences where the global template variables are not available. The convoluted solution is to copy the entire code...
View ArticlephpBB Custom Coding • Re: Change the default backup folder
You can use CLI via SSH to backup the database to another folder.Statistics: Posted by invenio — Wed Sep 04, 2024 1:45 am
View Article[3.3.x] Support Forum • Re: 3.3.12 > 3.3.13 upgrade in parallel?
In my opinion it is easier to install a "testboard" on the server, than everything works the same as you life board.Just copy the folders and files to a folder named "testboard"Than copy the database...
View Article[3.3.x] Support Forum • Re: 3.3.13 Support php 8.1 ?
This is a strange one, I have disabled all the EXT`s I have then checked by applying PHP 8.1 and I get a 500 error I then thought it might be my custom style so I changed to the default style...
View ArticlephpBB Discussion • Re: phpBB.com Website Feedback
No, the phpBB default is on the right side, and we prefer to keep that as stock as possible.I was talking about having that as an option/setting in the UCP with the default setting still being on the...
View ArticleGeneral Discussion • Re: Can I Still Profit from a Forum Like phpBB Today?
Certainly, it's feasible even with social media. Begin with an annual plan, then, 'if visitor traffic improves,' transition to a shared plan, and finally, to a dedicated server 'upon reaching the...
View ArticleWanted! • I need slide show of last posted attachments on index page
As title says i need slide show of last posted attachments on index page slide show should show last 30 attachments / images posted in last five minsits hould loop endlessly if you can do this please...
View ArticleWanted! • Re: I need slide show of last posted attachments on index page
Pm sent.Statistics: Posted by Madalin10 — Thu Sep 05, 2024 3:18 am
View Article[3.3.x] Support Forum • Re: 3.3.12 The submitted form was invalid. Try...
We didn’t modify prosilver itself. We started with a copy and slowly adapted.Statistics: Posted by oferlaor — Sat Sep 07, 2024 6:53 pm
View ArticlephpBB Custom Coding • Re: Editing .htaccess to set a Pages Extension created...
Thank you, but I cannot use this to redirect to a Pages Extension related page.I'm just going to drop a custom home.php file in my root directory, its style template in the prosilver folder, and then...
View Article[3.3.x] Styles Support & Discussion • Understanding css logic stylesheet...
Hello,I am newbie and i am learning with phpBB using wamp, only local.I want to make a personalized style, who herit from prosilver, and modify.I have a Folder "MyStyle" with :[*] Folder "template"[*]...
View Article[3.3.x] Styles Support & Discussion • Re: Understanding css logic...
Sure. You are calling all of Prosilver's stylesheets in your head tag, and you are not calling your style's colours.css. You have commented that out, so it doesn't get called.Statistics: Posted by...
View Article[3.3.x] Styles Support & Discussion • Re: Markup mystery: what are these...
Got this sorted the way I want it. If anyone wants to know...The end of posting_editor.html is now like this...Code: <div id="message-box" class="message-box"><textarea <!-- IF...
View ArticlephpBB Custom Coding • TIP: Custom user online indicator that handles any...
This is something I am messing with for my own use, but it may be useful to others.The default Prosilver "user online" indicator suffers from two issues:It's not at all accessible. Since it is only a...
View Article[3.3.x] Support Forum • Re: Axaj error on delete cookies
same on phpbb.com and test board running 3.3.13Code:...
View Article[3.3.x] Styles Support & Discussion • Re: [Resolved]Understanding css...
My assumption was that since he is just starting out, he may be thinking of including some of the other files later. That's the usual reason for commenting out code: to keep stuff that might be handy...
View Article[3.3.x] Support Forum • Re: Advice on several things please 🙏
Thanks for the reply Invenio.I will have a full read tomorrow and if I have any rookie questions, I hope it’s okay to post them.Cheers,LouisStatistics: Posted by shredder66 — Sun Sep 08, 2024 9:37 pm
View ArticlephpBB Custom Coding • Re: TIP: Custom user online indicator that handles any...
Another point is that regardless of what 4.0 ends up shipping with as default, some people may want the corner banner look for a custom style on 4.0. People are like that. They get different ideas....
View Article[3.3.x] Convertors • Re: Convert from Vb4.2.2 to phpBB 3.3.x
A small time-saving tip for the ones who'll decide to utilize vb4 convertor 1.1.1 as the means of vBulletin 4.2.x to phpBB 3.0.11 conversion. These two code modifications should be applied so that all...
View Article[3.3.x] Support Forum • Moderate topics but not replies?
I think we want to moderate new topic posts but not replies to existing topic posts. I'm looking at the advanced settings but I don't know if the role "On Moderation Queue", with an advanced setting...
View Article