This patch adds support for title substitutions to views arguments in user_relationship_views.module.
Now you can use placeholders (%1, %2, etc) in your argument titles and they will be replaced with appropriate human-readable values (for more details see http://drupal.org/node/54455).
| Comment | File | Size | Author |
|---|---|---|---|
| user_relationship_views_args_titles.patch | 1.18 KB | vaish |
Comments
Comment #1
sprsquish commentedPatched in to the module.
I made a small change to your code, I used the theme approved/not approved function (theme_user_relationships_approval_status) for the approval status.
Here's the commit:
http://drupal.org/cvs?commit=101355
Thanks vnd!