Wichtige Änderung seit phpBB 3.3.1
Verfasst: 28. Nov 2020, 15:29
Anmerkung:
Seit phpBB 3.3.1 muss man in der stylesheet.css bei nicht wirklichen Child Styles immer einen Hashcode einfügen und diesen nach jeder Änderung anpassen. Sonst werden die Änderungen / Anpassungen nicht in jedem Browser übernommen, vor allem nicht im Firefox.
----
Note:
Since phpBB 3.3.1 you always have to insert a hashcode in the stylesheet.css for not real child styles and adjust it after every change. Otherwise the changes / adjustments will not be accepted in every browser, especially not in Firefox.
style.css
Ändert man jetzt zBsp. etwas in der colours.css, dann muss man in der stylesheet.css den Hash zu 3.3.1.2 ändern. Oder man schreibt einen eigenen beliebigen Hash. Zbsp. 3.3.1_mike.
Es genügt nicht mehr, nur den Cache im Forum zu leeren!
----
If you change something in colours.css, you have to change the hash in stylesheet.css to 3.3.1.2. Or you can write your own hash. E.g. 3.3.1_mike.
It is not enough anymore to empty the cache in the forum!
Seit phpBB 3.3.1 muss man in der stylesheet.css bei nicht wirklichen Child Styles immer einen Hashcode einfügen und diesen nach jeder Änderung anpassen. Sonst werden die Änderungen / Anpassungen nicht in jedem Browser übernommen, vor allem nicht im Firefox.
----
Note:
Since phpBB 3.3.1 you always have to insert a hashcode in the stylesheet.css for not real child styles and adjust it after every change. Otherwise the changes / adjustments will not be accepted in every browser, especially not in Firefox.
style.css
Code: Alles auswählen
/* phpBB3 Style Sheet
--------------------------------------------------------------
Style name: Nature
Based on style: prosilver (the default phpBB 3.3.x style)
Original author: Tom Beddard ( http://www.subblue.com/ )
Modified by: Tastenplayer ( https://www.phpbb-skins-by.koliofotis.ch/ )
--------------------------------------------------------------
*/
@import url("normalize.css?v=3.3.1.1");
@import url("base.css?v=3.3.1");
@import url("utilities.css?v=3.3.1.1");
@import url("common.css?v=3.3.1.1");
@import url("links.css?v=3.3.1.1");
@import url("content.css?v=3.3.1.1");
@import url("buttons.css?v=3.3.1.1");
@import url("cp.css?v=3.3.1.1");
@import url("forms.css?v=3.3.1.1");
@import url("icons.css?v=3.3.1.1");
@import url("colours.css?v=3.3.1.1");
@import url("nature.css?v=3.3.1.1");Es genügt nicht mehr, nur den Cache im Forum zu leeren!
----
If you change something in colours.css, you have to change the hash in stylesheet.css to 3.3.1.2. Or you can write your own hash. E.g. 3.3.1_mike.
It is not enough anymore to empty the cache in the forum!