Hello,
trying this build I've found these problems:
- tables template (I know it is obsolete, but working) incorretly links from main gallery page to gallery.. There is need to correct:
gallery.class.php:
//Write gallery name
//TODO: sef is only included for frontend stuff. perhaps this shouldn't be here?....
if( function_exists( 'sefRelToAbs' ) ){
$this->url = sefRelToAbs("index.php?option=com_rsgallery2&Itemid=$Itemid&
gid=".$this->get('id'));
$this->galleryName = "<a class='rsg2-galleryList-title' href=\"".sefRelToAbs($this->url)."\">".htmlspecialchars(stripslashes($this->get('name')), ENT_QUOTES)."</a>";
}
else{
$this->url = "index.php?option=com_rsgallery2&Itemid=$Itemid&
gid=".$this->get('id');
$this->galleryName = htmlspecialchars( stripslashes( $this->get( 'name' )));
}
replace:
gid= with
catid=--------------------------------------------------------------
semantic template:
trying this template is buggy till I set in options Limitbox to ALL (any other settings produce error in template - "Array expected"
--------------------------------------------------------------
I've also tried plg_rsg2_display build 204 with these results:
working fine but :
- using of other name of template instead of "photobox" produce error message
- it is not possible to use more than one plg_rsg2_display in content. Only first one is displayed. I'd like to show content of more that one gallery in news .. Subgalleries are not shown...
..................................................................
FrogJS - 207 - not complete installation (missign one .js in controll XML)
I don't know how to integrate lightbox into gallery .. Where to find hints how to do it with 1.4.x line

Thank you
Radek