Recent content by DeweySalt

  1. DeweySalt

    Send user alert from external script

    Update: Ended up figuring it out myself. For anyone else looking to do this, here's a snippet of the code I used after initializing the autoloader and grabbing the viewing user info: $alertModel = XenForo_Model::create('XenForo_Model_Alert'); $alertModel->alertUser($userinfo["user_id"], 0...
  2. DeweySalt

    Send user alert from external script

    Hello, I'm trying to send a custom user alert from an external script that handles connections to our client application. I've located alertUser() within Xenforo_Model_Alert which seems to be what I'm looking for, although a lack of documentation has left me to guessing what half of the...
Top Bottom