Years of Service

Show in the postbit, member profile, member list, the time of user service based on their registration date.
Version: 2.0.1
Autor: Mipher
Deutsche Übersetzung: noch nicht übersetzt
Hochgeladen: 20.01.2020
Letzte Aktualisierung: 30.03.2020
Support: https://www.mybb.de/forum/thread-36952.html (2 Beiträge)
Kompatibilität: MyBB 1.8.x
Bisherige Downloads: 81
Vorschau
Vorschau
Vorschau
Vorschau
Vorschau
Vorschau
Show in the postbit, member profile, member list, the time of user service based on their registration date. It can be used as alternative (or concurrently) to the user registration date.

Plugin variables are added in the corresponding templates during plugin activation, after the user stars.
If they are not added, add manually:
  • {$post['yearsofservicePostbit']}
    in postbit/postbit_classic.
  • {$yearsofserviceMemberProfile}
    in member_profile.
  • {$yearsofserviceMemberList}
    in memberlist_user.

NB! If you are upgrading from 1.0 to 2.0:

  1. remove plugin parts that have been added in version 1.0 in postbit and member_profile templates (
    <div class="user-service...
    );
  2. uninstall the plugin (in the ACP);
  3. upload new plugin files;
  4. install the plugin (in the ACP);
  5. (facoltative) update CSS too or if you customized it check the new sample.

CSS Sample
You can use this sample to assign a basic style to the user service (add it at the end of global.css for example).

.user-service {
display: table;
background-color: #474747;
border-radius: 3px;
margin: 5px 0;
padding: 3px 8px;
}

.user-service--postbit {
margin-left: auto;
margin-right: auto;
}

.user-service span {
color: Snow;
font-weight: bold;
font-size: 12px;
}

.user-service span[data-years] {
color: LightSkyBlue;
}

.user-service span[data-months] {
color: Orange;
}

.user-service span[data-weeks] {
}

.user-service span[data-days] {
}

.user-service span[data-hours] {
}

.user-service span[data-minutes] {
}

.user-service span[data-years="5"],
.user-service span[data-years="6"],
.user-service span[data-years="7"],
.user-service span[data-years="8"],
.user-service span[data-years="9"],
.user-service span[data-years="10"] {
background: linear-gradient(to right, Orange , Yellow, Green, Cyan, Blue, Violet);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


Quelle: Years of Service bei MyBB.com

Ähnliche Erweiterungen

Download-Bereich 2.0.1 von Alan Crisp für MyBB 1.2.x
Finally here, this is the all new version of the downloads section plugin, fully compatible with MyBB 1.2. This version of the plugin is a signifi...

362 Downloads
Downloads - deutsch
Downloads - deutsch 2.0.1 von Edson Ordaz für MyBB 1.6.x
Downloadsystem

708 Downloads
MyFacebook Connect
MyFacebook Connect 2.0.1 von Shade für MyBB 1.6.x
A plugin to integrate Facebook with MyBB, letting users login and register through Facebook.

228 Downloads
MyGoogle+ Connect 2.0.1 von Shade für MyBB 1.6.x
A bridge between MyBB and Google+, featuring login, registration and more.

150 Downloads
Purchase Credits
Purchase Credits 2.0.1 von Diogo Parrinha für MyBB 1.8.x
Purchase Credits allows board administrators to setup points packages on their MyBB forum to be purchased by users.

12 Downloads