Bienvenido, Invitado
Nombre de Usuario Contraseña: Recordarme

Get rid of Register Or Login
(1 viendo) (1) Invitado
  • Página:
  • 1

TEMA: Get rid of Register Or Login

Get rid of Register Or Login hace 1 año, 8 meses #15616

Hi, Joni.
The login or register link leads a user to Joomla registration module, and not to JomSocial.
This is absolutely unacceptable on my site.
Besides I decided just to get rid of that line there completely.
So, I went to your files and deleted somewhere "Chat_Para_Solo_Registrados"
Fine. It works. I was SO happy!
But then I clicked on a Full Screen button - and that line is back on a big screen version...(((
Can you help me to delete that line, please?
Thank you.
  • ZAZAZAZ
  • DESCONECTADO
  • Visitante
  • Temas: 2
  • Karma: 0

Re: Get rid of Register Or Login hace 1 año, 8 meses #15624

Couldn't wait...
Found an intermediate solution so far...
I downloaded a plugin called Reg Routing from somewhere. Google it. At least the link from the big chat screen is really re-routed now to JomSocial registration.
Now the problem is that what people ( and search engines ) see on that page - is a misspelled word "Registrt". I don't think it's correct in Spanish either, I live in Spanish speaking community. When I trued correcting spelling in files, at least where I was able to find it - nothing happened. Still the same spelling. I think it comes from some place in database.
I would really appreciate help with these problems.
My point is that those lines are not even needed at all on a lot of sites. For example on my site the module is right next to registration form, and even my friend from some other country, who doesn't really know how to use a computer, never asked me a question what to do at that step... he just registered.
Thank you.
  • ZAZAZAZ
  • DESCONECTADO
  • Visitante
  • Temas: 2
  • Karma: 0

Re: Get rid of Register Or Login hace 1 año, 8 meses #15632

You can change the text Registrt in the file {joomla_root}/language/en-GB/en-GB.com_kide.ini
CHAT_PARA_SOLO_REGISTRADOS=Only registered users can send messages, <a href="%s1">register</a> or <a href="%s2">login</a>

"Registrt" is an error.

You can hide the text deleting the line
echo"<br />". str_replace("%s1", $r, str_replace("%s2", $l, JText::_("CHAT_PARA_SOLO_REGISTRADOS")));

in com_kide/view/kide/tmpl/default_form.php

and
echo str_replace("%s1", $r, str_replace("%s2", $l, JText::_("CHAT_PARA_SOLO_REGISTRADOS")));

In mod_kide/tmpl/default_form.php
  • JoniJnm
  • DESCONECTADO
  • Administrador
  • Temas: 4167
  • Karma: 144
Última Edición: hace 1 año, 8 meses Por JoniJnm.
  • Página:
  • 1
Página generada en: 0.48 segundos