예제 #1
0
 function display($tpl = null)
 {
     $app = JFactory::getApplication();
     $document =& JFactory::getDocument();
     $this->params = $app->getParams();
     $user =& JFactory::getUser();
     $var['slideshow'] = JRequest::getVar('phocaslideshow', 0, '', 'int');
     $var['download'] = JRequest::getVar('phocadownload', 0, '', 'int');
     $uri =& JFactory::getURI();
     $this->tmpl['action'] = $uri->toString();
     $path = PhocaGalleryPath::getPath();
     $neededAccessLevels = PhocaGalleryAccess::getNeededAccessLevels();
     $access = PhocaGalleryAccess::isAccess($user->authorisedLevels(), $neededAccessLevels);
     // Information from the plugin - window is displayed after plugin action
     $get = array();
     $get['detail'] = JRequest::getVar('detail', '', 'get', 'string');
     $get['buttons'] = JRequest::getVar('buttons', '', 'get', 'string');
     $get['ratingimg'] = JRequest::getVar('ratingimg', '', 'get', 'string');
     $this->tmpl['picasa_correct_width_l'] = (int) $this->params->get('large_image_width', 640);
     $this->tmpl['picasa_correct_height_l'] = (int) $this->params->get('large_image_height', 480);
     $this->tmpl['enablecustomcss'] = $this->params->get('enable_custom_css', 0);
     $this->tmpl['customcss'] = $this->params->get('custom_css', '');
     $this->tmpl['enable_multibox'] = $this->params->get('enable_multibox', 0);
     $this->tmpl['multibox_height'] = (int) $this->params->get('multibox_height', 560);
     $this->tmpl['multibox_width'] = (int) $this->params->get('multibox_width', 980);
     $this->tmpl['multibox_map_height'] = (int) $this->params->get('multibox_map_height', 300);
     $this->tmpl['multibox_map_width'] = (int) $this->params->get('multibox_map_width', 280);
     $this->tmpl['multibox_height_overflow'] = (int) $this->tmpl['multibox_height'] - 10;
     //padding
     $this->tmpl['multibox_left_bgcolor'] = $this->params->get('multibox_left_bgcolor', '#000000');
     $this->tmpl['multibox_right_bgcolor'] = $this->params->get('multibox_right_bgcolor', '#ffffff');
     $this->tmpl['multibox_comments_width'] = $this->params->get('multibox_comments_width', 300);
     $this->tmpl['multibox_comments_height'] = $this->params->get('multibox_comments_height', 600);
     $this->tmpl['multibox_thubms_box_width'] = $this->params->get('multibox_thubms_box_width', 300);
     $this->tmpl['multibox_thubms_count'] = $this->params->get('multibox_thubms_count', 4);
     $this->tmpl['large_image_width'] = $this->params->get('large_image_width', 640);
     $this->tmpl['large_image_height'] = $this->params->get('large_image_height', 640);
     $this->tmpl['multibox_fixed_cols'] = $this->params->get('multibox_fixed_cols', 1);
     $this->tmpl['display_multibox'] = $this->params->get('display_multibox', array(1, 2));
     // CSS
     JHtml::stylesheet('components/com_phocagallery/assets/phocagallery.css');
     if ($this->tmpl['enablecustomcss'] == 1) {
         JHtml::stylesheet('components/com_phocagallery/assets/phocagallerycustom.css');
         PhocaGalleryRenderFront::displayCustomCSS($this->tmpl['customcss']);
     }
     // Plugin information
     $this->tmpl['detailwindow'] = $this->params->get('detail_window', 0);
     if (isset($get['detail']) && $get['detail'] != '') {
         $this->tmpl['detailwindow'] = $get['detail'];
     }
     // Plugin information
     $this->tmpl['detailbuttons'] = $this->params->get('detail_buttons', 1);
     if (isset($get['buttons']) && $get['buttons'] != '') {
         $this->tmpl['detailbuttons'] = $get['buttons'];
     }
     // Close and Reload links (for different window types)
     $close = PhocaGalleryRenderFront::renderCloseReloadDetail($this->tmpl['detailwindow']);
     $this->tmpl['detailwindowclose'] = $close['detailwindowclose'];
     $this->tmpl['detailwindowreload'] = $close['detailwindowreload'];
     $this->tmpl['displaydescriptiondetail'] = $this->params->get('display_description_detail', 0);
     $this->tmpl['displaytitleindescription'] = $this->params->get('display_title_description', 0);
     $this->tmpl['descriptiondetailheight'] = $this->params->get('description_detail_height', 16);
     $this->tmpl['fontsizedesc'] = $this->params->get('font_size_desc', 11);
     $this->tmpl['fontcolordesc'] = $this->params->get('font_color_desc', '#333333');
     $this->tmpl['detailwindowbackgroundcolor'] = $this->params->get('detail_window_background_color', '#ffffff');
     $this->tmpl['descriptionlightboxfontcolor'] = $this->params->get('description_lightbox_font_color', '#ffffff');
     $this->tmpl['descriptionlightboxbgcolor'] = $this->params->get('description_lightbox_bg_color', '#000000');
     $this->tmpl['descriptionlightboxfontsize'] = $this->params->get('description_lightbox_font_size', 12);
     $this->tmpl['displayratingimg'] = $this->params->get('display_rating_img', 0);
     $this->tmpl['displayicondownload'] = $this->params->get('display_icon_download', 0);
     $this->tmpl['externalcommentsystem'] = $this->params->get('external_comment_system', 0);
     $this->tmpl['largewidth'] = $this->params->get('large_image_width', 640);
     $this->tmpl['largeheight'] = $this->params->get('large_image_height', 480);
     $this->tmpl['boxlargewidth'] = $this->params->get('front_modal_box_width', 680);
     $this->tmpl['boxlargeheight'] = $this->params->get('front_modal_box_height', 560);
     $this->tmpl['slideshow_delay'] = $this->params->get('slideshow_delay', 3000);
     $this->tmpl['slideshow_pause'] = $this->params->get('slideshow_pause', 2500);
     $this->tmpl['slideshowrandom'] = $this->params->get('slideshow_random', 0);
     $this->tmpl['slideshow_description'] = $this->params->get('slideshow_description', 'peekaboo');
     $this->tmpl['gallerymetakey'] = $this->params->get('gallery_metakey', '');
     $this->tmpl['gallerymetadesc'] = $this->params->get('gallery_metadesc', '');
     $this->tmpl['altvalue'] = $this->params->get('alt_value', 1);
     $this->tmpl['enablecustomcss'] = $this->params->get('enable_custom_css', 0);
     $this->tmpl['customcss'] = $this->params->get('custom_css', '');
     $this->tmpl['display_tags_links'] = $this->params->get('display_tags_links', 0);
     $this->tmpl['ytb_display'] = $this->params->get('ytb_display', 0);
     $paramsFb = PhocaGalleryFbSystem::getCommentsParams($this->params->get('fb_comment_user_id', ''));
     // Facebook
     $this->tmpl['fb_comment_app_id'] = isset($paramsFb['fb_comment_app_id']) ? $paramsFb['fb_comment_app_id'] : '';
     $this->tmpl['fb_comment_width'] = isset($paramsFb['fb_comment_width']) ? $paramsFb['fb_comment_width'] : 550;
     $this->tmpl['fb_comment_lang'] = isset($paramsFb['fb_comment_lang']) ? $paramsFb['fb_comment_lang'] : 'en_US';
     $this->tmpl['fb_comment_count'] = isset($paramsFb['fb_comment_count']) ? $paramsFb['fb_comment_count'] : '';
     $oH = '';
     if ($this->tmpl['enable_multibox'] == 1) {
         $this->tmpl['fb_comment_width'] = $this->tmpl['multibox_comments_width'];
         $oH = 'overflow:hidden;';
     }
     // CSS
     JHtml::stylesheet('components/com_phocagallery/assets/phocagallery.css');
     if ($this->tmpl['enablecustomcss'] == 1) {
         JHtml::stylesheet('components/com_phocagallery/assets/phocagallerycustom.css');
         if ($this->tmpl['customcss'] != '') {
             $document->addCustomTag("\n <style type=\"text/css\"> \n" . $this->escape(strip_tags($this->tmpl['customcss'])) . "\n </style> \n");
         }
     }
     //Multibox displaying
     $this->tmpl['mb_title'] = PhocaGalleryUtils::isEnabledMultiboxFeature(1);
     $this->tmpl['mb_desc'] = PhocaGalleryUtils::isEnabledMultiboxFeature(2);
     $this->tmpl['mb_uploaded_by'] = PhocaGalleryUtils::isEnabledMultiboxFeature(3);
     $this->tmpl['mb_rating'] = PhocaGalleryUtils::isEnabledMultiboxFeature(4);
     $this->tmpl['mb_maps'] = PhocaGalleryUtils::isEnabledMultiboxFeature(5);
     $this->tmpl['mb_tags'] = PhocaGalleryUtils::isEnabledMultiboxFeature(6);
     $this->tmpl['mb_comments'] = PhocaGalleryUtils::isEnabledMultiboxFeature(7);
     $this->tmpl['mb_thumbs'] = PhocaGalleryUtils::isEnabledMultiboxFeature(8);
     // No bar in Detail View
     if ($this->tmpl['detailwindow'] == 7) {
     } else {
         $document->addCustomTag("<style type=\"text/css\"> \n" . " html, body, .contentpane, #all, #main {" . $oH . "background:" . $this->tmpl['detailwindowbackgroundcolor'] . ";padding:0px !important;margin:0px !important; width: 100% !important; max-width: 100% !important;} \n" . " center, table {background:" . $this->tmpl['detailwindowbackgroundcolor'] . ";} \n" . " #sbox-window {background-color:#fff;padding:5px} \n" . "body {min-width:100%} \n" . ".rt-container {width:100%} \n" . " </style> \n");
     }
     // Download from the detail view which is not in the popupbox
     if ($var['download'] == 2) {
         $this->tmpl['displayicondownload'] = 2;
     }
     // Plugin Information
     if (isset($get['ratingimg']) && $get['ratingimg'] != '') {
         $this->tmpl['displayratingimg'] = $get['ratingimg'];
     }
     // Model
     $model =& $this->getModel();
     $item = $model->getData();
     //Multibox Thumbnails
     $this->tmpl['mb_thumbs_data'] = '';
     if ($this->tmpl['mb_thumbs'] == 1) {
         // if we get item variable, we have rights to load the thumbnails, this is why we checking it
         if (isset($item->id) && isset($item->catid) && (int) $item->id > 0 && (int) $item->catid > 0) {
             $this->tmpl['mb_thumbs_data'] = $model->getThumbnails((int) $item->id, (int) $item->catid, (int) $item->ordering);
         }
     }
     // User Avatar
     $this->tmpl['useravatarimg'] = '';
     $this->tmpl['useravatarmiddle'] = '';
     $userAvatar = PhocaGalleryUser::getUserAvatar($item->userid);
     if ($userAvatar) {
         $pathAvatarAbs = $path->avatar_abs . 'thumbs' . DS . 'phoca_thumb_s_' . $userAvatar->avatar;
         $pathAvatarRel = $path->avatar_rel . 'thumbs/phoca_thumb_s_' . $userAvatar->avatar;
         if (JFile::exists($pathAvatarAbs)) {
             $sIH = $this->params->get('small_image_height', 50);
             $sIHR = @getImageSize($pathAvatarAbs);
             if (isset($sIHR[1])) {
                 $sIH = $sIHR[1];
             }
             if ((int) $sIH > 0) {
                 $this->tmpl['useravatarmiddle'] = (int) $sIH / 2 - 10;
             }
             $this->tmpl['useravatarimg'] = '<img src="' . JURI::base(true) . '/' . $pathAvatarRel . '?imagesid=' . md5(uniqid(time())) . '" alt="" />';
         }
     }
     // Access check - don't display the image if you have no access to this image (if user add own url)
     // USER RIGHT - ACCESS - - - - - - - - - -
     $rightDisplay = 0;
     if (!empty($item)) {
         $rightDisplay = PhocaGalleryAccess::getUserRight('accessuserid', $item->cataccessuserid, $item->cataccess, $user->authorisedLevels(), $user->get('id', 0), 0);
     }
     if ((int) $rightDisplay == 0) {
         echo $close['html'];
         //Some problem with cache - Joomla! return this message if there is no reason for do it.
         //$this->tmpl['pl']		= 'index.php?option=com_users&view=login&return='.base64_encode($uri->toString());
         //$app->redirect(JRoute::_($this->tmpl['pl'], false), JText::_('COM_PHOCAGALLERY_NOT_AUTHORISED_ACTION'));
         exit;
     }
     // - - - - - - - - - - - - - - - - - - - -
     phocagalleryimport('phocagallery.image.image');
     phocagalleryimport('phocagallery.render.renderdetailbutton');
     // Javascript Slideshow buttons
     $detailButton = new PhocaGalleryRenderDetailButton();
     if ($this->tmpl['enable_multibox'] == 1) {
         $detailButton->setType('multibox');
     }
     $item->reloadbutton = $detailButton->getReload($item->catslug, $item->slug);
     $item->closebutton = $detailButton->getClose($item->catslug, $item->slug);
     $item->closetext = $detailButton->getCloseText($item->catslug, $item->slug);
     $item->nextbutton = $detailButton->getNext((int) $item->catid, (int) $item->id, (int) $item->ordering);
     $item->nextbuttonhref = $detailButton->getNext((int) $item->catid, (int) $item->id, (int) $item->ordering, 1);
     $item->prevbutton = $detailButton->getPrevious((int) $item->catid, (int) $item->id, (int) $item->ordering);
     $slideshowData = $detailButton->getJsSlideshow((int) $item->catid, (int) $item->id, (int) $var['slideshow'], $item->catslug, $item->slug);
     $item->slideshowbutton = $slideshowData['icons'];
     $item->slideshowfiles = $slideshowData['files'];
     $item->slideshow = $var['slideshow'];
     $item->download = $var['download'];
     // ALT VALUE
     $altValue = PhocaGalleryRenderFront::getAltValue($this->tmpl['altvalue'], $item->title, $item->description, $item->metadesc);
     $item->altvalue = $altValue;
     // Get file thumbnail or No Image
     $item->filenameno = $item->filename;
     $item->filename = PhocaGalleryFile::getTitleFromFile($item->filename, 1);
     $item->filesize = PhocaGalleryFile::getFileSize($item->filenameno);
     $realImageSize = '';
     $extImage = PhocaGalleryImage::isExtImage($item->extid);
     if ($extImage) {
         $item->extl = $item->extl;
         $item->exto = $item->exto;
         $realImageSize = PhocaGalleryImage::getRealImageSize($item->extl, '', 1);
         $item->imagesize = PhocaGalleryImage::getImageSize($item->exto, 1, 1);
         if ($item->extw != '') {
             $extw = explode(',', $item->extw);
             $item->extw = $extw[0];
         }
         $correctImageRes = PhocaGalleryPicasa::correctSizeWithRate($item->extw, $item->exth, $this->tmpl['picasa_correct_width_l'], $this->tmpl['picasa_correct_height_l']);
         $item->linkimage = JHtml::_('image', $item->extl, $item->altvalue, array('width' => $correctImageRes['width'], 'height' => $correctImageRes['height'], 'class' => 'pg-detail-image'));
         $item->realimagewidth = $correctImageRes['width'];
         $item->realimageheight = $correctImageRes['height'];
     } else {
         $item->linkthumbnailpath = PhocaGalleryImageFront::displayCategoryImageOrNoImage($item->filenameno, 'large');
         $item->linkimage = JHtml::_('image', $item->linkthumbnailpath, $item->altvalue, array('class' => 'pg-detail-image'));
         $realImageSize = PhocaGalleryImage::getRealImageSize($item->filenameno);
         $item->imagesize = PhocaGalleryImage::getImageSize($item->filenameno, 1);
         if (isset($realImageSize['w']) && isset($realImageSize['h'])) {
             $item->realimagewidth = $realImageSize['w'];
             $item->realimageheight = $realImageSize['h'];
         } else {
             $item->realimagewidth = $this->tmpl['largewidth'];
             $item->realimageheight = $this->tmpl['largeheight'];
         }
     }
     // Add Statistics
     $model->hit(JRequest::getVar('id', '', '', 'int'));
     // R A T I N G
     // Only registered (VOTES + COMMENTS)
     $this->tmpl['notregisteredimg'] = true;
     $this->tmpl['usernameimg'] = '';
     if ($access > 0) {
         $this->tmpl['notregisteredimg'] = false;
         $this->tmpl['usernameimg'] = $user->name;
     }
     // VOTES Statistics Img
     if ((int) $this->tmpl['displayratingimg'] == 1 || $this->tmpl['mb_rating']) {
         $this->tmpl['votescountimg'] = 0;
         $this->tmpl['votesaverageimg'] = 0;
         $this->tmpl['voteswidthimg'] = 0;
         $votesStatistics = PhocaGalleryRateImage::getVotesStatistics((int) $item->id);
         if (!empty($votesStatistics->count)) {
             $this->tmpl['votescountimg'] = $votesStatistics->count;
         }
         if (!empty($votesStatistics->average)) {
             $this->tmpl['votesaverageimg'] = $votesStatistics->average;
             if ($this->tmpl['votesaverageimg'] > 0) {
                 $this->tmpl['votesaverageimg'] = round((double) $this->tmpl['votesaverageimg'] / 0.5) * 0.5;
                 $this->tmpl['voteswidthimg'] = 22 * $this->tmpl['votesaverageimg'];
             } else {
                 $this->tmpl['votesaverageimg'] = (int) 0;
                 // not float displaying
             }
         }
         if ((int) $this->tmpl['votescountimg'] > 1) {
             $this->tmpl['votestextimg'] = 'COM_PHOCAGALLERY_VOTES';
         } else {
             $this->tmpl['votestextimg'] = 'COM_PHOCAGALLERY_VOTE';
         }
         // Already rated?
         $this->tmpl['alreadyratedimg'] = PhocaGalleryRateImage::checkUserVote((int) $item->id, (int) $user->id);
     }
     // Tags
     $this->tmpl['displaying_tags_output'] = '';
     if ($this->tmpl['display_tags_links'] == 1 || $this->tmpl['display_tags_links'] == 3 || $this->tmpl['mb_tags']) {
         if ($this->tmpl['detailwindow'] == 7) {
             $this->tmpl['displaying_tags_output'] = PhocaGalleryTag::displayTags($item->id);
         } else {
             $this->tmpl['displaying_tags_output'] = PhocaGalleryTag::displayTags($item->id, 1);
         }
     }
     // Back button
     $this->tmpl['backbutton'] = '';
     if ($this->tmpl['detailwindow'] == 7) {
         phocagalleryimport('phocagallery.image.image');
         $formatIcon =& PhocaGalleryImage::getFormatIcon();
         $this->tmpl['backbutton'] = '<div><a href="' . JRoute::_('index.php?option=com_phocagallery&view=category&id=' . $item->catslug . '&Itemid=' . JRequest::getVar('Itemid', 0, '', 'int')) . '"' . ' title="' . JText::_('COM_PHOCAGALLERY_BACK_TO_CATEGORY') . '">' . JHtml::_('image', 'components/com_phocagallery/assets/images/icon-up-images.' . $formatIcon, JText::_('COM_PHOCAGALLERY_BACK_TO_CATEGORY')) . '</a></div>';
     }
     // ASIGN
     $this->assignRef('tmpl', $this->tmpl);
     $this->assignRef('item', $item);
     $this->_prepareDocument($item);
     if ($this->tmpl['enable_multibox'] == 1) {
         if ($item->download > 0) {
             if ($this->tmpl['displayicondownload'] == 2) {
                 $backLink = 'index.php?option=com_phocagallery&view=category&id=' . $item->catslug . '&Itemid=' . JRequest::getVar('Itemid', 0, '', 'int');
                 phocagalleryimport('phocagallery.file.filedownload');
                 if (isset($item->exto) && $item->exto != '') {
                     PhocaGalleryFileDownload::download($item, $backLink, 1);
                 } else {
                     PhocaGalleryFileDownload::download($item, $backLink);
                 }
                 exit;
             } else {
                 parent::display('multibox');
                 //parent::display('download');
             }
         } else {
             if (isset($item->videocode) && $item->videocode != '' && $item->videocode != '0') {
                 $item->videocode = PhocaGalleryYoutube::displayVideo($item->videocode);
             }
             parent::display('multibox');
         }
     } else {
         if (isset($item->videocode) && $item->videocode != '' && $item->videocode != '0') {
             $item->videocode = PhocaGalleryYoutube::displayVideo($item->videocode);
             if ($this->tmpl['detailwindow'] != 7 && $this->tmpl['ytb_display'] == 1) {
                 $document->addCustomTag("<style type=\"text/css\"> \n" . " html, body, .contentpane, div#all, div#main, div#system-message-container {padding: 0px !important;margin: 0px !important;} \n" . " div#sbox-window {background-color:#fff;padding: 0px;margin: 0px;} \n" . " </style> \n");
             }
             parent::display('video');
         } else {
             parent::display('slideshowjs');
             if ($item->slideshow == 1) {
                 parent::display('slideshow');
             } else {
                 if ($item->download > 0) {
                     if ($this->tmpl['displayicondownload'] == 2) {
                         $backLink = 'index.php?option=com_phocagallery&view=category&id=' . $item->catslug . '&Itemid=' . JRequest::getVar('Itemid', 0, '', 'int');
                         phocagalleryimport('phocagallery.file.filedownload');
                         if (isset($item->exto) && $item->exto != '') {
                             PhocaGalleryFileDownload::download($item, $backLink, 1);
                         } else {
                             PhocaGalleryFileDownload::download($item, $backLink);
                         }
                         exit;
                     } else {
                         parent::display('download');
                     }
                 } else {
                     parent::display($tpl);
                 }
             }
         }
     }
 }
