Then instruct you user to do so:::
orjust text after quotetest
test
just text after quote
Code: Select all
[quote]test[/quote]
--- unneded linebreak ---
just text after quote*
Code: Select all
[quote]test[/quote]
just text after quote*
Modern versions of phpBB use a library that I wrote for everything related to markup: https://github.com/s9e/TextFormatter
I am running huge forums with nice mods and big communities. way ahead of the actual phpbb3.3. My forums run with php8.Realistically, you should rather look for an upgrade path towards a supported version of phpBB before you become unable to find a version of PHP that can run phpBB 3.0.
well, modify is too much. I just want to know how you removed the 2 linebreaks under the blockquote. There must be a preg replace anywhere? Could you please tell me how to remove them? It should be one single line.So you want to modify phpBB 3.0 to make it behave more like phpBB 3.3?
No, it doesn't work like that. There's nothing in modern versions of phpBB that will help you maintain your custom version.