How do I customize PHPBB3?

kanno

Member
Messages
61
Reaction score
1
Points
8
What file(s) do I have to edit to change the style/layout of the forum?
 

Anna

I am just me
Staff member
Messages
11,739
Reaction score
579
Points
113
Depending on how much you actually wanna change, the files in:

/styles/themename/templates - All html files
/styles/themename/theme - All stylesheets
/styles/themename/imageset - All images

The default style on a new install is prosilver, so in that case it would be like: /styles/prosilver/templates

There's not really an easy answer to what files specifically you need to edit, but in those locations all files regarding the looks will reside.

An easier way is probably to look for a pre-existing theme to install, and that matches up what you want.
 
Last edited:

Anna

I am just me
Staff member
Messages
11,739
Reaction score
579
Points
113
That should be "overall_header.html" in /styles/prosilver/templates/
 
Top