I added...
"Owner: <?php global $kid; echo $kid->owner;?>"
...at LINE: 947 on the FILE: display.class.php (..com_rsgalley2/templates/table)
=====
function writeSlideShowLink() {
global $rsgConfig, $Itemid;
// if no slideshow, then return
if ( !$rsgConfig->get('displaySlideshow') )
return;
$catid = mosGetParam ( $_REQUEST, 'catid' , '');
?>
<div style="float: right;">
<ul id='rsg2-navigation'>
<li>
<a href="<?php echo sefRelToAbs( 'index.php?option=com_rsgallery2&Itemid='.$Itemid.'&page=slideshow&catid='.$catid );?>">
<?php //echo _RSGALLERY_SLIDESHOW; ?>
<?php echo "<IMG src='includes/codebox/pg_icons/pg_slideshow.jpg' border='0'>"; ?>
</a>
</li>
</ul>
</div>
<div>
Owner: <?php global $kid; echo $kid->owner;?></div>
<div class='rsg2-clr'> </div>
<?php
}
=====
BUT it won't display the author

Sorry I'm a really confused how it works... Any idea/help would be greatly appreciated

Have a nice day!
Thanks
