Recent content by Russ

  1. Russ

    XF 2.3 What's new in XenForo 2.3.10?

    Where's that Gemini guy when you need him.
  2. Russ

    XF 2.3 Can't register to my own forum. hCaptcha banned.

    It was a temporary problem from hCaptcha: https://xenforo.com/community/threads/hcaptcha-have-stopped-the-free-service-w-o-sitekey-registration-no-more-user-registrations-possible-on-xf-installs-with-default-settings.235565/#post-1772186
  3. Russ

    [vbresults.com] Filter Resource Fields [Deleted]

    https://xenforo.com/community/threads/custom-field-improvements-searching.236099/#post-1774933
  4. Russ

    Bolt [Paid]

    Yep! 2.3.8 is the latest style release but it works in 2.3.9 with no outdated templates.
  5. Russ

    XF 2.4 Custom Field Improvements: Searching!

    Awesome. Now we need to redo the search results page to further filter out results :D (along with sorting items)
  6. Russ

    Message for core developers from Gemini Pro

    Gemini: Write a stern response to this comment:
  7. Russ

    XF 2.3 Help, how do I remove tags/prefixes from private messages?

    Sounds like you might be using this add-on? http://xenforo.com/community/resources/conversation-essentials.6694/ It's probably a simple permission or an option in there.
  8. Russ

    XF 2.3 problem with featured posts

    You can't use: .block-body { display: grid; gap:0px 10px; grid-template-columns: auto auto auto; background:@xf-pageBg; } .block-body is used in so many places. You need to apply more specific CSS.
  9. Russ

    Message for core developers from Gemini Pro

    At this point, I feel like we should just rename your account to Gemini Pro :)
  10. Russ

    XF 2.3 HaHa: Style the "No Prefix" Prefix - Can it be done?

    I think this would work: .js-activePrefix:not([data-prefix-class]), span.js-activePrefix[data-prefix-class=""] { color: #FFF; background: green; // Adds default label styling display: inline-block; padding: 1px .35em; border: 1px solid transparent; border-radius...
  11. Russ

    XF 2.3 Can't register to my own forum. hCaptcha banned.

    You're not understanding the problem. If anyone is using hcaptcha without putting in any sort of API keys, the message shows that the "account banned, service suspended". It's not the forum account, it's the free version of hcaptcha without the API keys that is "banned" (from using hcaptcha)...
  12. Russ

    XenBase - PixelExit.com [Paid]

    You're safe to run the update now. There's a single outdated template which can be merged https://pixelexit.com/threads/xenforo-2-3-8-preview-is-out.15784/#post-70102 I'm out of town for a wedding at the moment, but working to get the updates out soon.
  13. Russ

    Try out the XenForo 2.3.8 Preview!

    A lot: https://xenforo.com/community/forums/resolved-bugs/ pretty much goes back to page 7.
  14. Russ

    XF 2.3 Navigation slides to the right. Infuriating...

    I can replicate it on the default style. Not sure why it's doing it though As a temporary measure, since you have a really long nav you could disable the auto-scroll. It's meant to scroll to the selected navigation item. PAGE_CONTAINER: Find <div class="p-nav-scroller hScroller"...
Back
Top Bottom