If you want to integrate phpbb3 into your own website, you cannot simply use a free template! The template development of phpbb3 is quite convenient. The following describes the basic steps:
1) first copy the default template file in phpbb3, that is, copy/styles/prosilver/in the installation directory of phpbb3 to the same directory and get a name you like.
2) Replace copyright information
Edit the following files and change the related copyright and template information to the content you like:
*/Yourstyle/style. cfg */yourstyle/imageset. cfg */yourstyle/template. cfg */yourstyle/theme. cfg
It mainly refers to the following content in the file:
Name = prosilver copyright =? PhpBB Group, 2007 version = 3.0.2
Replace:
Name = yourstyle copyright =? Yourstyle copyright version = yourstyle version
After replacement, it looks like the following:
Name = yourstyle copyright =? Style author, 2008 version = 1.0.0
In this step, you must modify the four CFG files. Otherwise, you will be confused with other style components in the following steps.
2) Go to "management background-> styles-> style components" and install the created style.
3) then go to "management background-> styles-> style [...]