Hi there
how do I change the profile.header.php to show JS points instead of this Karma images?
Or is their another way?
Isn't their a way to just change:
<?php if($config->get('enablekarma')){ ?>
<li class="label"><?php echo JText::_('COM_COMMUNITY_KARMA'); ?></li>
<li><img src="<?php echo $karmaImgUrl; ?>" alt="" /></li>
<?php } ?>
to show points instead of img?
Thanks for your help
veeresh