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

Hier findet Ihr Modifikationen (MODs) für phpBB3 Olympus (3.0.x)
Forumsregeln
Support für die MODs findet Ihr auf http://www.phpbb.de
Bereich: phpBB 3.0: MOD Support
Benutzeravatar
Foren Mitglied
Site Admin
Site Admin
Beiträge: 1984
Registriert: 05.02.2005 15:41
Wohnort: Xanten
Kontaktdaten:

Formel 1 WebTipp
Formel 1 Punkte : 0
Keine Platzierung
(0 von bisher 22 Rennen getippt)

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

Beitrag 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....
Dateianhänge
link.png
link.png (172 Bytes) 7611 mal betrachtet
link.png
link.png (172 Bytes) 7611 mal betrachtet
Doc. :schein: