myforum.com is just a place holder. The link should just be /post/POSTNUMBER/report but it's /app.phpviewtopic.php/post/POSTNUMBER/report. I'm just trying to figure out how to get the app.phpviewtopic.php part out of the linkstevemaury wrote: ↑Thu Feb 15, 2018 7:22 pmIf you have typed that filename correctly it does not exist in phpBB.
Apache
I'll try that, thanks!Ger wrote: ↑Thu Jul 06, 2017 8:52 amMost simple solution would be to add a simple CSS rule:
This simply hides 4 sibling breaks within a post. It doesn't affect anything else besides post content.Code: Select all
.post br + br + br + br { display: none; }