Resource icon

Minecraft Style 1.1.3

No permission to download
That is, @Daniel 'RTRD'

I have a lot of templates that need to be merged or reverted but I get a message that tells me I need to do it manually.

I think there is something really wrong with the style. Check out the styling here
 
What is up with the login area?
jKkCCbI.png
 
What is up with the login area?
jKkCCbI.png
had the same issue, I ghettofixed it by:
changes in login_bar.css:
from
Code:
    #loginBar .lostPassword
    {
        margin-top: 38px;
        font-size: 11px;
    }
to
Code:
    #loginBar .lostPassword
    {
        margin-top: -25px;
        margin-left: -130px;
        padding-bottom: 10px;
        font-size: 11px;
    }
and in Style Properties / Login Bar / Login Form / Miscellaneous / Width 500

It's not perfect at all and I'm a greenhorn in CSS (as you can probably tell) but it does look quite similiar to what the Style looked like back in the 1.1.x Xenforo days and works in IE11 and Chrome31

For some reason the rewrite so that the portal is on the main page isnt working. Pls help.

Admin / Options / Basic Board Information / Index Page Route:
from:
forums/
to:
portal/
 
Last edited:
EDIT: I found the fix for this:

Code:
in ACP go to: 

Appearance > Templates

then open "search_bar" and make the following edit:

Code:
replace the 5th line with this:

<span id="QuickSearchPlaceholder" title="{xen:phrase search}"></span>

Anyone know a fix for the spacing issues in this image:

The problem with the first one is that extra "search" text that is showing up on the left is messing things up
xen_nav.jpg
 
Last edited:
Top Bottom