Patch (to be ported)
Project:
Token
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
2 Sep 2011 at 21:34 UTC
Updated:
9 Mar 2018 at 19:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
santam commentedsubscribe I am facing this issue with my heartbeat stream.
Comment #2
BeaPower commentedsame here
Comment #3
dRaz commentedIs there no fix for this yet?
Comment #4
BeaPower commentedany updates?
Comment #5
IWasBornToWin commentedSame here
Comment #6
IWasBornToWin commentedI was able to get this to work in views by using global field and inserting the following html in text area.
I got the source link by going to the edit page of a user who had not yet uploaded their own pic, and right clicking on the default photo image then viewing the source.
Comment #7
IWasBornToWin commentedoops, it stripped my link, here it is again;
<img typeof="foaf:Image" src="http://mysite.com/sites/default/files/pictures/noimagereminder.jpg" >Comment #8
IWasBornToWin commentedYou dont need to use global field if you insert your source link in the "no results behavior" area of the user picture field settings in views.
Comment #9
IWasBornToWin commentedI have a few different sized default pictures in my files directory because image cache doesn't display the default picture as a thumbnail either. So if you plan to display it in other places like comments, etc, then you will have to refer to the different size in your files directory.
Comment #10
BeaPower commentedDo you use fields or Heartbeat display type in views to add user picture?
Comment #11
IWasBornToWin commentedFields and/or replacement tokens
Comment #12
jack_ry commentedThe token [current-user:picture] does not support the user profile picture
Try the below patch
Comment #13
jack_ry commented