ALPHA VERSION
bbGuild is a MMO Guild manager for your phpBB3 Bulletin board. It was originally forked as bbDKP from EQDKP to phpBB 3.0 in 2008. The 2.0 version is renamed bbGuild and rebuilt on Symfony 2 framework for phpBB 3.2.
Please note that bbGuild is pre-Alpha software and is not intended for live installations. Use at your own risk.
Features :
- Guild Roster
- Guild News page
- WoW Armory link
- bbDKP Module
- ACP and UCP modules.
- Games supported :
- World of Warcraft, the Lord of the Rings Online, Dark Age of Camelot, Vanguard, EverQuest I/II, Warhammer Online, Final Fantasy XI, AION, Rift, SW:Tor, Lineage 2, TERA, FFXIV and Custom Game.
- Languages supported : English, French, German, Italian.
See docs/changelog for upcoming and past changes.
Further development requests, support questions are welcome at our Support Forum or in the phpbb.com extension development topic
2.0.0-a8 2018/08/16 -> please use alpha8 build https://github.com/Sajaki/bbguild/archive/alpha8.zip and not unstable branch alpha2
- phpbb > 3.2
- PHP >= 5.4.39
- PHP Client URL Library (php_curl.dll)
- PHP GD library (php_gd2.dll)
- Download the latest release.
- In the
ext
directory of your phpBB board, create a new directory namedbbdkp
(if it does not already exist). - Copy the
bbguild
folder to/ext/bbguild/
(if done correctly, you'll have the main extension class at (your forum root)/ext/avathar/bbguild/composer.json). - Navigate in the ACP to
Customise -> Manage extensions
. - Look for
bbGuild Extension
under the Disabled Extensions list, and click itsEnable
link.
- Navigate in the ACP to
Customise -> Extension Management -> Extensions
. - Look for
bbGuild Extension
under the Enabled Extensions list, and click itsDisable
link. - To permanently uninstall, click
Delete Data
and then delete the/ext/avathar/bbguild
folder.
Find support and more on
- Forums : https://www.avathar.be/forum
You can see all the awesome people contributing to this project here.
- [Create a ticket (unless there already is one)] : https://github.com/Sajaki/bbGuild/issues
- Read our Git Contribution Guidelines; if you're new to git, also read Git Primer
- Make a pull request.