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.


Topics - VonHerzen

Pages: [1]
1
Español / Castellano / Buscador + [Plugin] Rebuild Search Index
« on: January 29, 2009, 12:58:36 AM »

Hola de nuevo a todos!

Lamentablemente, mis niveles de conocimiento sobre PHP son de "andar por casa"  :oops: y la verdad, es que nunca he entendido como funciona el buscador de 4images y por qué para hacer una búsqueda con varias palabras hay que poner: "PALABRA1 AND PALABRA2".

¿Alguien podría por favor explicármelo detenidamente y sin muchas palabras técnicas?  :wink:

He visto este PLUGIN:
http://www.4homepages.de/forum/index.php?topic=1096.0
¿qué es exactamente lo que hace?

Saludos!!!

2

Hi there!

My gallery has been working correctly till today. I haven't made any change neither my hosting provider. When somebody get into the website, an error message says: "An unexpected error occured. Please try again later.", but everything seems to be working ok.

When I try to log in to the ACP, an error message says:

Code: [Select]
An unexpected error occured. Please try again later.

Warning: Cannot modify header information - headers already sent by (output started at /home/galeria/includes/db_mysql.php:171) in /home/galeria/includes/sessions.php on line 81

Warning: Cannot modify header information - headers already sent by (output started at /home/galeria/includes/db_mysql.php:171) in /home/galeria/includes/sessions.php on line 81

Warning: Cannot modify header information - headers already sent by (output started at /home/galeria/includes/db_mysql.php:171) in /home/galeria/admin/admin_functions.php on line 146

Warning: Cannot modify header information - headers already sent by (output started at /home/galeria/includes/db_mysql.php:171) in /home/galeria/admin/admin_functions.php on line 147

Warning: Cannot modify header information - headers already sent by (output started at /home/galeria/includes/db_mysql.php:171) in /home/galeria/admin/admin_functions.php on line 148

Warning: Cannot modify header information - headers already sent by (output started at /home/galeria/includes/db_mysql.php:171) in /home/galeria/admin/admin_functions.php on line 149

Warning: Cannot modify header information - headers already sent by (output started at /home/galeria/includes/db_mysql.php:171) in /home/galeria/admin/admin_functions.php on line 150

After login to the ACP, once again everything seems to be working ok, EXCEPT the "who's online" list. It says nobody is visiting the website, but it is not true.

Somebody could help me?

Thanks in advance. Best regards from Spain!

3
¡Hola a todos de nuevo! La verdad es que pienso que sin este foro, no sé que sería de mí... ¡Gracias a todos los que alguna vez me han ayudado, o al menos, lo han intentado!  :D

Mi galería funcionaba perfectamente hasta el día de hoy. :? No he realizado ningún cambio y mi proveedor de hosting tampoco (en principio).
Al entrar en mi galería aparece el error: "An unexpected error occured. Please try again later.", pero aparentemente todo funciona bien.

Cuando intento entrar en el Admin Control Panel, me aperece el siguiente error:

Code: [Select]
An unexpected error occured. Please try again later.

Warning: Cannot modify header information - headers already sent by (output started at /home/galeria/includes/db_mysql.php:171) in /home/galeria/includes/sessions.php on line 81

Warning: Cannot modify header information - headers already sent by (output started at /home/galeria/includes/db_mysql.php:171) in /home/galeria/includes/sessions.php on line 81

Warning: Cannot modify header information - headers already sent by (output started at /home/galeria/includes/db_mysql.php:171) in /home/galeria/admin/admin_functions.php on line 146

Warning: Cannot modify header information - headers already sent by (output started at /home/galeria/includes/db_mysql.php:171) in /home/galeria/admin/admin_functions.php on line 147

Warning: Cannot modify header information - headers already sent by (output started at /home/galeria/includes/db_mysql.php:171) in /home/galeria/admin/admin_functions.php on line 148

Warning: Cannot modify header information - headers already sent by (output started at /home/galeria/includes/db_mysql.php:171) in /home/galeria/admin/admin_functions.php on line 149

Warning: Cannot modify header information - headers already sent by (output started at /home/galeria/includes/db_mysql.php:171) in /home/galeria/admin/admin_functions.php on line 150

Después de poner el usuario y contraseña, consigo entrar al ACP y aparentemente, de nuevo, funciona todo bien, EXCEPTO el listado de usuarios que están en línea que antes me aparecía con su nombre de usuario o el texto "invitado", su IP, la página que estaban visitando, etc. y ahora dice no haber nadie conectado!

¿Alguien sabe de dónde puede venir este error? ¿Tengo que echar la bronca a mi proveedor de hosting?

Muchas gracias de nuevo.
Saludos a todos.

4
Español / Castellano / Newsletter
« on: November 29, 2008, 09:58:02 PM »

Hola a todos!

Tengo una galería con más de 3000 usuarios y quiero lanzar una newsletter mensual. La única opción que conozco con 4images sería utilizando la opción de enviar mail a usuarios desde el ACP, pero me encuentro con dos problemas:

1. No puedo enviar una newsletter hecha en HTML y,
2. Aunque tenga seleccionado a todos los usuarios, el correo sólo llega a unos 100-200, y tengo que hacerlo en varias tandas...

