Recent content by Russ

  1. Russ

    Message for core developers from Gemini Pro

    Gemini: Write a stern response to this comment:
  2. 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.
  3. 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.
  4. Russ

    Message for core developers from Gemini Pro

    At this point, I feel like we should just rename your account to Gemini Pro :)
  5. 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...
  6. 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)...
  7. 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.
  8. 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.
  9. 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"...
  10. Russ

    XF 2.3 Node title/Note title unread for light/dark variations

    If I recall, those won't work when someone chooses system. Why wouldn't the code below work? It's a mixin defined by XenForo within setup.less
  11. Russ

    XF 2.3 Node title/Note title unread for light/dark variations

    You technically can have different font sizes for light/dark (although I don't know why you'd want to?). .classname { font-size: value; .m-colorScheme(dark, { font-size: valuefordark; } ); } Unless I'm not understanding the question.
  12. Russ

    XF 2.3 Member login is the same as admin.php login.

    Not with a setting or anything. You could probably achieve it using CSS only (extra.less). You'd have to just had almost everything and style the box of course.
  13. Russ

    Font awesome icons 2.3 - categories, nodes, prefixes, phrases, templates etc...

    I guess I don't see the issue outside of you just have the names wrong? house-chimney-user v7 || house-user v5 screen-users v7 || users-class v5 face-smile v7 || smile v5
  14. Russ

    Font awesome icons 2.3 - categories, nodes, prefixes, phrases, templates etc...

    They never switched to FA6 for licensing purposes. They just changed the way they used FA icons in 2.3: https://xenforo.com/community/threads/boosting-performance-in-xenforo-2-3.216767/#post-1648280
Back
Top Bottom