Description:
Allows having a different logo for specified forums.
For example, you have the default logo which is shown in the forum list, but when a user clicks into one of your forums, they will see a different logo, one that pertains to that forum. You can specify a different logo for each forum.
(Example of Logo manager page)
(Example of User group permissions)
Features:
All phrases start with logomanager_ for your convenience.
Database changes:
Adds a field called andy_logomanager to your xf_forum table.
Questions and answers:
Q: How can I center the logo?
A: Add this to your extra.less template:
Code:
.p-header-logo {
margin-left: auto;
margin-right: auto;
}
Compatible XF Versions 2.0 , 2.1 , 2.2