Hi,
As discussed in this issue (views issue): http://drupal.org/node/750172
Here is the patch for the 6.x dev version to add an option to deactivate the link to user profile.
| Comment | File | Size | Author |
|---|---|---|---|
| link_photo_to_profile.patch | 1.75 KB | Pierco |
Hi,
As discussed in this issue (views issue): http://drupal.org/node/750172
Here is the patch for the 6.x dev version to add an option to deactivate the link to user profile.
| Comment | File | Size | Author |
|---|---|---|---|
| link_photo_to_profile.patch | 1.75 KB | Pierco |
Comments
Comment #1
andypostmakes sense, but it looks like views have this code alreaady
Comment #2
jared12 commentedThis patch is fantastic! Views added the option to disable the link to the user's profile but it doesn't work with ImageCache Profiles ... until now!
I tested this with:
Imagecache Profiles 6.x-1.3
Views 6.x-3.0-rc3
Drupal 6.22
Works great for me. Let's get this tested and committed.
Thanks, Pierco!
Comment #3
Apfel007 commentedin 1.4 rc is this patch not working and it seems that views 3 have this code NOT already
Comment #4
cmstomThis was the perfect solution for our Open Atrium 1.x installation. Thanks!