Hi everyone,
I want a checkbox in the "upload item from browser page" (which is already there but does nothing yet)
When the checkbox is checked i want it to create a replica of the items that'll be uploaded.
however i don't not need it to choose between multiple albums i just want it to create the replica's in 1 specific album.
if someone is able to help me with this please.
system information:
Gallery URL = http://localhost/gallery2/main.php
Gallery version = 2.3 core 1.3.0
API = Core 7.54, Module 3.9, Theme 2.6, Embed 1.5
PHP version = 5.2.6 apache2handler
Webserver = Apache/2.0.63 (Win32) PHP/5.2.6
Database = mysqli 5.0.51b-community, lock.system=database
Toolkits = Exif, LinkItemToolkit, Thumbnail, Gd, ImageMagick
Acceleration = none, none
Operating system = Windows NT W2003-VMWARE-01 5.2 build 3790
Default theme = matrix
gettext = disabled
Locale = nl_NL
Browser = Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0
Rows in GalleryAccessMap table = 19
Rows in GalleryAccessSubscriberMap table = 16
Rows in GalleryUser table = 3
Rows in GalleryItem table = 14
Rows in GalleryAlbumItem table = 5
Rows in GalleryCacheMap table = 0
P.S.
My gallery album tree view gives no nodes it does nothing except for showing the "expand all|collapse all" buttons
Posts: 16315
Can't help with the replica other than using the existing module.
@tree: will have to see it to diagnose further, most likley a JS error some place.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 4
I do use the existing module but i need to edit the code so it works on upload
Posts: 4
I've changed the code so creating a replica will automatically place one in the right album "openbaar album" database id: "67"
I've got the checkbox and standard location.
Now I need to know what the code does with the uploaded files so i can link the replica code with the on upload code.
So where in the code does it state that uploaded files does a specific behaviour.