XenForo Logo manager 1.1 Null Download

File Size: KB

Download Count:

File Update Date:

You can free Logo manager


1.1 download the source from the button above

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)

pic001-webp.261033


(Example of Logo manager page)

pic002-webp.261034


(Example of User group permissions)

pic003-webp.261035


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;
}
 

Similar Topics

Back
Top