Enable HTML in Forum SEO
Posted: 16 May 2011, 16:45
This way you can enable HTML in Forum SEO. In this example the SEO Bottom entry.
Open includes/functions_display.php
Find:
Replace with:
Open includes/functions_display.php
Find:
Code: Select all
'FORUM_SEO_BOTTOM' => $forum_data['forum_seo_bottom'],
Code: Select all
'FORUM_SEO_BOTTOM' => html_entity_decode($forum_data['forum_seo_bottom']),