From 091cfaee1568ec8dc2093759f89c902edf1292b7 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 30 Jan 2015 17:51:31 +0000 Subject: [PATCH] Add installation instructions --- README.txt | 20 +++++++++++++++ stylesheet.css => theme/stylesheet.css | 0 theme/theme.cfg | 35 ++++++++++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 README.txt rename stylesheet.css => theme/stylesheet.css (100%) create mode 100755 theme/theme.cfg diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..95baeb8 --- /dev/null +++ b/README.txt @@ -0,0 +1,20 @@ +forum.minetest.net_template1 +============================ + +Created by BlockMen using a modified version of prosilver, by phpbb. + +Installation +------------ + +* You require phpBB in the 3.0._ series. Install it. +* Goto `styles` in the phpBB directory +* Copy `prosilver` to `mt_v1` (a new directory) +* Clone this repository to somewhere outside of the phpBB folder +* Copy the files and folders in this repository to `mt_v1` and + overwrite any existing files. +* Go to the admin control panel > styles. +* In templates, install Minetest Maintheme. +* In themes, install Minetest Maintheme and then click details on the + prosilver theme, and select `replace theme with Minetest Maintheme`. +* In imagesets, install Minetest Maintheme. +* Profit \ No newline at end of file diff --git a/stylesheet.css b/theme/stylesheet.css similarity index 100% rename from stylesheet.css rename to theme/stylesheet.css diff --git a/theme/theme.cfg b/theme/theme.cfg new file mode 100755 index 0000000..5848180 --- /dev/null +++ b/theme/theme.cfg @@ -0,0 +1,35 @@ +# +# phpBB Theme Configuration File +# +# @package phpBB3 +# @copyright (c) 2006 phpBB Group +# @license http://opensource.org/licenses/gpl-license.php GNU Public License +# +# +# At the left is the name, please do not change this +# At the right the value is entered +# For on/off options the valid values are on, off, 1, 0, true and false +# +# Values get trimmed, if you want to add a space in front or at the end of +# the value, then enclose the value with single or double quotes. +# Single and double quotes do not need to be escaped. +# +# Available and used values: +# parse_css_file +# + +# General Information about this theme +name = Minetest Maintheme +copyright = © phpBB Group, 2007 | BlockMen, 2014 +version = 3.0.13 + +# Some configuration options + +# +# You have to turn this option on if you want to use the +# path template variables ({T_IMAGESET_PATH} for example) within +# your css file. +# This is mostly the case if you want to use language specific +# images within your css file. +# +parse_css_file = 1