Bluepearl Design
Go Back   Bluepearl Design > Misc > Tutorials > HTML, XHTML, Javascript, CSS

[phpBB] Step-By-Step Instructions to creating a new template

HTML HyperText Markup Language.
XHTML Extensible Hypertext Markup Language.
JAVASCRIPT object-based scripting programming language.
CSS Cascading Style Sheets.

    

Reply
 
LinkBack Thread Tools Rating: Thread Rating: 1 votes, 5.00 average. Display Modes
Old 07-14-2006, 02:36 AM   #31 (permalink)
 
Fragalot's Avatar
 
Title: Ipood
Join Date: Nov 2004
Location: belgium west-flandres
Age: 18
Posts: 4,418
Images: 1
Rep Power: 8 Fragalot is on a distinguished road
Send a message via ICQ to Fragalot Send a message via MSN to Fragalot Send a message via Yahoo to Fragalot
Re: [phpBB] Step-By-Step Instructions to creating a new template

gdalla11, yes, you design it in photoshop, slice it up, (i prefer taking the images sliced and creating the html myself afterwards)

and then make a table where the content goes, etc...

that hatch effect is just a background, set by CSS. or simply the background="image" attibute in the <body> tag.

i can't help you with the PSD.
__________________

|_|0|_|
|_|_|0|
|0|0|0|

http://wargaming.org - under construction
irc.wargaming.org #wargaming

Fragalot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-14-2006, 07:52 PM   #32 (permalink)
 
Title: Member
Join Date: Jul 2006
Age: 27
Posts: 11
Rep Power: 0 gdalla11 is on a distinguished road
Re: [phpBB] Step-By-Step Instructions to creating a new template

cheers mate. so, once its designed in photoshop, do you just slice it into the exact number of cells required, (e.g 4 or 8 depending on how many slices?) header, footer, and sides? im assuming i need to leave a larger portion of my design in the centre blank as it wont be used, correct?

ive tried to illustrate this in paint!

also, i noticed there are litte borders in the main forum surrounding the individual forums. how is this done?

from what Sean said about the cells being set to width 100%, does this mean i can make my design virtually any size. what dimensions would you recomened i use in photoshop?



thanks again for everyones support on this. i know it can be frustrating teaching noobs!
Attached Thumbnails
phpbb-step-step-instructions-creating-new-template-mkldalkdjasdsa.jpg  

Last edited by gdalla11; 07-14-2006 at 08:00 PM.
gdalla11 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-14-2006, 11:42 PM   #33 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,825
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: [phpBB] Step-By-Step Instructions to creating a new template

9 cells is perfect for these kind of effects around tables. I have attached what i mean.
Attached Thumbnails
phpbb-step-step-instructions-creating-new-template-table1.jpg  
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-15-2006, 12:09 AM   #34 (permalink)
 
Title: Member
Join Date: Jul 2006
Age: 27
Posts: 11
Rep Power: 0 gdalla11 is on a distinguished road
Re: [phpBB] Step-By-Step Instructions to creating a new template

thoughht that was what you maybe done. good to know that. and which tpl did you edit for the borders surrounding the actual individual forums in the content cell?
gdalla11 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-15-2006, 02:56 AM   #35 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,825
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: [phpBB] Step-By-Step Instructions to creating a new template

i edited the index_body.tpl for the forum categorys.

Unlike the other tables these r just 2 separate tables one sitting on the top of the category and the other on the bottom.

HTML Code:
<table width="100%"  cellpadding="0" cellspacing="0" border="0">
<td width="9" height="6"><img width="9" height="6" border="0" src="templates/ClanzDarkness2/images/a4.gif"></td>
<td width="100%" height="6" background="templates/ClanzDarkness2/images/a5.gif"></td>
<td width="9" height="6"><img width="9" height="6" border="0" src="templates/ClanzDarkness2/images/a6.gif"></td>
</table>
  <!-- BEGIN catrow -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">

  <tr> 
	<th colspan="2" class="thCornerL" height="25" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
	<th class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
  </tr>

  <tr> 
	<td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
	<td class="rowpic" colspan="3" align="right">&nbsp;</td>
  </tr>
  <!-- BEGIN forumrow -->
  <tr> 
	<td class="row2" align="center" valign="middle" height="50"><img vspace="3" hspace="3" src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="33" height="33" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
	<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
	  </span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
	  </span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
	<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
	<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
	<td width="150" class="row1" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
  </tr>
  <!-- END forumrow -->
