CHAPTER ONE – Introduction...
Let me start this introduction by saying to you all out right, PhpBB3 styling is not easy, it is not like web design, you have to work around the system you are given, this gives you certain limitations.
Also I would like to tell you, you are going to need to following basic knowledge in order to style for phpbb3..
1. HTML & CSS
1. GRAPHICS KNOWLEDGE (PHOTOSHOP OR OTHER)
2. SOME UNDERSTANDING OF PHP
If you lack any of these skills I recommend you do some reading, and get reading up on them areas if you want to start styling...
So, let me give you some information about styling phpbb3, about the general rules and layout.
I'll start by saying, style's are usually not coded from scratch, they are based on one of 2 styles...
1. ProSilver
2. Subsilver 2
The most popular to work with is ProSilver for various reasons and is the one I always work with, so this tutorial will focus on ProSilver only...
Let me start on the layout, the folders I mean, the only thing you will even touch is the styles folder, touch nothing else other than the files in the styles folder, but before all that, I recommend you install a local server on your desktop, I recommend WAMP Server Google it, install it and install phpbb3 on that, now you have everything on your desktop and don't have to worry about FTP or anything, fantastic!!!
First thing to edit...
Naming your style...
Make a copy of Prosilver fist and then in the copy...
OPEN:
Prosilver/style.cfg (Wordpad is fine for this)
FIND:
and edit as you see fit!
Then add the new style to your styles folder.
Well due to the information I have given so far, I want you to do a little reading on anything I have talked about, and get ready for the next tutorial.
(Please bare with me on these tutorials, as hard as it is to style phpbb3, I find it even harder to style and then write about exactly what I'm doing, as I don't really think about it when I'm coding, I had no one to teach me, and as you can see there are not many people willing to teach this, as it is a lot of hard work, but I'm willing to give it a go)
Thanks for reading, until next time....
Next chapter will be out in a couple of days...
Let me start this introduction by saying to you all out right, PhpBB3 styling is not easy, it is not like web design, you have to work around the system you are given, this gives you certain limitations.
Also I would like to tell you, you are going to need to following basic knowledge in order to style for phpbb3..
1. HTML & CSS
1. GRAPHICS KNOWLEDGE (PHOTOSHOP OR OTHER)
2. SOME UNDERSTANDING OF PHP
If you lack any of these skills I recommend you do some reading, and get reading up on them areas if you want to start styling...
So, let me give you some information about styling phpbb3, about the general rules and layout.
I'll start by saying, style's are usually not coded from scratch, they are based on one of 2 styles...
1. ProSilver
2. Subsilver 2
The most popular to work with is ProSilver for various reasons and is the one I always work with, so this tutorial will focus on ProSilver only...
Let me start on the layout, the folders I mean, the only thing you will even touch is the styles folder, touch nothing else other than the files in the styles folder, but before all that, I recommend you install a local server on your desktop, I recommend WAMP Server Google it, install it and install phpbb3 on that, now you have everything on your desktop and don't have to worry about FTP or anything, fantastic!!!
First thing to edit...
Naming your style...
Make a copy of Prosilver fist and then in the copy...
OPEN:
Prosilver/style.cfg (Wordpad is fine for this)
FIND:
Code:
# General Information about this style
name = prosilver
copyright = © phpBB Group, 2007
version = 3.0.10
and edit as you see fit!
Then add the new style to your styles folder.
Well due to the information I have given so far, I want you to do a little reading on anything I have talked about, and get ready for the next tutorial.
(Please bare with me on these tutorials, as hard as it is to style phpbb3, I find it even harder to style and then write about exactly what I'm doing, as I don't really think about it when I'm coding, I had no one to teach me, and as you can see there are not many people willing to teach this, as it is a lot of hard work, but I'm willing to give it a go)
Thanks for reading, until next time....
Next chapter will be out in a couple of days...







