Hi all!
I set up a gallery for a friend and she created sub-galleries in it AFTER uploading all the images and she had to move every single image into the subcategory... is there a way to select multiple images and move them all into a different folder?
Ty
Nicole
Posts: 9
go into the album containing all the photos,
choose "move album" from menu -> this is a bit annoying it should be "move photos"
here is the place.
Posts: 16504
Actually you do select "Move Photo". When logged in either click on an image to get the image's actions on the sidebar or click on the drop-down below the image's thumb nail. Then select "Move Photo". A new screen will appear where you can select any images in that album to move into another album.
Posts: 75
When I try this - it only lets me move that one image. I get a dropdown menu to select where to move it but it's just that image. I have hundreds of images that need to be moved from one folder to another. One at a time is getting old.
Posts: 27300
Version?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 4
My wife's Eye-Fi works fantastically with our Gallery server, but it creates new albums for each day the photos were taken. After I tag the items, I move them into their proper albums. This process is a bit slow and clumsy (I frequently get lock timeout errors). Is there any way I can quickly get the images in these tiny albums all together to tag and then move to their proper places?
Posts: 28
Hi,
I have samething.
With move photo page will allow to mass move items (photo) to another album. But i don't know which file have query for this module. Because in this current it just only show 15 items for each page, and i need to mod this query to show more.
Or anyone have any hint to mod it that allow have text box to enter how many items for each page ?
Thank you
Posts: 27300
I don't understand. What file and what query?
I see this a intuitive and not requiring and extra module or query.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 28
Hi,
So suprise for your fast support
My mean is. In move item page show 15 items in album that waitting for your check (checkbox) to move to another album
To load this page must have a SQL query like SELECT * FROM table WHERE .. LIMIT 15 to load items and show it on page.
I need to know which file for this SQL query that i can mod it to show more items for each page (like 50 items/page)
Sorry my english is poor
Posts: 2
I agre with you .
Posts: 27300
I don't know.
Use the User interface to move items. Don't interact with the DB directly.
Try this if I understand what you are after:
edit
moduels/core/ItemMove.inc
$form['numPerPage'] = 15;
Dave
Posts: 28
Thank you.
That's exactly what'm i luking 4 ;).
It'll be better if have anyways to make a option form allow enter numPerPage (like option in Site Admin - General) w/o edit core file.
Watever, so thax you.
Posts: 27300
There is lots of things that could be a config option then you would have 34 pages of config options making the codebase even bigger that is is already. The vast majority of users find that 15 is enough, especially for deleting items.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 26
Is there a function to copy photos instead of move? I want to share some photos in two different albums without uploading twice.
Posts: 16504
http://codex.gallery2.org/Gallery2:Modules:replica
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 26
I love this forum. Thank you so much for saving me unnecessary grief. I hope it helps others as well.