MOD Author: Dr.Death
Anleitung für prosilver:
Datei öffnen: styles/prosilver/theme/links.css
FINDE:
Code: Alles auswählen
/* Post body links */
.postlink {
text-decoration: none;
color: #d2d2d2;
border-bottom: 1px solid #d2d2d2;
padding-bottom: 0;
}
Code: Alles auswählen
/* Post body links */
.postlink {
text-decoration: none;
color: #d2d2d2;
border-bottom: 1px solid #d2d2d2;
padding-bottom: 0;
background-image: url("{T_THEME_PATH}/images/link.png");
background-position: 0 50%;
background-repeat: no-repeat;
padding: 1px 0 0 17px;
}
Anleitung für subsilver2:
Datei öffnen: styles/subsilver2/theme/stylesheet.css
FINDE:
Code: Alles auswählen
a.topictitle:visited {
color: #5493B4;
text-decoration: none;
}
Code: Alles auswählen
.postlink {
text-decoration: none;
color: #d2d2d2;
border-bottom: 1px solid #d2d2d2;
padding-bottom: 0;
background-image: url("{T_THEME_PATH}/images/link.png");
background-position: 0 50%;
background-repeat: no-repeat;
padding: 1px 0 0 17px;
}
FINDE:
Code: Alles auswählen
parse_css_file = off
Code: Alles auswählen
parse_css_file = on
Anschliessend müssen alle Styles im ACP Bereich aktualisiert werden.
Für diesen MOD werde ich keinen Support leisten.
Ab nun werden alle Links, die in einem Beitrag vorkommen mit dem o.a. Icon markiert.
Beispiel Links:
Ohne BBCODE URL und ohne http : // : http://www.lpi-clan.de
Ohne BBCODE URL und mit http : // : http://www.lpi-clan.de
Mit BBCODE URL und ohne http : // : http://www.lpi-clan.de
Mit BBCODE URL und mit http : // : http://www.lpi-clan.de
Viel Spass....