Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
HEAD version is compatible with HEAD. I want to release 4.7 as soon as someone fixes the group image upload feature. I think it is time to do it ouselves, and not rely on image.module for this.
Ok...here's a starter patch. Bear in mind that it's 5 am, so I know i missed some things. This needs some TLC. I wanted to post it to get some feed back before going too far forward with it.
This uses upload.module to gather the files instead of an array of 90+ textfields.
i'm no longer maintaining og_album so feel free to commit directly there. you will need to submit a patch for og.module though. i deleted some functions that og_album was using.
ideally yes, especially for the group image. but really i just want someone to contribute a group image feature in some fashion ... og_album can be implemented in whatever way the authors desire.
Comments
Comment #1
moshe weitzman commentedHEAD version is compatible with HEAD. I want to release 4.7 as soon as someone fixes the group image upload feature. I think it is time to do it ouselves, and not rely on image.module for this.
Comment #2
jasonwhat commenteddoes this mean albums module is deprecated along with folksonomy?
Comment #3
moshe weitzman commentedcorrect
Comment #4
janekb commentedMy 2 cents: code might be based on user.module.
Comment #5
Souvent22 commentedOk...here's a starter patch. Bear in mind that it's 5 am, so I know i missed some things. This needs some TLC. I wanted to post it to get some feed back before going too far forward with it.
This uses upload.module to gather the files instead of an array of 90+ textfields.
I am not sure how we want to hand the taxonomy.
Any feed back is appreciated.
Comment #6
Souvent22 commentedP.S...this also pushes album to forms api.
Comment #7
moshe weitzman commentedi'm no longer maintaining og_album so feel free to commit directly there. you will need to submit a patch for og.module though. i deleted some functions that og_album was using.
Comment #8
Souvent22 commentedYou had mentioned about not depending on image module. Is this still the route you'd like to go?
Comment #9
moshe weitzman commentedideally yes, especially for the group image. but really i just want someone to contribute a group image feature in some fashion ... og_album can be implemented in whatever way the authors desire.
thanks for your interest in this ...
Comment #10
moshe weitzman commentedwe will be using node_imageapui once that matures. for now, i've removed all traces of the group image.