I'm confused about the Xenbase update. I thought Xenbase was incoprorated into individual PixelExit styles quite some time ago.
I'll be updating Font Awesome +.
Do I also need to update Xenbase? That doesn't currently even exist in current Font Awesome installations.
This update is awesome. I can’t wait to start testing it tomorrow morning. Knowing me, what are the chances I find some bugs for you?
Side note: I didn’t realize this was my username here (don’t recall making it this). Could I please have it switched to sixlxvi?
Turns out I just needed a few minutes...![]()
Upgrade went smoothly. Those of you using TH Nodes might want to reset the default page width back to 1200px. otherwise, you'll end up with 3 rows of nodes.![]()
Always good to hear, I hate the idea of updates being a pain for my clients.
Whoops...They've always been flawless for me, thanks
Just working out how to get the upper pagination to show in mobile view at the top of threads, sure it used to.
Fantastic work Russ!
I've just updated and all went smoothly. I just have a question regarding the navigation icons.
I have the navigation icons disabled. However since updating they are now displaying in the mobile menu, is there somewhere to turn these off there as well?
I may actually make use of them in the future but noticed that the custom navigation links that I've created don't have any icons assigned, is it possible to assign them FA icons as well somewhere?
Thanks again!
Tim
a.offCanvasMenu-link:before
#XF.XenBase .offCanvasMenu-content a[data-nav-id="forums"]:before {
content: "\f086";
}
.p-linkList-changeStyle a:before, .p-linkList-changeWidth a:before, .p-linkList-changeLanguage a:before
{
.m-faBase();
display: inline-block;
margin-right: 2px;
}
.p-linkList-changeStyle a:before { .m-faContent(@fa-var-paint-brush); }
.p-linkList-changeWidth a:before { .m-faContent(@fa-var-sliders-h); }
.p-linkList-changeLanguage a:before { .m-faContent(@fa-var-globe); }
With this update you have the ability to use a template for the top bar. You can place conditionals there. To enable the template, style properties -> header and navigation then select the use top bar template. It'll use the template mentioned in the description which you can edit with custom conditionals.No bugs found upto now. Made a few edits and simplified the look of the Nova style a little. Seems to load quickly and like the new options.
One thing i would like to see is the top bar to have options to show for limited usergroups so it could be used for advertising upgrades etc. Can a conditional be wrapped around the container somehow?
See what you think of the changes HERE
Still a little bit of tweaking to do, but plenty of time at home at the minute.
Thanks for the updates.
Hi @Russ,
I used this inextra.less
to display FA icons for subnodes:
CSS:.subNodeLink.node--id3:before { content: "\f001" !important;}
This does not seem to be working anymore. Has this been affected by the update?
<a href="{{ link('forums', $node) }}" class="subNodeLink subNodeLink--forum {{ $extras.hasNew ? 'subNodeLink--unread' : '' }}">{$node.title}</a>
<a href="{{ link('forums', $node) }}" class="subNodeLink node--id{$node.node_id} subNodeLink--forum {{ $extras.hasNew ? 'subNodeLink--unread' : '' }}">{$node.title}</a>
.node--id3 .subNodeLink:before { content: "\f001" !important;}
Any way to add the page navigations for a thread back to the top of the screen for mobile? Noticed they're now gone after some members made a comment. Know there's the "Jump to unread" now but any option /way to add the page navigation to the top too?