예제 #2
0
 function display($tpl = null)
 {
     $app = JFactory::getApplication();
     $user = JFactory::getUser();
     $userLevels = implode(',', $user->authorisedLevels());
     $db =& JFactory::getDBO();
     //$menu 		= &JSite::getMenu();
     $menu = JFactory::getApplication()->getMenu();
     $document =& JFactory::getDocument();
     $params = $app->getParams();
     // Specific category
     $id = JRequest::getVar('id', 0, '', 'int');
     // Params
     $categories = $params->get('feed_cat_ids', '');
     $ordering = $params->get('feed_img_ordering', 6);
     $imgCount = $params->get('feed_img_count', 5);
     $feedTitle = $params->get('feed_title', JText::_('COM_PHOCAGALLERY_GALLERY'));
     $tmpl['picasa_correct_width_m'] = (int) $params->get('medium_image_width', 100);
     $tmpl['picasa_correct_height_m'] = (int) $params->get('medium_image_height', 100);
     $document->setTitle($this->escape(html_entity_decode($feedTitle)));
     if ($id > 0) {
         $wheres[] = ' c.id =' . (int) $id;
     } else {
         if (count($categories) > 1) {
             JArrayHelper::toInteger($categories);
             $categoriesString = implode(',', $categories);
             $wheres[] = ' c.id IN ( ' . $categoriesString . ' ) ';
         } else {
             if ((int) $categories > 0) {
                 $wheres[] = ' c.id IN ( ' . $categories . ' ) ';
             }
         }
     }
     $imageOrdering = PhocaGalleryOrdering::getOrderingString($ordering, 6);
     $wheres[] = ' a.published = 1';
     $wheres[] = ' a.approved = 1';
     $wheres[] = ' c.published = 1';
     $wheres[] = ' c.approved = 1';
     $wheres[] = ' c.access IN (' . $userLevels . ')';
     $u = " (c.accessuserid LIKE '%0%' OR c.accessuserid LIKE '%-1%' OR c.accessuserid LIKE '%," . (int) $user->id . "' OR c.accessuserid LIKE '" . (int) $user->id . ",%' OR c.accessuserid LIKE '%," . (int) $user->id . ",%' OR c.accessuserid =" . (int) $user->id . ") ";
     $e = 'c.accessuserid IS NULL';
     $wheres[] = ' CASE WHEN c.accessuserid IS NOT NULL THEN ' . $u . ' ELSE ' . $e . ' END';
     $query = 'SELECT a.*, c.alias as catalias, c.title as categorytitle' . ' FROM #__phocagallery AS a' . ' LEFT JOIN #__phocagallery_categories AS c ON a.catid = c.id' . ' WHERE ' . implode(' AND ', $wheres) . $imageOrdering['output'];
     $db->setQuery($query, 0, $imgCount);
     $images = $db->loadObjectList();
     foreach ($images as $keyI => $value) {
         $item = new JFeedItem();
         $title = $this->escape($value->title);
         $title = html_entity_decode($title);
         $item->title = $title;
         $link = PhocaGalleryRoute::getCategoryRoute($value->catid, $value->catalias);
         $item->link = JRoute::_($link);
         // imgDate
         $imgDate = '';
         $imgDate = JHtml::Date($value->date, "Y-m-d h:m:s");
         if ($imgDate != '') {
             $item->date = $imgDate;
         }
         $item->description = '';
         if ($value->description != '') {
             $item->description .= '<div>' . $value->description . '</div>';
         }
         $extImage = false;
         if (isset($value->extid)) {
             $extImage = PhocaGalleryImage::isExtImage($value->extid);
         }
         // Trying to fix but in Joomla! method $this->_relToAbs - it cannot work with JRoute links :-(
         $itemL = str_replace(JURI::base(true), '', $item->link);
         if (substr($itemL, 0, 1) == '/') {
             $itemL = substr_replace($itemL, '', 0, 1);
         }
         $itemL = JURI::base() . $itemL;
         // Should really not happen
         $itemLTmp = str_replace('http://', '', $itemL);
         $pos = stripos($itemLTmp, '//');
         if ($pos !== false) {
             $itemLTmp = str_replace('//', '/', $itemLTmp);
             $itemL = 'http://' . $itemLTmp;
         }
         // - - - - - - - - - - -
         if ($extImage) {
             $correctImageRes = PhocaGalleryPicasa::correctSizeWithRate($value->extw, $value->exth, $tmpl['picasa_correct_width_m'], $tmpl['picasa_correct_height_m']);
             $imgLink = $value->extm;
             //$i = '<div><a href="'.JRoute::_($link).'"><img src="'.$imgLink .'" border="0" width="'.$correctImageRes['width'].'" height="'.$correctImageRes['height'].'" /></a></div>';
             $i = '<div><a href="' . $itemL . '"><img src="' . $imgLink . '" border="0" /></a></div>';
         } else {
             $imgLink = PhocaGalleryImageFront::displayCategoryImageOrNoImage($value->filename, 'medium');
             $i = '<div><a href="' . $itemL . '"><img src="' . $imgLink . '" border="0" /></a></div>';
         }
         $item->description .= $i;
         $item->category = $value->categorytitle;
         /*if ($value->author != '') {
         			$item->author		= $value->author;
         		}*/
         $document->addItem($item);
     }
 }
             $float = 1;
         }
     }
     if ($float == 1) {
         echo '<div style="' . $this->tmpl['fixedwidthstyle2'] . '" class="pg-cats-box-float">';
     }
 }
 // - - - - -
 echo '<div class="pg-field">' . "\n" . ' <div class="pg-legend">' . '  <a href="' . $this->categories[$i]->link . '" >' . $this->categories[$i]->title_self . '</a> ';
 if ($this->categories[$i]->numlinks > 0) {
     echo '<span class="small">(' . $this->categories[$i]->numlinks . ')</span>';
 }
 echo ' </div>' . "\n";
 echo '<div class="pg-cat-img-detail ' . $this->tmpl['class_suffix'] . '">' . "\n" . '<div class="pg-cat-img-detail-box">' . "\n" . ' <table border="0" cellpadding="0" cellspacing="0">' . "\n" . '  <tr>' . "\n" . '   <td style="text-align:center;"><a href="' . $this->categories[$i]->link . '">';
 if (isset($this->categories[$i]->extpic) && $this->categories[$i]->extpic) {
     $correctImageRes = PhocaGalleryPicasa::correctSizeWithRate($this->categories[$i]->extw, $this->categories[$i]->exth, $this->tmpl['picasa_correct_width'], $this->tmpl['picasa_correct_height']);
     echo JHtml::_('image', $this->categories[$i]->linkthumbnailpath, str_replace('&raquo;', '-', $this->categories[$i]->title), array('width' => $correctImageRes['width'], 'height' => $correctImageRes['height'], 'style' => ''));
 } else {
     echo JHtml::_('image', $this->categories[$i]->linkthumbnailpath, str_replace('&raquo;', '-', $this->categories[$i]->title), array('style' => ''));
 }
 echo '</a></td>' . '  </tr>' . "\n" . ' </table>' . "\n" . '</div>' . "\n";
 echo '<div style="margin-right:5px;margin-left:' . $this->tmpl['imagewidth'] . 'px;">' . "\n";
 if ($this->categories[$i]->description != '') {
     echo '<div class="pg-field-desc" >' . $this->categories[$i]->description . '</div><p>&nbsp;</p>';
 }
 echo '<table class="pg-field-table" border="0" cellpadding="0" cellspacing="0" >' . "\n";
 if ($this->categories[$i]->username != '') {
     echo '<tr><td>' . JText::_('COM_PHOCAGALLERY_AUTHOR') . ': </td>' . '<td>' . $this->categories[$i]->username . '</td></tr>' . "\n";
 }
 echo '<tr><td>' . JText::_('COM_PHOCAGALLERY_NR_IMG_CATEGORY') . ': </td>' . '<td>' . $this->categories[$i]->numlinks . '</td></tr>' . "\n";
 echo '<tr><td>' . JText::_('COM_PHOCAGALLERY_CATEGORY_VIEWED') . ': </td>' . '<td>' . $this->categories[$i]->hits . 'x</td></tr>' . "\n";
예제 #4
0
 function display($tpl = null)
 {
     $app = JFactory::getApplication();
     $document = JFactory::getDocument();
     $this->params = $app->getParams();
     $user = JFactory::getUser();
     $uri = JFactory::getURI();
     $this->itemId = $app->input->get('Itemid', 0, 'int');
     $neededAccessLevels = PhocaGalleryAccess::getNeededAccessLevels();
     $access = PhocaGalleryAccess::isAccess($user->getAuthorisedViewLevels(), $neededAccessLevels);
     // PLUGIN WINDOW - we get information from plugin
     $get = '';
     $get['comment'] = $app->input->get('comment', '', 'string');
     $this->tmpl['id'] = $app->input->get('id', 0, 'int');
     $this->tmpl['catid'] = $app->input->get('catid', '', 'string');
     $this->tmpl['maxcommentchar'] = $this->params->get('max_comment_char', 1000);
     $this->tmpl['displaycommentimg'] = $this->params->get('display_comment_img', 0);
     $this->tmpl['detailwindowbackgroundcolor'] = $this->params->get('detail_window_background_color', '#ffffff');
     $this->tmpl['commentwidth'] = $this->params->get('comment_width', 500);
     $this->tmpl['enable_multibox'] = $this->params->get('enable_multibox', 0);
     $this->tmpl['multibox_comments_width'] = $this->params->get('multibox_comments_width', 300);
     $this->tmpl['externalcommentsystem'] = $this->params->get('external_comment_system', 0);
     $this->tmpl['gallerymetakey'] = $this->params->get('gallery_metakey', '');
     $this->tmpl['gallerymetadesc'] = $this->params->get('gallery_metadesc', '');
     $this->tmpl['altvalue'] = $this->params->get('alt_value', 1);
     $this->tmpl['largewidth'] = $this->params->get('large_image_width', 640);
     $this->tmpl['largeheight'] = $this->params->get('large_image_height', 480);
     $this->tmpl['picasa_correct_width_l'] = (int) $this->params->get('large_image_width', 640);
     $this->tmpl['picasa_correct_height_l'] = (int) $this->params->get('large_image_height', 480);
     $paramsFb = PhocaGalleryFbSystem::getCommentsParams($this->params->get('fb_comment_user_id', ''));
     // Facebook
     $this->tmpl['fb_comment_app_id'] = isset($paramsFb['fb_comment_app_id']) ? $paramsFb['fb_comment_app_id'] : '';
     $this->tmpl['fb_comment_width'] = isset($paramsFb['fb_comment_width']) ? $paramsFb['fb_comment_width'] : 550;
     $this->tmpl['fb_comment_lang'] = isset($paramsFb['fb_comment_lang']) ? $paramsFb['fb_comment_lang'] : 'en_US';
     $this->tmpl['fb_comment_count'] = isset($paramsFb['fb_comment_count']) ? $paramsFb['fb_comment_count'] : '';
     $this->tmpl['display_comment_nopup'] = $this->params->get('display_comment_nopup', 0);
     $this->tmpl['enablecustomcss'] = $this->params->get('enable_custom_css', 0);
     $this->tmpl['customcss'] = $this->params->get('custom_css', '');
     // Multibox
     if ($this->tmpl['enable_multibox'] == 1) {
         $this->tmpl['commentwidth'] = (int) $this->tmpl['multibox_comments_width'] - 70;
         //padding - margin
     }
     $get['commentsi'] = $app->input->get('commentsi', '', 'int');
     $this->tmpl['enable_multibox_iframe'] = 0;
     if ($get['commentsi'] == 1) {
         // Seems we are in iframe
         $this->tmpl['enable_multibox_iframe'] = 1;
     }
     // CSS
     PhocaGalleryRenderFront::renderAllCSS();
     if ($this->tmpl['gallerymetakey'] != '') {
         $document->setMetaData('keywords', $this->tmpl['gallerymetakey']);
     }
     if ($this->tmpl['gallerymetadesc'] != '') {
         $document->setMetaData('description', $this->tmpl['gallerymetadesc']);
     }
     // PARAMS - Open window parameters - modal popup box or standard popup window
     $detail_window = $this->params->get('detail_window', 0);
     // Plugin information
     if (isset($get['comment']) && $get['comment'] != '') {
         $detail_window = $get['comment'];
     }
     // Only registered (VOTES + COMMENTS)
     $this->tmpl['not_registered'] = true;
     $this->tmpl['name'] = '';
     if ($access) {
         $this->tmpl['not_registered'] = false;
         $this->tmpl['name'] = $user->name;
     }
     $document->addScript(JURI::base(true) . '/media/com_phocagallery/js/comments.js');
     $document->addCustomTag(PhocaGalleryRenderFront::renderCommentJS((int) $this->tmpl['maxcommentchar']));
     $this->tmpl['already_commented'] = PhocaGalleryCommentImage::checkUserComment((int) $this->tmpl['id'], (int) $user->id);
     $commentItem = PhocaGalleryCommentImage::displayComment((int) $this->tmpl['id']);
     // PARAMS - Display Description in Detail window - set the font color
     $this->tmpl['detailwindowbackgroundcolor'] = $this->params->get('detail_window_background_color', '#ffffff');
     $this->tmpl['detailwindow'] = $this->params->get('detail_window', 0);
     $description_lightbox_font_color = $this->params->get('description_lightbox_font_color', '#ffffff');
     $description_lightbox_bg_color = $this->params->get('description_lightbox_bg_color', '#000000');
     $description_lightbox_font_size = $this->params->get('description_lightbox_font_size', 12);
     // NO SCROLLBAR IN DETAIL WINDOW
     $document->addCustomTag("<style type=\"text/css\"> \n" . " html,body, .contentpane{background:" . $this->tmpl['detailwindowbackgroundcolor'] . ";text-align:left;} \n" . " center, table {background:" . $this->tmpl['detailwindowbackgroundcolor'] . ";} \n" . " #sbox-window {background-color:#fff;padding:5px} \n" . " </style> \n");
     $model = $this->getModel();
     $item = $model->getData();
     $this->tmpl['imgtitle'] = $item->title;
     // Back button
     $this->tmpl['backbutton'] = '';
     if ($this->tmpl['detailwindow'] == 7 || $this->tmpl['display_comment_nopup']) {
         // Display Image
         // Access check - don't display the image if you have no access to this image (if user add own url)
         // USER RIGHT - ACCESS - - - - - - - - - -
         $rightDisplay = 0;
         if (!empty($item)) {
             $rightDisplay = PhocaGalleryAccess::getUserRight('accessuserid', $item->cataccessuserid, $item->cataccess, $user->getAuthorisedViewLevels(), $user->get('id', 0), 0);
         }
         if ($rightDisplay == 0) {
             $this->tmpl['pl'] = 'index.php?option=com_users&view=login&return=' . base64_encode($uri->toString());
             $app->redirect(JRoute::_($this->tmpl['pl'], false), JText::_('COM_PHOCAGALLERY_NOT_AUTHORISED_ACTION'));
             exit;
         }
         // - - - - - - - - - - - - - - - - - - - -
         phocagalleryimport('phocagallery.image.image');
         $this->tmpl['backbutton'] = '<div><a href="' . JRoute::_('index.php?option=com_phocagallery&view=category&id=' . $this->tmpl['catid'] . '&Itemid=' . $this->itemId) . '"' . ' title="' . JText::_('COM_PHOCAGALLERY_BACK_TO_CATEGORY') . '">' . JHtml::_('image', 'media/com_phocagallery/images/icon-up-images.png', JText::_('COM_PHOCAGALLERY_BACK_TO_CATEGORY')) . '</a></div>';
         // Get file thumbnail or No Image
         $item->filenameno = $item->filename;
         $item->filename = PhocaGalleryFile::getTitleFromFile($item->filename, 1);
         $item->filesize = PhocaGalleryFile::getFileSize($item->filenameno);
         $altValue = PhocaGalleryRenderFront::getAltValue($this->tmpl['altvalue'], $item->title, $item->description, $item->metadesc);
         $item->altvalue = $altValue;
         $realImageSize = '';
         $extImage = PhocaGalleryImage::isExtImage($item->extid);
         if ($extImage) {
             $item->extl = $item->extl;
             $item->exto = $item->exto;
             $realImageSize = PhocaGalleryImage::getRealImageSize($item->extl, '', 1);
             $item->imagesize = PhocaGalleryImage::getImageSize($item->exto, 1, 1);
             if ($item->extw != '') {
                 $extw = explode(',', $item->extw);
                 $item->extw = $extw[0];
             }
             $correctImageRes = PhocaGalleryPicasa::correctSizeWithRate($item->extw, $item->exth, $this->tmpl['picasa_correct_width_l'], $this->tmpl['picasa_correct_height_l']);
             $item->linkimage = JHtml::_('image', $item->extl, $item->altvalue, array('width' => $correctImageRes['width'], 'height' => $correctImageRes['height']));
             $item->realimagewidth = $correctImageRes['width'];
             $item->realimageheight = $correctImageRes['height'];
         } else {
             $item->linkthumbnailpath = PhocaGalleryImageFront::displayCategoryImageOrNoImage($item->filenameno, 'large');
             $item->linkimage = JHtml::_('image', $item->linkthumbnailpath, $item->altvalue);
             $realImageSize = PhocaGalleryImage::getRealImageSize($item->filenameno);
             $item->imagesize = PhocaGalleryImage::getImageSize($item->filenameno, 1);
             if (isset($realImageSize['w']) && isset($realImageSize['h'])) {
                 $item->realimagewidth = $realImageSize['w'];
                 $item->realimageheight = $realImageSize['h'];
             } else {
                 $item->realimagewidth = $this->tmpl['largewidth'];
                 $item->realimageheight = $this->tmpl['largeheight'];
             }
         }
         $this->assignRef('item', $item);
     }
     // ACTION
     $this->assignRef('item', $item);
     $this->tmpl['action'] = $uri->toString();
     $this->assignRef('commentitem', $commentItem);
     $this->_prepareDocument($item);
     parent::display($tpl);
 }
