Quote:
Originally Posted by KoC
I want to add the Shoutcast Status to the top of the forum (under navbar) like http://www.gzhq.net/ , but without CPMS. It must be seperated from the Forum Statistics. How can i do this.
|
Edit templates: forumhome_shoutcast, forumhome_shoutcast_off
add: 1st thing
Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
add: at the end
Edit Plugin: Shoutcast Status Full - Main
Hook Location : forumhome_complete
Find 3x :
Code:
$search_text = '<!-- end logged-in users -->';
Change to:
Code:
$search_text = '$navbar';