13.06.2019, 18:00
(Dieser Beitrag wurde zuletzt bearbeitet: 22.06.2019, 13:33 von MyBB.de Bot.)
Eine neue Erweiterung wurde veröffentlicht: Verify users - FontAwesome - (manual/automatic)
Zitat:Info:
- New Since 20.06.2019: Select groups whose members are automatically verified. (This happens 1x per hour)
- In the Admin-Control-Panel (ACP) the user's account can be verified under "Account Settings".
- An icon is then displayed in the Postbit template and member_profile template.
- You can decide whether you want to display an image or a fontawesome icon.
- Everything is possible in the settings! You can also choose the size of the image or the icon and the color of the fontawesome icon.
- You can set the hover text in the settings. This applies to the image and the icon (title="yourText").
- You can also display the date and/or time next to the image/icon. The date and time refers to the day the user was verified. You can choose between German time (e.g. 13.06.2019 21:33) or English/US time (e.g. 06/13/2019 09:33 PM).
- You can freely choose the text next to the icon/image and design it as you like using the placeholders {date} and {time}.
- You can select and set whether the date should be displayed in the profile and postbit.
1) To verify users edit a user and switch to the tab "Account settings". Below you can set a checkbox.
2) Normally, the plugin automatically inserts the variable into the postbit template to display the icon. If this doesn't work for you (maybe because you have your own individual template/theme), you can add the following variable to the postbit template:
PHP-Code:{$post['icon_vf']}
3) Normally, the plugin automatically inserts the variable into the member_profile template to display the icon + date. If this doesn't work for you (maybe because you have your own individual template/theme), you can add the following variable to the member_profile template:
PHP-Code:{$icon_vf}
4) Normally, the plugin automatically edit the headerinclude template to activate/include fontawesome. If this doesn't work for you (maybe because you have your own individual template/theme), you can add the following to the headerinclude template:
PHP-Code:<link href="inc/plugins/css/all.min.css" rel="stylesheet">