With the Nodes addon installed, you'll go to Forums -> Node Layout & Styling, select the node you want to add the background to, and then check the "Use custom value" for "Background image". You'll then want to put the URL to where the image is stored in that field (so you'll need to upload it to your web server or some image hosting service, or upload it via XF's content management if you're on XF Cloud).
Once that's done you'll want to make sure node styling is enabled for your prefered style(s) (you can just select the style in question you want to enable styling on in the dropdown on that page where it lists out the nodes for styling, and then click the "Enable styling for style" button at the top).
Depending on how old you're upgrading from, you might be better off re-creating your customizations in a new child style.
However, in most cases, you should be able to do the following:
Copy your light child style (where you did all your customizations - hopefully you did this ) to be a child of the Variations style, and enable Variations on the new child.
This will at least give you a solid baseline to work from.
Next, you'll want to manually copy over your color customizations put into your dark style into the dark color variations of your new child style. In case you weren't aware, an easy way to see what settings you've changed in a style is to go to Appearance -> Styles, click the 3 dot menu next to your dark child style, and select "Customized Components" (I am ashamed that it took me way too long to realize that was there when I first got started in XF theme dev).
Note: This release cannot be used on XenForo 2.2, it is exclusively for XenForo 2.3 only.
Note: This update does not require a UI.X add-on update to function properly.
Correct; Due to a weird deploy bug (and being super busy with client work ) we're currently not able to update the checkout process that shows the coupon codes as being available (despite having them disabled), but the code itself is no longer active.
Correct; Due to a weird deploy bug (and being super busy with client work ) we're currently not able to update the checkout process that shows the coupon codes as being available (despite having them disabled), but the code itself is no longer active.
The process has actually changed with XF 2.3, and we haven't updated that documentation yet.
You'll basically want to set a custom class on the navigation entry, and then add the icon via CSS. As an example, let's say I set the class "myNewNav1" on a nav item, like so:
You'll change the value of @fa-var-solid-comment-alt to match the icon you want to use. You can find the icons available in your XF install folder under /styles/fa - just pick the icon style you want (such as solid in the above example, and then you'll see a list of icons available. So, for example, you can use fa-var-solid-air-freshener, or fa-var-light-acorn, etc.