예제 #5
0
             if ($categoryCVSize == 'm') {
                 $picCorW = $this->tmpl['picasa_correct_width_m'];
                 $picCorH = $this->tmpl['picasa_correct_height_m'];
             } else {
                 $picCorW = $this->tmpl['picasa_correct_width_s'];
                 $picCorH = $this->tmpl['picasa_correct_height_s'];
             }
             $imageThumbnail = PhocaGalleryImageFront::displayCategoriesCVExtImgOrFolder($this->itemscv[$i]->extm, $this->itemscv[$i]->exts, $this->itemscv[$i]->linkthumbnailpath, (int) $this->tmpl['imagetypecv']);
         } else {
             $imageThumbnail = PhocaGalleryImageFront::displayCategoriesCVImageOrFolder($this->itemscv[$i]->linkthumbnailpath, (int) $this->tmpl['imagetypecv']);
         }
         // - - - - - - - - - - - - - - -
         echo '<div class="pg-cats-box-float">' . "\n";
         echo '<div class="pg-cats-box">' . "\n" . '<div class="pg-cats-box-img"><a href="' . $this->itemscv[$i]->link . '">';
         if (isset($this->itemscv[$i]->extpic) && $this->itemscv[$i]->extpic) {
             $correctImageRes = PhocaGalleryPicasa::correctSizeWithRate($this->itemscv[$i]->extw, $this->itemscv[$i]->exth, $picCorW, $picCorH);
             echo JHtml::_('image', $imageThumbnail, str_replace('&raquo;', '-', $this->itemscv[$i]->title), array('width' => $correctImageRes['width'], 'height' => $correctImageRes['height'], 'class' => PhocaGalleryRenderFront::renderImageClass($imageThumbnail)));
         } else {
             echo JHtml::_('image', $imageThumbnail, str_replace('&raquo;', '-', $this->itemscv[$i]->title), array('class' => PhocaGalleryRenderFront::renderImageClass($imageThumbnail)));
         }
         echo '</a>' . '</div>' . "\n" . '<div class="pg-cats-name ' . $this->tmpl['class_suffix'] . '"><a href="' . $this->itemscv[$i]->link . '">' . $this->itemscv[$i]->title . '</a> ';
         if ($this->itemscv[$i]->numlinks > 0) {
             echo '<span class="small">(' . $this->itemscv[$i]->numlinks . ')</span>';
         }
         echo '</div><div style="clear:both"></div>' . "\n" . '</div></div>' . "\n";
     }
     echo '<div style="clear:both"></div>' . "\n";
     echo '</div>' . "\n";
     echo "\n";
 } else {
     echo "\n\n";
예제 #6
0
 // A Start
 echo '<a class="' . $cv->button->methodname . '"';
 if ($cv->type == 2) {
     if ($cv->overlib == 0) {
         //echo ' title="'.$cv->odesctitletag.'"';
         echo ' title="' . htmlentities($cv->odesctitletag, ENT_QUOTES, 'UTF-8') . '"';
     }
 }
 echo ' href="' . $cv->link . '"';
 // Correct size for external Image (Picasa) - subcategory
 $extImage = false;
 if (isset($cv->extid)) {
     $extImage = PhocaGalleryImage::isExtImage($cv->extid);
 }
 if ($extImage && isset($cv->extw) && isset($cv->exth)) {
     $correctImageRes = PhocaGalleryPicasa::correctSizeWithRate($cv->extw, $cv->exth, $this->tmpl['picasa_correct_width_m'], $this->tmpl['picasa_correct_height_m'], $this->tmpl['diff_thumb_height']);
 }
 // Image Box (image, category, folder)
 if ($cv->type == 2) {
     // Render OnClick, Rel
     echo PhocaGalleryRenderFront::renderAAttribute($this->tmpl['detail_window'], $cv->button->options, $cv->linkorig, $this->tmpl['highslideonclick'], '', $cv->linknr, $cv->catalias);
     // SWITCH OR OVERLIB
     if ($this->tmpl['switch_image'] == 1) {
         echo PhocaGalleryRenderFront::renderASwitch($this->tmpl['switch_width'], $this->tmpl['switch_height'], $this->tmpl['switch_fixed_size'], $cv->extwswitch, $cv->exthswitch, $cv->extl, $cv->linkthumbnailpath);
     } else {
         echo $cv->overlib_value;
     }
     echo ' >';
     // A End
     // IMG Start
     if ($extImage) {
예제 #7
0
 public function renderASwitch($switchW, $switchH, $switchFixedSize, $extWSwitch, $extHSwitch, $extL, $linkThumbPath)
 {
     if ($extL != '') {
         // Picasa
         if ((int) $switchW > 0 && (int) $switchH > 0 && $switchFixedSize == 1) {
             // Custom Size
             return ' onmouseover="PhocaGallerySwitchImage(\'PhocaGalleryobjectPicture\', \'' . $extL . '\', ' . $switchW . ', ' . $switchH . ');" ';
         } else {
             // Picasa Size
             $correctImageResL = PhocaGalleryPicasa::correctSizeWithRate($extWSwitch, $extHSwitch, $switchW, $switchH);
             return ' onmouseover="PhocaGallerySwitchImage(\'PhocaGalleryobjectPicture\', \'' . $extL . '\', ' . $correctImageResL['width'] . ', ' . $correctImageResL['height'] . ');" ';
             // onmouseout="PhocaGallerySwitchImage(\'PhocaGalleryobjectPicture\', \''.$extL.'\');"
         }
     } else {
         $switchImg = str_replace('phoca_thumb_m_', 'phoca_thumb_l_', JURI::base(true) . '/' . $linkThumbPath);
         if ((int) $switchW > 0 && (int) $switchH > 0 && $switchFixedSize == 1) {
             return ' onmouseover="PhocaGallerySwitchImage(\'PhocaGalleryobjectPicture\', \'' . $switchImg . '\', ' . $switchW . ', ' . $switchH . ');" ';
         } else {
             return ' onmouseover="PhocaGallerySwitchImage(\'PhocaGalleryobjectPicture\', \'' . $switchImg . '\');" ';
             // onmouseout="PhocaGallerySwitchImage(\'PhocaGalleryobjectPicture\', \''.$switchImg.'\');"
         }
     }
     return '';
 }
예제 #8
0
            echo '</div>';
            echo '<div class="ph-cb"></div>';
            echo '</div>';
        }
        echo '<div class="ph-cb"></div>';
    }
}
// END MOST VIEWED
// LAST ADDED
if ($this->tmpl['displaylastaddedcatstat']) {
    echo '<h4>' . JText::_('COM_PHOCAGALLERY_LAST_ADDED_IMG_CAT') . '</h4>';
    if (!empty($this->tmpl['lastaddedimg'])) {
        foreach ($this->tmpl['lastaddedimg'] as $key => $value) {
            $extImage = PhocaGalleryImage::isExtImage($value->extid);
            if ($extImage) {
                $correctImageRes = PhocaGalleryPicasa::correctSizeWithRate($value->extw, $value->exth, $this->tmpl['picasa_correct_width_m'], $this->tmpl['picasa_correct_height_m']);
            }
            ?>
<div class="pg-cv-box pg-cv-box-stat">
				<div class="pg-cv-box-img pg-box1">
					<div class="pg-box2">
						<div class="pg-box3">					
							<a class="<?php 
            echo $value->button->methodname;
            ?>
"<?php 
            echo ' href="' . $value->link . '"';
            //Correction (to not be in conflict - statistics vs. standard images)
            // e.g. shadowbox shadowbox[PhocaGallery] --> shadowbox[PhocaGallery3]
            $options4 = str_replace('[PhocaGallery]', '[PhocaGallery4]', $value->button->options);
            echo PhocaGalleryRenderFront::renderAAttributeStat($this->tmpl['detail_window'], $options4, '', $this->tmpl['highslideonclick'], $this->tmpl['highslideonclick2'], '', $this->category->alias, 'la');
예제 #9
0
 function picasaImages($user, $authkey, $albumId, $catid, $language, $pagination, &$errorMsg)
 {
     // Large image - is taken as original
     // Medium - can be taken as original (if Picasat thumbs are too small or as thumbnail)
     // Small - is taken as thumbnail
     // In getSize we decide if the mediumT will be 0 or 1
     // mediumT = 1 - thumbnail, mediumT = 0 - original
     $mediumT = 0;
     phocagalleryimport('phocagallery.picasa.picasa');
     $size = PhocaGalleryPicasa::getSize($mediumT);
     $Ot = '$t';
     $OgeorssWhere = 'georss$where';
     $OgmlPoint = 'gml$Point';
     $OgmlPos = 'gml$pos';
     $OmediaGroup = 'media$group';
     $OmediaContent = 'media$content';
     $OmediaThumbnail = 'media$thumbnail';
     $OgphotoId = 'gphoto$id';
     $OgphotoName = 'gphoto$name';
     $OgphotoWidth = 'gphoto$width';
     // New Feature in Picasa
     $Ot = '$t';
     // LARGE AND SMALL( AND MEDIUM) - will be the same everywhere so we take them in one
     if ($authkey == '') {
         $albumAddressLSM = 'http://picasaweb.google.com/data/feed/api/user/' . htmlentities($user) . '/albumid/' . $albumId . '?alt=json&kind=photo' . $size['lsm'] . $pagination;
     } else {
         $albumAddressLSM = 'http://picasaweb.google.com/data/feed/api/user/' . htmlentities($user) . '/albumid/' . $albumId . '?alt=json&kind=photo' . $size['lsm'] . $pagination . '&authkey=' . htmlentities($authkey);
     }
     $dataAlbumLSM = PhocaGalleryPicasa::loadDataByAddress($albumAddressLSM, 'album', $errorMsg);
     if (!$dataAlbumLSM) {
         return false;
     }
     $dataAlbumLSM = json_decode($dataAlbumLSM);
     $dataImg = array();
     // LARGE AND SMALL (AND MEDIUM)
     if (isset($dataAlbumLSM->feed->entry) && count($dataAlbumLSM->feed->entry) > 0) {
         $i = 0;
         foreach ($dataAlbumLSM->feed->entry as $key => $value) {
             //$row->date = gmdate('Y-m-d H:i:s');
             $dataImg[$i]['extid'] = $value->{$OgphotoId}->{$Ot};
             //$dataImg[$i]['title']			= $value->summary->{$Ot};
             $dataImg[$i]['title'] = $value->title->{$Ot};
             $dataImg[$i]['description'] = $value->summary->{$Ot};
             $dataImg[$i]['extl'] = $value->content->src;
             // New Feature in Picasa
             //$dataImg[$i]['exto']			= str_replace('/s'.$size['ls'].'/', '/', $value->content->src);
             //$dataImg[$i]['exto']			= str_replace('/s'.$size['ls'].'/', '/s'.$value->{$OgphotoWidth}->{$Ot}.'/', $value->content->src);
             $dataImg[$i]['exto'] = str_replace('/s' . $size['ls'] . '/', '/s0/', $value->content->src);
             $dataImg[$i]['exts'] = $value->{$OmediaGroup}->{$OmediaThumbnail}[0]->url;
             if ($mediumT == 1) {
                 $dataImg[$i]['extm'] = $value->{$OmediaGroup}->{$OmediaThumbnail}[1]->url;
             }
             $dataImg[$i]['date'] = substr(str_replace('T', ' ', $value->updated->{$Ot}), 0, 19);
             $dataImg[$i]['language'] = $language;
             /*if (isset($value->{$OgeorssWhere}->{$OgmlPoint}->{$OgmlPos}->{$Ot})) {
             			$dataImg[$i]['latitude']	= substr($value->{$OgeorssWhere}->{$OgmlPoint}->{$OgmlPos}->{$Ot}, 0, 10);
             			$dataImg[$i]['longitude']	= substr($value->{$OgeorssWhere}->{$OgmlPoint}->{$OgmlPos}->{$Ot}, 11, 10);
             			$dataImg[$i]['zoom']		= 10;
             			//$data['geotitle']	= $data['title'];
             		}*/
             if (isset($value->{$OgeorssWhere}->{$OgmlPoint}->{$OgmlPos}->{$Ot})) {
                 //$dataImg[$i]['latitude']    = substr($value->{$OgeorssWhere}->{$OgmlPoint}->{$OgmlPos}->{$Ot}, 0, 10);
                 //$dataImg[$i]['longitude']    = substr($value->{$OgeorssWhere}->{$OgmlPoint}->{$OgmlPos}->{$Ot}, 11, 10);
                 $geoArray = explode(' ', $value->{$OgeorssWhere}->{$OgmlPoint}->{$OgmlPos}->{$Ot});
                 if (isset($geoArray[0])) {
                     $dataImg[$i]['latitude'] = $geoArray[0];
                 }
                 if (isset($geoArray[1])) {
                     $dataImg[$i]['longitude'] = $geoArray[1];
                 }
                 $dataImg[$i]['zoom'] = 10;
                 //$data['geotitle']    = $data['title'];
             }
             // Large
             $dataImg[$i]['extw'][0] = $value->{$OmediaGroup}->{$OmediaContent}[0]->width;
             $dataImg[$i]['exth'][0] = $value->{$OmediaGroup}->{$OmediaContent}[0]->height;
             if ($mediumT == 1) {
                 // Medium
                 $dataImg[$i]['extw'][1] = $value->{$OmediaGroup}->{$OmediaThumbnail}[1]->width;
                 $dataImg[$i]['exth'][1] = $value->{$OmediaGroup}->{$OmediaThumbnail}[1]->height;
             }
             // Small
             $dataImg[$i]['extw'][2] = $value->{$OmediaGroup}->{$OmediaThumbnail}[0]->width;
             $dataImg[$i]['exth'][2] = $value->{$OmediaGroup}->{$OmediaThumbnail}[0]->height;
             if (isset($dataImg[$i]['extw'][0]) && isset($dataImg[$i]['exth'][0]) && (int) $dataImg[$i]['exth'][0] > (int) $dataImg[$i]['extw'][0]) {
                 $dataImg[$i]['format'] = 2;
             } else {
                 $dataImg[$i]['format'] = 1;
             }
             // Complete the width and height here as all data large, small, medium are available
             // ksort is not needed here if $mediumT == 1 (medium is taken as thumbnail)
             if ($mediumT == 1) {
                 $dataImg[$i]['extw'] = implode(',', $dataImg[$i]['extw']);
                 $dataImg[$i]['exth'] = implode(',', $dataImg[$i]['exth']);
             }
             $dataImg[$i]['exttype'] = 0;
             $dataImg[$i]['published'] = 1;
             $dataImg[$i]['approved'] = 1;
             $dataImg[$i]['catid'] = $catid;
             $i++;
         }
     }
     // Only in case the medium image cannot be taken from Picasa thumbnails
     // MEDIUM
     if ($mediumT == 0) {
         if ($authkey == '') {
             $albumAddressM = 'http://picasaweb.google.com/data/feed/api/user/' . htmlentities($user) . '/albumid/' . $albumId . '?alt=json&kind=photo' . $size['m'] . $pagination;
         } else {
             $albumAddressM = 'http://picasaweb.google.com/data/feed/api/user/' . htmlentities($user) . '/albumid/' . $albumId . '?alt=json&kind=photo' . $size['m'] . $pagination . '&authkey=' . htmlentities($authkey);
         }
         $dataAlbumM = PhocaGalleryPicasa::loadDataByAddress($albumAddressM, 'album', $errorMsg);
         if ($dataAlbumM == '') {
             $errorMsg = JText::_('COM_PHOCAGALLERY_PICASA_NOT_LOADED_IMAGE');
             return false;
         }
         $dataAlbumM = json_decode($dataAlbumM);
         if (isset($dataAlbumM->feed->entry) && count($dataAlbumM->feed->entry) > 0) {
             $i = 0;
             foreach ($dataAlbumM->feed->entry as $key => $value) {
                 $dataImg[$i]['extm'] = $value->content->src;
                 // Medium
                 $dataImg[$i]['extw'][1] = $value->{$OmediaGroup}->{$OmediaContent}[0]->width;
                 $dataImg[$i]['exth'][1] = $value->{$OmediaGroup}->{$OmediaContent}[0]->height;
                 // Complete the width and height here as NOT all data large, small, medium are available
                 // ksort is needed here if $mediumT == 0 (medium is NOT taken as thumbnail)
                 ksort($dataImg[$i]['extw']);
                 ksort($dataImg[$i]['exth']);
                 $dataImg[$i]['extw'] = implode(',', $dataImg[$i]['extw']);
                 $dataImg[$i]['exth'] = implode(',', $dataImg[$i]['exth']);
                 $i++;
             }
         }
     }
     if (count($dataImg) > 0) {
         if ($this->storeImage($dataImg, $catid)) {
             return true;
         } else {
             $errorMsg = JText::_('COM_PHOCAGALLERY_PICASA_IMAGE_SAVE_ERROR');
             return false;
         }
     } else {
         return false;
         $errorMsg = JText::_('COM_PHOCAGALLERY_PICASA_NOT_LOADED_IMAGE');
     }
 }
예제 #10
0
 public function onContentPrepare($context, &$article, &$params, $page = 0)
 {
     $user = JFactory::getUser();
     $gid = $user->get('aid', 0);
     $db = JFactory::getDBO();
     //$menu 		= &JSite::getMenu();
     $document = JFactory::getDocument();
     $path = PhocaGalleryPath::getPath();
     // PARAMS - direct from Phoca Gallery Global configuration
     $component = 'com_phocagallery';
     $paramsC = JComponentHelper::getParams($component);
     // LIBRARY
     $library = PhocaGalleryLibrary::getLibrary();
     $libraries['pg-css-sbox-plugin'] = $library->getLibrary('pg-css-sbox-plugin');
     $libraries['pg-css-pg-plugin'] = $library->getLibrary('pg-css-pg-plugin');
     $libraries['pg-css-ie'] = $library->getLibrary('pg-css-ie');
     $libraries['pg-group-shadowbox'] = $library->getLibrary('pg-group-shadowbox');
     $libraries['pg-group-highslide'] = $library->getLibrary('pg-group-highslide');
     $libraries['pg-group-highslide-slideshow'] = $library->getLibrary('pg-group-highslide-slideshow');
     $libraries['pg-overlib-group'] = $library->getLibrary('pg-overlib-group');
     $libraries['pg-group-jak-pl'] = $library->getLibrary('pg-group-jak-pl');
     // PicLens CSS and JS will be loaded only one time in the site (pg-pl-piclens)
     // BUT PicLens Category will be loaded everytime new category should be displayed on the site
     $libraries['pg-pl-piclens'] = $library->getLibrary('pg-pl-piclens');
     // Start Plugin
     $regex_one = '/({phocagallery\\s*)(.*?)(})/si';
     $regex_all = '/{phocagallery\\s*.*?}/si';
     $matches = array();
     $count_matches = preg_match_all($regex_all, $article->text, $matches, PREG_OFFSET_CAPTURE | PREG_PATTERN_ORDER);
     $cssPgPlugin = '';
     $cssSbox = '';
     // Start if count_matches
     if ($count_matches != 0) {
         PhocaGalleryRenderFront::renderAllCSS();
         for ($i = 0; $i < $count_matches; $i++) {
             $this->_setPluginNumber();
             // Plugin variables
             $view = '';
             $catid = 0;
             $imageid = 0;
             $imagerandom = 0;
             $image_background_shadow = $paramsC->get('image_background_shadow', 'shadow1');
             $limitstart = 0;
             $limitcount = 0;
             $switch_width = $paramsC->get('switch_width', 640);
             $switch_height = $paramsC->get('switch_height', 480);
             $basic_image_id = $paramsC->get('switch_image', 0);
             $switch_fixed_size = $paramsC->get('switch_fixed_size', 0);
             $enable_switch = 0;
             $tmpl['display_name'] = $paramsC->get('display_name', 1);
             $tmpl['display_icon_detail'] = $paramsC->get('display_icon_detail', 1);
             $tmpl['display_icon_download'] = $paramsC->get('display_icon_download', 1);
             $tmpl['detail_window'] = $paramsC->get('detail_window', 0);
             // No boxplus in plugin:
             /*	if ($tmpl['detail_window']  == 9 || $tmpl['detail_window']  == 10) {
             				$tmpl['detail_window'] = 2;
             			}*/
             $detail_buttons = $paramsC->get('detail_buttons', 1);
             $hide_categories = $paramsC->get('hide_categories', '');
             $namefontsize = $paramsC->get('font_size_name', 12);
             $namenumchar = $paramsC->get('char_length_name', 11);
             $display_description = $paramsC->get('display_description_detail', 0);
             $description_height = $paramsC->get('description_detail_height', 16);
             $category_box_space = $paramsC->get('category_box_space', 0);
             $margin_box = $paramsC->get('margin_box', 5);
             $padding_box = $paramsC->get('padding_box', 5);
             // CSS
             $font_color = $paramsC->get('font_color', '#b36b00');
             $background_color = $paramsC->get('background_color', '#fcfcfc');
             $background_color_hover = $paramsC->get('background_color_hover', '#f5f5f5');
             $image_background_color = $paramsC->get('image_background_color', '#f5f5f5');
             $border_color = $paramsC->get('border_color', '#e8e8e8');
             $border_color_hover = $paramsC->get('border_color_hover', '#b36b00');
             $highslide_class = $paramsC->get('highslide_class', 'rounded-white');
             $highslide_opacity = $paramsC->get('highslide_opacity', 0);
             $highslide_outline_type = $paramsC->get('highslide_outline_type', 'rounded-white');
             $highslide_fullimg = $paramsC->get('highslide_fullimg', 0);
             $highslide_slideshow = $paramsC->get('highslide_slideshow', 1);
             $highslide_close_button = $paramsC->get('highslide_close_button', 0);
             $tmpl['enablecustomcss'] = $paramsC->get('enable_custom_css', 0);
             $tmpl['customcss'] = $paramsC->get('custom_css', '');
             $tmpl['displayratingimg'] = $paramsC->get('display_img_rating', 0);
             $tmpl['jakslideshowdelay'] = $paramsC->get('jak_slideshow_delay', 5);
             $tmpl['jakorientation'] = $paramsC->get('jak_orientation', 'none');
             $tmpl['jakdescription'] = $paramsC->get('jak_description', 1);
             $tmpl['jakdescriptionheight'] = $paramsC->get('jak_description_height', 0);
             $tmpl['imageordering'] = $paramsC->get('image_ordering', 9);
             $tmpl['highslidedescription'] = $paramsC->get('highslide_description', 0);
             $tmpl['pluginlink'] = 0;
             $tmpl['jakdatajs'] = array();
             $minimum_box_width = '';
             $tmpl['boxplus_theme'] = $paramsC->get('boxplus_theme', 'lightsquare');
             $tmpl['boxplus_bautocenter'] = (int) $paramsC->get('boxplus_bautocenter', 1);
             $tmpl['boxplus_autofit'] = (int) $paramsC->get('boxplus_autofit', 1);
             $tmpl['boxplus_slideshow'] = (int) $paramsC->get('boxplus_slideshow', 0);
             $tmpl['boxplus_loop'] = (int) $paramsC->get('boxplus_loop', 0);
             $tmpl['boxplus_captions'] = $paramsC->get('boxplus_captions', 'bottom');
             $tmpl['boxplus_thumbs'] = $paramsC->get('boxplus_thumbs', 'inside');
             $tmpl['boxplus_duration'] = (int) $paramsC->get('boxplus_duration', 250);
             $tmpl['boxplus_transition'] = $paramsC->get('boxplus_transition', 'linear');
             $tmpl['boxplus_contextmenu'] = (int) $paramsC->get('boxplus_contextmenu', 1);
             // Component settings - some behaviour is set in component and cannot be set in plugin
             // but plugin needs to accept it
             $tmplCom['displayicondownload'] = $paramsC->get('display_icon_download', 0);
             $plugin_type = 0;
             $padding_mosaic = 3;
             $float = '';
             $enable_piclens = $paramsC->get('enable_piclens', 0);
             $enable_overlib = $paramsC->get('enable_oberlib', 0);
             // Image categories
             $img_cat = 1;
             $img_cat_size = 'small';
             // Get plugin parameters
             $phocagallery = $matches[0][$i][0];
             preg_match($regex_one, $phocagallery, $phocagallery_parts);
             $parts = explode("|", $phocagallery_parts[2]);
             $values_replace = array("/^'/", "/'\$/", "/^&#39;/", "/&#39;\$/", "/<br \\/>/");
             foreach ($parts as $key => $value) {
                 $values = explode("=", $value, 2);
                 foreach ($values_replace as $key2 => $values2) {
                     $values = preg_replace($values2, '', $values);
                 }
                 // Get plugin parameters from article
                 if ($values[0] == 'view') {
                     $view = $values[1];
                 } else {
                     if ($values[0] == 'categoryid') {
                         $catid = $values[1];
                     } else {
                         if ($values[0] == 'imageid') {
                             $imageid = $values[1];
                         } else {
                             if ($values[0] == 'imagerandom') {
                                 $imagerandom = $values[1];
                             } else {
                                 if ($values[0] == 'imageshadow') {
                                     $image_background_shadow = $values[1];
                                 } else {
                                     if ($values[0] == 'limitstart') {
                                         $limitstart = $values[1];
                                     } else {
                                         if ($values[0] == 'limitcount') {
                                             $limitcount = $values[1];
                                         } else {
                                             if ($values[0] == 'detail') {
                                                 $tmpl['detail_window'] = $values[1];
                                             } else {
                                                 if ($values[0] == 'displayname') {
                                                     $tmpl['display_name'] = $values[1];
                                                 } else {
                                                     if ($values[0] == 'displaydetail') {
                                                         $tmpl['display_icon_detail'] = $values[1];
                                                     } else {
                                                         if ($values[0] == 'displaydownload') {
                                                             $tmpl['display_icon_download'] = $values[1];
                                                         } else {
                                                             if ($values[0] == 'displaybuttons') {
                                                                 $detail_buttons = $values[1];
                                                             } else {
                                                                 if ($values[0] == 'namefontsize') {
                                                                     $namefontsize = $values[1];
                                                                 } else {
                                                                     if ($values[0] == 'namenumchar') {
                                                                         $namenumchar = $values[1];
                                                                     } else {
                                                                         if ($values[0] == 'displaydescription') {
                                                                             $display_description = $values[1];
                                                                         } else {
                                                                             if ($values[0] == 'descriptionheight') {
                                                                                 $description_height = $values[1];
                                                                             } else {
                                                                                 if ($values[0] == 'hidecategories') {
                                                                                     $hide_categories = $values[1];
                                                                                 } else {
                                                                                     if ($values[0] == 'boxspace') {
                                                                                         $category_box_space = $values[1];
                                                                                     } else {
                                                                                         if ($values[0] == 'fontcolor') {
                                                                                             $font_color = $values[1];
                                                                                         } else {
                                                                                             if ($values[0] == 'bgcolor') {
                                                                                                 $background_color = $values[1];
                                                                                             } else {
                                                                                                 if ($values[0] == 'bgcolorhover') {
                                                                                                     $background_color_hover = $values[1];
                                                                                                 } else {
                                                                                                     if ($values[0] == 'imagebgcolor') {
                                                                                                         $image_background_color = $values[1];
                                                                                                     } else {
                                                                                                         if ($values[0] == 'bordercolor') {
                                                                                                             $border_color = $values[1];
                                                                                                         } else {
                                                                                                             if ($values[0] == 'bordercolorhover') {
                                                                                                                 $border_color_hover = $values[1];
                                                                                                             } else {
                                                                                                                 if ($values[0] == 'hsclass') {
                                                                                                                     $highslide_class = $values[1];
                                                                                                                 } else {
                                                                                                                     if ($values[0] == 'hsopacity') {
                                                                                                                         $highslide_opacity = $values[1];
                                                                                                                     } else {
                                                                                                                         if ($values[0] == 'hsoutlinetype') {
                                                                                                                             $highslide_outline_type = $values[1];
                                                                                                                         } else {
                                                                                                                             if ($values[0] == 'hsfullimg') {
                                                                                                                                 $highslide_fullimg = $values[1];
                                                                                                                             } else {
                                                                                                                                 if ($values[0] == 'hsslideshow') {
                                                                                                                                     $highslide_slideshow = $values[1];
                                                                                                                                 } else {
                                                                                                                                     if ($values[0] == 'hsclosebutton') {
                                                                                                                                         $highslide_close_button = $values[1];
                                                                                                                                     } else {
                                                                                                                                         if ($values[0] == 'float') {
                                                                                                                                             $float = $values[1];
                                                                                                                                         } else {
                                                                                                                                             if ($values[0] == 'jakslideshowdelay') {
                                                                                                                                                 $tmpl['jakslideshowdelay'] = $values[1];
                                                                                                                                             } else {
                                                                                                                                                 if ($values[0] == 'jakorientation') {
                                                                                                                                                     $tmpl['jakorientation'] = $values[1];
                                                                                                                                                 } else {
                                                                                                                                                     if ($values[0] == 'jakdescription') {
                                                                                                                                                         $tmpl['jakdescription'] = $values[1];
                                                                                                                                                     } else {
                                                                                                                                                         if ($values[0] == 'jakdescriptionheight') {
                                                                                                                                                             $tmpl['jakdescriptionheight'] = $values[1];
                                                                                                                                                         } else {
                                                                                                                                                             if ($values[0] == 'imageordering') {
                                                                                                                                                                 $tmpl['imageordering'] = $values[1];
                                                                                                                                                             } else {
                                                                                                                                                                 if ($values[0] == 'pluginlink') {
                                                                                                                                                                     $tmpl['pluginlink'] = $values[1];
                                                                                                                                                                 } else {
                                                                                                                                                                     if ($values[0] == 'highslidedescription') {
                                                                                                                                                                         $tmpl['highslidedescription'] = $values[1];
                                                                                                                                                                     } else {
                                                                                                                                                                         if ($values[0] == 'type') {
                                                                                                                                                                             $plugin_type = $values[1];
                                                                                                                                                                         } else {
                                                                                                                                                                             if ($values[0] == 'paddingmosaic') {
                                                                                                                                                                                 $padding_mosaic = $values[1];
                                                                                                                                                                             } else {
                                                                                                                                                                                 if ($values[0] == 'minboxwidth') {
                                                                                                                                                                                     $minimum_box_width = $values[1];
                                                                                                                                                                                 } else {
                                                                                                                                                                                     if ($values[0] == 'imagecategories') {
                                                                                                                                                                                         $img_cat = $values[1];
                                                                                                                                                                                     } else {
                                                                                                                                                                                         if ($values[0] == 'imagecategoriessize') {
                                                                                                                                                                                             $img_cat_size = $values[1];
                                                                                                                                                                                         } else {
                                                                                                                                                                                             if ($values[0] == 'switchwidth') {
                                                                                                                                                                                                 $switch_width = $values[1];
                                                                                                                                                                                             } else {
                                                                                                                                                                                                 if ($values[0] == 'switchheight') {
                                                                                                                                                                                                     $switch_height = $values[1];
                                                                                                                                                                                                 } else {
                                                                                                                                                                                                     if ($values[0] == 'basicimageid') {
                                                                                                                                                                                                         $basic_image_id = $values[1];
                                                                                                                                                                                                     } else {
                                                                                                                                                                                                         if ($values[0] == 'enableswitch') {
                                                                                                                                                                                                             $enable_switch = $values[1];
                                                                                                                                                                                                         } else {
                                                                                                                                                                                                             if ($values[0] == 'switchfixedsize') {
                                                                                                                                                                                                                 $switch_fixed_size = $values[1];
                                                                                                                                                                                                             } else {
                                                                                                                                                                                                                 if ($values[0] == 'piclens') {
                                                                                                                                                                                                                     $enable_piclens = $values[1];
                                                                                                                                                                                                                 } else {
                                                                                                                                                                                                                     if ($values[0] == 'overlib') {
                                                                                                                                                                                                                         $enable_overlib = $values[1];
                                                                                                                                                                                                                     } else {
                                                                                                                                                                                                                         if ($values[0] == 'enablecustomcss') {
                                                                                                                                                                                                                             $tmpl['enablecustomcss'] = $values[1];
                                                                                                                                                                                                                         }
                                                                                                                                                                                                                     }
                                                                                                                                                                                                                 }
                                                                                                                                                                                                             }
                                                                                                                                                                                                         }
                                                                                                                                                                                                     }
                                                                                                                                                                                                 }
                                                                                                                                                                                             }
                                                                                                                                                                                         }
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                             }
                                                                                                                                                                         }
                                                                                                                                                                     }
                                                                                                                                                                 }
                                                                                                                                                             }
                                                                                                                                                         }
                                                                                                                                                     }
                                                                                                                                                 }
                                                                                                                                             }
                                                                                                                                         }
                                                                                                                                     }
                                                                                                                                 }
                                                                                                                             }
                                                                                                                         }
                                                                                                                     }
                                                                                                                 }
                                                                                                             }
                                                                                                         }
                                                                                                     }
                                                                                                 }
                                                                                             }
                                                                                         }
                                                                                     }
                                                                                 }
                                                                             }
                                                                         }
                                                                     }
                                                                 }
                                                             }
                                                         }
                                                     }
                                                 }
                                             }
                                         }
                                     }
                                 }
                             }
                         }
                     }
                 }
             }
             // If Module link is to category or categories, the detail window method needs to be set to no popup
             if ((int) $tmpl['pluginlink'] > 0) {
                 $tmpl['detail_window'] = 7;
             }
             // Every loop of plugin has own number
             // Add custom CSS for every image (every image can have other CSS, Hover doesn't work in IE6)
             $iCss = $this->_plugin_number;
             if ($tmpl['enablecustomcss'] == 1) {
             } else {
                 $cssPgPlugin .= " .pgplugin" . $iCss . " {border:1px solid {$border_color} ; background: {$background_color} ;}\n" . " .pgplugin" . $iCss . ":hover, .pgplugin" . $i . ".hover {border:1px solid {$border_color_hover} ; background: {$background_color_hover} ;}\n";
             }
             $tmpl['formaticon'] = $paramsC->get('icon_format', 'gif');
             $tmpl['imagewidth'] = $medium_image_width = $paramsC->get('medium_image_width', 100);
             $tmpl['imageheight'] = $medium_image_height = $paramsC->get('medium_image_height', 100);
             $popup_width = $paramsC->get('front_modal_box_width', 680);
             $popup_height = $paramsC->get('front_modal_box_height', 560);
             $small_image_width = $paramsC->get('small_image_width', 50);
             $small_image_height = $paramsC->get('small_image_height', 50);
             $large_image_width = $paramsC->get('large_image_width', 640);
             $large_image_height = $paramsC->get('large_image_height', 480);
             $tmpl['enable_multibox'] = $paramsC->get('enable_multibox', 0);
             $tmpl['multibox_height'] = (int) $paramsC->get('multibox_height', 560);
             $tmpl['multibox_width'] = (int) $paramsC->get('multibox_width', 980);
             // Multibox
             if ($tmpl['enable_multibox'] == 1) {
                 $popup_width = $tmpl['multibox_width'];
                 $popup_height = $tmpl['multibox_height'];
             }
             // Correct Picasa Images - get Info
             switch ($img_cat_size) {
                 // medium
                 case 1:
                 case 5:
                     $tmpl['picasa_correct_width'] = (int) $paramsC->get('medium_image_width', 100);
                     $tmpl['picasa_correct_height'] = (int) $paramsC->get('medium_image_height', 100);
                     break;
                 case 0:
                 case 4:
                 default:
                     $tmpl['picasa_correct_width'] = (int) $paramsC->get('small_image_width', 50);
                     $tmpl['picasa_correct_height'] = (int) $paramsC->get('small_image_height', 50);
                     break;
             }
             if ($plugin_type == 1) {
                 $imgSize = 'small';
             } else {
                 if ($plugin_type == 2) {
                     $imgSize = 'large';
                 } else {
                     $imgSize = 'medium';
                 }
             }
             if ($display_description == 1) {
                 $popup_height = $popup_height + $description_height;
             }
             // Detail buttons in detail view
             if ($detail_buttons != 1) {
                 $popup_height = $popup_height - 45;
             }
             $popup_height_rating = $popup_height;
             if ($tmpl['displayratingimg'] == 1) {
                 $popup_height_rating = $popup_height + 35;
             }
             $modal_box_overlay_color = $paramsC->get('modal_box_overlay_color', '#000000');
             $modal_box_overlay_opacity = $paramsC->get('modal_box_overlay_opacity', 0.3);
             $modal_box_border_color = $paramsC->get('modal_box_border_color', '#6b6b6b');
             $modal_box_border_width = $paramsC->get('modal_box_border_width', 2);
             $tmpl['olbgcolor'] = $paramsC->get('ol_bg_color', '#666666');
             $tmpl['olfgcolor'] = $paramsC->get('ol_fg_color', '#f6f6f6');
             $tmpl['oltfcolor'] = $paramsC->get('ol_tf_color', '#000000');
             $tmpl['olcfcolor'] = $paramsC->get('ol_cf_color', '#ffffff');
             $tmpl['overliboverlayopacity'] = $paramsC->get('overlib_overlay_opacity', 0.7);
             // =======================================================
             // DIFFERENT METHODS OF DISPLAYING THE DETAIL VIEW
             // =======================================================
             // MODAL - will be displayed in case e.g. highslide or shadowbox too, because in there are more links
             JHtml::_('behavior.modal', 'a.pg-modal-button');
             $btn = new PhocaGalleryRenderDetailWindow();
             $btn->popupWidth = $popup_width;
             $btn->popupHeight = $popup_height;
             $btn->mbOverlayOpacity = $modal_box_overlay_opacity;
             $btn->sbSlideshowDelay = $paramsC->get('sb_slideshow_delay', 5);
             $btn->sbSettings = $paramsC->get('sb_settings', "overlayColor: '#000',overlayOpacity:0.5,resizeDuration:0.35,displayCounter:true,displayNav:true");
             $btn->hsSlideshow = $highslide_slideshow;
             $btn->hsClass = $highslide_class;
             $btn->hsOutlineType = $highslide_outline_type;
             $btn->hsOpacity = $highslide_opacity;
             $btn->hsCloseButton = $highslide_close_button;
             $btn->hsFullImg = $highslide_fullimg;
             $btn->jakDescHeight = $tmpl['jakdescriptionheight'];
             $btn->jakDescWidth = '';
             $btn->jakOrientation = $tmpl['jakorientation'];
             $btn->jakSlideshowDelay = $tmpl['jakslideshowdelay'];
             $btn->bpTheme = $paramsC->get('boxplus_theme', 'lightsquare');
             $btn->bpBautocenter = (int) $paramsC->get('boxplus_bautocenter', 1);
             $btn->bpAutofit = (int) $paramsC->get('boxplus_autofit', 1);
             $btn->bpSlideshow = (int) $paramsC->get('boxplus_slideshow', 0);
             $btn->bpLoop = (int) $paramsC->get('boxplus_loop', 0);
             $btn->bpCaptions = $paramsC->get('boxplus_captions', 'bottom');
             $btn->bpThumbs = $paramsC->get('boxplus_thumbs', 'inside');
             $btn->bpDuration = (int) $paramsC->get('boxplus_duration', 250);
             $btn->bpTransition = $paramsC->get('boxplus_transition', 'linear');
             $btn->bpContextmenu = (int) $paramsC->get('boxplus_contextmenu', 1);
             $btn->extension = 'Pl';
             /*
             			// Window
             			// =======================================================
             			// DIFFERENT METHODS OF DISPLAYING THE DETAIL VIEW
             			// =======================================================
             			
             			// MODAL - will be displayed in case e.g. highslide or shadowbox too, because in there are more links 
             			JHTML::_('behavior.modal', 'a.modal-button');
             
             			if ($cssSbox == '') {
             				$cssSbox .= " #sbox-window {background-color:".$modal_box_border_color.";padding:".$modal_box_border_width."px} \n"
             				." #sbox-overlay {background-color:".$modal_box_overlay_color.";} \n";
             			}
             			
             			// BUTTON (IMAGE - standard, modal, shadowbox)
             			$button = new JObject();
             			$button->set('name', 'image');
             
             			// BUTTON (ICON - standard, modal, shadowbox)
             			$button2 = new JObject();
             			$button2->set('name', 'icon');
             
             			// BUTTON OTHER (geotagging, downloadlink, ...)
             			$buttonOther = new JObject();
             			$buttonOther->set('name', 'other');
             
             			$tmpl ['highslideonclick']	= '';// for using with highslide
             			
             			// Random Number - because of more plugins on the site
             			$randName	= 'PhocaGalleryPl' . $iCss;
             			$randName2	= 'PhocaGalleryPl2' . $iCss;
             			
             			// -------------------------------------------------------
             			// STANDARD POPUP
             			// -------------------------------------------------------
             
             			if ($tmpl['detail_window'] == 1) {
             				
             				$button->set('methodname', 'js-button');
             				$button->set('options', "window.open(this.href,'win2','width=".$popup_width.",height=".$popup_height.",scrollbars=yes,menubar=no,resizable=yes'); return false;");
             				$button->set('optionsrating', "window.open(this.href,'win2','width=".$popup_width.",height=".$popup_height_rating.",scrollbars=yes,menubar=no,resizable=yes'); return false;");
             						
             				$button2->methodname 		= &$button->methodname;
             				$button2->options 			= &$button->options;
             				$buttonOther->methodname  	= &$button->methodname;
             				$buttonOther->options 		= &$button->options;
             				$buttonOther->optionsrating = &$button->optionsrating;
             				
             			}
             			
             			// -------------------------------------------------------
             			// MODAL BOX
             			// -------------------------------------------------------
             
             			else if ($tmpl['detail_window'] == 0 || $tmpl['detail_window'] == 2) { 
             				
             				// Button
             				$button->set('modal', true);
             				$button->set('methodname', 'modal-button');
             				
             				$button2->modal 			= &$button->modal;
             				$button2->methodname 		= &$button->methodname;
             				$buttonOther->modal 		= &$button->modal;
             				$buttonOther->methodname  	= &$button->methodname;
             				
             				// Modal - Image only
             				if ($tmpl['detail_window'] == 2) {
             					
             					$button->set('options', "{handler: 'image', size: {x: 200, y: 150}, overlayOpacity: ".$modal_box_overlay_opacity."}");
             					$button2->options 		= &$button->options;
             					$buttonOther->set('options', "{handler: 'iframe', size: {x: ".$popup_width.", y: ".$popup_height."}, overlayOpacity: ".$modal_box_overlay_opacity."}");
             					$buttonOther->set('optionsrating', "{handler: 'iframe', size: {x: ".$popup_width.", y: ".$popup_height_rating."}, overlayOpacity: ".$modal_box_overlay_opacity."}");
             				
             				// Modal - Iframe 			
             				} else {
             					$button->set('options', "{handler: 'iframe', size: {x: ".$popup_width.", y: ".$popup_height."}, overlayOpacity: ".$modal_box_overlay_opacity."}");
             					$buttonOther->set('optionsrating', "{handler: 'iframe', size: {x: ".$popup_width.", y: ".$popup_height_rating."}, overlayOpacity: ".$modal_box_overlay_opacity."}");
             				
             					$button2->options 		= &$button->options;
             					$buttonOther->options  	= &$button->options;
             				
             				}
             			}
             			
             			// -------------------------------------------------------
             			// SHADOW BOX
             			// -------------------------------------------------------
             
             			else if ($tmpl['detail_window'] == 3) {
             
             				
             				
             				$sb_slideshow_delay			= $paramsC->get( 'sb_slideshow_delay', 5 );
             				$sb_lang					= $paramsC->get( 'sb_lang', 'en' );
             				
             				$button->set('methodname', 'shadowbox-button-rim');
             				$button->set('options', "shadowbox[".$randName."];options={slideshowDelay:".$sb_slideshow_delay."}");
             					
             				$button2->methodname 		= &$button->methodname;
             				$button2->set('options', "shadowbox[".$randName2."];options={slideshowDelay:".$sb_slideshow_delay."}");
             				
             				$buttonOther->set('modal', true);
             				$buttonOther->set('methodname', 'modal-button');
             				$buttonOther->set('options', "{handler: 'iframe', size: {x: ".$popup_width.", y: ".$popup_height."}, overlayOpacity: ".$modal_box_overlay_opacity."}");
             				$buttonOther->set('optionsrating', "{handler: 'iframe', size: {x: ".$popup_width.", y: ".$popup_height_rating."}, overlayOpacity: ".$modal_box_overlay_opacity."}");
             				
             				$document->addScript(JURI::base(true).'/components/com_phocagallery/assets/js/shadowbox/shadowbox.js');	
             					
             				if ( $libraries['pg-group-shadowbox']->value == 0 ) {
             					$document->addCustomTag('<script type="text/javascript">
             			Shadowbox.loadSkin("classic", "'.JURI::base(true).'/components/com_phocagallery/assets/js/shadowbox/src/skin");
             			Shadowbox.loadLanguage("'.$sb_lang.'", "'.JURI::base(true).'/components/com_phocagallery/assets/js/shadowbox/src/lang");
             			Shadowbox.loadPlayer(["img"], "'.JURI::base(true).'/components/com_phocagallery/assets/js/shadowbox/src/player");
             			window.addEvent(\'domready\', function(){
                                     Shadowbox.init()
                                     });
             			</script>');
             					$library->setLibrary('pg-group-shadowbox', 1);
             				}
             
             			}
             			
             			// -------------------------------------------------------
             			// HIGHSLIDE JS
             			// -------------------------------------------------------
             
             			else if ($tmpl['detail_window'] == 4) {
             				
             				$button->set('methodname', 'highslide');
             				$button2->methodname 		= &$button->methodname;
             				$buttonOther->methodname 	= &$button->methodname;
             				
             				$document->addScript(JURI::base(true).'/components/com_phocagallery/assets/js/highslide/highslide-full.js');
             				$document->addStyleSheet(JURI::base(true).'/components/com_phocagallery/assets/js/highslide/highslide.css');
             						
             				if ( $libraries['pg-group-highslide']->value == 0 ) {
             					$document->addCustomTag( PhocaGalleryRenderFront::renderHighslideJSAll());
             					$document->addCustomTag('<!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="'.JURI::base(true).'/components/com_phocagallery/assets/js/highslide/highslide-ie6.css" /><![endif]-->');
             			$library->setLibrary('pg-group-highslide', 1);
             				}
             				
             				$document->addCustomTag( PhocaGalleryRenderFront::renderHighslideJS('pl', $popup_width, $popup_height, $highslide_outline_type, $highslide_opacity));
             				$tmpl['highslideonclick'] = 'return hs.htmlExpand(this, phocaZoomPl )';
             			}
             			
             			// -------------------------------------------------------
             			// HIGHSLIDE JS IMAGE ONLY
             			// -------------------------------------------------------
             
             			else if ($tmpl['detail_window'] == 5) {
             
             				$button->set('methodname', 'highslide');
             				$button2->methodname 		= &$button->methodname;
             				$buttonOther->methodname 	= &$button->methodname;
             				
             				$document->addScript(JURI::base(true).'/components/com_phocagallery/assets/js/highslide/highslide-full.js');
             			$document->addStyleSheet(JURI::base(true).'/components/com_phocagallery/assets/js/highslide/highslide.css');
             				
             				
             				if ( $libraries['pg-group-highslide']->value == 0 ) {
             					$document->addCustomTag( PhocaGalleryRenderFront::renderHighslideJSAll());
             					$document->addCustomTag('<!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="'.JURI::base(true).'/components/com_phocagallery/assets/js/highslide/highslide-ie6.css" /><![endif]-->');
             
             					$library->setLibrary('pg-group-highslide', 1);
             				}
             				
             				/* @deprecated	for each new plugin (with a new _plugin_number ) there has to be inserted another hs.addslideShow script with another slideshowGroup */
             /*	if ($libraries['pg-group-highslide-slideshow']->value == 0) {
             				if((int)$highslide_slideshow > 0) {
             					$library->setLibrary('pg-group-highslide-slideshow', 1);
             				}
             			} else {
             				// if we have added the slideshow to plugin code
             				// we cannot add it again
             				$highslide_slideshow = 0;
             			}*/
             /*
             $document->addCustomTag( PhocaGalleryRenderFront::renderHighslideJS('pl', $popup_width, $popup_height, $highslide_slideshow, $highslide_class, $highslide_outline_type, $highslide_opacity, $highslide_close_button));
             
             $tmpl['highslideonclick2']	= 'return hs.htmlExpand(this, phocaZoomPl )';
             //$tmpl['highslideonclick']	= 'return hs.expand(this, phocaImageRI )';
             $tmpl['highslideonclick']	= PhocaGalleryRenderFront::renderHighslideJSImage('pl', $highslide_class, $highslide_outline_type, $highslide_opacity, $highslide_fullimg);
             */
             /* this would better use addScriptDeclaration, but this would need further changes (-> removing the <script> tags from the return value of renderHighslideJS) */
             /*	$document->addCustomTag( PhocaGalleryRenderFront::renderHighslideJS('pl', $popup_width, $popup_height, $highslide_slideshow, $highslide_class, $highslide_outline_type, $highslide_opacity, $highslide_close_button, $this->_plugin_number));
             
             				
             				$tmpl['highslideonclick2']	= 'return hs.htmlExpand(this, phocaZoomPl )';
             				//$tmpl['highslideonclick']	= 'return hs.expand(this, phocaImageRI )';
             				$tmpl['highslideonclick']	= PhocaGalleryRenderFront::renderHighslideJSImage('pl', $highslide_class, $highslide_outline_type, $highslide_opacity, $highslide_fullimg, $this->_plugin_number);
             
             			}
             			// -------------------------------------------------------
             			// JAK LIGHTBOX
             			// -------------------------------------------------------
             
             			else if ($tmpl['detail_window'] == 6) {
             
             				$button->set('methodname', 'jaklightbox');
             				$button2->methodname 	= &$button->methodname;
             
             				$buttonOther->set('modal', true);
             				$buttonOther->set('methodname', 'modal-button');
             				$buttonOther->set('options', "{handler: 'iframe', size: {x: ".$popup_width.", y: ".$popup_height."}, overlayOpacity: ".$modal_box_overlay_opacity."}");
             				$buttonOther->set('optionsrating', "{handler: 'iframe', size: {x: ".$popup_width.", y: ".$popup_height_rating."}, overlayOpacity: ".$modal_box_overlay_opacity."}");
             
             
             				$document->addScript(JURI::base(true).'/components/com_phocagallery/assets/js/jak/jak_compressed.js');
             				$document->addScript(JURI::base(true).'/components/com_phocagallery/assets/js/jak/lightbox_compressed.js');
             				$document->addScript(JURI::base(true).'/components/com_phocagallery/assets/js/jak/jak_slideshow.js');
             				$document->addScript(JURI::base(true).'/components/com_phocagallery/assets/js/jak/window_compressed.js');
             				$document->addScript(JURI::base(true).'/components/com_phocagallery/assets/js/jak/interpolator_compressed.js');		
             				$document->addStyleSheet(JURI::base(true).'/components/com_phocagallery/assets/js/jak/lightbox-slideshow.css');
             				
             				$lHeight 		= 472 + (int)$tmpl['jakdescriptionheight'];
             				$lcHeight		= 10 + (int)$tmpl['jakdescriptionheight'];
             				$customJakTag	= '';
             				if ($tmpl['jakorientation'] == 'horizontal') {
             					$document->addStyleSheet(JURI::base(true).'/components/com_phocagallery/assets/js/jak/lightbox-horizontal.css');
             				} else if ($tmpl['jakorientation'] == 'vertical'){
             					$document->addStyleSheet(JURI::base(true).'/components/com_phocagallery/assets/js/jak/lightbox-vertical.css');
             					$customJakTag .= '.lightBox {height: '.$lHeight.'px;}'
             									.'.lightBox .image-browser-caption { height: '.$lcHeight.'px;}';
             				} else  {
             					$document->addStyleSheet(JURI::base(true).'/components/com_phocagallery/assets/js/jak/lightbox-vertical.css');
             					$customJakTag .= '.lightBox {height: '.$lHeight.'px;width:800px;}'
             								.'.lightBox .image-browser-caption { height: '.$lcHeight.'px;}'
             								.'.lightBox .image-browser-thumbs { display:none;}'
             								.'.lightBox .image-browser-thumbs div.image-browser-thumb-box { display:none;}';
             				}
             				
             				if ($customJakTag != '') {
             					$document->addCustomTag("<style type=\"text/css\">\n". $customJakTag. "\n"."</style>");
             				}
             				
             				//if ( $libraries['pg-group-jak-pl']->value == 0 ) {		
             					$document->addCustomTag( PhocaGalleryRenderFront::renderJakJs($tmpl['jakslideshowdelay'], $tmpl['jakorientation'], 'optgjaksPl'.$randName));
             				//	$library->setLibrary('pg-group-jak-pl', 1);
             				//}
             				
             			}
             
             			// -------------------------------------------------------
             			// NO POPUP
             			// -------------------------------------------------------
             
             			else if ($tmpl['detail_window'] == 7) {
             
             				$button->set('methodname', 'no-popup');
             				$button2->methodname 	= &$button->methodname;
             
             				
             				$buttonOther->set('modal', true);
             				$buttonOther->set('methodname', 'no-popup');
             				$buttonOther->set('options', "");
             				$buttonOther->set('optionsrating', "");
             				
             			}
             			
             			// -------------------------------------------------------
             			// SLIMBOX
             			// -------------------------------------------------------
             			
             			else if ($tmpl['detail_window'] == 8) {
             			
             				$button->set('methodname', 'slimbox');
             				$button2->methodname 		= &$button->methodname;
             				$button2->methodname 		= &$button->methodname;
             				$button2->set('options', "lightbox-images");
             				
             				$buttonOther->set('modal', true);
             				$buttonOther->set('methodname', 'modal-button');
             				$buttonOther->set('options', "{handler: 'iframe', size: {x: ".$popup_width.", y: ".$popup_height."}, overlayOpacity: ".$modal_box_overlay_opacity."}");
             				$buttonOther->set('optionsrating', "{handler: 'iframe', size: {x: ".$popup_width.", y: ".$popup_height_rating."}, overlayOpacity: ".$modal_box_overlay_opacity."}");
             			
             				$document->addScript(JURI::base(true).'/components/com_phocagallery/assets/js/slimbox/slimbox.js');
             				$document->addStyleSheet(JURI::base(true).'/components/com_phocagallery/assets/js/slimbox/css/slimbox.css');
             
             			}
             			
             			// -------------------------------------------------------
             			// BOXPLUS (BOXPLUS + BOXPLUS (IMAGE ONLY))
             			// -------------------------------------------------------
             			
             			else if ($tmpl['detail_window'] == 9 || $tmpl['detail_window'] == 10) {
             				
             				$language = JFactory::getLanguage();
             				
             				$button->set('options', 'phocagallerycboxplus');
             				$button->set('methodname', 'phocagallerycboxplus');
             				$button2->set('options', "phocagallerycboxplusi");
             				$button2->set('methodname', 'phocagallerycboxplusi');
             				$buttonOther->set('methodname', 'phocagallerycboxpluso');
             				$buttonOther->set('options', "phocagallerycboxpluso");
             				$buttonOther->set('optionsrating', "phocagallerycboxpluso");
             				
             				//if ($crossdomain) {
             				//	$document->addScript(JURI::base(true).'/components/com_phocagallery/assets/js/boxplus/jsonp.mootools.js');
             				//}
             				$document->addScript(JURI::base(true).'/components/com_phocagallery/assets/js/boxplus/boxplus.js');
             				$document->addScript(JURI::base(true).'/components/com_phocagallery/assets/js/boxplus/boxplus.lang.js?lang='.$language->getTag());
             				
             				$document->addStyleSheet(JURI::base(true).'/components/com_phocagallery/assets/js/boxplus/css/boxplus.css');
             				if ($language->isRTL()) {
             					$document->addStyleSheet(JURI::base(true).'/components/com_phocagallery/assets/js/boxplus/css/boxplus.rtl.css');
             				}
             				$document->addCustomTag('<!--[if lt IE 9]><link rel="stylesheet" href="'.JURI::base(true).'/components/com_phocagallery/assets/js/boxplus/css/boxplus.ie8.css" type="text/css" /><![endif]-->');
             				$document->addCustomTag('<!--[if lt IE 8]><link rel="stylesheet" href="'.JURI::base(true).'/components/com_phocagallery/assets/js/boxplus/css/boxplus.ie7.css" type="text/css" /><![endif]-->');
             				$document->addStyleSheet(JURI::base(true).'/components/com_phocagallery/assets/js/boxplus/css/boxplus.'.$tmpl['boxplus_theme'].'.css', 'text/css', null, array('title'=>'boxplus-'.$tmpl['boxplus_theme']));
             				
             				if (file_exists(JPATH_BASE.DS.'components'.DS.'com_phocagallery'.DS.'assets'.DS.'js'.DS.'boxplus'.DS.'css'.DS.'boxplus.'.$tmpl['boxplus_theme'])) {  // use IE-specific stylesheet only if it exists
             					$this->addCustomTag('<!--[if lt IE 9]><link rel="stylesheet" href="'.JURI::base(true).'/components/com_phocagallery/assets/js/boxplus/css/boxplus.'.$tmpl['boxplus_theme'].'.ie8.css" type="text/css" title="boxplus-'.$tmpl['boxplus_theme'].'" /><![endif]-->');
             				}
             				
             				$document->addScriptDeclaration('window.addEvent("domready", function () {');
             				
             				if ($tmpl['detail_window'] == 10) {
             					// Image
             					$document->addScriptDeclaration('new boxplus($$("a.phocagallerycboxplus"),{"theme":"'.$tmpl['boxplus_theme'].'","autocenter":'.(int)$tmpl['boxplus_bautocenter'].',"autofit":'.(int)$tmpl['boxplus_autofit'].',"slideshow":'.(int)$tmpl['boxplus_slideshow'].',"loop":'.(int)$tmpl['boxplus_loop'].',"captions":"'.$tmpl['boxplus_captions'].'","thumbs":"'.$tmpl['boxplus_thumbs'].'","width":'.(int)$popup_width.',"height":'.(int)$popup_height.',"duration":'.(int)$tmpl['boxplus_duration'].',"transition":"'.$tmpl['boxplus_transition'].'","contextmenu":'.(int)$tmpl['boxplus_contextmenu'].', phocamethod:1});');
             					
             					// Icon
             					$document->addScriptDeclaration('new boxplus($$("a.phocagallerycboxplusi"),{"theme":"'.$tmpl['boxplus_theme'].'","autocenter":'.(int)$tmpl['boxplus_bautocenter'].',"autofit":'.(int)$tmpl['boxplus_autofit'].',"slideshow":'.(int)$tmpl['boxplus_slideshow'].',"loop":'.(int)$tmpl['boxplus_loop'].',"captions":"'.$tmpl['boxplus_captions'].'","thumbs":"hide","width":'.(int)$popup_width.',"height":'.(int)$popup_height.',"duration":'.(int)$tmpl['boxplus_duration'].',"transition":"'.$tmpl['boxplus_transition'].'","contextmenu":'.(int)$tmpl['boxplus_contextmenu'].', phocamethod:1});');
             					
             				} else {
             					// Image
             					$document->addScriptDeclaration('new boxplus($$("a.phocagallerycboxplus"),{"theme":"'.$tmpl['boxplus_theme'].'","autocenter":'.(int)$tmpl['boxplus_bautocenter'].',"autofit": false,"slideshow": false,"loop":false,"captions":"none","thumbs":"hide","width":'.(int)$popup_width.',"height":'.(int)$popup_height.',"duration":0,"transition":"linear","contextmenu":false, phocamethod:2});');
             				
             					// Icon
             					$document->addScriptDeclaration('new boxplus($$("a.phocagallerycboxplusi"),{"theme":"'.$tmpl['boxplus_theme'].'","autocenter":'.(int)$tmpl['boxplus_bautocenter'].',"autofit": false,"slideshow": false,"loop":false,"captions":"none","thumbs":"hide","width":'.(int)$popup_width.',"height":'.(int)$popup_height.',"duration":0,"transition":"linear","contextmenu":false, phocamethod:2});');
             				}
             				
             				// Other (Map, Info, Download)
             				$document->addScriptDeclaration('new boxplus($$("a.phocagallerycboxpluso"),{"theme":"'.$tmpl['boxplus_theme'].'","autocenter":'.(int)$tmpl['boxplus_bautocenter'].',"autofit": false,"slideshow": false,"loop":false,"captions":"none","thumbs":"hide","width":'.(int)$popup_width.',"height":'.(int)$popup_height.',"duration":0,"transition":"linear","contextmenu":false, phocamethod:2});');
             				
             				$document->addScriptDeclaration('});');
             			}
             			*/
             // Random Number - because of more modules on the site
             $randName = 'PhocaGalleryPl' . substr(md5(uniqid(time())), 0, 8);
             //$randName2	= 'PhocaGalleryRIM2' . substr(md5(uniqid(time())), 0, 8);
             $btn->jakRandName = 'optgjaksPl' . $randName;
             $btn->setButtons($tmpl['detail_window'], $libraries, $library);
             $button = $btn->getB1();
             $button2 = $btn->getB2();
             $buttonOther = $btn->getB3();
             //krumo($tmpl['detail_window']);
             $tmpl['highslideonclick'] = '';
             // for using with highslide
             if (isset($button->highslideonclick)) {
                 $tmpl['highslideonclick'] = $button->highslideonclick;
                 // TODO
             }
             $tmpl['highslideonclick2'] = '';
             if (isset($button->highslideonclick2)) {
                 $tmpl['highslideonclick2'] = $button->highslideonclick2;
                 // TODO
             }
             $folderButton = new JObject();
             $folderButton->set('name', 'image');
             $folderButton->set('options', "");
             // End open window parameters
             // ===============================
             // OUTPUT
             // ===============================
             $output = '';
             $output .= '<div class="phocagallery">' . "\n";
             //--------------------------
             // DISPLAYING OF CATEGORIES (link doesn't work if there is no menu link)
             //--------------------------
             $hideCat = trim($hide_categories);
             $hideCatArray = explode(',', $hide_categories);
             $hideCatSql = '';
             if (is_array($hideCatArray)) {
                 foreach ($hideCatArray as $value) {
                     $hideCatSql .= ' AND cc.id != ' . (int) trim($value) . ' ';
                 }
             }
             // by vogo
             $uniqueCatSql = '';
             if ($catid > 0) {
                 $uniqueCatSql = ' AND cc.id = ' . $catid . '';
             }
             if ($view == 'categories') {
                 //CATEGORIES
                 $queryc = 'SELECT cc.*, a.catid, COUNT(a.id) AS numlinks,' . ' CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(\':\', cc.id, cc.alias) ELSE cc.id END as slug' . ' FROM #__phocagallery_categories AS cc' . ' LEFT JOIN #__phocagallery AS a ON a.catid = cc.id' . ' WHERE a.published = 1' . ' AND cc.published = 1' . ' AND cc.approved = 1' . ' AND a.approved = 1' . $hideCatSql . $uniqueCatSql . ' GROUP BY cc.id' . ' ORDER BY cc.ordering';
                 //SUBCATEGORIES
                 $querysc = 'SELECT cc.title AS text, cc.id AS value, cc.parent_id as parentid' . ' FROM #__phocagallery_categories AS cc' . ' WHERE cc.published = 1' . ' AND cc.approved = 1' . ' ORDER BY cc.ordering';
                 $data_outcome = '';
                 $data_outcome_array = '';
                 $db->setQuery($queryc);
                 $outcome_data = $db->loadObjectList();
                 $db->setQuery($querysc);
                 $outcome_subcategories = $db->loadObjectList();
                 $tree = array();
                 $text = '';
                 $tree = PhocaGalleryCategory::CategoryTreeOption($outcome_subcategories, $tree, 0, $text, -1);
                 foreach ($tree as $key => $value) {
                     foreach ($outcome_data as $key2 => $value2) {
                         if ($value->value == $value2->id) {
                             $data_outcome = new JObject();
                             $data_outcome->id = $value2->id;
                             $data_outcome->parent_id = $value2->parent_id;
                             $data_outcome->title = $value->text;
                             $data_outcome->name = $value2->name;
                             $data_outcome->alias = $value2->alias;
                             $data_outcome->image = $value2->image;
                             $data_outcome->section = $value2->section;
                             $data_outcome->image_position = $value2->image_position;
                             $data_outcome->description = $value2->description;
                             $data_outcome->published = $value2->published;
                             $data_outcome->editor = $value2->editor;
                             $data_outcome->ordering = $value2->ordering;
                             $data_outcome->access = $value2->access;
                             $data_outcome->accessuserid = $value2->accessuserid;
                             $data_outcome->uploaduserid = $value2->uploaduserid;
                             $data_outcome->deleteuserid = $value2->deleteuserid;
                             $data_outcome->count = $value2->count;
                             $data_outcome->params = $value2->params;
                             $data_outcome->catid = $value2->catid;
                             $data_outcome->numlinks = $value2->numlinks;
                             $data_outcome->slug = $value2->slug;
                             $data_outcome->link = '';
                             $data_outcome->filename = '';
                             $data_outcome->linkthumbnailpath = '';
                             $data_outcome->extm = '';
                             $data_outcome->exts = '';
                             $data_outcome->extw = '';
                             $data_outcome->exth = '';
                             $data_outcome->extid = '';
                             //FILENAME
                             $queryfn = 'SELECT filename, extm, exts, extw, exth, extid' . ' FROM #__phocagallery' . ' WHERE catid=' . $value2->id . ' AND published = 1' . ' AND approved = 1' . ' ORDER BY ordering LIMIT 1';
                             $db->setQuery($queryfn);
                             $outcome_filename = $db->loadObjectList();
                             $data_outcome->filename = $outcome_filename[0]->filename;
                             $data_outcome->extm = $outcome_filename[0]->extm;
                             $data_outcome->exts = $outcome_filename[0]->exts;
                             $data_outcome->extw = $outcome_filename[0]->extw;
                             $data_outcome->exth = $outcome_filename[0]->exth;
                             $data_outcome->extid = $outcome_filename[0]->extid;
                             $data_outcome_array[] = $data_outcome;
                         }
                     }
                 }
                 if ($img_cat == 1) {
                     $medium_image_height = $medium_image_height + 18;
                     $medium_image_width = $medium_image_width + 18;
                     $small_image_width = $small_image_width + 18;
                     $small_image_height = $small_image_height + 18;
                     $output .= '<table border="0">';
                     foreach ($data_outcome_array as $category) {
                         // ROUTE
                         $category->link = JRoute::_(PhocaGalleryRoute::getCategoryRoute($category->id, $category->alias));
                         $imgCatSizeHelper = 'small';
                         $mediumCSS = '';
                         //'background: url(\''.JURI::base(true).'/media/com_phocagallery/images/shadow1.png\') 50% 50% no-repeat;height:'.$medium_image_height	.'px;width:'.$medium_image_width.'px;';
                         $smallCSS = '';
                         //'background: url(\''.JURI::base(true).'/media/com_phocagallery/images/shadow3.png\') 50% 50% no-repeat;height:'.$small_image_height	.'px;width:'.$small_image_width.'px;';
                         switch ($img_cat_size) {
                             case 7:
                             case 5:
                                 $imageBg = $mediumCSS;
                                 break;
                             case 6:
                             case 4:
                                 $imageBg = $smallCSS;
                                 break;
                             default:
                                 $imageBg = '';
                                 break;
                         }
                         // Display Key Icon (in case we want to display unaccessable categories in list view)
                         $rightDisplayKey = 1;
                         // we simulate that we want not to display unaccessable categories
                         // so we get rightDisplayKey = 0 then the key will be displayed
                         if (isset($category)) {
                             //$rightDisplayKey = PhocaGalleryAccess::getUserRight ('accessuserid', $category->accessuserid ,$category->access, $user->get('aid', 0), $user->get('id', 0), 0);
                             $rightDisplayKey = PhocaGalleryAccess::getUserRight('accessuserid', $category->accessuserid, $category->access, $user->getAuthorisedViewLevels(), $user->get('id', 0), 0);
                         }
                         if (isset($category->extid) && $category->extid != '') {
                             $file_thumbnail = PhocaGalleryImageFront::displayCategoriesExtImgOrFolder($category->exts, $category->extm, $category->extw, $category->exth, (int) $img_cat_size, $rightDisplayKey);
                             $category->linkthumbnailpath = $file_thumbnail->rel;
                             $category->extw = $file_thumbnail->extw;
                             $category->exth = $file_thumbnail->exth;
                             $category->extpic = $file_thumbnail->extpic;
                         } else {
                             $file_thumbnail = PhocaGalleryImageFront::displayCategoriesImageOrFolder($category->filename, (int) $img_cat_size, $rightDisplayKey);
                             $category->linkthumbnailpath = $file_thumbnail->rel;
                         }
                         //Output
                         $output .= '<tr>' . '<td align="center" valign="middle" style="' . $imageBg . '"><a href="' . $category->link . '">';
                         if (isset($category->extpic) && $category->extpic != '') {
                             $correctImageRes = PhocaGalleryPicasa::correctSizeWithRate($category->extw, $category->exth, $tmpl['picasa_correct_width'], $tmpl['picasa_correct_height']);
                             $output .= '<img class="pg-image" src="' . $category->linkthumbnailpath . '" alt="' . $category->title . '" style="border:0" width="' . $correctImageRes['width'] . '" height="' . $correctImageRes['height'] . '" />';
                         } else {
                             $output .= '<img class="pg-image" src="' . JURI::base(true) . '/' . $category->linkthumbnailpath . '" alt="' . $category->title . '" style="border:0" />';
                         }
                         $output .= '</a></td>' . '<td><a href="' . $category->link . '" class="category' . $this->params->get('pageclass_sfx') . '">' . $category->title . '</a>&nbsp;' . '<span class="small">(' . $category->numlinks . ')</span></td>' . '</tr>';
                     }
                     $output .= '</table>';
                 } else {
                     $output .= '<ul>';
                     foreach ($data_outcome_array as $category) {
                         // ROUTE
                         $category->link = JRoute::_(PhocaGalleryRoute::getCategoryRoute($category->id, $category->alias));
                         $output .= '<li>' . '<a href="' . $category->link . '" class="category' . $this->params->get('pageclass_sfx') . '">' . $category->title . '</a>&nbsp;<span class="small">(' . $category->numlinks . ')</span>' . '</li>';
                     }
                     $output .= '</ul>';
                 }
             }
             //-----------------------
             // DISPLAYING OF IMAGES
             //-----------------------
             if ($view == 'category') {
                 $where = '';
                 // Only one image
                 if ($imageid > 0) {
                     $where = ' AND a.id = ' . $imageid;
                 }
                 // Random image
                 if ($imagerandom == 1 && $catid > 0) {
                     $query = 'SELECT id' . ' FROM #__phocagallery' . ' WHERE catid = ' . (int) $catid . ' AND published = 1' . ' AND approved = 1' . ' ORDER BY RAND()';
                     $db->setQuery($query);
                     $idQuery =& $db->loadObject();
                     if (!empty($idQuery)) {
                         $where = ' AND a.id = ' . $idQuery->id;
                     }
                 }
                 $limit = '';
                 // Count of images (LIMIT 0, 20)
                 if ($limitcount > 0) {
                     $limit = ' LIMIT ' . $limitstart . ', ' . $limitcount;
                 }
                 /*	$query = 'SELECT *' .
                 			' FROM #__phocagallery' .
                 			' WHERE catid = '.(int) $catid .
                 			' AND published = 1' . $where .
                 			' ORDER BY ordering' . $limit;*/
                 if ($tmpl['imageordering'] == 9) {
                     $imageOrdering = ' ORDER BY RAND()';
                 } else {
                     $iOA = PhocaGalleryOrdering::getOrderingString($tmpl['imageordering']);
                     $imageOrdering = $iOA['output'];
                 }
                 $query = 'SELECT cc.id, cc.alias as catalias, a.id, a.catid, a.title, a.alias, a.filename, a.description, a.extm, a.exts, a.extw, a.exth, a.extid, a.extl, a.exto,' . ' CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(\':\', cc.id, cc.alias) ELSE cc.id END as catslug, ' . ' CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(\':\', a.id, a.alias) ELSE a.id END as slug' . ' FROM #__phocagallery_categories AS cc' . ' LEFT JOIN #__phocagallery AS a ON a.catid = cc.id' . ' WHERE a.catid = ' . (int) $catid . ' AND a.published = 1' . ' AND a.approved = 1' . ' AND cc.published = 1' . ' AND cc.approved = 1' . $where . $imageOrdering . $limit;
                 $db->setQuery($query);
                 $category = $db->loadObjectList();
                 /*	// current category info
                 				$query = 'SELECT c.*,' .
                 					' CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(\':\', c.id, c.alias) ELSE c.id END as catslug '.
                 					' FROM #__phocagallery_categories AS c' .
                 					' WHERE c.id = '. (int) $catid;
                 				//	' AND c.section = "com_phocagallery"';
                 	
                 				$db->setQuery($query, 0, 1);
                 				$category_info = $db->loadObject();*/
                 // Output
                 $iI = 0;
                 foreach ($category as $image) {
                     // PicLens CATEGORY - loaded every time new category will be displayed on the site---------
                     if ((int) $enable_piclens > 0) {
                         $libName = 'pg-piclens-' . $image->catid;
                         $libraries[$libName] = $library->getLibrary($libName);
                         if ($libraries[$libName]->value == 0) {
                             $document->addCustomTag("<link id=\"phocagallerypiclens\" rel=\"alternate\" href=\"" . JURI::base(true) . "/images/phocagallery/" . $image->catid . ".rss\" type=\"application/rss+xml\" title=\"\" />");
                             $library->setLibrary($libName, 1);
                         }
                         // PicLens CSS - will be loaded only one time per site
                         $libraries[$libName] = $library->getLibrary('pg-pl-piclens');
                         if ($libraries['pg-pl-piclens']->value == 0) {
                             $document->addScript('http://lite.piclens.com/current/piclens.js');
                             $document->addCustomTag("<style type=\"text/css\">\n" . " .mbf-item { display: none; }\n" . " #phocagallery .mbf-item { display: none; }\n" . " </style>\n");
                             $library->setLibrary('pg-pl-piclens', 1);
                         }
                     }
                     // END PICLENS -----------------------------------------------------------------------------
                     // PICASA - - - - -
                     if ($image->extw != '') {
                         $extw = explode(',', $image->extw);
                         if ($plugin_type == 1) {
                             $image->extw = $extw[2];
                             //small
                         } else {
                             if ($plugin_type == 2) {
                                 $image->extw = $extw[0];
                                 //large
                             } else {
                                 $image->extw = $extw[1];
                                 //medium
                             }
                         }
                         $image->extwswitch = $extw[0];
                         //used for correcting switch
                     }
                     if ($image->exth != '') {
                         $exth = explode(',', $image->exth);
                         if ($plugin_type == 1) {
                             $image->exth = $exth[2];
                             //small
                         } else {
                             if ($plugin_type == 2) {
                                 $image->exth = $exth[0];
                                 //large
                             } else {
                                 $image->exth = $exth[1];
                                 //medium
                             }
                         }
                         $image->exthswitch = $exth[0];
                         //used for correcting switch
                     }
                     // - - - - - - - - -
                     $image->slug = $image->id . '-' . $image->alias;
                     // Get file thumbnail or No Image
                     $image->linkthumbnailpath = PhocaGalleryImageFront::displayCategoryImageOrNoImage($image->filename, $imgSize);
                     $file_thumbnail = PhocaGalleryFileThumbnail::getThumbnailName($image->filename, $imgSize);
                     $image->linkthumbnailpathabs = $file_thumbnail->abs;
                     // ROUTE
                     //$siteLink = JRoute::_(PhocaGalleryRoute::getImageRoute($image->id, $image->catid, $image->alias, $image->catalias, 'detail', 'tmpl=component&detail='.$tmpl['detail_window'].'&buttons='.$detail_buttons );
                     // Different links for different actions: image, zoom icon, download icon
                     $thumbLink = PhocaGalleryFileThumbnail::getThumbnailName($image->filename, 'large');
                     $thumbLinkM = PhocaGalleryFileThumbnail::getThumbnailName($image->filename, 'medium');
                     // ROUTE
                     if ($tmpl['detail_window'] == 7) {
                         $suffix = 'detail=' . $tmpl['detail_window'] . '&buttons=' . $detail_buttons;
                     } else {
                         $suffix = 'tmpl=component&detail=' . $tmpl['detail_window'] . '&buttons=' . $detail_buttons;
                     }
                     $siteLink = JRoute::_(PhocaGalleryRoute::getImageRoute($image->id, $image->catid, $image->alias, $image->catalias, 'detail', $suffix));
                     $imgLinkOrig = JURI::base(true) . '/' . PhocaGalleryFile::getFileOriginal($image->filename, 1);
                     $imgLink = $thumbLink->rel;
                     if (isset($image->extid) && $image->extid != '') {
                         $imgLink = $image->extl;
                         $imgLinkOrig = $image->exto;
                     }
                     // Different Link - to all categories
                     if ((int) $tmpl['pluginlink'] == 2) {
                         $siteLink = $imgLinkOrig = $imgLink = PhocaGalleryRoute::getCategoriesRoute();
                     } else {
                         if ((int) $tmpl['pluginlink'] == 1) {
                             $siteLink = $imgLinkOrig = $imgLink = PhocaGalleryRoute::getCategoryRoute($image->catid, $image->catalias);
                         }
                     }
                     if ($tmpl['detail_window'] == 2) {
                         $image->link = $imgLink;
                         $image->link2 = $imgLink;
                         $image->linkother = $siteLink;
                         $image->linkorig = $imgLinkOrig;
                     } else {
                         if ($tmpl['detail_window'] == 3) {
                             $image->link = $imgLink;
                             $image->link2 = $imgLink;
                             $image->linkother = $siteLink;
                             $image->linkorig = $imgLinkOrig;
                         } else {
                             if ($tmpl['detail_window'] == 5) {
                                 $image->link = $imgLink;
                                 $image->link2 = $siteLink;
                                 $image->linkother = $siteLink;
                                 $image->linkorig = $imgLinkOrig;
                             } else {
                                 if ($tmpl['detail_window'] == 6) {
                                     $image->link = $imgLink;
                                     $image->link2 = $imgLink;
                                     $image->linkother = $siteLink;
                                     $image->linkorig = $imgLinkOrig;
                                     // jak data js
                                     switch ($tmpl['jakdescription']) {
                                         case 0:
                                             $descriptionJakJs = '';
                                             break;
                                         case 2:
                                             $descriptionJakJs = PhocaGalleryText::strTrimAll(addslashes($image->description));
                                             break;
                                         case 3:
                                             $descriptionJakJs = PhocaGalleryText::strTrimAll(addslashes($image->title));
                                             if ($image->description != '') {
                                                 $descriptionJakJs .= '<br />' . PhocaGalleryText::strTrimAll(addslashes($image->description));
                                             }
                                             break;
                                         case 1:
                                         default:
                                             $descriptionJakJs = PhocaGalleryText::strTrimAll(addslashes($image->title));
                                             break;
                                     }
                                     $image->linknr = $iI;
                                     $tmpl['jakdatajs'][$iI] = "{alt: '" . PhocaGalleryText::strTrimAll(addslashes($image->title)) . "',";
                                     if ($descriptionJakJs != '') {
                                         $tmpl['jakdatajs'][$iI] .= "description: '" . $descriptionJakJs . "',";
                                     } else {
                                         $tmpl['jakdatajs'][$iI] .= "description: ' ',";
                                     }
                                     if (isset($image->extid) && $image->extid != '') {
                                         $tmpl['jakdatajs'][$iI] .= "small: {url: '" . $image->extm . "'}," . "big: {url: '" . $image->extl . "'} }";
                                     } else {
                                         $tmpl['jakdatajs'][$iI] .= "small: {url: '" . htmlentities(JURI::base(true) . '/' . PhocaGalleryText::strTrimAll(addslashes($thumbLinkM->rel))) . "'}," . "big: {url: '" . htmlentities(JURI::base(true) . '/' . PhocaGalleryText::strTrimAll(addslashes($imgLink))) . "'} }";
                                     }
                                 } else {
                                     if ($tmpl['detail_window'] == 8) {
                                         $image->link = $imgLink;
                                         $image->link2 = $imgLink;
                                         $image->linkother = $imgLink;
                                         $image->linkorig = $imgLinkOrig;
                                     } else {
                                         if ($tmpl['detail_window'] == 9) {
                                             $image->link = $siteLink;
                                             $image->link2 = $siteLink;
                                             $image->linkother = $siteLink;
                                             $image->linkorig = $imgLinkOrig;
                                         } else {
                                             if ($tmpl['detail_window'] == 10) {
                                                 $image->link = $imgLink;
                                                 $image->link2 = $imgLink;
                                                 $image->linkother = $siteLink;
                                                 $image->linkorig = $imgLinkOrig;
                                             } else {
                                                 $image->link = $siteLink;
                                                 $image->link2 = $siteLink;
                                                 $image->linkother = $siteLink;
                                                 $image->linkorig = $imgLinkOrig;
                                             }
                                         }
                                     }
                                 }
                             }
                         }
                     }
                     // Different types
                     switch ($plugin_type) {
                         case 1:
                         case 2:
                             if (JFile::exists($image->linkthumbnailpathabs)) {
                                 list($width, $height) = GetImageSize($image->linkthumbnailpathabs);
                                 $imageOrigHeight = $height;
                                 $imageOrigWidth = $width;
                             }
                             if ($float == '') {
                                 $float = 'left';
                             }
                             $output .= '<div style="float:' . $float . ';padding:' . (int) $padding_mosaic . 'px;">' . "\n";
                             $output .= '<a class="' . $button->methodname . '" title="' . $image->title . '" href="' . JRoute::_($image->link) . '"';
                             if ($tmpl['detail_window'] == 1) {
                                 $output .= ' onclick="' . $button->options . '"';
                             } else {
                                 if ($tmpl['detail_window'] == 4 || $tmpl['detail_window'] == 5) {
                                     $highSlideOnClick = str_replace('[phocahsfullimg]', $image->linkorig, $tmpl['highslideonclick']);
                                     $output .= ' onclick="' . $highSlideOnClick . '"';
                                 } else {
                                     if ($tmpl['detail_window'] == 6) {
                                         $output .= ' onclick="gjaksMod' . $randName . '.show(' . $image->linknr . '); return false;"';
                                     } else {
                                         if ($tmpl['detail_window'] == 7) {
                                             $output .= '';
                                         } else {
                                             if ($tmpl['detail_window'] == 8) {
                                                 $output .= ' rel="lightbox-' . $randName . '" ';
                                             } else {
                                                 $output .= ' rel="' . $button->options . '"';
                                             }
                                         }
                                     }
                                 }
                             }
                             $output .= ' >' . "\n";
                             if (isset($image->extid) && $image->extid != '') {
                                 if ($plugin_type == 1) {
                                     $correctImageRes = PhocaGalleryPicasa::correctSizeWithRate($image->extw, $image->exth, $small_image_width, $small_image_height);
                                     $imgLink = $image->exts;
                                 } else {
                                     $correctImageRes = PhocaGalleryPicasa::correctSizeWithRate($image->extw, $image->exth, $large_image_width, $large_image_height);
                                     $imgLink = $image->extl;
                                 }
                                 $output .= '<img class="pg-image"  src="' . $imgLink . '" alt="' . $image->title . '" width="' . $correctImageRes['width'] . '" height="' . $correctImageRes['height'] . '" />';
                             } else {
                                 $output .= '<img class="pg-image"  src="' . JURI::base(true) . '/' . $image->linkthumbnailpath . '" alt="' . $image->title . '" width="' . $imageOrigWidth . '" height="' . $imageOrigHeight . '" />';
                             }
                             $output .= '</a>';
                             if ($tmpl['detail_window'] == 5) {
                                 if ($tmpl['highslidedescription'] == 1 || $tmpl['highslidedescription'] == 3) {
                                     $output .= '<div class="highslide-heading">';
                                     $output .= $image->title;
                                     $output .= '</div>';
                                 }
                                 if ($tmpl['highslidedescription'] == 2 || $tmpl['highslidedescription'] == 3) {
                                     $output .= '<div class="highslide-caption">';
                                     $output .= $image->description;
                                     $output .= '</div>';
                                 }
                             }
                             //$output .= '</div>';
                             break;
                         case 0:
                         default:
                             // Float
                             $float_code = '';
                             if ($float != '') {
                                 $float_code = 'position:relative;float:' . $float . ';';
                             }
                             // Maximum size of module image is 100 x 100
                             jimport('joomla.filesystem.file');
                             $imageWidth['size'] = (int) $medium_image_width;
                             //100;
                             $imageHeight['size'] = (int) $medium_image_height;
                             $imageHeight['boxsize'] = (int) $medium_image_height;
                             $imageWidth['boxsize'] = (int) $medium_image_width + 20;
                             //120;
                             $imageOrigHeight = (int) $medium_image_height;
                             $imageOrigWidth = (int) $medium_image_width;
                             //100;
                             if (isset($image->extid) && $image->extid != '') {
                                 list($width, $height) = @getimagesize($image->extm);
                                 $correctImageRes = PhocaGalleryPicasa::correctSizeWithRate($image->extw, $image->exth, $medium_image_width, $medium_image_height);
                                 $imageOrigWidth = $correctImageRes['width'];
                                 $imageOrigHeight = $correctImageRes['height'];
                             } else {
                                 if (JFile::exists($image->linkthumbnailpathabs)) {
                                     list($width, $height) = GetImageSize($image->linkthumbnailpathabs);
                                     $imageHeight = PhocaGalleryImage::correctSize($height, $imageHeight['size'], $imageHeight['boxsize'], 0);
                                     $imageWidth = PhocaGalleryImage::correctSize($width, $imageWidth['size'], $imageWidth['boxsize'], 20);
                                     $imageOrigHeight = $height;
                                     $imageOrigWidth = $width;
                                 }
                             }
                             if ((int) $minimum_box_width > 0) {
                                 $imageWidth['boxsize'] = $minimum_box_width;
                             }
                             $tmpl['boxsize'] = PhocaGalleryImage::setBoxSize($tmpl, 2);
                             // PARAMS - Background shadow
                             /*if ( $image_background_shadow != 'none' ) {	
                             			// IE hack
                             			$shadowPath = $path->image_abs_front . $image_background_shadow.'.'.$tmpl['formaticon'];
                             			
                             			$shadowSize	= @getimagesize($shadowPath);
                             			if (isset($shadowSize[0]) && isset($shadowSize[0])) {
                             			
                             				$w = (int)$medium_image_width + 18 - (int)$shadowSize[0];
                             				$h = (int)$medium_image_height + 18 - (int)$shadowSize[1];
                             				
                             				if ($w != 0) {$w = $w/2;} // plus or minus should be divided, not null
                             				if ($h != 0) {$h = $h/2;}
                             			} else {
                             				$w = $h = 0;
                             			}
                             			$imageBgCSS = '';//'background: url(\''.JURI::base(true).'/media/com_phocagallery/images/'.$image_background_shadow.'.png\') 50% 50% no-repeat;';
                             			
                             			$imageBgCSSIE = '';//'background: url(\''.JURI::base(true).'/media/com_phocagallery/images/'.$image_background_shadow.'.png\') '.$w.'px '.$h.'px no-repeat;';
                             			$imageHeight['size'] 	= $tmpl['boxsize']['height'] + 18;
                             		$imageWidth['size'] 	= $imageWidth['size'] + 18;
                             		
                             		} else {
                             			$imageBgCSS = '';//'background: '.$image_background_color .';';
                             			$imageBgCSSIE = '';//'background: '.$image_background_color .';';
                             			
                             		}*/
                             $tmpl['boxsize']['height'] = $tmpl['boxsize']['height'] + 18;
                             $tmpl['boxsize']['width'] = $tmpl['boxsize']['width'] + 18;
                             // TODO
                             // After IE will be standard browser (no IE7 will be used)
                             // change $imageBgCSSIE to $imageBgCSS
                             $output .= '<div class="phocagallery-box-file pgplugin' . $iCss . '" style="height:' . $tmpl['boxsize']['height'] . 'px; width:' . $tmpl['boxsize']['width'] . 'px;' . $float_code . 'margin: ' . $margin_box . 'px;padding: ' . $padding_box . 'px;">' . "\n" . '<center>' . "\n" . '<div class="phocagallery-box-file-first" style="height: ' . $imageHeight['size'] . 'px; width: ' . $imageWidth['size'] . 'px;">' . "\n" . '<div class="phocagallery-box-file-second" >' . "\n" . '<div class="phocagallery-box-file-third" >' . "\n" . '<center style="margin-top: 10px;">' . "\n" . '<a class="' . $button->methodname . '"';
                             if ($enable_overlib == 0) {
                                 $output .= ' title="' . $image->title . '"';
                             }
                             $output .= ' href="' . JRoute::_($image->link) . '"';
                             // DETAIL WINDOW
                             if ($tmpl['detail_window'] == 1) {
                                 $output .= ' onclick="' . $button->options . '"';
                             } else {
                                 if ($tmpl['detail_window'] == 4 || $tmpl['detail_window'] == 5) {
                                     $highSlideOnClick = str_replace('[phocahsfullimg]', $image->linkorig, $tmpl['highslideonclick']);
                                     $output .= ' onclick="' . $highSlideOnClick . '"';
                                 } else {
                                     if ($tmpl['detail_window'] == 6) {
                                         $output .= ' onclick="gjaksPl' . $randName . '.show(' . $image->linknr . '); return false;"';
                                     } else {
                                         if ($tmpl['detail_window'] == 7) {
                                             $output .= '';
                                         } else {
                                             if ($tmpl['detail_window'] == 8) {
                                                 $output .= ' rel="lightbox-' . $randName . '" ';
                                             } else {
                                                 $output .= ' rel="' . $button->options . '"';
                                             }
                                         }
                                     }
                                 }
                             }
                             // Enable the switch image
                             if ($enable_switch == 1) {
                                 // Picasa
                                 if ($image->extl != '') {
                                     if ((int) $switch_width > 0 && (int) $switch_height > 0 && $switch_fixed_size == 1) {
                                         // Custom Size
                                         $output .= ' onmouseover="PhocaGallerySwitchImage(\'PhocaGalleryobjectPicture\', \'' . $image->extl . '\', ' . $switch_width . ', ' . $switch_height . ');" ';
                                     } else {
                                         // Picasa Size
                                         $correctImageResL = PhocaGalleryPicasa::correctSizeWithRate($image->extwswitch, $image->exthswitch, $switch_width, $switch_height);
                                         $output .= ' onmouseover="PhocaGallerySwitchImage(\'PhocaGalleryobjectPicture\', \'' . $image->extl . '\', ' . $correctImageResL['width'] . ', ' . $correctImageResL['height'] . ');" ';
                                         // onmouseout="PhocaGallerySwitchImage(\'PhocaGalleryobjectPicture\', \''.$image->extl.'\');"
                                     }
                                 } else {
                                     $switchImg = str_replace('phoca_thumb_m_', 'phoca_thumb_l_', JURI::base(true) . '/' . $image->linkthumbnailpath);
                                     if ((int) $switch_width > 0 && (int) $switch_height > 0 && $switch_fixed_size == 1) {
                                         $output .= ' onmouseover="PhocaGallerySwitchImage(\'PhocaGalleryobjectPicture\', \'' . $switchImg . '\', ' . $switch_width . ', ' . $switch_height . ');" ';
                                     } else {
                                         $output .= ' onmouseover="PhocaGallerySwitchImage(\'PhocaGalleryobjectPicture\', \'' . $switchImg . '\');" ';
                                         // onmouseout="PhocaGallerySwitchImage(\'PhocaGalleryobjectPicture\', \''.$switchImg.'\');"
                                     }
                                 }
                             } else {
                                 // Overlib
                                 if (!empty($image->description)) {
                                     $divPadding = 'padding:5px;';
                                 } else {
                                     $divPadding = 'padding:0px;margin:0px;';
                                 }
                                 $document->addScript(JURI::base(true) . '/components/com_phocagallery/assets/overlib/overlib_mini.js');
                                 $opacityPer = $opacityPer = (double) $tmpl['overliboverlayopacity'] * 100;
                                 if ($libraries['pg-overlib-group']->value == 0) {
                                     $document->addCustomTag("<style type=\"text/css\">\n" . ".bgPhocaClass{\r\n\t\t\t\t\t\t\t\t\t\tbackground:" . $tmpl['olbgcolor'] . ";\r\n\t\t\t\t\t\t\t\t\t\tfilter:alpha(opacity=" . $opacityPer . ");\r\n\t\t\t\t\t\t\t\t\t\topacity: " . $tmpl['overliboverlayopacity'] . ";\r\n\t\t\t\t\t\t\t\t\t\t-moz-opacity:" . $tmpl['overliboverlayopacity'] . ";\r\n\t\t\t\t\t\t\t\t\t\tz-index:1000;\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t.fgPhocaClass{\r\n\t\t\t\t\t\t\t\t\t\tbackground:" . $tmpl['olfgcolor'] . ";\r\n\t\t\t\t\t\t\t\t\t\tfilter:alpha(opacity=100);\r\n\t\t\t\t\t\t\t\t\t\topacity: 1;\r\n\t\t\t\t\t\t\t\t\t\t-moz-opacity:1;\r\n\t\t\t\t\t\t\t\t\t\tz-index:1000;\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t.fontPhocaClass{\r\n\t\t\t\t\t\t\t\t\t\tcolor:" . $tmpl['oltfcolor'] . ";\r\n\t\t\t\t\t\t\t\t\t\tz-index:1001;\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t.capfontPhocaClass, .capfontclosePhocaClass{\r\n\t\t\t\t\t\t\t\t\t\tcolor:" . $tmpl['olcfcolor'] . ";\r\n\t\t\t\t\t\t\t\t\t\tfont-weight:bold;\r\n\t\t\t\t\t\t\t\t\t\tz-index:1001;\r\n\t\t\t\t\t\t\t\t\t\t}" . " </style>\n");
                                     $library->setLibrary('pg-overlib-group', 1);
                                 }
                                 if (isset($image->extid) && $image->extid != '') {
                                     // SIZE WILL BE NOT CORRECTED
                                     $oImg = JHTML::_('image', $image->extl, $image->title);
                                 } else {
                                     $oImg = JHTML::_('image', str_replace('phoca_thumb_m_', 'phoca_thumb_l_', $image->linkthumbnailpath), $image->title);
                                 }
                                 /*
                                 								if ($enable_overlib == 1) { 
                                 									$output .=  " onmouseover=\"return overlib('".htmlspecialchars( addslashes('<center>' . $oImg . "</center>"))."', CAPTION, '". $image->title."', BELOW, RIGHT, BGCLASS,'bgPhocaClass', FGCOLOR, '".$tmpl['olfgcolor']."', BGCOLOR, '".$tmpl['olbgcolor']."', TEXTCOLOR, '".$tmpl['oltfcolor']."', CAPCOLOR, '".$tmpl['olcfcolor']."');\""
                                 									. " onmouseout=\"return nd();\" ";
                                 								} else if ($enable_overlib == 2){ 
                                 									$image->description		= str_replace("\n", '<br />', $image->description);
                                 									$output .=  " onmouseover=\"return overlib('".htmlspecialchars( addslashes('<div style="'.$divPadding.'">'.$image->description.'</div>'))."', CAPTION, '". $image->title."', BELOW, RIGHT, CSSCLASS, TEXTFONTCLASS, 'fontPhocaClass', FGCLASS, 'fgPhocaClass', BGCLASS, 'bgPhocaClass', CAPTIONFONTCLASS,'capfontPhocaClass', CLOSEFONTCLASS, 'capfontclosePhocaClass');\""
                                 									. " onmouseout=\"return nd();\" ";				
                                 								} else if ($enable_overlib == 3){ 
                                 									$image->description		= str_replace("\n", '<br />', $image->description);
                                 									$output .=  " onmouseover=\"return overlib('".PhocaGalleryText::strTrimAll(htmlspecialchars( addslashes( '<div style="text-align:center"><center>' . $oImg . '</center></div><div style="'.$divPadding.'">' . $image->description . '</div>')))."', CAPTION, '". $image->title."', BELOW, RIGHT, BGCLASS,'bgPhocaClass', FGCLASS,'fgPhocaClass', FGCOLOR, '".$tmpl['olfgcolor']."', BGCOLOR, '".$tmpl['olbgcolor']."', TEXTCOLOR, '".$tmpl['oltfcolor']."', CAPCOLOR, '".$tmpl['olcfcolor']."');\""
                                 									. " onmouseout=\"return nd();\" ";				
                                 								}*/
                                 switch ($enable_overlib) {
                                     case 1:
                                     case 4:
                                         $uBy = '';
                                         //Uploaded by ...
                                         // TODO
                                         /*
                                         if ($enable_overlib == 4 && isset($items[$iS]->usernameno) && $items[$iS]->usernameno != '') {
                                         	$uBy = '<div>' . JText::_('COM_PHOCAGALLERY_UPLOADED_BY') . ' <strong>'.$items[$iS]->usernameno.'</strong></div>';
                                         	
                                         }
                                         */
                                         $output .= " onmouseover=\"return overlib('" . htmlspecialchars(addslashes('<div class="pg-overlib"><center>' . $oImg . "</center></div>" . $uBy)) . "', CAPTION, '" . htmlspecialchars(addslashes($image->title)) . "', BELOW, RIGHT, BGCLASS,'bgPhocaClass', FGCOLOR, '" . $tmpl['olfgcolor'] . "', BGCOLOR, '" . $tmpl['olbgcolor'] . "', TEXTCOLOR, '" . $tmpl['oltfcolor'] . "', CAPCOLOR, '" . $tmpl['olcfcolor'] . "');\"" . " onmouseout=\"return nd();\" ";
                                         break;
                                     case 2:
                                     case 5:
                                         $uBy = '';
                                         //Uploaded by ...
                                         // TODO
                                         /*
                                         	if ($enable_overlib == 5 && isset($items[$iS]->usernameno) && $items[$iS]->usernameno != '') {
                                         		$uBy = '<div>' . JText::_('COM_PHOCAGALLERY_UPLOADED_BY') . ' <strong>'.$items[$iS]->usernameno.'</strong></div>';
                                         	}*/
                                         $image->description = str_replace("\n", '<br />', $image->description);
                                         $output .= " onmouseover=\"return overlib('" . htmlspecialchars(addslashes('<div class="pg-overlib"><div style="' . $divPadding . '">' . $image->description . '</div></div>' . $uBy)) . "', CAPTION, '" . htmlspecialchars(addslashes($image->title)) . "', BELOW, RIGHT, CSSCLASS, TEXTFONTCLASS, 'fontPhocaClass', FGCLASS, 'fgPhocaClass', BGCLASS, 'bgPhocaClass', CAPTIONFONTCLASS,'capfontPhocaClass', CLOSEFONTCLASS, 'capfontclosePhocaClass');\"" . " onmouseout=\"return nd();\" ";
                                         break;
                                     case 3:
                                     case 6:
                                         $uBy = '';
                                         //Uploaded by ...
                                         // TODO
                                         /*
                                         	if ($enable_overlib == 6 && isset($items[$iS]->usernameno) && $items[$iS]->usernameno != '') {
                                         		$uBy = '<div>' . JText::_('COM_PHOCAGALLERY_UPLOADED_BY') . ' <strong>'.$items[$iS]->usernameno.'</strong></div>';
                                         	}*/
                                         $image->description = str_replace("\n", '<br />', $image->description);
                                         $output .= " onmouseover=\"return overlib('" . PhocaGalleryText::strTrimAll(htmlspecialchars(addslashes('<div class="pg-overlib"><div style="text-align:center"><center>' . $oImg . '</center></div><div style="' . $divPadding . '">' . $image->description . '</div></div>' . $uBy))) . "', CAPTION, '" . htmlspecialchars(addslashes($image->title)) . "', BELOW, RIGHT, BGCLASS,'bgPhocaClass', FGCLASS,'fgPhocaClass', FGCOLOR, '" . $tmpl['olfgcolor'] . "', BGCOLOR, '" . $tmpl['olbgcolor'] . "', TEXTCOLOR, '" . $tmpl['oltfcolor'] . "', CAPCOLOR, '" . $tmpl['olcfcolor'] . "');\"" . " onmouseout=\"return nd();\" ";
                                         break;
                                     default:
                                         break;
                                 }
                             }
                             // End Overlib
                             $output .= ' >' . "\n";
                             if (isset($image->extid) && $image->extid != '') {
                                 $correctImageRes = PhocaGalleryPicasa::correctSizeWithRate($image->extw, $image->exth, $medium_image_width, $medium_image_height);
                                 $output .= '<img class="pg-image"  src="' . $image->extm . '" alt="' . $image->title . '" width="' . $correctImageRes['width'] . '" height="' . $correctImageRes['height'] . '" />';
                             } else {
                                 $output .= '<img class="pg-image"  src="' . JURI::base(true) . '/' . $image->linkthumbnailpath . '" alt="' . $image->title . '" />';
                             }
                             if ((int) $enable_piclens > 0) {
                                 $output .= '<span class="mbf-item">#phocagallerypiclens ' . $image->catid . '-phocagallerypiclenscode-' . $image->filename . '</span>';
                             }
                             $output .= '</a>';
                             if ($tmpl['detail_window'] == 5) {
                                 if ($tmpl['highslidedescription'] == 1 || $tmpl['highslidedescription'] == 3) {
                                     $output .= '<div class="highslide-heading">';
                                     $output .= $image->title;
                                     $output .= '</div>';
                                 }
                                 if ($tmpl['highslidedescription'] == 2 || $tmpl['highslidedescription'] == 3) {
                                     $output .= '<div class="highslide-caption">';
                                     $output .= $image->description;
                                     $output .= '</div>';
                                 }
                             }
                             $output .= '</center>' . "\n" . '</div>' . "\n" . '</div>' . "\n" . '</div>' . "\n" . '</center>' . "\n";
                             if ($tmpl['display_name'] == 1) {
                                 $output .= '<div class="name" style="color: ' . $font_color . ' ;font-size:' . $namefontsize . 'px;margin-top:5px;text-align:center;">' . PhocaGalleryText::wordDelete($image->title, $namenumchar, '...') . '</div>';
                             }
                             if ($tmpl['display_icon_detail'] == 1 || $tmpl['display_icon_download'] > 0 || $enable_piclens == 2) {
                                 $output .= '<div class="detail" style="text-align:right">';
                                 if ($enable_piclens == 2) {
                                     $output .= ' <a href="javascript:PicLensLite.start();" title="PicLens" ><img src="http://lite.piclens.com/images/PicLensButton.png" alt="PicLens" width="16" height="12" border="0" style="margin-bottom:2px" /></a>';
                                 }
                                 if ($tmpl['display_icon_detail'] == 1) {
                                     $output .= ' <a class="' . $button2->methodname . '" title="' . JText::_('PLG_CONTENT_PHOCAGALLERY_IMAGE_DETAIL') . '" href="' . JRoute::_($image->link2) . '"';
                                     // Detail Window
                                     if ($tmpl['detail_window'] == 1) {
                                         $output .= ' onclick="' . $button2->options . '"';
                                     } else {
                                         if ($tmpl['detail_window'] == 2) {
                                             $output .= ' rel="' . $button2->options . '"';
                                         } else {
                                             if ($tmpl['detail_window'] == 4) {
                                                 $output .= ' onclick="' . $tmpl['highslideonclick'] . '"';
                                             } else {
                                                 if ($tmpl['detail_window'] == 5) {
                                                     $output .= ' onclick="' . $tmpl['highslideonclick2'] . '"';
                                                 } else {
                                                     if ($tmpl['detail_window'] == 6) {
                                                         $output .= ' onclick="gjaksPl' . $randName . '.show(' . $image->linknr . '); return false;"';
                                                     } else {
                                                         if ($tmpl['detail_window'] == 7) {
                                                             $output .= '';
                                                         } else {
                                                             if ($tmpl['detail_window'] == 8) {
                                                                 $output .= ' rel="lightbox-' . $randName . '2" ';
                                                             } else {
                                                                 $output .= ' rel="' . $button2->options . '"';
                                                             }
                                                         }
                                                     }
                                                 }
                                             }
                                         }
                                     }
                                     $output .= ' >';
                                     $output .= '<img src="' . JURI::base(true) . '/media/com_phocagallery/images/icon-view.png" alt="' . $image->title . '" />';
                                     $output .= '</a>';
                                 }
                                 if ($tmpl['display_icon_download'] > 0) {
                                     // Direct download set in component
                                     if ((int) $tmpl['display_icon_download'] == 2) {
                                         //$output .= ' <a title="'. JText::_('PLG_CONTENT_PHOCAGALLERY_IMAGE_DOWNLOAD').'" href="'. JRoute::_($image->linkother . '&amp;phocadownload='.(int)$tmpl['display_icon_download']).'"';
                                         $linkD = PhocaGalleryRoute::getImageRoute($image->id, $image->catid, $image->alias, $image->catalias);
                                         $output .= ' <a title="' . JText::_('PLG_CONTENT_PHOCAGALLERY_IMAGE_DOWNLOAD') . '"' . ' href="' . JRoute::_($linkD . '&phocadownload=' . (int) $tmpl['display_icon_download']) . '"';
                                     } else {
                                         $linkD = PhocaGalleryRoute::getImageRoute($image->id, $image->catid, $image->alias, $image->catalias);
                                         $output .= ' <a class="' . $buttonOther->methodname . '" title="' . JText::_('PLG_CONTENT_PHOCAGALLERY_IMAGE_DOWNLOAD') . '"' . ' href="' . JRoute::_($linkD . '&phocadownload=' . (int) $tmpl['display_icon_download'] . '&tmpl=component') . '"';
                                         /*if ($tmpl['detail_window'] == 1) {
                                         			$output .= ' onclick="'. $buttonOther->options.'"';
                                         		} else if ($tmpl['detail_window'] == 4 ) {
                                         			$output .= ' onclick="'. $tmpl['highslideonclick'].'"';
                                         		} else if ($tmpl['detail_window'] == 5 ) {
                                         			$output .= ' onclick="'. $tmpl['highslideonclick2'].'"';
                                         		} else if ($tmpl['detail_window'] == 7 ) {
                                         			$output .= '';
                                         		} else {
                                         			$output .= ' rel="'. $buttonOther->options.'"';
                                         		}*/
                                         $output .= PhocaGalleryRenderFront::renderAAttributeOther($tmpl['detail_window'], $buttonOther->options, $tmpl['highslideonclick'], $tmpl['highslideonclick2']);
                                     }
                                     $output .= ' >';
                                     $output .= '<img src="' . JURI::base(true) . '/media/com_phocagallery/images/icon-download.png" alt="' . $image->title . '" />';
                                     $output .= '</a>';
                                 }
                                 $output .= '</div>';
                                 if ($float == '') {
                                     $output .= '<div style="clear:both"> </div>';
                                 }
                             }
                             break;
                     }
                     $output .= '</div>';
                     $iI++;
                 }
             }
             //--------------------------
             // DISPLAYING OF SWITCHIMAGE
             //--------------------------
             if ($view == 'switchimage') {
                 $path = PhocaGalleryPath::getPath();
                 $waitImage = $path->image_rel . 'icon-switch.gif';
                 $basicImage = $path->image_rel . 'phoca_thumb_l_no_image.' . $tmpl['formaticon'];
                 if ($basic_image_id > 0) {
                     $query = 'SELECT *' . ' FROM #__phocagallery' . ' WHERE id = ' . (int) $basic_image_id;
                     $db->setQuery($query);
                     $basicImageArray = $db->loadObject();
                     $switchImage = PhocaGalleryImage::correctSwitchSize($switch_height, $switch_width);
                     if ((int) $switch_width > 0 && (int) $switch_height > 0 && $switch_fixed_size == 1) {
                         $wHArray = array('id' => 'PhocaGalleryobjectPicture', 'border' => '0', 'width' => $switch_width, 'height' => $switch_height);
                         $wHString = ' id="PhocaGalleryobjectPicture"  border="0" width="' . $switch_width . '" height="' . $switch_height . '"';
                     } else {
                         $wHArray = array('id' => 'PhocaGalleryobjectPicture', 'border' => '0');
                         $wHString = ' id="PhocaGalleryobjectPicture"  border="0"';
                     }
                     if (isset($basicImageArray->extl) && isset($basicImageArray->extid) && $basicImageArray->extid != '') {
                         $basicImage = JHTML::_('image', $basicImageArray->extl, '', $wHArray);
                     } else {
                         if (isset($basicImageArray->filename)) {
                             $fileBasicThumb = PhocaGalleryFileThumbnail::getThumbnailName($basicImageArray->filename, 'large');
                             $basicImage = JHTML::_('image', $fileBasicThumb->rel, '', $wHString);
                         } else {
                             $basicImage = '';
                         }
                     }
                 }
                 $document->addCustomTag(PhocaGalleryRenderFront::switchImage($waitImage));
                 //$switchImage['height']	= $switchImage['height'] + 5;
                 $output .= '<div><center class="main-switch-image" style="margin:0px;padding:7px 5px 7px 5px;margin-bottom:15px;"><table border="0" cellspacing="5" cellpadding="5" style=""><tr><td align="center" valign="middle" style="text-align:center;width:' . $switchImage['width'] . 'px;height:' . $switchImage['height'] . 'px; background: url(\'' . JURI::root() . '/media/com_phocagallery/images/images/icon-switch.gif\') ' . $switchImage['centerw'] . 'px ' . $switchImage['centerh'] . 'px no-repeat;margin:0px;padding:0px;">';
                 $output .= $basicImage . '</td></tr></table></center></div>';
             } else {
                 // Overlib
             }
             //--------------------------
             // DISPLAYING OF Clear Both
             //--------------------------
             if ($view == 'clearboth') {
                 $output .= '<div style="clear:both"> </div>';
             }
             if ($view == 'clearright') {
                 $output .= '<div style="clear:right"> </div>';
             }
             if ($view == 'clearleft') {
                 $output .= '<div style="clear:left"> </div>';
             }
             $output .= '</div>';
             if ($float == '') {
                 $output .= '<div style="clear:both"> </div>';
             }
             if ($tmpl['detail_window'] == 6) {
                 $output .= '<script type="text/javascript">' . 'var gjaksPl' . $randName . ' = new SZN.LightBox(dataJakJsPl' . $randName . ', optgjaksPl' . $randName . ');' . '</script>';
             }
             $article->text = preg_replace($regex_all, $output, $article->text, 1);
             // ADD JAK DATA CSS style
             if ($tmpl['detail_window'] == 6) {
                 $scriptJAK = '<script type="text/javascript">' . 'var dataJakJsPl' . $randName . ' = [';
                 if (!empty($tmpl['jakdatajs'])) {
                     $scriptJAK .= implode($tmpl['jakdatajs'], ',');
                 }
                 $scriptJAK .= ']' . '</script>';
                 $document->addCustomTag($scriptJAK);
             }
         }
         // CUSTOM CSS - For all items it will be the same
         if ($libraries['pg-css-sbox-plugin']->value == 0) {
             $document->addCustomTag("<style type=\"text/css\">\n" . $cssSbox . "\n" . " </style>\n");
             $library->setLibrary('pg-css-sbox-plugin', 1);
         }
         // All custom CSS tags will be added into one CSS area
         //	if ( $libraries['pg-css-pg-plugin']->value == 0 ) {
         $document->addCustomTag("<style type=\"text/css\">\n" . $cssPgPlugin . "\n" . " </style>\n");
         $library->setLibrary('pg-css-pg-plugin', 1);
         //	}
         /*if ( $libraries['pg-css-ie']->value == 0 ) {
         			$document->addCustomTag("<!--[if lt IE 8]>\n<link rel=\"stylesheet\" href=\"".JURI::base(true)."/components/com_phocagallery/assets/phocagalleryieall.css\" type=\"text/css\" />\n<![endif]-->");
         			$library->setLibrary('pg-css-ie', 1);
         		}*/
     }
     // end if count_matches
     return true;
 }