stefan3126 / Module_BlizzCMS-Armory

Armory Module for BlizzCMS

Home Page:https://www.theegn.com/en/armory/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Armory | BLIZZCMS module!

Module for the BlizzCMS

Characteristics

  • Displays the items that carries a character.
  • See members of guilds.

Installation

  • Copy to application/modules/armory folder
  • Open the application/config/routes.php file and add these lines at the end:
/*armory*/
$route[$lang.'/armory/player/(:num)'] = 'armory/index/$2';
$route[$lang.'/armory'] = 'armory/search';
$route[$lang.'/armory/result'] = 'armory/result';
$route[$lang.'/armory/guild/(:num)'] = 'armory/guild/$2';
  • Enjoy your module
  • See an example here, enter https://www.theegn.com/en/armory

Live Demo

Screenshots

[Captura1] [Captura2] [Captura3] [Captura4] [Captura5] [Captura6]

Thanks

About

Armory Module for BlizzCMS

https://www.theegn.com/en/armory/

License:GNU General Public License v3.0


Languages

Language:PHP 82.4%Language:CSS 13.0%Language:JavaScript 4.2%Language:HTML 0.4%