Looking for tip on switching the browse & cooliris

Looking for tip on switching the browse & cooliris positions, I would like to see the Cooliris at the top of the photo page instead. Tried switching them in the browse.css but no effect.

Quote · 9 May 2013

Anybody??

Quote · 10 May 2013

Hello 

Looking for tip on switching the browse & cooliris positions, I would like to see the Cooliris at the top of the photo page instead. Tried switching them in the browse.css but no effect.

If you are saying about Browse Album page then you need to do a simple modification in PHP code. You need to edit inc/classes/BxDolFilesModule.php file and find actionBrowse function in it. The find the following code in the end of the function

$this->_oTemplate->pageCode($this->aPageTmpl, array('page_main_code' => $sCode . $sAlbumPreview));

and replace it with this one

$this->_oTemplate->pageCode($this->aPageTmpl, array('page_main_code' => $sAlbumPreview .  $sCode));

Save and check.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 10 May 2013

Thanks Anton, that worked perfect. i ended up removing the "Browse photos from album" block from the page, just seems redundant.

I am hoping I can add video to this page under the Cooliris photo viewer once I find out why videos will not upload to the server. anyway, I guess this is a subject for another post.

Quote · 10 May 2013

Hello 

Thanks Anton, that worked perfect. i ended up removing the "Browse photos from album" block from the page, just seems redundant.

I am hoping I can add video to this page under the Cooliris photo viewer once I find out why videos will not upload to the server. anyway, I guess this is a subject for another post.

 You are welcome and good luck with your customizations. :)

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 10 May 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.