Open viewtopic_body.tpl and find ====================================================================================================
& nbsp;{TOPIC_TITLE} {L_VIEW_NEXT_TOPIC}
{L_VIEW_PREVIOUS_TOPIC}
{S_WATCH_TOPIC}
{L_POST_NEW_TOPIC}{L_POST_REPLY_TOPIC} {PAGINATION}
===================================================================================================== Replace with =====================================================================================================
& nbsp;
{L_POST_NEW_TOPIC}{L_POST_REPLY_TOPIC}
{L_VIEW_PREVIOUS_TOPIC} Email this topic{L_PRINT}{S_WATCH_TOPIC_IMG}{PRIVATE_MESSAGE_INFO} {L_VIEW_NEXT_TOPIC}
====================================================================================================== Find ======================================================================================================
{L_POST_NEW_TOPIC}{L_POST_REPLY_TOPIC} {PAGINATION}
{S_WATCH_TOPIC}
{L_VIEW_NEXT_TOPIC}
{L_VIEW_PREVIOUS_TOPIC}
{S_AUTH_LIST}
======================================================================================================= Replace with =======================================================================================================
{L_POST_NEW_TOPIC}{L_POST_REPLY_TOPIC}
{L_VIEW_PREVIOUS_TOPIC} Email this topic{L_PRINT}{S_WATCH_TOPIC_IMG}{PRIVATE_MESSAGE_INFO} {L_VIEW_NEXT_TOPIC}
{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"; =======================================================================================================