phpBB Template Design Guide
Collector Fine Art Photography and high-end stock images
Looking for phpBB forum hosting? Get a free phpbb Forum with a lot of nice features | Also see Free Forum
Recommended Stuff
Recent
Recent blog posts
- Five perhaps not-so-known PHP tricks for leaner and cleaner code
- PHPEclipse and PDT
- Kilowatts & Vanek are back, better than ever
- The future of my phpBB templates
- Checking in
- Web Design or the Art and Science of Solving Problems (Part 1)
- Lost in thought
- An easy way to display a customized menu in your Drupal theme
- Back on the blog with a CSS rant
- Eternal* fame on the red planet for free
phpBB Topics
User login
Search this site with Google
The parts that make up the whole
As you see a template consists of several files, each file is used for a certain part of the template. Some files are used for multiple pages. The developers of phpBB have been quite ingenious in using the same files for several different functions to keep the number of files to a minimum.
The page below has a list of all the files and explains the function of each of them, I suggest you read it and familiarize yourself with it. Make sure to add it to your bookmarks/favorites for quick access later, it will come in handy as you proceed.
http://www.jakob-persson.com/node/542
All the files for the Administration Panel area are located in the admin/ folder in your myTemplate/ folder, you will not have to edit these files as they are only visible to the administrator of the board. I use subSilver default files for this area, it saves me time not having to update these files manually every time changes are made to the phpBB template files.

