Skip to content

stefan3126/Module_BlizzCMS-Armory

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • PHP 82.4%
  • CSS 13.0%
  • JavaScript 4.2%
  • HTML 0.4%