</table>
<table width="100%"  cellpadding="0" cellspacing="0" border="0">
<td width="9" height="6"><img width="9" height="6" border="0" src="templates/ClanzDarkness2/images/a1.gif"></td>
<td width="100%" height="6" background="templates/ClanzDarkness2/images/a2.gif"></td>
<td width="9" height="6"><img width="9" height="6" border="0" src="templates/ClanzDarkness2/images/a3.gif"></td>
</table> 
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-15-2006, 08:16 PM   #36 (permalink)
 
Fragalot's Avatar
 
Title: Ipood
Join Date: Nov 2004
Location: belgium west-flandres
Age: 18
Posts: 4,418
Images: 1
Rep Power: 8 Fragalot is on a distinguished road
Send a message via ICQ to Fragalot Send a message via MSN to Fragalot Send a message via Yahoo to Fragalot
Re: [phpBB] Step-By-Step Instructions to creating a new template

a nice tutorial wich tought me how to slice a bit was this one.

Zymic ¨ Free Templates & Tutorials


and no, we like to help where we can and that includes noobs
__________________

|_|0|_|
|_|_|0|
|0|0|0|

http://wargaming.org - under construction
irc.wargaming.org #wargaming

Fragalot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-20-2006, 10:59 AM   #37 (permalink)
 
Title: Member
Join Date: Jul 2006
Age: 27
Posts: 11
Rep Power: 0 gdalla11 is on a distinguished road
Re: [phpBB] Step-By-Step Instructions to creating a new template

cheers again.

ok, so ive started work on the design now. im looking for ideas and suggestions for other content. i just copied and paste the forum (clanzarkness) from my site, to illustrate how it it will sit. im looking for ideas fir colour schemes for the forum cells. and if you lot have any suggestions to extra content for the actual design, id much appreciatte it. the purple bar is what will be the NAV bar. ive not spent much time on this so far so!!
Attached Thumbnails
phpbb-step-step-instructions-creating-new-template-untitled.jpg  
gdalla11 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-20-2006, 01:56 PM   #38 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,825
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: [phpBB] Step-By-Step Instructions to creating a new template

i would proberly use some color in the forums section, as the header is alot more colorful than the rest of the site
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-20-2006, 09:04 PM   #39 (permalink)
 
Title: Bluepearl Veteran
Join Date: Feb 2005
Posts: 1,848
Images: 9
Rep Power: 6 Kate will become famous soon enoughKate will become famous soon enough
Re: [phpBB] Step-By-Step Instructions to creating a new template

Why don't you go with similar cool shades instead of the grey? The blue you have used on the header looks awesome on the white bg
(just a suggestion )
Kate is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-20-2006, 09:41 PM   #40 (permalink)
 
Title: Member
Join Date: Jul 2006
Age: 27
Posts: 11
Rep Power: 0 gdalla11 is on a distinguished road
Re: [phpBB] Step-By-Step Instructions to creating a new template

ye, cheers for the heads up. the grey i slammed in was really just to change the green colours of clanz darkeness. i was a tad concerned about there being TOO much colour, or too much blue if i was to do what you suggest. not ruling it out tho.

do you think i should add any moore graphics, i.e maybe a broder surrounding the forum content? i dont want to run it in to a cluttery mess, but at the same time, if something else would go, then i'd go for it.

cheers
gdalla11 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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

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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads for: [phpBB] Step-By-Step Instructions to creating a new template
Thread Thread Starter Forum Replies Last Post
ClanzDarkness - Free phpBB Template Sean ClanzDarkness 75 09-13-2007 04:34 AM
Creating a new phpBB template Bluepearl Feeds RSS Feeds 0 07-19-2007 07:12 PM


  
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Bluepearl Templates

All times are GMT +11. The time now is 04:22 PM.

 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52