28.06.2007, 14:21
(Dieser Beitrag wurde zuletzt bearbeitet: 26.08.2014, 09:52 von MyBB.de Bot.)
Eine neue Erweiterung wurde veröffentlicht: Groups legend 1.0
Zitat:Groups Legend 1.0
Goal:
Displaying a colored legend for all the groups in the index page
Installation:
Upload legend.php to ./inc/plugins
Go to Admin CP > Board Settings > Plug-in Manager > Activate
Features:
- Colored legend for groups
- Links leading to a list of all members of a certain group
- Easy activate / deactivate.
Description:
A row containing all the groups, colored depending on their setting, and each has a link that lead to a full list of all the members will appear below who’s online in the index page.
Troubleshoots
Possible problems that you might face are mainly 2
1.Case you had modified any of the Board Statistics rows, by adding a new column to it, you might face something like an incomplete row or huge gaps to the right side, that’s due to the existing to 2 columns to fix that, you will need to add colspan=â€2†to the legend rows.
2.The mod never appeared, this means the plug-in wasn’t able to find the coded needed to be replace in the index_whosonline template, so you might need to add it manually, the code is
<td class=\"tcat\">Group Legend</td></tr>
<tr> <td class=\"trow1\" >$legend_disp</td></tr>
Translation
There is only the “GROUP LEGEND†key word that has to be translated, and that can be done by editing index_whosonline template.
[Bild: http://i3.tinypic.com/15hfwjs.jpg]