Brent W
Well-known member
I am trying to do this with my new add-on but I am having problems figuring out how to grab the conversation message. _postSave() doesn't appear to have access to it in anyway. XenForo_Member::actionWarn has the variable $conversationInput['conversation_message'] available but I don't see how I can get it into _postSave() to use. Any ideas?