Active
Project:
shazamgallery
Version:
master
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2007 at 10:46 UTC
Updated:
13 Aug 2007 at 00:20 UTC
Jump to comment: Most recent file
Hi, I have proted the shazamgallery to Drupal 5. Maybe it could help someone so I am sending it in the attachment.
Important - I also made another change in the source - users can add images only to their own galleries. In original module fork they can add images to any gallery. If you want to switch it back to the original behavior, I think you can just comment line #411
$whereuser = (($uid == '' || $uid==1)?'':'AND n.uid = %d '); // admin uid 1 can add images to any gallery
Regards, B.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | shazamgallery-5.0.x-0.2.tar.gz | 11.94 KB | SpatnyNick |
| shazamgallery-5.0.x-0.1.tar.gz | 11.84 KB | SpatnyNick |
Comments
Comment #1
SpatnyNick commentedI have already found an error in the version above, there is a corrected version...
Comment #2
Bevan commentedis someone porting this module for d5? Or isit being left behind?
Comment #3
yngens commentedI have installed shazamgallery-5.0.x-0.2.tar.gz in #1, created new gallery and uploaded a picture. Everything works fine except that it shows three thumbnails of the same picture uploaded. If I add to the gallery from previously (before installation of shazamgallery) uploaded pictures then it shows correctly only thumbnail. Three thumbnails error relates only to newly uploaded pictures.