I'm working on a module that bridges Apply for Role and Webform 3.x. Basically I'm using webforms as "applications"... once someone submits a webform, they also apply for a role. I created a db table to link the two, so that in the admin interface for approving/denying role applications, there is another column for "View Application". I had to change a few functions around in this module, and it would be nice to put in some hooks for the admin form and table. That way I wouldn't have to hack the module :)

Another dev could then extend that table and modify it's display as they see fit.

Or, once views support is included, it won't matter and I can just use views!

:)

Comments

Soren Jones’s picture

Status: Active » Postponed (maintainer needs more info)

Or, once views support is included, it won't matter and I can just use views!
Right. And someone seems to be working on that.

The admin form can be altered now with hook_form_alter.

Could you clarify what you mean by hooks for the admin table?
Thanks!

jnicola’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (won't fix)

This is very custom, and can also be easily accomplished with a custom form submission handler to hit the system path for applying a role.

We're also dropping 6.x support.