- phpBB 3.1.x
- prosilver 3.1.x
- prosilver needs to be installed. PBTech should inherit from it (as a child of prosilver, check your ACP to be sure).
- To add the sidebar with "Recent Topics" on the index, please install my [Recent Topics extension] (https://www.phpbb.com/community/viewtopic.php?f=456&t=2236571).
- To change the links/content of the top-bar, you can edit
styles/pbtech/template/top_bar.html
(to change the icons, please read the "Customization" section below). - To add special styling for certain user groups (admins, donors, etc.), use my [Rank Post Styling extension] (https://www.phpbb.com/community/viewtopic.php?f=456&t=2251646).
- Available predefined classes are: "blizz", "mvp", and "propass" (you can change these by editing
custom.css
(see below)).
- Available predefined classes are: "blizz", "mvp", and "propass" (you can change these by editing
- To add icons for the phpBB Pages extension, see below.
If you want to change the logo, the top-bar icons, or post-styles, you can find what you need in:
styles/pbtech/theme/custom.css
Here you will find some styling rules that you can play around with. Most of it is pretty easy, except perhaps the FontAwesome icons.
FontAwesome icons are defined by using their unicode values, like \f004
. You can add your own rules for your own icons, or change the existing codes. The quickest way to find the unicodes you need is to use the [FontAwesome cheatsheet] (http://fontawesome.io/cheatsheet/). You need to copy the last 4 characters of the code string after the icon you want, and prefix it with a \
. So "home" is \f015
.
You can use this method to add icons to just about every element. A commonly used example is for the phpBB Pages extension, when you want to assign icons to your page links (in the header/footer/etc). Add the following code to your custom.css
file:
.small-icon.icon-page-xxx > a:before { content: '\f0ac'; }
Change the xxx
to the "route" of your custom page
For more information and support, we suggest you visit [PBWoW.com] (http://pbwow.com/forum/)
© 2014 - PayBas