Recent content by alex31337

  1. A

    Insert attachment after Thread created (via script)

    There is no ADD POST button
  2. A

    Insert attachment after Thread created (via script)

    I dodnt found the appropriate branch of forum to post it. And I hoped that admins will find this theme and replace it to another location.
  3. A

    Insert attachment after Thread created (via script)

    Hello! To create thread in 2.0v we use such a code: $creator = \XF::service('XF:Thread\Creator', $forum); $creator->setContent($title, $message); $creator->setUser($user); $creator->setPrefix($forum['default_prefix_id']); $creator->setIsAutomated(); $creator->save(); Everything is fine. But how...
Top Bottom