- Compatible XF 2.x versions
- 2.1
- 2.2
- Additional requirements
- PHP 7.0.0+
Reward your users with collectible badges, and control how your users get them.
This release is intended to start the next fork of this project for development, branding of this addon has changed, but it is a drop-in replacement for "Badges" by @CMTV
Features
- Award users badges based on criteria.
- Manually award users badges.
- Display badges on users profiles, and profile cards.
- CRON Job for automatically applying badges when a user meets criteria.
- Notification options (User controlled emails, global disable).
- Open-source!
- and more (Screenshots and Detailed Information coming soon)
Getting Started: Automatic Installation (with .zip)
Upload .zip to your XenForo forum using the Install/upgrade from archive button in ACP:Addons (admin.php?add-ons).Getting Started: Manual Installation Method
- Download the desired version of the Addon.
- Extract .zip contents.
- Upload the contents of upload to the root folder of your XenForo Installation.
- Navigate to your forums ACP.
- Install [VersoBit] Badges in ACP:Addons (admin.php?add-ons).
Getting Started: Git Assisted Install/Upgrade (Dev Source as Addon)
This method allows you to checkout a copy of the repo from github and upgrade via command line. It is not recommended for production forums unless you follow version tags on master.
Use Latest Master Branch
- Connect to your server via SSH
- cd /path/to/xenforo/src/addons
- git clone VersoBit/XF-Badges CMTV/Badges
- Navigate to your forums ACP.
- Install [VersoBit] Badges in ACP:Addons (admin.php?add-ons).
Use a Specific Version
- Connect to your server via SSH
- cd /path/to/xenforo/src/addons
- git clone -b 'v1.0.7' VersoBit/XF-Badges CMTV/Badges
- Navigate to your forums ACP.
- Install [VersoBit] Badges in ACP:Addons (admin.php?add-ons).
Uninstall
- Uninstall [VersoBit] Badges from ACP:Addons (admin.php?add-ons).
- Navigate to /src/addons/CMTV (SSH/FTP/File Browser/etc).
- Delete Badges folder.
- (optional) If you do not have any other CMTV addons installed, you can also remove the CMTV folder in /src/addons
Getting Started
- Configure the Global Settings in ACP:Options:[VersoBit] Badges (admin.php?add-ons/CMTV-Badges/options) [Wiki]