| Re: (More ?) Useful Tags in User Message Manager |
| by alain01 on 2021/1/11 14:36:30 Done ! Issue : Missed "{X_NAME}" in the User message manager #919 and Pull Request merged Now, we could use {X_UNAME} (login) and a new variable, {X_NAME} (real name) and we could use the real name, even it's empty : le="color: #000000"><?php {X_NAME} will print name or uname if empty Thank you Mage! |
| Re: (More ?) Useful Tags in User Message Manager |
| by alain01 on 2021/1/8 7:33:49 Quote:
Ok i do it ! |
| Re: (More ?) Useful Tags in User Message Manager |
| by geekwright on 2021/1/8 4:39:24 Quote:
I suspect that {X_NAME} was not included because it can be blank, so it can lead to confusing messages. If we add it, I would suggest that we set it the same as {X_UNAME} if the name is empty. That would make it more dependable for normal use. If that sounds useful, just open an issue for it on GitHub. |
| Re: (More ?) Useful Tags in User Message Manager |
| by alain01 on 2021/1/5 9:30:09 Strange ! Why the {X_NAME} is not present for mailing by system / e-mail users (User message manager) ? I know that this field could be empty but we can use like : le="color: #000000"><?php Dear {X_UNAME} ({X_NAME}) Do you think it's possible to add this variable on the system module ? (User message manager) |
| Re: (More ?) Useful Tags in User Message Manager |
| by alain01 on 2020/1/27 0:39:13 Haaaaa Thank you Michael for this full anwser with examples ! I didnt know it ! |