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.

CommentFileSizeAuthor
#11 Picture 1.png51.01 KBpuya
#10 Picture 1.png45.78 KBpuya

Comments

Anonymous’s picture

Title: Views field formaters » Views imagecache field formatters for user profiles

Adjusted title

solutiondrop’s picture

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.

patchak’s picture

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

liquidcms’s picture

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.

liquidcms’s picture

ok, i got it.. just add:

  echo phptemplate_user_picture($user); 

to your user_profile.tpl.php

Richard_’s picture

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

momper’s picture

subscribe

jerdavis’s picture

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.

janusman’s picture

subscribing; although I want to do it in D6

puya’s picture

StatusFileSize
new45.78 KB

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

puya’s picture

Version: 5.x-1.3 » 6.x-1.0
StatusFileSize
new51.01 KB

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

techypaul’s picture

subscribing.

witzel’s picture

This feature would be fantastic for those like me, who don't want to use other not core profile modules.

andypost’s picture

try 6-dev version, commited #349331: Views 2 Support in 6.x + optimizations
so waiting for dev-tarball and going to next release

andypost’s picture

Status: Active » Fixed

New release is ready

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Status: Closed (fixed) » Active

Hi, the formatters are visible for User: Picture, but they have no effect, they do not work. The images shown, both in Views preview and in the live Views page, simply point to the files/pictures path.

Anonymous’s picture

Version: 6.x-1.0 » 6.x-1.x-dev

For latest 6x1x-dev

andypost’s picture

Version: 6.x-1.x-dev » 6.x-1.0
Status: Active » Closed (fixed)

About troubles with 6.x and views please follow #1109804: Not resizing in views

This issue been about initial views integration

Anonymous’s picture

Issue summary: View changes