Can we make the Welcome Back message configurable by an administrator?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

cgmonroe’s picture

You might look at: #1203056: PL Bootstrap state notification

Not an admin screen option, but it does let messages be changed via a theme_hook.

gapple’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Issue summary: View changes

Bumping this feature request to 7.x.

8.x doesn't currently set any message on login, but I'll keep this issue in mind if it is introduced.

Nitesh Sethia’s picture

Assigned: Unassigned » Nitesh Sethia
Nitesh Sethia’s picture

Assigned: Nitesh Sethia » Unassigned
Status: Active » Needs review
FileSize
2.22 KB

Added a patch for this functionality.

gapple’s picture

Status: Needs review » Needs work

- It looks like this patch was made on top of other work, instead of being made against the latest dev version.
- t() should only be used for translating static strings.
- Using t() within define() is... probably not good.