boonchuan
07-02-2004, 08:20 PM
I have installed a phpbb forum , wonder do I need to know a lot of php to design and customised it something to the extend of WHT ?
![]() | View Full Version : Change of PHPbb design boonchuan 07-02-2004, 08:20 PM I have installed a phpbb forum , wonder do I need to know a lot of php to design and customised it something to the extend of WHT ? stripeyteapot 07-02-2004, 08:38 PM version 2.0.6 ? boonchuan 07-02-2004, 09:40 PM version 2.0.8 zerosix 07-03-2004, 12:16 AM WHT is has a rather simple skin which was probably pretty hard to implement (not to a pro, but to an average coder/designer). I am pretty sure this is how it works, first a design mockup is done in photoshop, just like any design for a site. Then the design is sliced with the consideration of the layout of the PHPbb script. This code/slices are then implemented into the template system of the forum script. It could be a pain in the butt if this is your first time, but you should be able to figure it out if you have the basic knowledge of HTML and how designs are produced and implemented. TechEDeals 07-03-2004, 03:36 PM Isn't this site VBulletin though? If your already a web designer you can design the skin and ask a programmer to slice the .psd file than implement it. zerosix 07-03-2004, 05:55 PM Originally posted by TechEDeals Isn't this site VBulletin though? If your already a web designer you can design the skin and ask a programmer to slice the .psd file than implement it. Yes this site is using vBulletin :) boonchuan 07-03-2004, 11:41 PM Yeap quote the wrong example : ) Marble 07-04-2004, 02:12 AM Originally posted by boonchuan I have installed a phpbb forum , wonder do I need to know a lot of php to design and customised it something to the extend of WHT ? Nope. phpBB uses a template system, which is nothing but a few config files, some CSS, and HTML pages split into subpages with a .tpl extension. The only thing you have to watch for is the comment-like tags and the { SOMEVAR } which the phpBB class recompiles before output. So essentially it's just HTML and CSS. If you go to their site and browse the knowledge base there is some info on how to skin a phpBB board. boonchuan 07-04-2004, 02:57 AM Yeap haev begin changing the appearance in the /templates , quite easy actually , thanks. |