MyBB Community Forums

Full Version: How do I show the Usergroup Legend on the Blue Lust theme?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

I'm having problems showing the Usergroup Legend plugin on the Blue Lust theme. The image for the plugin shows up, but where the usergroups are supposed to show up is blank. I've attached a screenshot to show what I mean. If anyone could help me with this, I'd be grateful!

The website is: http://leetlink.com/

Thanks,
Nathan
(2011-08-27, 04:06 PM)MadComp Wrote: [ -> ]Hi all,

I'm having problems showing the Usergroup Legend plugin on the Blue Lust theme. The image for the plugin shows up, but where the usergroups are supposed to show up is blank. I've attached a screenshot to show what I mean. If anyone could help me with this, I'd be grateful!

The website is: http://leetlink.com/

Thanks,
Nathan

Did you add the usergroups to the plugin in configuration? Blush
To fix your logo issue add find
.logo

in global.css and replace the properties with:
margin-top: 35px;
margin-left: 30px;
(2011-08-27, 04:52 PM)Jason L. Wrote: [ -> ]
(2011-08-27, 04:06 PM)MadComp Wrote: [ -> ]Hi all,

I'm having problems showing the Usergroup Legend plugin on the Blue Lust theme. The image for the plugin shows up, but where the usergroups are supposed to show up is blank. I've attached a screenshot to show what I mean. If anyone could help me with this, I'd be grateful!

The website is: http://leetlink.com/

Thanks,
Nathan

Did you add the usergroups to the plugin in configuration? Blush
To fix your logo issue add find
.logo

in global.css and replace the properties with:
margin-top: 35px;
margin-left: 30px;

Thanks for the help on the logo and yes, I have added the usergroups (via GID) to the plugin configuration. I'll attach a screenshot to show it.

Update: I noticed it wasn't working on my default theme either (no image or usergroups), so I decided to deactivate it. I can always modify the template itself to show off the legend, as I've modified templates before.