Hello Belder.
In response to your questions,
1)
Yes you can get it to work with PhotoPlog and ive updated the instructions above with the explanation. Unfortunetly due to the mod using other global variables, you need to add them manually like vba.
2)
You can also use the code elsewhere but may require some more development to be displayed in more areas other than the navbar at this stage. However the good news is, I am currently testing a vBa module with a enhanced status in additon to a few other ideas similar to what you have mentioned. They will be released soon
3)
In the next version using an imported product, it will be possible to customise the listening option/s using vbulletin options. However before the new update, you need to do the following:
a) Replace your current navbar code with the one below:
Code:
<!-- / START SOG-TEAM SCAST NAVBAR STATUS -->
<if condition="$streamstatus">
<td class="alt1" nowrap="nowrap"><div class="smallfont"><img border="0" src="$stylevar[imgdir_misc]/radio.gif" alt="$servertitle: $vbphrase[online] ($currentlisteners/$maxlisteners @ $bitrate kbs)" ALIGN=LEFT><center><b>$servertitle</b><br /><a href="$listenamp"><span style="text-decoration: blink;">Tune In</span></a></center></td>
<else />
<td class="alt1" nowrap="nowrap"><div class="smallfont"><img border="0" src="$stylevar[imgdir_misc]/shoutcast_offs.gif" alt="$servertitle: $vbphrase[offline]" ALIGN=LEFT><center><b>$servertitle</b><br/>$vbphrase[offline]</center></td>
</if>
<!-- / END SOG-TEAM SCAST NAVBAR STATUS -->
b)
Secondly you need to add the following variable to vBa & / or photoplogs list (see instructions above)
Hope that helps, and thanks for installing