Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Ah, hmm. I'm not sure that'll be entirely doable without PHP and using substitutions alone. Maybe it'd be easier to just link to the activity post directly? That is supported and would probably be easier. So for example "X mentioned you in Y post" with "Y post" being linked to the post? Linking to a post is just a matter of using the following URL.In my setup let's say I have 3 users, ProfileOwner, MentioningUser, and MentionedUser. Under the Profile for ProfileOwner there is an activity stream where MentioningUser will write a comment and tag MentionedUser. AutoActions already sends out an email notification to MentionedUser letting them know they were mentioned by MentioningUser and now shows the full message (thanks again). What I would love to have in that email is the name of the ProfileOwner and a cb_userfield that belongs to that ProfileOwner. For example:
Ah, yeah that's working as intended then. That just gives you the raw database stored message of a post. It'll have no processing applied to it. You should only need to use getNotificationTitle.But using [var2_message] in that same AutoAction email it shows something like "(mention:723923) this is a new test"
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.