Forum Discussion
AdamT
Lithium Alumni (Retired)
Hi, telpochyaotl.
As of version 9.14, there is a FreeMarker variable called "activity.results." This variable contains keys related to both user and message events. For instance, after updating a user's settings, you can check the activity.results variable like so:
<#if activity.results.name.UserUpdated??> Success! Your settings have been updated. </#if>
Hope that helps!
Edit: I originally gave the wrong information in this reply, but have edited this post to correct the error.
Claudius
13 years agoBoss
I stumbled over this post while searching for a solution to a different problem and I am interested in the "activity" context object you are referring to here. i can't find it in thecontext object documentation on the Lithosphere Knowledgebase though. I am welcome to take any pointer here.
Related Content
- 12 years ago
- 10 years ago