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.
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. |
Anybody?? |
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 |
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. |
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 |