Page 1 of 1

Enable HTML in Forum SEO

Posted: 16 May 2011, 16:45
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']),