xF 2.0 Theme

xF 2.0 Theme 1.5.24

No permission to download
I wanted to share a little tweak that makes the "What's New?" tab active when selected.
Normally, when you press "What's New?", the "Forum" tab stays active, but with this modification it will look like this:

1529068267535.webp

template: navigation

Find:
Code:
<xen:edithint template="navigation.css" />

Add below:
Code:
<xen:if is="in_array({$contentTemplate}, array('find_new_posts','find_new_posts_none'))">
<xen:set var="$tabs.forums.selected"></xen:set>
<xen:set var="$tabs.find-new.selected">1</xen:set>
</xen:if>
 
Last edited:
I'd like to change the color pallete for this theme but I noticed none of the text colors changed.

Is there an easy way to update all the text colors?
 
Hello @DohTheme
My forum version is 1.5.18 but I want to use your theme. Does the version of this theme cause me problems?

Sorry for not speaking English. I used a translation program :)
 
Which version should I download to use without problems?

0cCwQS.png
 
Top Bottom