Recent content by gomcotiger

  1. G

    XF 2.1 What would creating a new thread look like using the API with Guzzle?

    I saw that already, username option is missing, I listened to visitor_guest_setup event and added this $userInput = ['username' => 'str']; $output = $this->app()->request()->filter($userInput); $defaultData['username'] = $output['username'];
  2. G

    XF 2.1 What would creating a new thread look like using the API with Guzzle?

    there is no option to post username when creating thread as guest using API?
  3. G

    Kotomi - Generic script bridge

    I am facing same issue, I am able to use Kotomi outside forum directory but now all links like menu link pointing like above
  4. G

    Kotomi - Generic script bridge

    I have solved this issue by following follow procedure Edit file config.php and add below two lines: $config ['externalDataUrl'] = 'http://mysite.com/forum/data'; $config ['javaScriptUrl'] = 'http://mysite.com/forum/js'; Go to the Admin Control Panel in Xenforo...
Top Bottom