News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Center Group Key

Started by NyYaNkEeFaN95, March 12, 2011, 02:37:27 PM

Previous topic - Next topic

NyYaNkEeFaN95

Hey, how can i center the group key?


Arantor

By editing your theme's BoardIndex.template.php file directly. I'd talk you through that, but I have nowhere near enough information to be able to do that (like which theme you're using and whether it has its own template or not for the board index)
Holder of controversial views, all of which my own.



Arantor

Edit Themes/default/BoardIndex.template.php

Code (find) Select
// Showing membergroups?
if (!empty($settings['show_group_key']) && !empty($context['membergroups']))
echo '
<br />[' . implode(']&nbsp;&nbsp;[', $context['membergroups']) . ']';


Code (replace) Select
// Showing membergroups?
if (!empty($settings['show_group_key']) && !empty($context['membergroups']))
echo '
<div class="centertext">[' . implode(']&nbsp;&nbsp;[', $context['membergroups']) . ']</div>';
Holder of controversial views, all of which my own.


NyYaNkEeFaN95

Thank you that worked just one question is their a way to get rid of the space between the key and the dotted line?

Arantor

Not without more work and to be honest I don't have time to dig into the theme code any further to change that for you.
Holder of controversial views, all of which my own.


NyYaNkEeFaN95

ok thank you for your help

Advertisement: