Is there any way you can change the organisation of multiple albums in a node, putting the newest album first?

At the minute if you add another album it puts it below the last one.

Thanks

Comments

mmilano’s picture

Category: support » feature

Album weight support is a good idea. This will be on deck for the next round of development.

sphankin’s picture

Do you know if there is a date/time period set for the next round of development?

sphankin’s picture

Picasa Node Album works great thanks but any updates on this feature?

selfsimilar’s picture

Issue summary: View changes

I just implemented this for 6.x-1.x-dev branch and will post patch here tomorrow.

selfsimilar’s picture

This patch allows for drag and drop reordering of albums on a single node. I probably would have done things slightly differently if I had increased the scope of this fix to touch more of the interface. I think adding an album should be its own form outside of removing and reordering current albums. But that is a refactor outside the scope of this feature.

I haven't yet looked at 7.x code, so I don't know how portable this patch might in principle be.

selfsimilar’s picture

Status: Active » Needs review