Not sure if this is image cache or a theme setting. But id like to display the user's name when hovering over their imagecache thumbnail. Right now, it says "view user profile" for any given user.
Thanks
Chris
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | 1013946-profile.patch | 916 bytes | andypost |
| #6 | 1013946-title-username.patch | 745 bytes | dawehner |
Comments
Comment #1
glitz commentedComment #2
andrii_svirin commentedsubscribe
Comment #3
andrii_svirin commentedHack =)
Comment #4
mattiasj commentedCould this be done in a nice way even though we cant override preprocess_user_picture?
Comment #5
andypostany ideas?
Comment #6
dawehnerWhat about doing the same thing as the user.module.
Here is a patch for it.
Comment #7
andypostLooks reasonable as template_preprocess_user_picture() core's implementation
can anyone test this patch?
Comment #8
vinoth.3v commentedComment #9
dawehnerDo we really need this variable here?
Comment #10
andypostUsed in title for label
Powered by Dreditor.
Comment #11
andypostI think we should follow Core's implementation as I pointed in #7
Comment #12
dawehnerFrom my perspective this path is RTBC, but i guess because i'm the original author of the patch i can't mark it for myself.
Comment #13
andypost@dereine I'm ok to commit this patch but can't test, the question mostly in code style :)
Comment #14
andypostThanx, I've commited #11