MyBB.de Forum

Normale Version: MyBB Basic Theme Upgrade
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Eine neue Erweiterung wurde veröffentlicht: MyBB Basic Theme Upgrade

Zitat:This is a basic upgraded version of the stock MyBB theme. This theme uses the stock images as well and all paths. The only change required is the logo to be changes. Feel free to edit this theme as you wish but do not remove the MyBB Credit or Credits to MyBB Hub.

Changelog
You can view the full change log here - link

Support us and get help
 - If you come across issues please report them to the bug tracker.
 - Any suggestions are appreciated and can be submitted for review.
 - If you encounter general problems we'll support you with ease.
 - If you like the theme please give it a star to show your support.

Contact Me
Message me on the MyBB Community - link
Send me a Tweet on Twitter - link
Add me on Discord: Nasyr#1749

Please note this submission is no longer supported.
Eine neue Version wurde veröffentlicht: MyBB Basic Theme Upgrade 1.2
Hi

In diesem Theme ist mir aufgefallen, dass bestimmte Unterforen andere Icons haben als den, der als Standard gesetzt ist, alle anderen Unterforen haben das Standardicon. (siehe Dateianhang)

Wie/wo kann ich bei den markierten Unterforen die Standardicons einstellen?
Da dies Font-Awesom Icons sind, vermutlich in der global.css.
Da hab ich schon alles durchsucht, konnte aber nichts finden. Sad
global.css ab Zeile 348 werden die ID´s der Foren für die Icons verwendet.


2 = Foren-ID 2
Code:
.ficons_2 i:before {
content: "\f0a1";
}


4 = Foren-ID 4
Code:
.ficons_4 i:before {
content: "\f135";
}

usw....
(12.10.2017, 00:00)MrBrechreiz schrieb: [ -> ]global.css ab Zeile 348 werden die ID´s der Foren für die Icons verwendet.


2 = Foren-ID 2
Code:
.ficons_2 i:before {
content: "\f0a1";
}


4 = Foren-ID 4
Code:
.ficons_4 i:before {
content: "\f135";
}

usw....

Oh... kein Wunder, dass ich es nicht fand. Ich ging davon aus, dass die Einbindung ganz normal mit "fa fa-" beginnt. Dankeschön! Big Grin
Bitte sehr.