Closed (fixed)
Project:
Album Photos
Version:
8.x-5.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2020 at 13:27 UTC
Updated:
28 Apr 2020 at 17:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jhmnieuwenhuis commentedComment #3
jhmnieuwenhuis commentedComment #4
nathaniel commentedThe album weight is set on the album-rearrange page (drag n' drop):
/photos/user/{user}/album-rearrange
It sets the album order on the albums page:
/photos/user/{user}/album
And can be used in views.
Comment #5
jhmnieuwenhuis commentedI looked at : photos/user/{user}/album
Strangely there is no album title on that page, so it is hard to recognize which is which.
I think you are displaying the content type Photos here /admin/structure/types/manage/photos )
and in my opinion this should be the Photos type ( admin/config/media/photos ).
That one has the title and the cover image, etc.
There is a link on this view : Rearrange albums
When i click that it shows an empty page, see attached screenshot.
Regards,
Hans
Comment #7
nathaniel commentedThis should be fixed now. There was a bug. Looks like it was skipping albums that didn't have a cover set because is was checking the old variable
$cover_fidinstead of the new one$cover_id. Included some other code cleanup in the last commit.Comment #8
jhmnieuwenhuis commentedThanks, the rearrange now works.
I still think the page : /photos/user/{album_id}/album does not provide enough info.
But i will create another issue for that.
Regards,
Hans
Comment #9
nathaniel commented