Closed (fixed)
Project:
Persistent Login
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2010 at 10:26 UTC
Updated:
3 Jun 2015 at 23:34 UTC
Jump to comment: Most recent, Most recent file
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