Quote:
Originally Posted by wonderfulwat
This isn't working in 4.0.8
|
Indeed, but very easy to fix:
Find
PHP Code:
$find = '<div id="forum_info_options" class="forum_info">';
Replace with
PHP Code:
$find = '<div id="forum_info_options" class="forum_info block">';
Find
PHP Code:
$find = '<div id="thread_info" class="thread_info">';
Replace with
PHP Code:
$find = '<div id="thread_info" class="thread_info block">';
@Lynne: please don't forget
this template caching issue when updating