Author Topic: Ultimos Comentarios o al menos eso dice aqui  (Read 3932 times)

0 Members and 1 Guest are viewing this topic.

Offline masterred

  • Sr. Member
  • ****
  • Posts: 494
    • View Profile
Ultimos Comentarios o al menos eso dice aqui
« on: July 18, 2007, 08:13:02 AM »
hola, como podria hacer, para que en vez de que salgan demasiadas tablas, o comentarios solo aparezca 5 y se actualicen cada vez que haya nuevos comentarios, pero que solo salgan 5 para que no cresca demasiado la pagina hacia abajo

gracias

Apache/2.2.21 (Win32)
PHP/5.3.5
Mysql Version: 5.5.19
4images Version: 1.7.?



Offline riomolin

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
Re: Ultimos Comentarios o al menos eso dice aqui
« Reply #1 on: July 19, 2007, 12:05:09 AM »
Mira los numeros gordos.
Cambia en el codigo como te convenga para numero de comentarios, tamaño de la miniatura y maxima longitud del comentario

Open index.php
Find:
Code:
//-----------------------------------------------------
//--- Print Out ---------------------------------------
//-----------------------------------------------------

Insert above:
Code:
/*
  MOD LAST COMMENTS
  START INSERT
*/
//Settings
$num = 7; //how many comments to show
$thumb_size = 48; //max dim of thumbnails in pixels
$text_len = 200; //max lenght of the text to show (bbcode and html are counted too)
//End settings
Siempre aprendiendo

Offline masterred

  • Sr. Member
  • ****
  • Posts: 494
    • View Profile
Re: Ultimos Comentarios o al menos eso dice aqui
« Reply #2 on: July 22, 2007, 08:35:31 PM »
Gracias por tu respuesta y explicacion
Apache/2.2.21 (Win32)
PHP/5.3.5
Mysql Version: 5.5.19
4images Version: 1.7.?