Show 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 - bacterio

Pages: 1 2 [3] 4 5 6
31
Mods & Plugins (Requests & Discussions) / Edit user_name in profile ?
« on: November 16, 2007, 12:23:50 AM »
As add member_editprofile.html the possibility of changing the username?

32
Sorry......  :roll:

member_editimage.html  :mrgreen:

33
Hello.

When a user edits her image from editimage.html, can not change the category if it is not correct.
You can solve this?

34
It already works correctly.

In includes/function.php I have had to eliminate:

onkeypress= \ “if (window.event.keyCode==13) this.form.submit ()

By:

onkeypress= \ “if (window.event.keyCode==13)

Thank you very much by everything!

35
There is no error, the problem is that when selecting a value of the list of dropdown in member_uploadform.html puts intro without letting fill up the fields that lack if option to press the button to accept. If you have single dropdown it puts as I complete field to fill up and it already is, but has but fields after dropdown you cannot fill up them.

36
I do not understand to you….

I have made steps 1 and 1,1 in member.php and admin/admin_functions, includes/functions.php in register.php not because single quieor to add dropdown in member_uploadform.html

But the variable? where is due to add and like?  :oops:

37
Ok, works!

But now I have a problem.

When choosing a country immediately is sent the image and it does not let continue filling up the form. Eligo the city and inserts intro automatically.

The problem can esar here ????????:

  $keypress = ($keypress)? “onkeypress= \ “if (window.event.keyCode==13) this.form.submit (); \ "": "";

38
Can be adapted this mod to add dropdown in member_uploadform.html ??? no in register user.

When raising one photo to specify continent: Europe, Asia .....

39
$additional_image_fields['images_sex'] = array($lang['image_sex'], "dropdown", 0, array("---","Male", "Female"), 1, 0, 0, 0);

As a new field within the table for dropdown is added?

ALTER TABLE 4images_images ADD .......? ? ?

40
For dropdown Male, Female, ---, who is:

ALTER TABLE 4images_images ADD images_sex...... ?¿?¿?¿

41
Español / Castellano / Aviso de nueva imagen a distintos admin ????
« on: October 07, 2007, 06:53:57 PM »
Hola.
He rebuscado por el foro, a lo mejor está en nles y no doy con la palabra clave....
Se puede hacer que avise por email a distintos admin de nueva foto en determinada categoría ???
Saludosssssssss

42
Español / Castellano / Re: Condición {if user ....
« on: September 23, 2007, 09:31:21 PM »
Ohhhhhh excume !!!! is ok..... :P


{if user_loggedout} is ok....... many thanks !!!!!

43
Español / Castellano / Re: Condición {if user ....
« on: September 21, 2007, 04:28:59 PM »
No funciona....  :cry: creo que hay que añadir esta condición: user_loggedout en algún fichero php......

44
Español / Castellano / Condición {if user ....
« on: September 21, 2007, 02:37:04 PM »
Hola

Quiero añadir los campos de usuario y contraseña en details.htm con el fin de que no haya que retroceder hasta el home para iniciar sesión y hacer un comentario, eso es fácil:

Quote
<div align="center">
 <form action="{url_login}" method="post">

      <input type="text" size="10" name="user_name" class="logininput" value="{lang_user_name}" onfocus="if (this.value == '{lang_user_name}') this.value = '';" onblur="if (this.value == '') this.value = '{lang_user_name}';"/>
        <br />
      <input type="password" size="10" name="user_password" class="logininput" value="{lang_password}" onfocus="if (this.value == '{lang_password}') this.value = '';" onblur="if (this.value == '') this.value = '{lang_password}';"/>
        <br />
      <input type="checkbox" name="auto_login" value="1" />Guardar para la próxima visita
        <br>
      <input type="submit" value="{lang_login}" class="button" />

 </form>
</div>

Pero claro, hay que añadir la condicion {if user no register} o algo similar para que esta tabla no aparezca cuando ya has iniciado sesión, pues eso es lo que no se como hacer.... alguna ayuda ????

Lo suyo sería poder hacer comentarios rápidos, sin tener que iniciar sesión, simplemente con poner el usuario y contraseña puedas escribir el comentario sin necesidad de iniciar sesión..... no sé si me explico.

Un saludo !!!

45
Español / Castellano / Re: [MOD] al clicar en la imagen se abre en un poput
« on: September 04, 2007, 09:54:47 PM »
Bueno, ya lo solucioné, es que en java y en general no estoy muy puesto....

Cambié la opción 'hug image' por 'fullscreen' en el jpg.html

Un saludo !!!

Pages: 1 2 [3] 4 5 6