Bienvenido, Invitado
Nombre de Usuario: Contraseña: Recordarme
  • Página:
  • 1

TEMA: Can the word Guest_xxxx be changed to Guest

Can the word Guest_xxxx be changed to Guest hace 9 meses 3 semanas #20451

  • Robbie8
  • Avatar de Robbie8
  • DESCONECTADO
  • Visitante
  • Mensajes: 4
  • Karma: 0
When I log in to the site as a Guest - not logged in user (public on my Joomla 2.5.4 site) it creates a Guest user Guest_xxxx. As I only want guests to view, I dont care how many guests are viewing.
I would prefer it to just to show the word Guest.

Is there any way to change it to just show Guest, or Visitor.

Rob :blink:
El administrador ha desactivado la escritura pública.

Re: Can the word Guest_xxxx be changed to Guest hace 8 meses 2 semanas #20453

  • JoniJnm
  • Avatar de JoniJnm
  • DESCONECTADO
  • Administrador
  • Mensajes: 4436
  • Gracias recibidas 510
  • Karma: 151
In helpers/user.php

Change:
$this->name = JText::_("COM_KIDE_INVITADO")."_".rand(1000,9999);
//by
$this->name = JText::_("COM_KIDE_INVITADO");
El administrador ha desactivado la escritura pública.
  • Página:
  • 1
Tiempo de carga de la página: 0.154 segundos