argento
Newbie
Offline
Posts: 24
Thank You
-Given: 0
-Receive: 0
|
 |
« on: September 02, 2005, 04:35:19 AM » |
|
Como hago para que en nuevas imagenes en el home, en lugar de 3 pueda poner mas?
|
|
|
|
|
|
Logged
|
|
|
|
excitex2
Addicted member
    
Offline
Posts: 1584
Thank You
-Given: 0
-Receive: 4
He desactivado la galería y el buscador
|
 |
« Reply #1 on: September 04, 2005, 12:47:12 AM » |
|
Saludos,,, Localiza en index.php$num_new_images = $config['image_cells'] ; Modificar a : Para dos filas :$num_new_images = $config['image_cells'] * 2; Para tres filas :$num_new_images = $config['image_cells'] *3; Para cuatro filas :$num_new_images = $config['image_cells'] * 4; etc,,. etc,,, excitex2
|
|
|
|
|
|
Logged
|
Lo importante no es saber,,, lo importante es tener el E-Mail de quien sabe
|
|
|
argento
Newbie
Offline
Posts: 24
Thank You
-Given: 0
-Receive: 0
|
 |
« Reply #2 on: September 04, 2005, 01:16:54 AM » |
|
Gracias 
|
|
|
|
|
|
Logged
|
|
|
|
Slaad
Pre-Newbie
Offline
Posts: 4
Thank You
-Given: 0
-Receive: 0
|
 |
« Reply #3 on: March 15, 2006, 08:59:51 AM » |
|
Hola, pues hice exactamente lo que dices, le puse dos filas y me salio este error arriba de la página:
DB Error: Bad SQL Query: SELECT a.image_id, a.cat_id, a.image_name, a.image_active, a.image_thumb_file, b.auth_viewcat, b.auth_viewimage FROM 4images_images a, 4images_categories b WHERE a.image_active=1 AND a.image_id = AND a.cat_id = b.cat_id AND b.auth_viewcat!=9 AND b.auth_viewimage!=9 LIMIT 1 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND a.cat_id = b.cat_id AND b.auth_viewcat!=9
DB Error: Bad SQL Query: SELECT image_id FROM VOTED_TABLE ORDER BY vote_date DESC LIMIT 1 Table 'stratovarius.VOTED_TABLE' doesn't exist
DB Error: Bad SQL Query: SELECT a.image_id, a.cat_id, a.image_name, a.image_active, a.image_thumb_file, a.image_media_file, b.auth_viewcat, b.auth_viewimage FROM 4images_images a, 4images_categories b WHERE a.image_active=1 AND a.image_id = AND a.cat_id = b.cat_id AND b.auth_viewcat!=9 AND b.auth_viewimage!=9 LIMIT 1 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND a.cat_id = b.cat_id AND b.auth_viewcat!=9 AND
A que se debe?
VALE VALE, YA LO SOLUCIONÉ, GRACIAS POR TODO EXCITEX, ERES EL ... AMO! JEJE
|
|
|
|
|
|
Logged
|
|
|
|
|