Xenith

Xenith 1.5.22.0

No permission to download
@Mike Creuzer @Jake B.

Hey guys, this might be simple, but I'm trying to have a link to the last post work for guests. Basically following these intructions:

https://xenforo.com/community/threads/go-to-last-post-for-guests.23195/#post-288007

It works on the default theme, but that template is different with Xenith and I end up with 2 links and positioning mismatch. Any ideas how to get it working? Let me know if I should just make a ticket.

In template thread_list_item, replace;
Code:
<dd class="muted"><a{xen:if '{$visitor.user_id}', ' href="{xen:link posts, $thread.lastPostInfo}" title="{xen:phrase go_to_last_message}"'} class="dateTime">
with
Code:
<dd class="muted"><a href="{xen:link posts, $thread.lastPostInfo}" title="{xen:phrase go_to_last_message}" class="dateTime">
 
Looks like the image path just isn't quite right. Make sure that you can visit that path in your browser and that it pulls back the image. Not theme related.

Naturally, a theme needs to make changes to templates, so we won't be able to make every customization script someone came up with work. If you find that line of code in Xenith it should be almost identical with just a few changes. Mainly the phrase and anchor and title change, so you should be able to just swap those variables out.

Thanks for help! its working now :)
 
Hey

I don't remember how to get the userbar sticky all the time. Right now it's hidden when I scroll down :/

Edit : Found it ! Maybe you could move it elsewhere ^^' because I really had no idea that it was in header :P
 
This is only the case when using nodes as tabs
Created template for uix_copyright with copyright intact
Code:
<div class="adCopyrightNoticeStyle">Theme designed by <a href="http://www.audentio.com/shop/xenforo-themes" title="Premium XenForo Themes" rel="nofollow" target="_blank">Audentio Design</a>.</div>

Found in footer template
Code:
<xen:hook name="uix_copyright" />
Replaced with
Code:
<xen:include template="uix_copyright" />
Solving issues with Nodes As Tabs not showing footer copyright on page nodes with UI.X
 
Last edited:
I did a search and couldn't find this out: Does anyone know how one changes the color of the navbar? I'm surprised as I thought that I had done this before, yet for some reason I just can't seem to find it. Also, I thought there was a way to adjust the navbar opacity. Is there?
 
Last edited:
I did a search and couldn't find this out: Does anyone know how one changes the color of the navbar? I'm surprised as I thought that I had done this before, yet for some reason I just can't seem to find it. Also, I thought there was a way to adjust the navbar opacity. Is there?
The opacity that appears when it is sticky? There are separate style properties for when it is sticky, you can find those under UI.X Navigation under the style properties :)
 
Mike Creuzer updated Xenith with a new update entry:

Huge Update

Hi all,

We'd like to apologize for the time it took to get this update out. Due to the nature of how we've done releases in the past, we got stuck in a backlog of UI.X bugs that we were not content with releasing. We wanted to wait until we got all the issues knocked out. So here we are. All bugs reported to us have been addressed!We did the very best we could to make this as stable a release as possible, but very important that you:
  • TEST ON A DEMO SITE FIRST BEFORE UPGRADING...

Read the rest of this update entry...
 
So I uploaded the contents of the "Upload" as instructed. I then selected the appropriate XML file, and for some reason I get this error: The provided file is not an add-on XML file.
 
Hey Mike, what version is your demo running? I though the last version was just fine. Thanks for working on improvements!
 
I then selected the appropriate XML file, and for some reason I get this error: The provided file is not an add-on XML file.
I didn't get this issue - suggest you re-upload and try again?
style-Xenith.xml should be 955,155 in size.
 
Anyone game enough to test it out on their site and report back?
So, a few issues found
  • Templates - only PAGE_CONTAINER and sidebar_visitor_panel didn't automatically merge
    • PAGE_CONTAINER merged fine manually, by resolving from parent
    • sidebar_visitor_panel required manual intervention, resolving from parent still giving an error. I had to remove a spurious "</xen:if>" still remaining
  • files inside js/audentio/xenith/ have wrong permisisons, and only readable by owner. I have to 'chmod 755 js/audentio/xenith/*' to stop a big notice box complaining javascript was missing
  • zero size files with name of "Icon" in each of the directories within the .zip file
  • sub-navigation and modearator/admin bar have both moved, and are no longer placed correctly. Main navigation items have larger horizontal spacing between them ...
before ...
Screen Shot 2016-03-17 at 21.36.18.webp

after ...
Screen Shot 2016-03-17 at 21.32.08.webp

Everything else (major) appears to be OK, but I'd recommend waiting until the above issue are fixed and a audentio-scratch-35_1-5-6-1 is released before upgrading a production environment. I'll be waiting until doing my production site.
 
Last edited:
Back
Top Bottom