Skip to content

Recruitment module for BlizzCMS-plus

Notifications You must be signed in to change notification settings

pangolp/recruitafriend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recruit a friend for BlizzCMS-plus

recruit_a_friend

English

It is a module that allows you to recruit a friend to have the benefits that the blizzlike emulator offers. Which are, increased experience while in a group. Invoke your friend once every 60 minutes and give him 1 level for each level obtained, up to the default level 60, but this can be modified in the emulator (3.3.5a)

The following routes must be added to the routes.php file

/*Recruit Friend*/
$route[$lang.'/recruit'] = 'recruitafriend/recruit/index';
$route[$lang.'/recruit/add'] = 'recruitafriend/recruit/add';

You should also use SweetAlert2 for notifications.

Español

Es un modulo, que te permite, reclutar un amigo para tener los beneficios que el emulador blizzlike te ofrece. Los cuales son, aumento de experiencia mientras estén en grupo. Invocar a tu amigo, 1 vez cada 60 minutos y otorgarle 1 nivel, por cada nivel obtenido, hasta el nivel 60 por defecto, pero eso se puede modificar en el emulador (3.3.5a)

Se deben de agregar las siguiente rutas al fichero routes.php

/*Recruit Friend*/
$route[$lang.'/recruit'] = 'recruitafriend/recruit/index';
$route[$lang.'/recruit/add'] = 'recruitafriend/recruit/add';

También debes utilizar SweetAlert2 para las notificaciones