| Re: Gallery with thumbnail & lightbox for 2.2.x |
| by blindman on 2007/4/30 15:41:19 n01un0, I have a good news and a bad news. Good news is that you CAN use exgal on XOOPS 2.2. Bad news is that you have to change it a little. If I remmember what I did for working on 2.2, you have to get rid of le="color: #000000"><?php <{xoAppUrl modules/extgallery/}>"> in the template files and replace it with le="color: #000000"><?php <{$xoopsurl}>modules/extgallery/" And more, in the exttgal folder, search for le="color: #000000"><?php $xoTheme->addStylesheet('modules/extgallery/include/style.css'); and replace with something like le="color: #000000"><?php $xoops_module_header = ''; $xoops_module_header .= ' <link rel="stylesheet" href="'.XOOPS_URL.'/modules/extgallery/include/style.css'" type="text/css" media="screen" />'; and olso replace in public-album.php for example: le="color: #000000"><?php $xoTheme->addMeta('meta','description',$catObj->getVar('cat_desc')); with le="color: #000000"><?php $xoopsTpl->assign('xoops_meta_description', $catObj->getVar('cat_name')); Something like that, the ideea is that you have to replace a fiew variables ( $xoTheme, xoAppUrl, ...) with the old fashion kind (xoopsurl, xoops_module_header, ...). Please try this, is a great module, worth the effort. Maybe Zoullou could easy make a 2.2 compatible version this way. |
| Re: Gallery with thumbnail & lightbox for 2.2.x |
| by n01un0 on 2007/4/29 3:28:34 Thanks. I tried to bablefish it to english to understand it but it wasnt much help. Im looking for something already compiled together and ready for use rather than a hack. Im a bit of a novice when it comes to trying to implement a hack. |
| Re: Gallery with thumbnail & lightbox for 2.2.x |
| by kris_fr on 2007/4/29 2:11:04 hi, With myalbum-p you want to have the same effects, on XooFoo Laboratory I have describe the hacks necessary to carry out that A + |
| Gallery with thumbnail & lightbox for 2.2.x |
| by n01un0 on 2007/4/28 22:46:43 What gallery mod with thumbnail and lightbox function is working with 2.2.x? Would also like a good block feature with it too. I am currently using myalbum-p by GIJoe on most of my sites but I like the lightbox versions im seeing in the new mods. I looked at extgal but it says it dont work with 2.2.x and I dont know if Zoullou has updated to work for us renegades using 2.2.x ;) I seen the release of xsgal but it didnt say if it worked with 2.2.x Any suggestions on what to use? |