Quote:
Originally Posted by zer026
1st off GREAT MOD!!! My members love it! Is there anyway to show the buffering progress indicator when it's 1st connecting to a station? Alot of my members with slower connections don't know if it's connecting to a station, or if the station is down and they should try another.
Thanks
|
I wanted to do this too... seems like is pretty easy...
open your vbradio template file and find two instances of the following code and made the following changes..:
PHP Code:
PARAM name='uiMode' value='none'
just change it to
PHP Code:
PARAM name='uiMode' value='mini'
that's it..