Recent content by Russ

  1. Russ

    XF 2.2 Authy API Onetouch -> Verify?

    I just disabled mine. It might be an oversight but I feel like users shouldn't be able to have the option to enable it again (I can enable it still).
  2. Russ

    What about using the Tiptap editor for XenForo?

    https://xenforo.com/community/threads/somethings-wrong-with-highlighting-text-using-shift-and-left-arrow-key.217293/post-1660729
  3. Russ

    Duplicate StyleProperty error when importing styles

    https://xenforo.com/community/threads/import-a-style-we-ran-into-some-problems.221696/ Fixed in Beta 8
  4. Russ

    Template editor spacing when using asset call won't align properly with shift-tab

    Yeah not a big deal... more of an annoyance. Trying to figure out if there's some sort of line I could use to "reset" it somehow.
  5. Russ

    Template editor spacing when using asset call won't align properly with shift-tab

    This has bugged me for a bit (maybe I'm doing something wrong). But when using the template editor with the asset folder, you can't properly space things using shift-tab. You can test using this CSS: .section { color: pink; &.section-feature { background...
  6. Russ

    What about using the Tiptap editor for XenForo?

    And that new one is called.... TipTap lol
  7. Russ

    What about using the Tiptap editor for XenForo?

    Not long to go before we’re tip tapping away...
  8. Russ

    XF 2.2 Voting Icons Disappeared!

    Is "app_content_vote.less" customized at all? Make sure "app.less" is also up-to-date as the app_content_vote.less is included there. If you didn't update that template and it's not included, it will look like that.
  9. Russ

    random quote

    This can be done without an add-on. Utilize the Advertising setup. The following code will load a random quote each page load. Setup -> Advertising -> Add advertisement -> Title: Quotes Position: Container header HTML: <div class="p-header-quote u-hideWide"> <xf:set...
  10. Russ

    All should be an option when selecting forums to enable modifications/features.

    Sorry, thought you were also suggesting none. Already upvoted and would love to see it implemented.
  11. Russ

    All should be an option when selecting forums to enable modifications/features.

    None technically exists in some areas (I'm assuming the add-on dev would just need to include it) (prefix as an example) So an easy "all" would be nice. Select all selects only the forums at the time of the edit. If you make any new forums, you'd need to go back and edit it again.
  12. Russ

    Fixed Xf-intensify doesn't work against property --color when using RGB

    In 2.2 we could use this and it would work: color: xf-intensify(@xf-xbCustomFooterCSS--color, 20%); Now it doesn't appear to work if a style uses RGB colors (I'm updating to HSL but I can see this being an issue when styles are imported) Easiest way to replicate the issue: Style properties ->...
  13. Russ

    Conditional check not working against asset property with variations enabled

    In 2.2 I had a very simple conditional like this: <xf:if is="property('xbFooterLogo')"> <a href="{{ ($xf.options.logoLink && $xf.homePageUrl) ? $xf.homePageUrl : link('index') }}"> <img src="{{...
  14. Russ

    Fixed View custom changes requires a refresh to view current edits

    In 2.2, when editing a template that already has the "View custom changes" button, you could make an edit, click save and click View custom changes and it'll show the new edits you just made. 2.3 it will not show the new edits. Steps to reproduce: 1.) Open any template, place an edit and click...
  15. Russ

    XF 2.3 A first look at XenForo 2.3

    If you only want one dark style, you wouldn't enable style variations and proceed like a normal dark style. If you wanted to offer two dark styles for users to rotate between, enable style variations and make sure the color palette is set to dark on both. The result will look like this in the...
Top Bottom