Hallo, Gast! (Registrieren)

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
#1
Eine neue Erweiterung wurde veröffentlicht: Group Post CSS

Zitat:Group Post CSS
Allows you to add custom CSS for each groups posts.

When you edit the group, under the miscellaneous tab there will be an option to set the Postbit Info CSS (The user information at left in classic, top in regular) and message (the rest of the post). You can set CSS for the usergroup to have their posts displayed differently (E.G. background: #ffffff !important; ) *you must use ( !important; to overwrite any existing styling). All posts by this usergroup will be displayed with this css.

Previously for MyBB 1.2.x & MyBB 1.4.x

Version: 2.1
Author: Jammerx2
Submitted: 2nd January 2010

Now updated to work with MyBB 1.8.x by: Vintagedaddyo!

Version: 2.2
Author: Vintagedaddyo
Submitted: 7th March 2018

Version: 2.3
Author: Vintagedaddyo
Submitted: 20th July 2019

- added border color option

current localization:

-english
-englishgb
-espanol
-french
-italiano

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

Example usage:

For Administrators:

Postbit Author Info CSS
The CSS that will be used for the Author information part of the postbit.
Code:
background: #b1f279 !important;
Postbit Message CSS
The CSS that will be used for the message part of the postbit.
Code:
background: #e5fcd1 !important;
color: #318000 !important;
Postbit Bottom Menu CSS
The CSS that will be used for the bottom part of the postbit.
Code:
background: #b1f279 !important;
Postbit Bottom Menu CSS (Classic Postbit Only)
The CSS that will be used for the bottom part of the classic postbit.
Code:
background: #b1f279 !important;
Postbit Message CSS (Classic Postbit Only)
The CSS that will be used for the message part of the classic postbit.
Code:
background: #e5fcd1 !important;
color: #318000 !important;
Example usage:

For Super Moderators & Moderators:

Postbit Author Info CSS
The CSS that will be used for the Author information part of the postbit.
Code:
background: #ffd6fc !important;
Postbit Message CSS
The CSS that will be used for the message part of the postbit.
Code:
background: #f9e3f8 !important;
color: #CC00CC !important;
Postbit Bottom Menu CSS
The CSS that will be used for the bottom part of the postbit.
Code:
background: #ffd6fc !important;
Postbit Bottom Menu CSS (Classic Postbit Only)
The CSS that will be used for the bottom part of the classic postbit.
Code:
background: #ffd6fc !important;
Postbit Message CSS (Classic Postbit Only)
The CSS that will be used for the message part of the classic postbit.
Code:
background: #f9e3f8 !important;
color: #CC00CC !important;
Example usage:

For Registered Users:

Postbit Author Info CSS
The CSS that will be used for the Author information part of the postbit.
Code:
background: #aeddfc !important;
Postbit Message CSS
The CSS that will be used for the message part of the postbit.
Code:
background: #cfeafc !important;
color: #0072BC !important;
Postbit Bottom Menu CSS
The CSS that will be used for the bottom part of the postbit.
Code:
background: #aeddfc !important;
Postbit Bottom Menu CSS (Classic Postbit Only)
The CSS that will be used for the bottom part of the classic postbit.
Code:
background: #aeddfc !important;
Postbit Message CSS (Classic Postbit Only)
The CSS that will be used for the message part of the classic postbit.
Code:
background: #cfeafc !important;
color: #0072BC !important;

Postbit Border:


Postbit Post Border CSS:
The CSS that will be used for the border part of the postbit.

&

Postbit Post Border CSS (Classic Postbit Only):
The CSS that will be used for the border part of the classic postbit.


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);
Github:

https://github.com/vintagedaddyo/MyBB_Pl...p_Post_CSS
Zitieren
#2
Eine neue Version wurde veröffentlicht: Group Post CSS 2.3
Zitieren


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Group Post CSS Border MyBB.de Bot 1 804 21.07.2019, 01:35
Letzter Beitrag: MyBB.de Bot
  Group Post CSS MyBB.de Bot 0 1.899 04.01.2010, 23:34
Letzter Beitrag: MyBB.de Bot
  Secondary User group image in post bit MyBB.de Bot 0 1.783 28.06.2007, 15:21
Letzter Beitrag: MyBB.de Bot