Quote:
Originally Posted by y2krazy
There should be a template called "RADIO" in your style templates. That is the vBRadio template that gets shown in the popup window. If what you add makes the page larger than the window itself, edit the "navbar" template, find the javascript for the popup and change the width/height to make everything fit so that you don't have to scroll to see everything.
Reminds me, I'm gonna release what I've done to edit all the hack templates today. Since I'm posting here, I'll go ahead and start with this template. The only change is that I added a footer to the template, like I do with all the other hacks to make them look more streamlined with the forums. Screenshot is included.
Phrase Manager -> Add New Phrase
Varname: vbradio_footer
Text: Powered by <b>vBRadio</b> v1.0 by <a href="http://www.infernotechnologies.net/" target="_blank">Zero Tolerance</a>
Style Manager -> Choose the Style to Edit -> "RADIO"
Find:
Code:
</table>
</body>
</html>
Add Above:
Code:
<tr>
<td class="tcat" align="right" colspan="2"><span class="smallfont">$vbphrase[vbradio_footer]</span></td>
</tr>
You can test the vBRadio out yourself at my site if you wish, too(see my sig for a link).
|
awesome!! thank you soooo much.
sometimes its hard to get a straight answer for us n00bs
very appreciated.