Hi there,
I followed the tutorial and nothing shows.
I am using fireboard 1.0.4
2 questions i have to ask:
1. In the tutorial you assigned
<!-- USER BADGES HACK BY
WWW.YOUJOOMLA.COM -->
<div align="center">
<?php
if ($ugid == 18){
echo '<img src="components/com_fireboard/template/groups/guest.gif">';
}elseif ($ugid == 25){
echo '<img src="components/com_fireboard/template/groups/gazda.gif">';
}elseif ($ugid == 23){
echo '<img src="components/com_fireboard/template/groups/mods.gif">';
}elseif ($ugid == 26){
echo '<img src="components/com_fireboard/template/groups/club.gif">';
}
?>
</div>
<!-- END USER BADGES-->
_____________________________________________________________________________
Is $ugid == 18 the default joomla group ID?
2. Is this code compatible with fireboard 1.0.4?
Any help appreciated.
Cheers,