Quote from: Whitefen at Apr 23, 2006, 04:11 PM
Also, is it possible to show description text with the title and on the main gallery view? I looked through the settings and did not see anything for this.
No. It’s not possible yet. But after the templating feature is done, you can make the snippet to do whatever output you want, in gallery overview and in picture browsing mode (excluding slidebox and lightbox).
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Tested Last version, Great work!!
Here you can find Italian Language for MaxiGallery v4
http://modxcms.com/forums/index.php/topic,4147.msg30309.html#msg30309
Thanks
Doze, it’s been a while since I looked (I’ve been real busy with work), but last time I checked, you didn’t have Spanish translations for MaxiGallery. Thanks to knud over in the Spanish forum, I’m posting Spanish translations for MaxiGallery language file and the slidebox js file.
For those familiar with the Spanish language, there are differences from country to country (kind of like U.S., U.K., Australia, etc.). Knud is from Spain, so his translations reflect that. Personally, I’m not picky. I’m just glad to have it done! ¡Gracias knud!
Dave
Quote from: edipo at Apr 26, 2006, 01:34 PMCannot redeclare getallsubdocs()
Do you have newslisting snippet at the same page as maxigallery snippet? that can do this, because the getallsubdocs function is from newslisting snippet. You can do search/replace at maxigallery snippet code to change the function name to something else (note that you replace all occures of it in the snippet code).
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Very nice gallery doze

It’s truly awesome!
Keep up the good work.
Quote from: xwisdom at Apr 26, 2006, 10:56 PM
Very nice gallery doze
It’s truly awesome!
Keep up the good work.
Thanks!
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Wow. I am in awe of this snippet. What a fantastic contribution and huge donation of your time and energy.
I have everything working beautifully (and it was SO easy I’m incredulous - al I did was follow the instructions and badda-bing badda-boom it works), but I would like to add one minor touch. I would like to popup a random image as a slidebox when the page loads. I’m sure that I can do this with a simple onload JavaScript, but I’m not sure how to automate it.
Anyone know how to go about this?
Actually I’m using lightbox2 as my display of choice (not slidebox), although both are very nice. So has anyone tried launching the lightbox as soon as the page loads? Please let me know if you have because I really want to do that.
I’m also experimenting with another cool variant of this script in combination with a modified MaxiGallerySolo snippet. It’s eaasy to create a scripted tour of several galleries in the order that you choose. Basically this ends up looking like a Flash tour of the galleries, and you can add some intro and segueway screens to the tour by including images from non-published galleries in the snippet.
I have run into one bug that I’m not sure how to fix. Every once in a while the images don’t open in the lightbox but just in a simple blank page. This has happened both in IE6 and Firefox 1.5, so it doesn’t seem to be browser-related.
I am running the latest MODx (0.9.2.1) and the snippet is called as uncached, but sometimes when I view a page source I don’t see the MaxiGallery code in the HEAD section (although it’s hard to tell because sometimes when this bug happens I’ll click back and view source and it seems to have reloaded in the process). Of course now that I say that I can’t make it happen to confirm it... Maybe I dreampt it? I have tried putting the MaxiGallery JavaScript and other code in the HEAD section of my template, but when I do that the snippet adds it again and that causes conflicts.
Anyone else had this issue, and if so how have you resolved it?