Views imagecache field formatters for user profiles
txcrew - February 3, 2008 - 06:56
| Project: | ImageCache Profiles |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
It would be wonderful if this module provided imagecache field formatters for the user profile picture. Pretty much exactly how the cck imagefield formatters do it.
TIA,
txcrew

#1
Adjusted title
#2
Subscribing. So far, in order to show the image as the same size as my smaller thumbnail size I have set with an image cache I use a css for the img width. It would be much better to have imagecache profiles allow for views to use a field formatter like txcrew requested.
#3
Yes this would be great!! +1 for this feature. Could you give me some tips on what needs to be done for this, I might try to put a patch for this feature...
Patchak
#4
is this the same as what i am doing??
i am trying to theme my user profile page using tips provided here: http://drupal.org/node/35728
but i think as soon as i define a _user_profile function in my template.php then phptemplate_user_picture() in this module is no longer hit and i do not get any profile pic info in my new user_profile.tpl.php
in other words.. i can get custom icached profile pics in my theme as long as i don't try to make a user_profile tpl.
#5
ok, i got it.. just add:
echo phptemplate_user_picture($user);to your user_profile.tpl.php
#6
liquidcms you are in the wrong reqest thread, this is about views formatters not userpicture in userprofile.
I got here looking for the same feature - formatting user picture within views.
One way would be to add preset in user settings, but formatters within views will be better choice, since this is customizable with each "view" separatelly...
#7
subscribe
#8
I needed functionality like this for a project I'm working on in d6 with views 2 so I took some time today to write it up. I have the proof of concept code working in a custom site module right now, and will be happy to provide a patch once there is a good d6 branch to work from here.
#9
subscribing; although I want to do it in D6
#10
Subscribe for D6 - I'm just reiterating the problem to make sure I am on the correct thread: "When using the 'User: Picture' field in views, the formatters for various imagecache presets are not available."
#11
Subscribe for D6 - I'm just reiterating the problem to make sure I am on the correct thread: "When using the 'User: Picture' field in views, the formatters for various imagecache presets are not available."
#12
subscribing.
#13
This feature would be fantastic for those like me, who don't want to use other not core profile modules.
#14
try 6-dev version, commited #349331: Views 2 Support in 6.x + optimizations
so waiting for dev-tarball and going to next release
#15
New release is ready
#16
Automatically closed -- issue fixed for 2 weeks with no activity.