Recent content by Tommy

  1. Tommy

    Battlefield Reserved Slot on User Upgrade [Paid] [Deleted]

    This resource has been removed and is no longer available for download.
  2. Tommy

    Trust+ [Deleted]

    Still the same...
  3. Tommy

    Trust+ [Deleted]

    Hi, i cannot install, geting the error:
  4. Tommy

    [TH] Install and Upgrade [Deleted]

    This addon show "All add-ons are up to date."... I know they are not, as they weren't before the last update... What gives?
  5. Tommy

    [TH] Install and Upgrade [Deleted]

    Ooooookay, the password is NOT the same on this forum AND on the customers page... Dammit! :eek:
  6. Tommy

    [TH] Install and Upgrade [Deleted]

    That is easy to understand yes, but it doesn't work either way. :sick:
  7. Tommy

    [TH] Install and Upgrade [Deleted]

    What do you mean by "stored correctly"? I have tried to login with the credentials when asked, and it is stored on the Stored Credentials page, i have even edited the credentials. Tried with both username and email as the username, and changed the password on here to make sure it is correct. :(
  8. Tommy

    [TH] Install and Upgrade [Deleted]

    It is asking for credentials all the time, is this a bug?
  9. Tommy

    UI.X

    I didn't get an answer there did i? :p
  10. Tommy

    UI.X

    Hi, i just updated to latest, and the slogan is out of whack: How can i get it back in the box? :eek:
  11. Tommy

    Query custom user field not working

    ooookay! After a whole day, i finally got it working. :cautious: For reference, i did it like this: foreach($data as $player) { $fields = unserialize($player->custom_fields); if (isset ($fields['originid']) && !empty ($fields['platform'])) {...
  12. Tommy

    Query custom user field not working

    Here's the direct output of the $data query: [0] => stdClass Object ( [user_id] => 1 [title] => Reservert slot 1 mnd (Løpende) [username] => TommyMiland [custom_fields] =>...
  13. Tommy

    Query custom user field not working

    This doesn't make any sense to me at all. How do i provide the value? I thought i already did? How do i get the canonical value? Is there any way to downgrade xenforo? I need this to work...
  14. Tommy

    Query custom user field not working

    Okay, there seems to be something wrong with my database, not this script. Script is working on an old xenforo 1.3 db, just copied my current db over to my dev environment, boom! Failing! How do i fix this @Mike? Something must have changed in xenforo, since it is working on the 1.3 db.
  15. Tommy

    Query custom user field not working

    What could prevent the code from returning data from the custom field? Does anyone have any idea?
Back
Top Bottom