[SNIPPET] Enable HTML in Ban reason

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 Ban reason

Post by Stoker »

This snippet will enable HTML in the Ban reason for the user.

Open includes/sessions.php
Find:

Code: Select all

$ban_row['ban_give_reason']) : '';
Replace with:

Code: Select all

html_entity_decode($ban_row['ban_give_reason'])) : '';