Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
var2 is the activity object that's mentioning the user. So to get the user id of the user that mentioned someone you'd use [var2_user_id]. Next you can combine this with CBs built in substitution nesting functionality.1) Is it possible to show the owner of the steam in the email along with an [cb_userfield] that belongs to the stream owner? In my case, I have an activity stream under a profile where another two users may be mentioning each other. It would be nice if the email was able to show the name of the actual profile the comment is listed under and a [cb_userfield] that was from the actual stream owner.
That sounds like a bug as the mention should be replaced before truncating. Will review the code and try to have a fix out today. To answer your question yes you can adjust the truncating. The below should work.2) Is It possible for [cb:parse function="getNotificationTitle" class="var2" /] to not be truncated to 50 characters? I would just use [var2_message] to show the entire message, but the @mentions show up as (mention:[user_id]) when using [var2_message]. If that was the actual user name being mentioned and not their user ID, [var2_message] would work fine.
Please Log in or Create an account to join the conversation.
Retested getNotificationTitle and am seeing the mentions converting fine. Are you seeing the literal text (mention:[user_id]) or is it something like (mention:123)? As (mention:[user_id]) doesn't exist in CB Activity as you can't just substitute in a user id into a mention like that.but the @mentions show up as (mention:[user_id]) when using [var2_message].
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.