Recent content by BigBoomer

  1. BigBoomer

    AssociationMc - XenForo to Minecraft account association

    Hi, I've seen this plugin working on your website, so I know it works great. When I installed it on my 1.4.8 site, I get the following error: There was an error while associating your account. Additional details: timestamp stale I am using Cloudflare with SSL (Strict) set on and caching turned...
  2. BigBoomer

    Need controller or template for board inactive

    Ad Block detector, you can set a filter where you don't want it to run.
  3. BigBoomer

    Need controller or template for board inactive

    Hi, I need to prevent an addon from triggering on the Board Inactive message page. It allows you to enter either the template or controller to create an exception. What would I need to enter?
  4. BigBoomer

    Add-on Help

    I really need some help on this. If you need more info, I'll provide it. Just let me know. Thanks! @Kier maybe?
  5. BigBoomer

    Add-on Help

    ** This is my first project, and I'm new to PHP, AJAX and XenForo's language. ** I have created an add-on and am having trouble with displaying the data. I have based the file structure on Kier's tutorial here http://xenforo.com/community/threads/scratchpad-demonstration-ajax-add-on.8369/ It...
  6. BigBoomer

    Adding PHP, with parameters, to a page node.

    Thanks, traced folders and found a typo. Works now.
  7. BigBoomer

    Adding PHP, with parameters, to a page node.

    OK, I created a class and when I try to implement the callback, it says it's an invalid class. Here is my code: <?php class BPLeaderboard_ControllerPublic_bpMedals { public static function getLeaderboards(XenForo_ControllerPublic_Abstract $controller...
  8. BigBoomer

    Adding PHP, with parameters, to a page node.

    Perfect!!! Thanks very much for the help!!
  9. BigBoomer

    Adding PHP, with parameters, to a page node.

    This looks to be exactly what I need, AWESOME!!. I would like to ask though, is there a way I can make this dynamic? I am polling the API of an online game to get the leaderboards. The company has several different games, so I can pass game ID's to get the different games' info. Not a big deal...
  10. BigBoomer

    Adding PHP, with parameters, to a page node.

    This is my first attempt at doing any custom coding for XenForo, so please bare with me. I have some PHP code that pulls JSON data from an API. I would like to know the proper way to setup the callback class and functions. I would like to be able to pass parameters to these callbacks to display...
Top Bottom