This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Rylea Stark edited this page Dec 6, 2020
·
15 revisions
Reward your users with collectible badges, and control how your users get them.
Upload .zip
to your XenForo forum using the Install/upgrade from archive
button in ACP:Addons (admin.php?add-ons)
.
- 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
inACP:Addons (admin.php?add-ons)
.
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
.
- Connect to your server via SSH
cd /path/to/xenforo/src/addons
git clone https://github.com/VersoBit/XF-Badges.git CMTV/Badges
- Navigate to your forums ACP.
- Install
[VersoBit] Badges
inACP:Addons (admin.php?add-ons)
.
- Connect to your server via SSH
cd /path/to/xenforo/src/addons
git clone -b 'v2.0.0' https://github.com/VersoBit/XF-Badges.git CMTV/Badges
- Navigate to your forums ACP.
- Install
[VersoBit] Badges
inACP:Addons (admin.php?add-ons)
.
- Uninstall
[VersoBit] Badges
fromACP: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 theCMTV
folder in/src/addons
- Configure the Global Settings in
ACP:Options:[VersoBit] Badges (admin.php?add-ons/CMTV-Badges/options)
[Wiki]
As this project is developed further, the Wiki will be updated with additional guides. Please be patient :)
Thanks for using XF-Badges!