Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.83 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.83 KB

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