Seite 1 von 1

MOD: Links in Beiträgen mit einem "Hand" Icon markieren.

Verfasst: 16.03.2011 06:52
von Foren Mitglied
MOD: Links in Beiträgen mit einem "Hand" Icon markieren.
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;
}          
ERSETZE MIT:

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;
}          
Das Icon " link.png " Bild in den Ordner: styles/prosilver/theme/images/ kopieren.


Anleitung für subsilver2:

Datei öffnen: styles/subsilver2/theme/stylesheet.css

FINDE:

Code: Alles auswählen

a.topictitle:visited {
    color: #5493B4;
    text-decoration: none;
}    
DANACH EINFÜGEN:

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;
}    
Datei öffnen: styles/subsilver2/theme/theme.cfg

FINDE:

Code: Alles auswählen

parse_css_file = off    
ERSETZE MIT:

Code: Alles auswählen

parse_css_file = on    
Das Icon " link.png " Bild in den Ordner: styles/subsilver2/theme/images/ kopieren.

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....