Recent content by KenBrace

  1. KenBrace

    XF 1.4 500 Error During Registration

    This is the error that I keep getting in the "error_log" file... [08-Apr-2017 16:17:17 UTC] PHP Fatal error: Call to undefined function iconv_strlen() in /public_html/community/library/Zend/Validate/Hostname.php on line 1263
  2. KenBrace

    XF 1.4 500 Error During Registration

    Recently users have been unable to register at my site. I tested it out to see what the issue was and apparently it's throwing the error provided below. I switched to a new server and got an SSL cert so that may have something to do with it. I thought that perhaps the outdated HTTP board URL was...
  3. KenBrace

    XF 1.5 Can't login after site migration!

    Yep, that was it! I set the PHP version to 5.4 on my new server and it worked perfectly. Thanks! :)
  4. KenBrace

    XF 1.5 Can't login after site migration!

    So I've just migrated my XenForo forum to another host. Apparently, the login cookies were still set so I was already logged in as soon as I accessed the new site. I tried to enter the AdminCP but was given the following error... "Incorrect password. Please try again.". I've never changed my...
  5. KenBrace

    Login via CURL

    I'm creating a similar web app that saves threads. Everything works but I need the bot to be able to access member-only threads. I used the above script and tried to access a member-only thread on my forum but it simply displays the login page and tells me that I need to be logged in to...
  6. KenBrace

    The Forum Wheel - Posting Exchange Community

    Announcement Our posting service is having a New Years day 10% sale with the coupon code: TWENTYSIXTEEN! This offer will start on 1/1/2016 at midnight EST and will be valid for 24 hours. If your forum needs some quality content for an affordable price then here's your chance! (y) Visit our...
  7. KenBrace

    XF 1.5 Increasing Default Zoom

    I think XenForo looks best at a zoom of around 110%. Everything about it looks better. The thickness of the nav bars, menus, text, avatars, etc. I've done this before in forums I've run and no one complained. The only problem was the misplacement of JS elements.
  8. KenBrace

    XF 1.5 Increasing Default Zoom

    I guess I can see that being the case if they were already used the default look. My forum is fairly new though and most of the people coming in will be new members who won't know the difference. I'd really like to have the interface zoomed in if that's possible. It looks like that might not be...
  9. KenBrace

    XF 1.5 Increasing Default Zoom

    Thanks! The only problem is that I want the site to be larger by default. It shouldn't require the user to increase the zoom in their browser.
  10. KenBrace

    XF 1.5 Increasing Default Zoom

    Is there no way to increase all of this globally? It's going to be a real hassle changing fonts, thickness of menus, header widths, etc.
  11. KenBrace

    XF 1.5 Increasing Default Zoom

    The default XenForo look is too thin and wide for me. I'd rather everything be larger and more squished in. So to accomplish this I tried adding the following code to "EXTRA.css"... html { zoom: 115%; } That did the job perfectly. Well, that's what it seemed like at first anyway. The...
  12. KenBrace

    XF 1.5 Changing the color of an individual category strip?

    Oh wait, I figured out the problem. The CSS works. It's just being over-written by a background-image (I'm using a theme). All I had to do was set the background-image value to "none".
  13. KenBrace

    XF 1.5 Changing the color of an individual category strip?

    Doesn't seem to work either. .nodeList .node_17 .categoryStrip { background-color: @primaryLighter; }
  14. KenBrace

    XF 1.5 Changing the color of an individual category strip?

    Just tried it and it doesn't seem to work. .node_17 .nodeList .categoryStrip .nodeTitle { background-color: #FF0000; }
Top Bottom