Recent content by nolatron

  1. N

    UI.X 2

    I updated Xenforo yesterday to the latest version, then the UI.X addon and then updated the UI.X 2 theme from within the admin panel. I had to revert a bunch of templates, none of which I edited that I can ever recall. Everything on the desktop is ok, but on the mobile version, all the...
  2. N

    XF 2.0 XenForo_DataWriter to create post in XF2

    Thanks! That got me pointed in the right direction and I was able to get it working again. Here's the php code I'm using: $dir = "/home/nolatron/public_html/domain.com/forums"; require($dir . '/src/XF.php'); XF::start($dir); $forumId = '20'; //Forum ID of where to post thread $userId = '2'...
  3. N

    XF 2.0 XenForo_DataWriter to create post in XF2

    Well, I've been doing some searching to try and make heads and tails of this stuff (I'm far from a programmer), and I pieced together this. $dir = "/home/nolatron/public_html/xx.com/forums"; require($dir . '/src/XF.php'); XF::start($dir); $forum = '20'; $title = 'Subject'; $message = 'Message...
  4. N

    UI.X 2

    Same here. What's the proper way to update the add-on? I tried following this page and uploaded the files in the "upload" folder to the addons/Themehouse folder, letting it overwrite existing files but once it was done the site loaded with an error. [10-Jan-2018 02:30:30 UTC] PHP Fatal error...
  5. N

    XF 2.0 XenForo_DataWriter to create post in XF2

    I have a php script that's being using the Xenforo_Datawriter in XF 1.5.6 to auto create posts. After updating to Xenforo 2, the script no longer works but not sure why. Here's what the script currently uses. $fileDir = "/home/nolatron/public_html/xxxxxxxxxxx/forums"...
  6. N

    UI.X 2

    I've been trying to locate if there's a place to style these elements here: Is there a place to do I just haven't found it? Would like to try and give them a button style appearance. Thanks!
  7. N

    UI.X

    Strangely I discovered the issue only happens on my MacBook in both Chrome and Safari. On the macs and my Windows PC at work it works fine.
  8. N

    UI.X

    Just purchased and installed UI.X 1.5.0.1 on my forum but I can't seem to get the nav and userbar to sticky to the top of the window. Everything is pretty much at default and all the boxes to enable are checked on the global and navigation menus. Any suggestions? Also noticed the Fixed...
Top Bottom