[3.0.12] SE Pro
Posted: 27 Jul 2011, 08:40
Author: Stoker
Style name: SE Pro
Style version: 1.0.7
PhpBB version: 3.0.12
Template inheritance: SE Pro uses template inheritance. Only simple_header.html, overall_header.html and overall_footer.html is included.
This means that you need to have prosilver installed.
Description: My own version of the Prosilver SE style. Modified with Kamahls Button Menu in html version, header image from vladstudio and some other graphics and colors.
This is the style I use on PhpBB3 BBCodes.
Note!: Permissions given by Vlad Gerasimov to redistribute parts of his wallpapers (headerimage) ONLY if there is a link back.
Therefore the link in footer MUST stay intact.
Download:
>>>Download SE Pro<<<
FAQ
Active Buttons
Question: How can I make the buttons menu with active buttons?
Answer: Open styles/se_pro/template/overall_header.html and find:
replace with:
The above code is just an example. You can do the same with any phpBB page.
Style name: SE Pro
Style version: 1.0.7
PhpBB version: 3.0.12
Template inheritance: SE Pro uses template inheritance. Only simple_header.html, overall_header.html and overall_footer.html is included.
This means that you need to have prosilver installed.
Description: My own version of the Prosilver SE style. Modified with Kamahls Button Menu in html version, header image from vladstudio and some other graphics and colors.
This is the style I use on PhpBB3 BBCodes.
Note!: Permissions given by Vlad Gerasimov to redistribute parts of his wallpapers (headerimage) ONLY if there is a link back.
Therefore the link in footer MUST stay intact.
Download:
>>>Download SE Pro<<<
FAQ
Active Buttons
Question: How can I make the buttons menu with active buttons?
Answer: Open styles/se_pro/template/overall_header.html and find:
Code: Select all
<li class="menu_button"><a href="{U_FAQ}"><span>{L_FAQ}</span></a></li>
Code: Select all
<li<!-- IF SCRIPT_NAME == "faq" --> class="menu_button_active"<!-- ELSE --> class="menu_button"<!-- ENDIF -->><a href="{U_FAQ}"><span>{L_FAQ}</span></a></li>