22.04.2016, 18:15
(Dieser Beitrag wurde zuletzt bearbeitet: 24.05.2021, 10:30 von MyBB.de Bot.)
Eine neue Erweiterung wurde veröffentlicht: Cerulean
Zitat:Cerulean v1.2
» About:
This is a simple dark theme for MyBB enthusiasts styled similar to the ACP Style of the same name.
Cerulean v1.2
» Installation:
1.) After downloading the Theme unpack it (with 7-Zip for example)
2.) Upload the contents of "Upload" into your forums main directory.
3.) Go to the Admin Control Panel under Themes > Import
4.) Search for the XML File titled "Cerulean-theme.xml" in the theme folder found on your computer and click the Button "Import Theme" this will upload the file from your computer to your forum.
5.) Now have fun with your forum!
Cerulean v1.2
» License:
You may not remove or change the MyBB copyright nor the Designed by: "Vintagedaddyo" statements in the footer of this theme's templates. You may use and modify this theme to your personal likings, but redistributing a modified version for download is prohibited, unless you have explicit written permission from "Vintagedaddyo", though you are allowed to redistribute a copy that has not been modified.
Cerulean v1.2
» Changelog:
History:
01/1/2020 — Updated "Cerulean-theme.xml" file to 1.8.22
06/27/2019 — Updated "Cerulean-theme.xml" file to 1.8.21
04/05/2019 — Updated "Cerulean-theme.xml" file to 1.8.20
09/11/2018 — Updated "Cerulean-theme.xml" file to 1.8.19
08/30/2018 — Updated "Cerulean-theme.xml" file to 1.8.18
03/28/2018 — Updated "Cerulean-theme.xml" file to 1.8.15
04/21/2016 — Initial Theme Creation
Read changelog:
https://community.mybb.com/mods.php?acti...og&pid=735
To Do:
* fix any minor styling issues
* complete postbit icon sections of thread status that I haven't fully completed yet
Due to the addition of css groupimage replacement, we need to after install modify for font awesome icon and add in groups in groupimage input for example for each usergroup its respective group name:
Zitat:Quote:Group ImageExample
Here you can set a group image which will show on each post made by users in this group.
Code:<icon class="fa fa-cog"></icon><i>administrator</i>
Code:<icon class="fa fa-gavel"></icon><i>super moderator</i>
Code:<icon class="fa fa-gavel"></icon><i>moderator</i>
Etc, etc....Code:<icon class="fa fa-user"></icon><i>registered</i>