While I haven't yet checked to see if it's fully compatible with RC1 (it seems to be, but I didn't look at all the template changes since beta5), I have a working version of the Galaxian style made by TwistedGalaxy.
Style name: Galarpian
Style version: 1.0.0b6 (post beta5, but not yet fully RC1)
phpBB version: 3.0.0 RC 1 ?
Style Demo: here (P.S.: it's a converted phpBB2 board, but not live, so you can test posting if you want)
Style Download: here
Notes:
- as you can see, the demo uses two header logos rather than the one logo and site description that you'll get on your installation
- as I said, may not be fully compatible with RC1
- also, the demo board is the one where I'm testing my karma MOD, so don't mind the "Karma:" on viewtopic.
Features:
- Nebula & planet artwork by "space artists"
- topic icons working with the style (i.e. not having white stuff around them)
- logo (might be subject to modification)
Licence: GNU General Public License v2
Installation instructions (also in .txt file):
Code: Select all
##############################################################
## MOD Title: Galarpian style
## MOD Author: Peter 'Pace' Craddock - http://www.arpia.be
## MOD Description: Modified Galaxian style ported to phpBB3.
## MOD Version: 1.0.0b5
##
## Installation Level: easy
## Installation Time: little time
## Files To Edit: (2) includes/functions.php, language/en/ucp.php
## Included Files: folder smile/ (topic icons), folder Galarpian/ (all style/template files)
##############################################################
#
#-----[ COPY ]------------------------------------------
#
copy folder root/Galarpian/ to styles/
copy root/smile/ to images/icons/
#
#-----[ OPEN ]------------------------------------------
#
includes/functions.php:
#
#-----[ FIND ]------------------------------------------
#
'U_VIEWONLINE' => append_sid("{$phpbb_root_path}viewonline.$phpEx"),
#
#-----[ BEFORE, ADD ]------------------------------------
#
'U_GROUPS' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=groups'),
#
#-----[ OPEN ]------------------------------------------
#
language/en/ucp.php:
#
#-----[ FIND ]------------------------------------------
#
'MESSAGE_COLOURS' => 'Message colours',
#
#-----[ IN-LINE FIND ]------------------------------------------
#
Message colours
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
PM colours
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#