phpBB Discussion • Re: Forum markup
@thecoalman,any link? I don't the an ideas forum. I would like to join the discussion. I just change my style using semantic HTML tags which should be enough. I know https://schema.org/ since a more...
View Article[3.3.x] Support Forum • Re: Can I run forums local?
That's correct. I use my local xampp server to test things on. It's not even open to my lan, it's just for me on my computer.I wouldn't suggest trying to open your computer to the web.If you had a...
View ArticlephpBB Discussion • Re: The future of prosilver (phpBB 4)
phpBB staff doesn't get paid?Leave out the question mark ... and the statement = TrueStatistics: Posted by warmweer — Sun Mar 16, 2025 7:15 pm
View Article[3.3.x] Support Forum • Re: Replace Twitter (X) for something else
I know, but why is it still named "Twitter" also why is "Skype" still a thing as it's going to be dead?Probably because Twitter accounts can still be used even though the service is now X.Probably...
View ArticlephpBB Ideas • Re: Improve schema.org Markup
I also thought about a schema.org syntax, but that was too much overhead for me. I haven't delved into it yet but most if not all of the template variables you need will already be available. e.g. if...
View Article[3.3.x] Support Forum • Re: Admin CP Login is a blank white page
If you get blank white page while trying to go into acp that means you have php errors that are not visible by default. To see which errors you get, look for a file called "error_log" or similar like...
View ArticlephpBB Discussion • Re: The future of prosilver (phpBB 4)
You may like to write a phpBB mobile app. The system requirements for the standard version are still conservative and very limited.A headless version with all features via API would be the base your...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney,...
useapi.net added DeepSeek R1 support and another model I hadn't heard of before - MiniMax, which supposedly has a 1M context window. Check it out here...
View ArticleExtensions in Development • Re: [3.3][DEV] Hide user profile link
This can still be changed. It's already on my to-do list.Oh awesome! Statistics: Posted by Just_A_Alien — Tue Mar 18, 2025 8:14 pm
View ArticlephpBB Discussion • Re: Why is phpBB called phpBB and what is the story of...
php is short for hypertext pre-processing (BTW the order is correct : I used to think it was pre-hypertext-processinghttps://www.google.com/url?sa=t&source= ... N6hNdMyut1you will like this one;...
View Article[3.3.x] Support Forum • Re: "Reason for edit"
I don't normally give a reason why I edited a post.It's to correct a misspelled word or to reword a sentence to clarify it's meaning.And if giving a reason for an edit was mandatory for everyone, then...
View Article[3.3.x] Support Forum • Re: How do I install modifications?
It's all moved on since then.Now we have extensions.For instructions on installing an extension, see Installing Extensions.Statistics: Posted by KevC — Wed Mar 19, 2025 8:11 pm
View Article[3.3.x] Support Forum • Re: Admin CP Login is a blank white page
Thank you thecoalman and warmweer,I checked the config.php file again and it looks like I've got version 3.0 so I will work on backing up the database and files and upgrade to the newest...
View Article[3.3.x] Support Forum • Re: Dealing with bot traffic
The first change is in session_begin in sessions.php (the four last lines is the actual change):Code: // if session id is setif (!empty($this->session_id)){$sql = 'SELECT u.*, s.*FROM ' ....
View Article[3.3.x] Styles in Development • Re: [RC] Helion
Well, here are all the RTL adjustments:Code: .rtl {--text-shadow: -1px 1px 0 hsla(0, 0%, 0%, 0.2);--content-flow-start: right;--blockquote-icon: '\f10e';--rtl-scale-x: scaleX(-1);} Statistics: Posted...
View ArticleExtensions in Development • Re: [3.3][DEV][b] phpBB 🙂 Reactions
Extension: Due to a major overhaul to the file system and code, please:: disable, delete data for postreactions/ version 0.9.2 ~ reactions/ version 0.9.3 and lower and start a fresh.Requirements:...
View Article[3.3.x] Support Forum • Re: Quick Replay with full editor activated
What happened to me in Quick Reply, was in Gramziu's Ravaio style.Now I have my own Damaïo styles and Quick Reply works as normal again, because Damaïo has Prosilver as mother.I've downloaded the...
View Article[3.3.x] Support Forum • Re: Upgrading from 3.3.13 to 3.3.14
I have downloaded and extracted the following: https://download.phpbb.com/pub/release/ ... 3.3.14.zipI have deleted certain folders which I have mentioned earlier.On the server, I can delete the same...
View ArticleExtension Writers Discussion • Re: Creating a permission to edit first post...
... the tags function was super helpful on my forum (before it collapsed). can't wait!:)Had a cold or flu or something, so got held up a bit. The so-far-working-great version is now live on GitHub...
View ArticleExtension Writers Discussion • Re: Extension Not Showing in Ext Manager
Yes, thanks!Code: { "name": "bennyb/groupjoinautomailer", "type": "phpbb-extension", "description": "An extension to send a private message when a user is added to a group.", "version": "1.0.0",...
View Article