Open viewtopic_body.tpl and find
====================================================================================================
=====================================================================================================
Replace with
=====================================================================================================
======================================================================================================
Find
======================================================================================================
=======================================================================================================
Replace with
=======================================================================================================
| {PAGINATION} |
{S_AUTH_LIST}
{S_TOPIC_ADMIN} |
=======================================================================================================
open fisubsilver.cfg and find
=======================================================================================================
$images['pm_new_msg'] = "";
$images['pm_no_new_msg'] = "";
=======================================================================================================
Replace with
=======================================================================================================
$images['pm_new_msg'] = "$current_template_images/{LANG}/pm_new.gif\" width=\"24\" height=\"25";
$images['pm_no_new_msg'] = "$current_template_images/{LANG}/pm_no_new.gif\" width=\"24\" height=\"25";
=======================================================================================================
Find
=======================================================================================================
$images['topic_watch'] = "";
$images['topic_un_watch'] = "";
=======================================================================================================
Replace with
=======================================================================================================
$images['topic_watch'] = "$current_template_images/{LANG}/topic_watch.gif\" width=\"24\" height=\"25";
$images['topic_un_watch'] = "$current_template_images/{LANG}/topic_unwatch.gif\" width=\"24\" height=\"25";
=======================================================================================================