Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Retaliation 2 Radio [Add-On]

Junior Spellweaver
Joined
Dec 28, 2011
Messages
185
Reaction score
59
I decided to re-vamp my old radio release1 to go with @Sonay and @LeChris and @ToxRetros Material design work. This is designed exactly for Chris' Retaliation project, but I'm sure it'll work on any other.
1) old thread
Features:

  • Option to delete a stream from the playlist page.
  • Web Notification box on station change.
  • SVG Icons (ex:Moving Visualizer)
  • Radio resizes with window
  • And others.


Screens:
Main:
Volume on hover:
Playlist and Notification:
Notification Zoomed:


Install Instructions:
1) make a file and name it radio.blade.php
2) place it in /resources/pages/templates
3) paste the given code via pastebin then save.

You will call this file by using
Code:
Code: @[I][B][URL="http://forum.ragezone.com/members/2000167780.html"]Include[/URL][/B][/I]('templates.radio')

Live View:

Code:
Normal Code

Minimized Code






Like it? Like the post. :thumbup1:
 
Last edited:
Elite Diviner
Joined
Aug 4, 2013
Messages
466
Reaction score
169
This is WAY too big, imo. Maybe make something a bit smaller? Or a smaller version of it?
 
Junior Spellweaver
Joined
Dec 28, 2011
Messages
185
Reaction score
59
This is WAY too big, imo. Maybe make something a bit smaller? Or a smaller version of it?

It's meant to be big? Meant to be a fixed element stuck to the bottom of the page like a footer. Like most modern (material) templates.
 
Joined
Sep 10, 2011
Messages
778
Reaction score
138
If you're wanting people to truly use this for Retaliation 2 - change the instruction toolset.


File goes in /resources/pages/templates and name it radio.blade.php

You will call this file by using
Code:
@include('templates.radio')

Also, if you could minimize and compress the css and script - as I compressed a lot of my assets to help initial speed load before cache
 
Elite Diviner
Joined
Aug 4, 2013
Messages
466
Reaction score
169
It's meant to be big? Meant to be a fixed element stuck to the bottom of the page like a footer. Like most modern (material) templates.

Edit: Nevermind, removed my comment about this.
Good luck with future development.
 
Elite Diviner
Joined
Nov 28, 2014
Messages
450
Reaction score
113
Nice work!

Love the color, and this is something different from a basic radio.
 
Back
Top