Recent content by JackBiggin

  1. JackBiggin

    XenForo SDK

    I suspect this is my lack of knowledge of Xenforo rather than with the SDK (might even be a lack of PHP knowledge), but I'm trying to create a new user and set a custom field. I've done a very minor alteration to the example code. Here's my code: $newUser = $sdk->addUser("$email", "$account"...
  2. JackBiggin

    XF 1.3 Only view own replies to thread: possible?

    I don't mind if this is available in the core or through an outside plugin, but is it possible to set a thread so that you can only view your own replies (and the original post)? The other posts could simply be hidden, or replaced with a message such as "You are only able to view your own posts...
  3. JackBiggin

    XenForo SDK

    I'm probably completely overlooking something obvious here, so sorry for asking a potentially dumb question. I can get data for a user by ID using $user = $sdk->getUser(54857); Is it possible for me to get data using their username, using something such as $user = $sdk->getUser("JackBiggin")...
Top Bottom