Quote:
Originally Posted by tanyeri24
The lines are not in there, updated? 
|
Edit templates: forumhome_shoutcast, forumhome_shoutcast_off
add @ the top of the template before any text.
Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
add @ the end of the current template code.
Edit Plugin: Shoutcast Status Full - Main
Hook Location : forumhome_complete
Find this 3 times in the plugin.
Code:
$search_text = '<!-- end logged-in users -->';
Change to:
Code:
$search_text = '$navbar';