Hmm I using CB 1.2 RC3 nad j1.5.7
And on tab disappear add photos and add album

Again problem multi-upload opera/ff not working only IE ;/
Opera/FF comunicate "Error" not specify ;|
I tired searching solution ;/
I uses this hack
<?php
//Unload mootools in Joomla 1.5
if ($option == 'com_simgallery') {
$document =& JFactory::getDocument();
unset($document->_scripts[$this->baseurl . '/media/system/js/mootools.js']);
unset($document->_scripts[$this->baseurl . '/media/system/js/mootools-uncompressed.js']);
unset($document->_scripts[$this->baseurl . '/media/system/js/caption.js']);
}
?>
but not working ;/
btw. working ... only load page on IE hahaha ;/ and dont crash thim..
Any solution ??