Habe den Style x-static installiert . Sieht echt super aus , habe aber Probleme beim Einbau der MODs . Fange mal mit dem Board3Portal0.2.1 an :
Laut Portal muß ( in Prosilver ) folgendes geändert werden : ( overall_header und -footer unten als Link )
Code: Alles auswählen
Open: styles/prosilver/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.
Code:Select All
<div class="navbar">
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.
Code:Select All
<!-- IF not $S_IN_PORTAL or not S_DISPLAY_MAINMENU -->
Find
Tip: This may be a partial find and not the whole line.
Code:Select All
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a><!-- BEGIN navlinks --> <strong>‹</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
In-line Find
Tip: This is a partial match of a line for in-line operations.
Code:Select All
<li class="icon-home">
In-line Add after
Code:Select All
<a href="{U_PORTAL}">{L_PORTAL}</a> »
Find
Tip: This may be a partial find and not the whole line.
Code:Select All
<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
<!-- ENDIF -->
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:Select All
<!-- ENDIF -->
Code: Alles auswählen
Open: styles/prosilver/template/overall_footer.html
Find
Tip: This may be a partial find and not the whole line.
Code:Select All
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
In-line Find
Tip: This is a partial match of a line for in-line operations.
Code:Select All
<li class="icon-home">
In-line Add after
Code:Select All
<a href="{U_PORTAL}">{L_PORTAL}</a> »
http://dienstagstruppe.pytalhost.com/we ... -style.txt
http://dienstagstruppe.pytalhost.com/we ... -style.txt