Recent content by Dasfaust

  1. Dasfaust

    Minecraft Style

    It fixed it, thanks! There are still a few issues though, the page nav buttons at the bottom of the news block don't have a background, and there is a bit of white space between the Recent Threads title bar and the actual thread (not sure if that's intended, but it isn't present in Flexile):
  2. Dasfaust

    Minecraft Style

    Thanks, if it's any help this only happens when "Break Out of Content Container" is selected in XenPorta's options, but there is still some visual bugs when the container is enabled: Not selected: Selected:
  3. Dasfaust

    Minecraft Style

    Hi, any update on this? I'm using the latest version of XenPorta, XenForo 1.1.3 and Recent Threads still looks like that.
  4. Dasfaust

    Trigger an overlay via JS

    How would one go about triggering an overlay with Javascript? I could only find one post on this subject, and this is what I've got so far: var $trigger = window.onload; var $templateHtml = "test"; XenForo.createOverlay($trigger, $templateHtml).load(); But I'm getting this error: Uncaught...
  5. Dasfaust

    Using include(); in a page

    That's exactly what it was, included a JS file that broke everything, didn't catch it until now :ROFLMAO:
  6. Dasfaust

    Using include(); in a page

    Hi, so basically I want to include a PHP file in an external page, I have a class and listener for a template hook, in this case the template "market". Here's the class: <?php class Market_Loader { public static function templateHook($hookName, &$content, array $hookParams...
Top Bottom