This is a very useful module. I think it would be more user friendly if it welcomed the user back by real name instead of user name - if the real name module was in place.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | persistent_login-realname_support-849300-7.patch | 629 bytes | ptmkenny |
| #3 | persistent_login-849300-3.patch | 869 bytes | gapple |
Comments
Comment #1
achtonAny chance support for the RealName module is in the works?
Apparently, other modules can hook into RealName if they "[...] change their code to use
theme('username', ...)" but I do not know how that interferes with exisiting code in Persistent Login.Cheers,
Achton
Comment #2
YK85 commentedsubscribing
Comment #3
gappleThis should be a quick fix. Instead of using the username directly, pass the account object through theme('username').
Comment #4
jwhat commentedCan we make the Welcome Back message configurable by an administrator?
Comment #5
gapple@jwhat: yes, but open up a new feature request issue for that.
Comment #6
cgmonroe commentedFYI - Realname support is also included with the patch in issue: #1203056: PL Bootstrap state notification
Comment #7
ptmkenny commentedSyntax has changed for D7. Attached is a new patch.
Comment #8
ptmkenny commentedComment #9
neograph734Great, works as expected.
Comment #10
jay.lee.bio commented#7 worked for me too. Thank you.
Comment #12
gappleCommitted to 7.x-1.x-dev