Verify users - FontAwesome - (manual/automatic)

by itsmeJAY 5 Stars 835 Downloads

Individual users can be verified via the ACP. This will be displayed in the Postbit-Template afterwards.

Project Details

  • 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.
Info:

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:

{$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:

{$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:

<link href="inc/plugins/css/all.min.css" rel="stylesheet">

Previews