Closed (fixed)
Project:
User Relationships
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2008 at 08:07 UTC
Updated:
16 Feb 2008 at 17:59 UTC
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!