Enable HTML in Forum SEO

Download and support for PhpBB3 Forum SEO
Locked
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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']),
Board rules! No PM support
Locked