Different style for group key This will change the style for group key in board index. Link to Mod (http://custom.simplemachines.org/mods/index.php?mod=3638) | Comment On This Mod (http://www.simplemachines.org/community/index.php?action=post;topic=497358.0) Updated on: 12 Feb 2013 Author: Costa (http://www.simplemachines.org/community/index.php?action=profile;u=169940) | Type: Theme Enhancements (http://custom.simplemachines.org/mods/index.php?action=search;type=3) Available since: 12 Feb 2013 Latest version: 1.0 Compatible with: SMF 2.0.x Available languages: All |
Changelog legend + New feature - Feature removal ! Bugfix > New language < Removed language * New version support $ Initial release / Big update |
Quote from: Costa on February 13, 2013, 06:13:21 PM
Thanks. Never liked the brackets though.
if (!empty($context['membergroups']))
echo '<div style="padding-top: 2px; margin-top: 2px; border-top: 1px solid #c6c6c6;">
[' . implode('] [', $context['membergroups']) . ']', '</div>';
if (!empty($context['membergroups']))
echo '<div style="padding-top: 2px; margin-top: 2px; border-top: 1px solid #c6c6c6;">
<em>' . implode(', ', $context['membergroups']) . '</em>', '</div>';