Bienvenido, Invitado
Nombre de Usuario Contraseña: Recordarme

A few questions
(1 viendo) (1) Invitado
  • Página:
  • 1

TEMA: A few questions

A few questions hace 2 años #14074

Love the shoutbox. Only shoutbox that doesn't severely lag!

Anyways I have a couple of questions.

1. Is there anyway to get a submit button for the text area? I have a number of users that use their Phones to view but they can't enter text due to no enter key.

2. Where can I find the language file to change the ban message to English?

Thanks again and great component/module!

Re: A few questions hace 2 años #14080

Hi,

1. It is best not to put a button, it prevents spam. You can add a submit button in:
(component)/view/kide/default_form.php
(module)/tmlp/default_form.php

Search
	<textarea id="txt" name="txt" onkeypress="return KIDE_pressedEnter(event, false, false)"></textarea>
<br /><br />

Add after
<input type="submit" value="Send" /><br />


2. /language/en-GB/en-GB.com_kide.ini
line 16
KIDE_USER_BANEADO=%name has been banned

Saludos!
  • JoniJnm
  • DESCONECTADO
  • Administrador
  • Temas: 4164
  • Karma: 144

Re: A few questions hace 2 años #14097

Thanks. But when I press "Send" button the page is reloading (refreshing).
Also I tried to add in default_botones.php near the buttons:
<input class="button" value="<?php echo JText::_( 'Send'); ?>" />

But it still reloading a page Is it anyway to send message without a reloading?
  • slepoy
  • DESCONECTADO
  • Visitante
  • Temas: 2
  • Karma: 0

Re: A few questions hace 2 años #14101

Use this:
<input type="button" onclick="KIDE_sm()" value="Send" />
  • JoniJnm
  • DESCONECTADO
  • Administrador
  • Temas: 4164
  • Karma: 144
  • Página:
  • 1
Página generada en: 0.42 segundos