Support Joomla!
Search: Advanced Search
Serving 3720 extensions to the community. Last updated today.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 1234 guests and 81 members online

Directory Support

Rules
Using this Site

Disclaimer

The extensions and reviews listed in this area have been submitted by the community and their listing does not constitute or imply endorsement, recommendation, or favouring by Joomla!/OSM.

This content is provided as a free service to our visitors, and, as such, Joomla!/OSM cannot be held liable for the accuracy of the information. Visitors wishing to verify that the information is correct should contact the parties responsible for authoring the content and/or development of the extension.


Are you seeing blanks over some extensions' compatibility, license and type field? Head over to JED forum to learn why.
Photo Gallery Show All Developer's Extensions
DatsoGallery Thumbnails Scroller Modulemodule
Rating
Developer:NGUYEN DINH Quoc-Huy Version:- (Updated 141 days ago)
E-mail: This e-mail address is being protected from spam bots, you need JavaScript enabled to view it Compatibility:Compatible with Joomla! 1.0
Views: 23,459 License:GPLv2.0
Favoured:
0
Type:Non-Commercial
Date Added:Apr 14, 2006
DownloadHomepageDemoWrite ReviewRecommend
This is a modification of the Datso Gallery Random Thumbnails so it select 5 randoms images from the gallery and scroll them just like the scroller from the xcGal (xoops). For the moment the module is configured to be suit for thumbnails with height of max 120px. You can modify this by editing the php file and look for the string: "PERSONALIZE YOUR MODULE"

Report this listing


Very nice simple little module by jimdev, June 15, 2006
I am using this on my site and it's great. I am using Medhi's Coppermine Bridge and it works perfectly with that. I would imagine that it works with the others as well because it's very configurable. There are two minor issues I would take with it, but other than that, it's perfect.

First "problem": It uses the tag, which appears not to be supported by Firefox but instead of showing a small, scrolling module in Firefox, it shows the whole list of 10 images. Thus the module is pretty (in space on the page) large in Firefox. However, I have it at the bottom of the right side of my homepage, which is a reasonably large page anyway, so this is not a problem for me (and I doubt it will be for most people), it looks good either way, I may even prefer the way it looks in Firefox :-D

Second "problem": When you click a thumbnail in the list, it opens the image in full-size in a pop-up window, where I would prefer to have my users redirected to the image's page in the gallery so they can comment/rate it and browse the album.

"Fix": I used this fix for the second issue.
1. Get it working as described in "problem 2" above
2. open joomla/modules/mod_cpgscroller.php
3. Around line 98, find:
echo "filepath$row->filename\" TARGET=\"content\">";
4. Replace this with:
echo "pid\" TARGET=\"_self\">";

This worked for me :-)

I would definately advise this for anyone using Coppermine in Joomla.