My group is trying to figure out a way to make the reviewing or refereeing process more complete in Drupal. We are part of the University system and need a way to make our website peer-reviewed. Any ideas or does a module exist for this? The approval queue is not enough. We want an automated process where we can define reviewers and a better way to track changes.
is there any way to create expand/collapse link similar to the ones FAPI generates on fieldsets (using '#collapse') outside of forms? I know fieldset elements can also be used outside of forms, but in that case the link placement is mandatory. For example, I'd like to assign an ID (and/or class) to a specific DIV element and place a link somewhere else on the site that will expand / collapse the contents of that element.
I am using OG module. I just want to know that which function is used after submitting the new group form.
e.g;
If fill the group form of og module and submits it, then the url is displayed in address bar like this 'http://localhost/chunky/?q=eeeee'.
The keyword in the address 'eeee' was the name of the group. Now which function has been used to load the data of the group.