[SNIPPET] Enable HTML in Forum Rules

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

[SNIPPET] Enable HTML in Forum Rules

Post by Stoker »

This little snippet will allow you the use of HTML in the forum rules.

Open includes/functions_display.php
Find:

Code: Select all

'FORUM_RULES'	=> $forum_data['forum_rules'])
Replace with:

Code: Select all

'FORUM_RULES'	=> html_entity_decode($forum_data['forum_rules']))