Patrocinadores

Curso Joomla

[quiero patrocinar]

Usuarios online

Tenemos 151 invitados y 1 miembro conectado(s)

Bienvenido, Invitado
Nombre de Usuario Contraseña: Recordarme

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

TEMA: A few questions

hace 8 meses A few questions #1

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!

hace 7 meses, 4 semanas Re: A few questions #2

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
  • Es un reloj roto
  • Temas: 3212
  • Karma: 100
Pon aquí tu propia firma

hace 7 meses, 3 semanas Re: A few questions #3

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

hace 7 meses, 3 semanas Re: A few questions #4

Use this:
<input type="button" onclick="KIDE_sm()" value="Send" />
  • JoniJnm
  • DESCONECTADO
  • Administrador
  • Es un reloj roto
  • Temas: 3212
  • Karma: 100
Pon aquí tu propia firma
  • Página:
  • 1
Página generada en 0.52 segundos