Recent content by MikeDat

  1. M

    [SchmitzIT] XenForo MediaWiki Bridge

    Have you tried putting $wgDisableOutputCompression = true; in LocalSettings.php like this post recommended? That ended up working for me when I had XenForo 1.1. Now I'm running XenForo 1.2.4, MediaWiki 1.19.9, and PHP 5.2.17, and the bridge still works fine. Also make sure...
  2. M

    XF 1.2 Responsive design logo and header height jQuery

    You're welcome :). I was originally trying to use the Respollo add-on, but I wanted something more flexible so instead I wrote that code.
  3. M

    XF 1.2 Problem with Width

    Put pageWidth back and then modify your header background image. Use the gray and black background bars from your navTabs and tabLinks and put them on the bottom of the image. Set the height of the bg image to the same as the header. If aligned correctly the header background will line up with...
  4. M

    XF 1.2 Responsive design logo and header height jQuery

    In the responsive design on XenForo the logo in the header will scale down proportionally when the browser width is narrowed, but there will be a letterboxing effect around the logo. I modified some CSS and wrote some jQuery to recalculate the header height and do away with the letterboxing. In...
  5. M

    Forum Runner iOS/Android XenForo App!

    @Solari I've only tested it on the iPhone app. I haven't tested every feature, but nothing seems really broken so far. Just make sure to get the add-on from forumrunner.net since the version listed there is 1.1.4 and was updated in March 2013.
  6. M

    Forum Runner iOS/Android XenForo App!

    I see. The app seems to work pretty well though. The only thing so far that isn't working is watching forums as a whole, however watching individual threads works fine.
  7. M

    Forum Runner iOS/Android XenForo App!

    This resource version is outdated. The newest version on forumrunner.net is 1.1.4. They only list support for 1.0/1.1, but I'm going to try to install it in 1.2 and see if if works.
  8. M

    XF 1.2 Responsive Design

    Thank you very much Brogan. I should have searched a little bit more to find your resource. I'm surprised there was no mention of the $noResponsive variable before any where in this thread though.
  9. M

    XF 1.2 Responsive Design

    I'm trying to turn off responsive design for a specific page. I put <xen:container /> as the first line in Template HTML for the page, and when I try to save I get the error: "The following error occurred: Template HTML: _page_node.68 - Line 1: Missing container tag var attribute." I also tried...
  10. M

    XF 1.1 Turn off counting of likes in particular forum toward user total

    Does such an add-on exist? I searched and couldn't find one. If I were to try and code my own add-on where is a good resource on how to do that?
  11. M

    Custom BB Code Manager

    I'm finally upgrading XF on my site from 1.1.5 to 1.2.3. I did the upgrade in a virtual machine first to test it. I'm using BBCM 1.3.7.1 and Brogan's Custom BB Code XML files. I'm having two issues: 1. "Do not parse if content is empty" no longer works. This option is under the "Parser...
Top Bottom