Enable HTML in Forum SEO

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

Enable HTML in Forum SEO

Post by Stoker »

This way you can enable HTML in Forum SEO. In this example the SEO Bottom entry.

Open includes/functions_display.php
Find:

Code: Select all

'FORUM_SEO_BOTTOM'      => $forum_data['forum_seo_bottom'],
Replace with:

Code: Select all

'FORUM_SEO_BOTTOM'      => html_entity_decode($forum_data['forum_seo_bottom']),