AdminCP >> Skin Theme >> Your Theme, Edit Html & Css >> Search for Postcontainer in Html tab, and search in for:
{template="customFieldsDisplay" group="global" app="core" params="$comment->author()"}
{{endif}}
Add below
{{$clubs = \IPS\Member\Club::clubs( $comment->author(), NULL, 'name', TRUE );}}
{{foreach $clubs as $club}}
<span class='Luck'>
<center>
{template="clubIcon" group="clubs" app="core" params="$club, 'tiny', 'ipsPos_center'"}
</center>
</span>
{{endforeach}}
now in CSS tab, add in custom.css
.Luck {
float: Left;
padding: 0px 0px 0px 3px;
margin: 3px;
{
Save and done.
the other requests require many editions of css and html, you advance as soon as more we help, there are certain things that is tiring to be done and so little be done for free, maybe someone does, but because it is necessary many editions can be not.