How do I add a radio to every page of Revcms?

Andre12345

Member
Feb 29, 2012
86
2
Well the title explains it all. How do I add a radio to every page of RevCMS? If you don't get what I'm saying, I mean I have a SHOUTcast prehosted radio and I added the code to Me.php and now there is a radio on the Me page, But I want a radio on EVERY page, without me having to Copy and paste the code on the pages. Is there a way?

I would really appreciate it.
 

Vair

Member
Sep 19, 2011
134
17
In mango skin the me page has a box. You can put it in there and copy the box with the radio inside it's code and paste it into every page where ever you want it.
 

Ink

Member
Jun 4, 2010
61
11
If you create a page called radio.html then paste the radio code in there. Save this page in the theme folder that you're using. (app/tpl/skins/mango) Edit every page with whatever software you use (Notepad, Notepad++, dreamweaver or whatever)

PHP:
<?PHP
include("radio.html");
?>

Put that code at the bottom of every page.
 

Andre12345

Member
Feb 29, 2012
86
2
I'm using Habbo Theme; and The only thing I have Ink is this:
Code:
<center><embed src='http://www.shoutcast.com/media/popupPlayer_V19.swf?stationid=http://yp.shoutcast.com/sbin/tunein-station.pls?id=1283896&play_status=1' quality='high' bgcolor='#000000' width='399' height='105' name='popupPlayer_V19' align='middle' allowScriptAccess='always' allowFullScreen='true' type='application/x-shockwave-flash' pluginspage='http://www.adobe.com/go/getflashplayer' ></embed></center>

That's the SHOUTcast Prehosted code That's on my Me page.
 

Andre12345

Member
Feb 29, 2012
86
2
I don't see anything named footer, Here's a screenie:
habbotheme.jpg
If you dont see the image heres a link:
 

Ink

Member
Jun 4, 2010
61
11
Oh. This isn't the original Habbo theme. It's an edit.

Download this:
That's your radio page.

Then you need to open up every page you've got in notepad and scroll down to the bottom and paste in:

PHP:
<?PHP
include("radio.html");
?>
 

Users who are viewing this thread

🌙  Switch to Dark Theme

Latest posts

Top