• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

BrokenArch by SchmitzIT

I am working on the zip files - but I want to test them tonight when I'm back home from work to make sure things are working properly for you when installing.

Hopefully this means I can make it available for the community tonight as well :)
 
Wow, Lykke <3

This Style is awesome. I imagine it just with another Header Image in a Party/Club Style, it must be looks so cool.
 
avatarmini.jpg
 
Just a quick notice: The mini avatar icon can easily be removed if you dislike it.

Go to navigation_visitor_tab in the templates

Find:
Code:
<a href="{xen:link account}" class="navLink accountPopup" rel="Menu"><img src="{xen:helper avatar, $visitor, s}" class="miniAvatar" alt="" /><strong>{$visitor.username}</strong></a>

Replace it with:
Code:
<a href="{xen:link account}" class="navLink accountPopup" rel="Menu"><strong>{$visitor.username}</strong></a>

Find the template: EXTRA.css

Remove:
Code:
.miniAvatar {
        border: none;
        height: 22px;
        width: 22px;
        padding-right:5px;
                padding-bottom:2px;
        vertical-align:top;
    }

That's it :)
 
Top Bottom