Mostrar posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - evilgh0st

Paginas: [1]
1
WebEngine / Re: TEMPLATE LIFE WEBENGINE 1.2.2 BY MUSERVIDORES
« Posteado: June 11, 2021, 02:03:25 AM »
tiene un error con el cambio de idioma y tiene un link de otra pagina en las opciones de registro y perdida de contraseña
ademas el modulo top players no funciona (creo que hace referencia a otro cron "rankings_gr")

i use this web and its perfectly fine the rangking and the time event are accurate and im also a customer of lunatic and also the languare are fine also i manage to change it in english and the regustration are also working fine , the only problem is the logo thing its not showing even tho i force clear cache
try to change to another language besides of english.
the main index is not using language variables.

change this
Code: [Select]
echo '<p><a href="https://onemu.fun/lost_password">Lost Password?</a>   |   <a href="https://onemu.fun/registration" title="Registration">Registration</a></p>';
for
Code: [Select]
echo '<p><a href="'.__BASE_URL__.'lost_password">'.lang('login_txt_4').'</a>   |   <a href="'.__BASE_URL__.'register">'.lang('menu_txt_3').'</a></p>';
and try

2
WebEngine / Re: TEMPLATE LIFE WEBENGINE 1.2.2 BY MUSERVIDORES
« Posteado: June 11, 2021, 12:27:49 AM »
tiene un error con el cambio de idioma y tiene un link de otra pagina en las opciones de registro y perdida de contraseña
ademas el modulo top players no funciona (creo que hace referencia a otro cron "rankings_gr")

Paginas: [1]