Go Back   Webmaster Tips and Tricks Forums - web master resources > Forums and blogs - community ideas for you > Starting a forum, forum script, theme, content > phpBB

phpBB Everything about phpBB. Mods and hacks we recommend, how to solve various phpBB related problems, how to skin it and so on.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-03-2007, 08:24 PM
Captain Tycoon's Avatar
Captain Tycoon Captain Tycoon is offline
Wtricks member
 
Join Date: Jun 2007
Age: 19
Posts: 20
Rep Power: 0
Captain Tycoon is an unknown quantity at this point
Exclamation Coding a PhpBB Skin...

Ok, well i couldn't find any good tutorials that will show how to code a design to work in Photoshop. I don't have the slightest idea where to start Can you help?
Reply With Quote
  #2  
Old 06-04-2007, 11:27 AM
dojo's Avatar
dojo dojo is offline
dojo
Site AdminWtricks GURU
 
Join Date: Sep 2008
Location: Romania
Age: 31
Posts: 5,667
Rep Power: 0
dojo is an unknown quantity at this point
Default

Well ...

First we make a unique layout in Photoshop.

Then we merge the layers and save the flatten file as something different. NEVER save over the layered version, you'll hate yourself. Always have the "sources" and the flat design.

We open Dreamweaver or Notepad .. We start creating tables and think about the css options for the body. We'll then use them to integrate on the css for the subsilver theme.

Create a HTML design of the forum and the you'll just add the code into the template files.

I always work with subsilver, since it's the default skin and the "norm" for further modifications that are installed. The files that control my design:

overall_header.tpl (in templates/subsilver) - headers
overall_footer.tpl (templates/subsilver) - footer
index_body.tpl (templates/subsilver) - the index file.

These are the main ones. You can modify other pages, by opening them and making the changes.

I have a problem with subsilver and that would be the fact they still keep the css code in the overall_header.tpl file. That's not ok since even if I make changes on the subsilver.css file, they are not seen. That made me delete the CSS tags in the overall_header.tpl and put the following code into the header:

Code:
<link rel="stylesheet" type="text/css" href="subsilver.css">
I save all my css tags in the file called subsilver.css (or maybe another name if I want, making the change in the overall header too (subsilver turns into thenameofmytheme) ...

Then open images and change them, make changes in the css you just defined and enjoy your unique design.

This is for phpBB 2.0 .. didn't yet work on 3.0, but I hear it kinad works similar.
__________________
Don't forget to read our rules!
The Ad Broker - sell / buy ads. FREE listings
Reply With Quote
  #3  
Old 06-11-2007, 04:52 PM
Providence's Avatar
Providence Providence is offline
Wtricks member
 
Join Date: Jun 2007
Posts: 34
Rep Power: 0
Providence is an unknown quantity at this point
Default

That's nice indeed. I have never worked on PHPBB skins ( I never tried ). I only changed images.
Reply With Quote
  #4  
Old 06-11-2007, 09:14 PM
dojo's Avatar
dojo dojo is offline
dojo
Site AdminWtricks GURU
 
Join Date: Sep 2008
Location: Romania
Age: 31
Posts: 5,667
Rep Power: 0
dojo is an unknown quantity at this point
Default

That's the first step

I also started from there, then made some small header changes and then, before you knew I made my own themes
__________________
Don't forget to read our rules!
The Ad Broker - sell / buy ads. FREE listings
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT +1. The time now is 07:55 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Forum SEO by Zoints
Theme redesigned by Dojo Design. © 2005, 2006 Dojo Design & Wtricks.com