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).

CommentFileSizeAuthor
user_relationship_views_args_titles.patch1.18 KBvaish

Comments

sprsquish’s picture

Status: Needs review » Closed (fixed)

Patched 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!