Awesome
newpiratebay theme
Theme for isoHunt's openbay.
Original screenshot.
Live demo.
Installation
- Upload the newpiratebay folder to the /openbay/www/themes/ folder (next to oldpiratebay),
- Open the /openbay/protected/config/config.php file,
- Change 'theme' => 'oldpiratebay', to 'theme' => 'newpiratebay', on line 5.
If you have Grunt installed:
- Open a console,
- Go to /openbay/www/themes/,
- Run npm install,
- Run grunt.
If you don't have Grunt installed you should:
- Read this tutorial and set it up, or
- Move the files in newpiratebay/css/ and newpiratebay/js/ to /openbay/www/css/ and /openbay/www/css/js/,
- Move newpiratebay/npb_logo.png to /openbay/www/img/,
- Edit lines 22 and 23 in newpiratebay/views/layouts/head.php to include the correct files (newpiratebay.css and newpiratebay.js instead of the minified versions).
Note
- This is just a quick mockup, a lot of code is commented, the latest list is hardcoded etc. It's messy :)
- I'm new to Grunt and I'm pretty sure I messed it up, sorry!