Mod Description: Opens all external links in a lytebox effect called Rokbox.
Mod Author: arrow816/costellos
Other Requirements: Prime Halo's: Prime Links
Mod Version: 1.0.0
Demo: http://externallinksinrokbox.costello-coding.com/
Download: http://www.phpbb.com/customise/db/mod/e ... in_rokbox/
Thanks,
Steve C
Change Styling
Rokbox out of the box has 3 preset styles, and also the ability to customize it. I will show you how to change to one of the other styles
After installing this mod. Go to your overall_header.html file, open it and:
Find:
Code: Select all
<link href="rokbox/themes/light/rokbox-style.css" rel="stylesheet" type="text/css" />
Code: Select all
dark/rokbox-style.css
Code: Select all
light/rokbox-style.css
Code: Select all
<script type="text/javascript" src="rokbox/themes/dark/rokbox-config.js"></script>
Code: Select all
dark/rokbox-config.js
Code: Select all
light/rokbox-config.js
Thanks,
Steve C