Page 1 of 1
Customize a style
Posted: October 6th, 2017, 2:58 pm
by patrik69
Hello,
I use p8pBB bridge with a forum in phpbb version 3.1.11.
I would like to change the following style :
https://www.phpbb.com/customise/db/styl ... 574dd17eaa
It is not displayed correctly in Wrapped mode.
Which style files should be modified ?
What changes do you need to
make for this style to display properly ?
Thank you in advance.
Re: Customize a style
Posted: October 7th, 2017, 3:19 am
by Admin
Please explore our jprosilver style: it's inherited from native prosilver and main changes are in overall_header.html and overall_footer.html templates.
Wrapped forum is displayed inside Joomla template, hence phpBB style should not produce full-featured HTML document with <html>, <head> and <body> tags.
Re: Customize a style
Posted: February 6th, 2018, 5:53 pm
by tiwale
In other words, if we have another style we can use examples in overall_header.html and overall_footer.html to configure
Re: Customize a style
Posted: February 7th, 2018, 1:30 am
by Admin
Exactly.
But it's better to create new style which extends main style and have at least custom overall_header.html and overall_footer.html. It will to separate your custom code and easier update style.
Re: Customize a style
Posted: February 7th, 2018, 12:24 pm
by tiwale
thanks, I will look into it.
Re: Customize a style
Posted: February 11th, 2018, 1:36 am
by patrik69
Hello,
Thank you for your reply. There is not a tutorial to know which lines to edit ?
Maybe you can adapt a style ?
Thank you in advance.
Re: Customize a style
Posted: February 12th, 2018, 2:21 am
by Admin
Sorry, we don't provide such service. A frontend developer is required.