Junior Member
Junior Member
Toxic   2011-11-30, 19:22
#1

How do I mass publish Images that are set as being unpublished yet the album they are in shows Published? do i have to edited individually or is there a mass publish tool?

Administrator
Administrator
fretzl   2011-11-30, 19:38
#2

admin -> albums -> choose an album -> click the tab "images"

On the right side of the page is a dropdown menu "Bulk actions"
Directly under the dropdown is a checkbox to select all images.

Check the checkbox and choose "Publish" from the dropdown menu.

Administrator
Administrator
acrylian   2011-11-30, 19:46
#3

And another one: Admin Overview page > Utilities > Publish content

Member
Member
Gurney   2011-12-09, 10:41
#4

I'm using the SVN version (1.4.2-BETA [8604]) and I cannot see this "publish content" link in the overview page. Any thought?

Administrator
Administrator
acrylian   2011-12-09, 11:35
#5

Sorry, in 1.4.2 we skipped that as we have the bulk actions. You can set a default publish status on Options > Gallery now.

Junior Member
Junior Member
fiend   2012-01-22, 03:01
#6

humm, you guys should have made this change more obvious on the 1.4.2, cause now i've got a pretty large gallery filled with unpublished images (that for days now i thought were live on the site) and now when i want to publish them, its not so easy, especially with the removal of the "Admin Overview page > Utilities > Publish content", the only way it seems is to go through every album and publish it in batches, that's gonna take forever...

Member
Member
oroboros   2012-01-25, 17:15
#7

Something has gone awry with the upgrade on my system. Albums that are a year old, that I know were fully published at the time of upload, now contain unpublished images. I don't know how that happened. The albums themselves are all published.

I've got over 100 albums. Is there an SQL command that could publish every image for me?

Administrator
Administrator
acrylian   2012-01-25, 17:32
#8

You need to change the "show" field in the images or albums database table from 0 to 1.

Member
Member
oroboros   2012-01-25, 21:48
#9

Thanks acrylian, that worked for me.

For the sake of any others who have this problem, this is what I did this in the mysql command line client:

USE zenphoto_db;

UPDATE zp_images set show=1 WHERE show=0;

The only trouble I had is that 'show' is a reserved word. I guessed as much, but couldn't get regular quotes to work... it required the backticks.

Administrator
Administrator
acrylian   2012-01-26, 15:37
#10

Yes, back ticks is the only way to workaround this. "show" was there since forever (before I even got to ZP), changing this now will result in a lot of issues and compatibility issues we fear so we refuse doing it.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.