MyBB Community Forums

Full Version: [Support] About Group Legend Show!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
HI Friends..

I was looking for a Plugins in which i can show my site Group legend at the bottom of my index

i got this one ; http://mods.mybboard.net/view/groups-legend-2.0

I uploaded it but when i try to install it says the file can't open!@

Please help me!

FAISAL!
You need to CHMOD 777 memberlist.php ;
Unluckily
Its activated but only working with default theme!
not the other one! any one have solution???

FAISAL!
same here only works 100% on the Default Theme !
who can help `?
It works on all my themes. Have you gone into your index_boardstats templates on your other themes to make sure {$user_legend} is there?
judel Wrote:It works on all my themes. Have you gone into your index_boardstats templates on your other themes to make sure {$user_legend} is there?

Im using BGStyle aS default skin and i get this messup !

[Image: IMG1-1199956620.jpg]
whats wrong?
i have added tthe code to te boardstats and it didnt change
That's a colspan problem, since you've added another column to your stats to include that image. Could you paste what is in your index_boardstats template?
judel Wrote:That's a colspan problem, since you've added another column to your stats to include that image. Could you paste what is in your index_boardstats template?


This is what is in the BGStyle index_boardstats:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$birthdays}
{$forumstats}
</tbody>
</table>
<br />
anyone can help me ?
go into your global templates and open the usergroup_legend template and change the colspans to 2, so it should look like:

<tr><td class="tcat" colspan="2"><strong>Group Legend</strong></td></tr>
<tr><td class="trow1" colspan="2"><span class="smalltext">{$usertitles}</span></td></tr>
Pages: 1 2