Hallo, Gast! (Registrieren)

Wir wünschen allen Besuchern frohe Ostern!

Letzte Ankündigung: MyBB 1.8.37 veröffentlicht (04.11.23)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Group Post CSS Border
#1
Eine neue Erweiterung wurde veröffentlicht: Group Post CSS Border

Zitat:Group Post CSS Border:

Allows you to add custom CSS border for each groups posts.

When you edit the group, under the miscellaneous tab there will be an option to set the Postbit Border CSS (The border around the post by group id). You can set CSS for the usergroup to have their posts border displayed differently (E.G. border: 1px solid #008000 !important; ) *you must use ( !important; if you need to overwrite any existing styling). All posts by this usergroup will be displayed with this css border.

Version: 1.0
Authors: Jammerx2, Vintagedaddyo
Submitted: 20th July 2019

Version: 1.1
Authors: Jammerx2, Vintagedaddyo
Submitted: 20th July 2019

- added option for postbit & or postbit classic


current localization:

-english
-englishgb
-espanol
-french
-italiano


Github:

https://github.com/vintagedaddyo/MyBB_Pl...CSS_Border


** Note: this plugin should not be used currently with the "group post css plugin" as it will cause complications on uninstall and this border plugin is meant to be used standalone. The features of this border plugin are already included in the "group post css plugin" found here: https://community.mybb.com/mods.php?acti...w&pid=1090 .


Example CSS:

Administrators:

Code:
margin-top: 6px;
margin-left: 4px;
margin-right: 4px;
margin-bottom: 6px;
border: 1px solid #008000;
-webkit-box-shadow: inset 0 1px 1px rgb(0,128,0), 0 0 8px rgba(0,128,0, 0.8);
box-shadow: inset 0 1px 1px rgba(0,128,0, 0.8), 0 0 8px rgba(0,128,0, 0.8);
Super Moderators:

Code:
margin-top: 6px;
margin-left: 4px;
margin-right: 4px;
margin-bottom: 6px;
border: 1px solid #CC00CC;
-webkit-box-shadow: inset 0 1px 1px rgb(204,0,204), 0 0 8px rgba(204,0,204, 0.8);
box-shadow: inset 0 1px 1px rgba(204,0,204, 0.8), 0 0 8px rgba(204,0,204, 0.8);
Moderators:

Code:
margin-top: 6px;
margin-left: 4px;
margin-right: 4px;
margin-bottom: 6px;
border: 1px solid #CC00CC;
-webkit-box-shadow: inset 0 1px 1px rgb(204,0,204), 0 0 8px rgba(204,0,204, 0.8);
box-shadow: inset 0 1px 1px rgba(204,0,204, 0.8), 0 0 8px rgba(204,0,204, 0.8);
Registered:

Code:
margin-top: 6px;
margin-left: 4px;
margin-right: 4px;
margin-bottom: 6px;
border: 1px solid #0072BF;
-webkit-box-shadow: inset 0 1px 1px rgb(0,114,191), 0 0 8px rgba(0,114,191, 0.8);
box-shadow: inset 0 1px 1px rgba(0,114,191, 0.8), 0 0 8px rgba(0,114,191, 0.8);
Zitieren
#2
Eine neue Version wurde veröffentlicht: Group Post CSS Border 1.1
Zitieren


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Group Post CSS MyBB.de Bot 1 1.276 21.07.2019, 00:40
Letzter Beitrag: MyBB.de Bot
  Group Post CSS MyBB.de Bot 0 1.888 04.01.2010, 22:34
Letzter Beitrag: MyBB.de Bot
  Secondary User group image in post bit MyBB.de Bot 0 1.776 28.06.2007, 14:21
Letzter Beitrag: MyBB.de Bot