- Compatible XF Versions
- 2.0, 2.1, 2.2
- Visible Branding
- No
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 link)
(Example of Logo manager page)
(Example of User group permissions)
Features:
All phrases start with logomanager_ for your convenience.
Questions and answers:
Q: How can I center the logo?
A: Add this to your extra.less template:
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 link)
(Example of Logo manager page)
(Example of User group permissions)
Features:
All phrases start with logomanager_ for your convenience.
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;
}