1
n01un0
Gallery with thumbnail & lightbox for 2.2.x
  • 2007/4/28 22:46

  • n01un0

  • Quite a regular

  • Posts: 253

  • Since: 2005/10/9


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?

2
kris_fr
Re: Gallery with thumbnail & lightbox for 2.2.x
  • 2007/4/29 2:11

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31


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 +

3
n01un0
Re: Gallery with thumbnail & lightbox for 2.2.x
  • 2007/4/29 3:28

  • n01un0

  • Quite a regular

  • Posts: 253

  • Since: 2005/10/9


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.

4
blindman
Re: Gallery with thumbnail & lightbox for 2.2.x
  • 2007/4/30 15:41

  • blindman

  • Not too shy to talk

  • Posts: 119

  • Since: 2005/6/26


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
<{xoAppUrl modules/extgallery/}>">
in the template files and replace it with
<{$xoopsurl}>modules/extgallery/"


And more, in the exttgal folder, search for
$xoTheme->addStylesheet('modules/extgallery/include/style.css');

and replace with something like
$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:
$xoTheme->addMeta('meta','description',$catObj->getVar('cat_desc'));

with
$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.
Don't follow me. I'm lost too.

Login

Who's Online

162 user(s) are online (104 user(s) are browsing Support Forums)


Members: 0


Guests: 162


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits