im KB Eintrag steht folgendes:
Jedoch baut der SimpleSubForums Mod nach "@import url("templates/subSilver/formIE.css");" einen Code ein.3. Interne Syles entfernen
Direkt darunter kommt ein recht großer Block:
Diesen Code löscht ihr komplett, er wird nicht mehr benötigt.Code: Alles auswählen
<style type="text/css"> <!-- /* The original subSilver Theme for phpBB version 2+ Created by subBlue design http://www.subBlue.com NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2 theme administration centre. When you have finalised your style you could cut the final CSS code and place it in an external file, deleting this section to save bandwidth. */ [...] (hier kommen noch zahlreiche weitere Zeilen /* This is the line in the posting page which shows the rollover help line. This is actually a text box, but if set to be the same colour as the background no one will know ;) */ .helpline { background-color: {T_TR_COLOR2}; border-style: none; } /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ @import url("templates/subSilver/formIE.css"); --> </style>
Wie muss ich das dann ändern ? Glaube kaum, dass ich den Code vom Mod auch einfach löschen kann.#-----[ FIND ]------------------------------------------
#
@import url("templates/subSilver/formIE.css");
#
#-----[ AFTER, ADD ]------------------------------------------
#
/* Begin Simple Subforums MOD */
a.topic-new, a.topic-new:visited { color: {T_BODY_HLINK}; }
a.topic-new:hover, a.topic-new:active { color: {T_BODY_LINK}; }
/* End Simple Subforums MOD */
#