http://hwguild.comto check out the content and how its laid out.
user: guest
pass: guest1
I am using the following 3rd party components and modules for my guild.
- Community Builder (tricked out to facilitate custom registration and sort lists by guild needs)
- AJAX shout box
- Joomlaboard
- Server Status (for ventrilo status and who is logged in)
- Server Status (modded for world of warcraft by dethrock)
- Timezone Clock (set to wow server time and website server time)
- Recruitment mod by dethrock (lets admin set the priority of classes that the guild is seeking in module parameters)
- MyPMS II modded (for mail)
- Expose (our nifty flash screenshot gallery)
DKP ManagementFor DKP I installed EQDKP separately and wrapped it in Joomla. EQDKP would be a great app to complile into a Joomla Componant.
http://eqdkp.com/Item stats has been written for Joomla, however. Curious to know what this mod can do stand alone in Joomla.
http://itemstats.free.fr/download.php?list.3Choose English in language menu
Use the following modified code to properly wrap EQDKP so it doesn't target links and leave Joomla site.
http://www.silentspirits.org/wow/joomla_guide/index.htm#wrapping_eqdkpCode:
First we need to change the way eqdkp uses links pr. Default..
To do this, open the following file /eqdkp/includes/eqdkp.php
Line 298:
${$var} .= '<a href="' . $this->root_path . $menu['link'] . '" class="copy" target="_top">' . $menu['text'] . '</a> | ';
Change it to be:
${$var} .= '<a href="' . $this->root_path . $menu['link'] . '" class="copy" target="_self">' . $menu['text'] . '</a> | ';
(only change was target=”_top” -> target=”_self”)
Save and upload the file again.
Create a wrapper link to your eqdkp as shown before
Raiding Events ManagerWe find that an in game event manager is more practical. They provide a bridge to export data from game to website. It needs to be developed.
http://christophe.calmejane.free.fr/wow/gem/Data Synch GEM to a database
http://christophe.calmejane.free.fr/wow/wds/This Addon tracks your Raid reset timer and auto invites subscribers. It also lets you define requirements for subscribing such as level and class. You have list and calendar view and in calendar view it auto marks your raid reset. There is a parser out there that lets you synch this to a MySQL database but the maintanance is too much when trying to game and lead. GEM (Guild Event Manager) is the best solution for WoW raid managing. We use the website for DKP, forum, downloads, chat, recruitment, display policies and recruitment.
If I had time I would try and program the WDS for a Joomla Component, then you could have a Guild Event Manager in synch on web and in game!
Besides not having as many 3rd party extensions geared specifically towards gaming guild portals Joomla can still be a very competitive solution for building a guild portal site. It just requires some creative purposing of existing extensions and wrapping until someone stakes claim to the first Clan specific Joomla extensions. Our contributions are WoW Recruitment Status and WoW Server Status. Enjoy.