Compatible XF Versions
2.3
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)

1733849076825.png


(Example of Logo manager page)

1733849068268.png


(Example of User group permissions)

1733849060062.png


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:

CSS:
.p-header-logo {
    margin-left: auto;
    margin-right: auto;
}
  • Like
Reactions: Aram and Burglar193
Author
XenForo
Views
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from XenForo

Latest updates

  1. AndyB Logo manager 1.2

    Logo manager v1.2 changes: Compatible XF 2.x versions: 2.3
  2. See description

    Logo manager v1.1 changes: Fixed issue with default table field.
Back
Top Bottom