MyBB Community Forums

Full Version: Add Internet Radio Player to your Forum (in Header)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Add an internet radio player with over 50,000 stations from around the world to the right side of your header using this simple script powered by RadioJunkee.com

TEMPLATES & STYLES --> Select your Template --> Header Templates --> Headers

Find:
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>

Add After:
<div style="float:right"><a href="#" onclick="javascript:window.open('http://radiojunkee.com/Playa/playa.htm','','height=790,width=1075')"><img src="YOUR IMAGE HERE" border="0">

DEMO: Alabama Football Message Board

If you would like a custom player for your forum.. let me know and I can build one for your site with your logo, links, color scheme, etc.

Enjoy!
i will try this thanks.
Sir, can you copy the radio player of favradio.net? Thanks! Smile
I am interested in trying this but I couldn't find this

<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>

in the header. Sad
(2012-11-18, 04:35 PM)ParamounT Wrote: [ -> ]I am interested in trying this but I couldn't find this

<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>

in the header. Sad

Hint:
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']
Thanks, it's awesome!
Dont work...