Great work on the 2.0 module guys. Just one request. Is it possible to support a user picture token available for activity 2.0 publisher templates. I know user picture is available to views but would be nice to have a token to do display such. Thanks.
Comments
Comment #1
Scott Reynolds commentedYa this won't happen. And the reason is pretty simple. The token replacement happens only at record side. So this would mean that a user would record one message. Then edit their picture and then they record another message, the first message would have the old picture.
This would generate more support request then anything else.
If you need it and you know what your doing, create a hook_token and hook_token_values() for it.
Comment #2
pribeh commentedThat's a good reason.