Xenith

Xenith 1.5.22.0

No permission to download
Go to uix_welcomeBlock and change everything to
Code:
<div class="uix_welcomeBlock_wrap">
    <div class="uix_welcomeBlock_content">
        <a href="#" class="close"></a>
   
        <xen:if hascontent="true">

        <h3 class="uix_welcomeBlockHeader">
            <xen:contentcheck>
            <xen:if is="{$uix_welcomeBlockIcon_class}"><i class="uix_icon {$uix_welcomeBlockIcon_class}"></i></xen:if>
            <xen:if is="{$uix_welcomeBlockHeader_text}"><span>{xen:raw $uix_welcomeBlockHeader_text}</span></xen:if>
            </xen:contentcheck>
        </h3>
        </xen:if>
   
        <xen:if is="{$uix_welcomeBlockMessage_text}"><p class="uix_welcomeBlockMessage">{xen:raw $uix_welcomeBlockMessage_text}</p></xen:if>
   
        <!-- Start of Modification -->
   
        <xen:if is="!{$visitor.user_id}">
            <xen:if is="{$uix_welcomeBlockButton_url}">
                <a href="{$uix_welcomeBlockButton_url}" class="callToAction">
                    <span>{$uix_welcomeBlockButton_text}</span>
                </a>
            </xen:if>
        </xen:if>

        <!-- End of Modification -->
   
    </div>
</div>

That will remove the Register button to logged in users

Edit : And I'm sure that could be an interesting options to add to UI.X cc @Audentio Design
With the latest update it will not work quite the way it worked before.
The title is not capitalized and the font size is no longer as it was.
And the subtext is visible again.

upload_2015-12-4_15-36-59.webp
 
I don't see the big triangular image/text on this version. I have the welcome section enabled.
With the latest update it will not work quite the way it worked before.
The title is not capitalized and the font size is no longer as it was.
And the subtext is visible again.

View attachment 123192

We made some subtle changes. Make sure your PAGE_CONTAINER template is properly up to date.

Can we update if we are using 1.5.2?

I updated Xenith and I am using XF 1.5.2.

After that, I reapplied a template change in PAGE_CONTAINER which is just something that hardcodes title suffixes. But after doing that I am getting "Template Outdated" alert. Any idea?

Yes you should be able to use this latest on 1.5.2. If PAGE_CONTAINER is marked as outdated, try clicking save on it if you know it is in fact up to date. if you don't know, make sure to copy your changes into another .txt file, then revert, then reapply your changes.
 
Lots of things changed when I updated my style. How can I change these colours back and what were they originally?
Screen Shot 2015-12-04 at 7.36.23 PM.webp

Edit: Also the collapsable arrow has been changed into text. Where is the setting to change this?
Screen Shot 2015-12-04 at 7.40.18 PM.webp
 
We made some subtle changes. Make sure your PAGE_CONTAINER template is properly up to date

Yes you should be able to use this latest on 1.5.2. If PAGE_CONTAINER is marked as outdated, try clicking save on it if you know it is in fact up to date. if you don't know, make sure to copy your changes into another .txt file, then revert, then reapply your changes.

When I revert changes the "Outdate templates" warning goes away, but when I reapply template change, it comes back on...

Template change Iam doing is very basic. Changing the title suffix. Replacing the relevant line to this
Code:
<title><xen:if is="{$title}">{xen:raw $title} - XXXX Forum<xen:else />{$xenOptions.boardTitle}</xen:if></title>
Also shows this as a byline
PAGE_CONTAINER Custom Version: 1.5.2, Parent Version: 1.5.3

I just dont understand, whats wrong.
 
But the i like the modification, so how to fix this.
Go to uix_welcomeblock and remove everything to put this instead
Code:
<xen:if is="{$uix_welcomeBlockIcon_class}"><span class="uix_welcomeBlock__icon"><i class="uix_icon {$uix_welcomeBlockIcon_class}"></i></span></xen:if>

<a href="#" class="close"><i class="uix_icon uix_icon-close"></i></a>

<!-- START OF MODIFICATION -->

<xen:if is="!{$visitor.user_id}">
    <div class="uix_welcomeBlock__content">
       
        <xen:if is="{$uix_welcomeBlockHeader_text}">
            <h3 class="uix_welcomeBlock__header">
                {xen:raw $uix_welcomeBlockHeader_text}
            </h3>
        </xen:if>
   
        <xen:if is="{$uix_welcomeBlockMessage_text}">
            <p class="uix_welcomeBlock__message">
                {xen:raw $uix_welcomeBlockMessage_text}
            </p>
        </xen:if>
   
        <xen:if is="{$uix_welcomeBlockButton_url}">
            <div class="uix_welcomeBlock__button">
                <a href="{$uix_welcomeBlockButton_url}" class="signupButton">
                    <span>{$uix_welcomeBlockButton_text}</span>
                </a>
            </div>
        </xen:if>
       
    </div>
</xen:if>

<!-- END OF MODIFICATION -->
 
Go to uix_welcomeblock and remove everything to put this instead
Code:
<xen:if is="{$uix_welcomeBlockIcon_class}"><span class="uix_welcomeBlock__icon"><i class="uix_icon {$uix_welcomeBlockIcon_class}"></i></span></xen:if>

<a href="#" class="close"><i class="uix_icon uix_icon-close"></i></a>

<!-- START OF MODIFICATION -->

<xen:if is="!{$visitor.user_id}">
    <div class="uix_welcomeBlock__content">
      
        <xen:if is="{$uix_welcomeBlockHeader_text}">
            <h3 class="uix_welcomeBlock__header">
                {xen:raw $uix_welcomeBlockHeader_text}
            </h3>
        </xen:if>
  
        <xen:if is="{$uix_welcomeBlockMessage_text}">
            <p class="uix_welcomeBlock__message">
                {xen:raw $uix_welcomeBlockMessage_text}
            </p>
        </xen:if>
  
        <xen:if is="{$uix_welcomeBlockButton_url}">
            <div class="uix_welcomeBlock__button">
                <a href="{$uix_welcomeBlockButton_url}" class="signupButton">
                    <span>{$uix_welcomeBlockButton_text}</span>
                </a>
            </div>
        </xen:if>
      
    </div>
</xen:if>

<!-- END OF MODIFICATION -->
Thanks for the code, i put it in uix_welcomeBlock_custom
 
Lots of things changed when I updated my style. How can I change these colours back and what were they originally?

The previous color in the footer copyright section was: #1F1E1C
The previous color in the footer theme chooser section was: #272624
 
Back
Top Bottom