Taking http://groups.drupal.org/node/69908 as reference, I think that g.d.o needs a very flexible block to allow group "managers"(those who created a group) to publish the list of "group staff". All this according to their group topic. In order to KISS it, the idea is:
- Make title customizable, with a predefined value and list of suggestions
- In block config form, group manager should be able to add any member, along with an alternative "title"
- In block config form, display brief guideline highlighting that the block lists people that takes care of the actual group in some manner, not necessarily the local group, association, or any kind of organization. So they are just moderators mostly.
Comments
Comment #1
christefano commentedPerhaps we can team up on this once the existing code is checked into CVS? I believe greggles implemented the current "Group organizers" block and I'll ask about it the next time I talk with him.
Comment #2
develcuy commentedOK man, you have my skype, I will ping you during this week and feel free to do the same to move this forward, thank you!
Comment #3
gregglesHi guys, I'm keeping my eye on this.
I'd like to commit the entire groupsorg.module, though it is somewhat large and I want to review/comment it before I add it here.
Comment #4
christefano commentedThanks, greggles. I think develCuy and I can survive the wait. ;)
Comment #5
develcuy commented@christefano, guess that we can at least brainstorm and prototype on this right? tomorrow I'll be working on this in a local Code Sprint: http://groups.drupal.org/node/86359
Comment #6
christefano commentedSo sorry, develCuy, I'm not going to be around this weekend.
My hope is to avoid duplication and see groupsdrupalorg.module (or whatever it's called) committed by those who already maintain it.
Comment #7
gregglesI reviewed/cleaned up/commented the code in this module today.
I'm asking for Moshe/Josh to give a thumbs up on committing it.
Here are the files included:
button_subscriptions.gif
drupalcon_banner.png
groupsorg.info
groupsorg.install
groupsorg.js
groupsorg.module
groupsorg.views_default.inc
cluetip (a directory)
I think the only things really active are groupsorg.module so I plan to remove most of the other stuff prior to committing.
Comment #8
gregglesWoohoo! http://drupal.org/cvs?commit=410796
Comment #9
christefano commentedIs this the module that's running on groups.drupal.org? It doesn't have any drupal_alters in it like the one mentioned at http://groups.drupal.org/node/69908#comment-227373
Comment #10
gregglesIt starts on line 43:
Maybe you were looking for the code for the block? That's entirely a view. I should export all of those and put them in here too if that is the case.