rmcgirr83 - activity24hours
Verfasst: 8. Apr 2019, 20:05
Wichtig: Diese Anpassungsänderung gilt nur für den Blackfog ab Styleversion 3.2.5.1 (Anleitung für ältere Styleversionen siehe im Antwortbeitrag)
Important: This change is only valid for the Blackfog from style version 3.2.5.1 on (Instructions for older style versions can be found in the answer article).
Extension version 1.0.9
Damit diese Erweiterung im Statistikblock mit Font Awesome Icon angezeigt wird, muss man einige Änderungen vornehmen. (Scroll down for EN instruction)
- Gehe zu Extensions - rmcgirr83 - activity24hours - styles
- Kopiere den Ordner prosilver und nenne ihn in Blackfog um
- Öffne den Ordner Blackfog - template - event
- Öffne die Datei
und ersetze mit
- Erstelle in Deinem Editor (zBsp. Notepad++) eine Datei mit folgendem Inhalt:
Speichere diese Datei in Blackfog - template - event mit der Bezeichnung
Im Ordner Blackfog, erstelle einen Ordner theme.
Erstelle eine leere css mit dem Namen 24stats.css
Füge in die erstellte css folgenden Inhalt ein:
Speichere die erstellte css im Ordner theme.
*********
EN instruction
To display this extension in the statistics block with font Awesome icon, you need to make some changes.
- Go to Extensions - rmcgirr83 - activity24hours - styles
- Copy the folder prosilver and rename it to Blackfog
- Open the folder Blackfog - template - event
- Open the file
and repleace it with
- Create a file with the following content in your editor (e.g. Notepad++):
Save this file in Blackfog - template - event with the designation
In the Blackfog folder, create a theme folder.
Create a file 24stats.css
Insert the following code into 24stats.css:
Save the created css in the theme folder
Important: This change is only valid for the Blackfog from style version 3.2.5.1 on (Instructions for older style versions can be found in the answer article).
Extension version 1.0.9
Damit diese Erweiterung im Statistikblock mit Font Awesome Icon angezeigt wird, muss man einige Änderungen vornehmen. (Scroll down for EN instruction)
- Gehe zu Extensions - rmcgirr83 - activity24hours - styles
- Kopiere den Ordner prosilver und nenne ihn in Blackfog um
- Öffne den Ordner Blackfog - template - event
- Öffne die Datei
index_body_stat_blocks_after suche
Code: Alles auswählen
<h3 id="twentyfourhour_stats">{{ lang('TWENTYFOURHOUR_STATS') }}</h3>Code: Alles auswählen
<h3 id="twentyfourhour_stats" class="add-fa">{{ lang('TWENTYFOURHOUR_STATS') }}</h3>Code: Alles auswählen
<!-- INCLUDECSS @rmcgirr83_activity24hours/24stats.css -->overall_header_head_append als html.Im Ordner Blackfog, erstelle einen Ordner theme.
Erstelle eine leere css mit dem Namen 24stats.css
Füge in die erstellte css folgenden Inhalt ein:
Code: Alles auswählen
.add-fa::before {
font-family: FontAwesome;
font-size: 20px;
color: #B5B5B5; /* Old browsers */ /* IE */
background:-moz-linear-gradient(top, #C7C7C7 0%, #747474 90%);
background: -webkit-linear-gradient(top, #C7C7C7 0%,#747474 90%);
background: linear-gradient(to bottom, #C7C7C7 0%,#747474 90%);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color:transparent;
margin-right: 5px;
padding-right: 5px;
content: '\f1da';
vertical-align: middle;
}*********
EN instruction
To display this extension in the statistics block with font Awesome icon, you need to make some changes.
- Go to Extensions - rmcgirr83 - activity24hours - styles
- Copy the folder prosilver and rename it to Blackfog
- Open the folder Blackfog - template - event
- Open the file
index_body_stat_blocks_after search
Code: Alles auswählen
<h3 id="twentyfourhour_stats">{{ lang('TWENTYFOURHOUR_STATS') }}</h3>and repleace it with
Code: Alles auswählen
<h3 id="twentyfourhour_stats" class="add-fa">{{ lang('TWENTYFOURHOUR_STATS') }}</h3>Code: Alles auswählen
<!-- INCLUDECSS @rmcgirr83_activity24hours/24stats.css -->overall_header_head_append as html.In the Blackfog folder, create a theme folder.
Create a file 24stats.css
Insert the following code into 24stats.css:
Code: Alles auswählen
.add-fa::before {
font-family: FontAwesome;
font-size: 20px;
color: #B5B5B5; /* Old browsers */ /* IE */
background:-moz-linear-gradient(top, #C7C7C7 0%, #747474 90%);
background: -webkit-linear-gradient(top, #C7C7C7 0%,#747474 90%);
background: linear-gradient(to bottom, #C7C7C7 0%,#747474 90%);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color:transparent;
margin-right: 5px;
padding-right: 5px;
content: '\f1da';
vertical-align: middle;
}