thanks jungica! so it sounds like you're showing us how to mod semantic to incorporate lightbox, rather than modding superclean to display galleries. is that right?
i tried your steps, but the very first one doesn't work. for a start, line 20 is:
<div class="img-shadow">
and i'm sure you didn't intend for us to replace that.
the next line (line 21) is:
<a href="<?php echo JRoute::_( "index.php?option=com_rsgallery2&page=inline&id=".$item->id ."&Itemid=$Itemid" ); ?>">
but if i replace this with your replacement code:
<a href="<?php echo imgUtils::getImgOriginal( $item->name ); ?>" rel="lightbox" title="<?php echo $item->title;?>">
it breaks the whole thing and i get an error:
Parse error: syntax error, unexpected T_VARIABLE in /home/myusername/public_html/components/com_rsgallery2/templates/semantic/html/thumbs_table.php on line 21
help!