- Compatible XF 2.x versions
- 2.3
Premium upgrade:
This XF2 add-on along with the entire collection can be purchased for $35.00 USD. Your Premium upgrade will allow you to download as many XF2 add-ons as you like for one year. Please see the entire collection located in the Resources area at this URL:
https://www.xf2addons.com/
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.
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:
This XF2 add-on along with the entire collection can be purchased for $35.00 USD. Your Premium upgrade will allow you to download as many XF2 add-ons as you like for one year. Please see the entire collection located in the Resources area at this URL:
https://www.xf2addons.com/
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.
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;
}