Active
Project:
Role Change Notify
Version:
6.x-2.3
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 May 2011 at 18:08 UTC
Updated:
25 May 2011 at 18:08 UTC
Hey guys, thanks for nice module.
I've come across an interesting use case: old enough site which just introduced profile fields and user roles. New "full name" profile field may not be filled in for older users. Here comes the problem: of course we want to greet user with his name, but notification template would send just token (something like [profile_personal_fill_name]) if the field is empty. Which looks somewhat nasty to non geeky folk.
So I guess conditional tokes would help in such situations. Something like ![profile_personal_fill_name]:[user] (i.e. if field name is empty, print something else).
Not sure if it's possible, just a suggestion from UX guy.