¿Conocéis algún MOD que funcione bien y pueda ayudarme en lo que quiero hacer? ¿créeis que mi proveedor de hosting lo tiene "capado" y por eso me deja enviar sólo 100 mails a la vez, qué puedo hacer?

Muchas gracias por todos vuestros comentarios y ayuda. Saludos!

5
Discussion & Troubleshooting / media template files
« on: August 03, 2008, 10:26:58 AM »

Hi all !!

The size of my gallery's images are pretty big, for this reason, I had to find out a solution to "resize" the original image on details by modifying the media template and functions.php, like this:

functions.php (changes in blue)
      $width = $image_info[0];
      $height = $image_info[1];
      $width2 = (($width>500)?$width2=500:$width2=$width);
      $height2 = (($height>340)?$height2=$height*500/$width:$height2=$height);


and
    $site_template->register_vars(array(
      "media_src" => $media_src,
      "media_icon" => $media_icon,
      "image_name" => $image_name,
      "width_height" => $width_height,
      "width" => $width,
      "height" => $height,
      "width2" => $width2,
      "height2" => $height2,

      "iptc_info" => $iptc_info
    ));

and my media template is:
Code: [Select]
<!-- Template file for JPG Files -->
<img src="{media_src}" border="0" alt="{image_name}" width="{width2}" height="{height2}" /></a></br>

but I would like to integrate this code with the following code:

Code: [Select]
<!-- Template file for JPG Files -->
<table style="background: url('{media_src}') no-repeat center; " cellpadding="0" cellspacing="0">
  <tr>
    <td><img src="{template_url}/images/space.gif" border="1" alt="{image_name}"{width_height} /></td>
  </tr>
</table>

because I want allow users to use right button, but what I want to do is that if they try to download the image they will obtain the space.gif instead of the real image.

Somebody could help me on make an integration of both two codes??

I have tried it several time withour succes...

Thanks and sorry for my long post!

6
Discussion & Troubleshooting / Add new fields to images
« on: August 02, 2008, 09:08:03 PM »

Hi there!

How can I add new fields to images (upload form, details...)?

Thanks and regards!

7

Hi all,  somebody could help me?

After uploading an image, there is a page saying "your image has been added" or "Your image is pending to be validated" and it shows the image you have just uploaded. How can I do for not showing the image anymore here. I just want only to appear the upload-successful text.

Thanks and regards!

8
Español / Castellano / Proteger imagen con capa "space.gif"
« on: July 30, 2008, 09:09:34 PM »
Hola a todos,

Tengo instalado el MOD "Detalles de imagen, imagen mas chica y al cliquear abre original"  ( http://www.4homepages.de/forum/index.php?topic=8105.0 ) y tengo modificados los archivos del directorio templates/tus_plantillas/media/ de la siguiente forma:

Code: [Select]
<!-- Template file for JPG Files -->
<a href="#"><img src="{media_src}" border="0" alt="{image_name}" width="{width2}" height="{height2}" onClick="JustSoPicWindow('{media_src}','{width}','{height}','{image_name}','#000000','hug image','0');return document.MM_returnValue" width={widh} height={height} /></a></br>

Pero no sé cómo lo tengo que modificar para meter e integrarlo con lo que algunas personas hacen que al hacer click en descargar imagen, te descargas space.gif en vez de la imagen y así poder activar el botón derecho.

Muchas gracias por vuestra ayuda!

9
Español / Castellano / Crear nuevos campos en imagen
« on: July 26, 2008, 06:18:57 PM »

Buenas!
¿Cómo se podría crear nuevos campos en las imágenes?

Saludos!!!

10
Español / Castellano / Crear otro nivel de usuario: Baneado
« on: July 25, 2008, 07:53:22 PM »

Hola a todos, de nuevo pidiendo ayuda para tunear mi galería!    gracias por cualquier ayuda o comentario!!!

Existen 3 niveles de usuarios: Administradores /// Usuarios registrados /// Usuarios registrados (no activado)

Veo muy interesante crear otro nivel de usuario del tipo "Baneado" para que no pueda volver a entrar a nuestra galería para fastidiarnos... porque si lo borramos pues puede volver a registrarse, pero así quedaría grabado y sabríamos a quién hemos baneado en cualquier momento.

¿alguien sabría cómo hacerlo?

Saludos!!!

11

hola de nuevo!

Cuando agrego una imagen sale una página (de confirmación) diciendo: "Imagen agregada: XXXX (xxxxx.jpg)" y sale la imagen (que no el details). Me gustaría saber qué tengo que hacer para que no salga la imagen en esta pantalla... He intentado modificar algunas líneas de member.php pero no me sale!!

Gracias por vuestros comentarios!
Salu2.

12
Hola a todos!

Tengo instalada la versión 1.7.4 y me gustaría que las URL's fuera del tipo:   www.migaleria.com/categoría/subcategoría/nombredeimagen
en vez de:    www.migaleria.com/categories.php?cat_id=16          ////      www.migaleria.com/details.php?image_id=1376

he estado buscando y leyendo (con mi pobre inglés) los MODs de URL GOOGLE y short... pero no encuentro exacamente lo que quiero.
¿Alguien podría ayudarme?
Muchas gracias!!

Pages: [1]