Members: 16,996
Threads: 38,845
Posts: 159,389
Online: 26

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse

Go Back   Mambers.com > International > Italian - Italiano > Moduli

Reply
 
LinkBack Thread Tools Display Modes
Old 05.07.2004, 19:44   #1 (permalink)
Expert Mamber
 
Join Date: Apr 2004
Posts: 276
Pippolo is on a distinguished road
Default esiste un modulo per la ZoomImage gallery?

C'è qualche modulo che permette di visualizzare le immagini di ZoomGallery nella index? Anche una sorta di immagini random, un qualcosa insomma che mi visualizzi le immagini in un modulo...
Pippolo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 05.07.2004, 20:29   #2 (permalink)
Moderator
 
vamba's Avatar
 
Join Date: Mar 2004
Posts: 936
vamba is an unknown quantity at this point
Default Re: ZoomImage gallery....

Non so in quanto non utilizzo zoom gallery, comunque tale modulo non è di difficile fabbricazione potresti prendere spunto dal modulo per akogallery e modificare solo le query per gestire quelle di zoomgallery e se vuoi randomizzare le uscite devi inserire un codice tipo questo

Quote:
$query1="SELECT * FROM #__nometabellacomponente WHERE published = '1' ORDER BY rand() LIMIT 1";
$database->setQuery( $query1 );
$rows1 = $database->loadObjectList();
$row1=$rows1[0];

echo "<td><center><a href='index.php?option=com_nomecomponente&func=det ail&id=$row1->id'><img src='$picturepath$row1->imgfilename' border='1'><br/></a></center></td>";
prendi con le molle l'esempio in quanto il codice php qui ha dei problemi di visualizzazione
__________________
Chi va piano va lontano.........chi va forte.................arriva prima...!!
www.joomlaitalia.com
www.joomlab.it
Mbox
joomla 1.5
vamba is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06.07.2004, 09:06   #3 (permalink)
Elite Mamber
 
andreadesign's Avatar
 
Join Date: Apr 2004
Location: Milan, Italy
Posts: 2,041
andreadesign is on a distinguished road
Default Re: ZoomImage gallery....

il modulo esiste
se hai installato la versione 2.1.2 scaricalo direttamente dal sito del componente:
http://ummagumma.nl/mikedeboer/

se hai ancora la 2.1 cerca in mamboportal.com
andreadesign is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08.07.2004, 20:51   #4 (permalink)
Expert Mamber
 
Elwood's Avatar
 
Join Date: May 2004
Posts: 341
Elwood is on a distinguished road
Default Re: ZoomImage gallery....

Ok, l'ho installato, ma nn mi visualizza nulla, se non il nome del modulo. Credo che io debba impostarlo.
Potete darmi una mano pls?
Intando provo a metterci mano con l'editor.

Elwood
__________________
"Im Nucleo war Ich bloss der Buchhalter des Todes"
Elwood is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08.07.2004, 21:27   #5 (permalink)
Elite Mamber
 
andreadesign's Avatar
 
Join Date: Apr 2004
Location: Milan, Italy
Posts: 2,041
andreadesign is on a distinguished road
Default Re: ZoomImage gallery....

ehm... l'ho installato pure io ed ho lo stesso problema :P

con la versione precedente bastava scrivere flagitem= numero da 1 a 5
e tutto andava, ora non più... non so
andreadesign is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08.07.2004, 22:14   #6 (permalink)
Expert Mamber
 
Elwood's Avatar
 
Join Date: May 2004
Posts: 341
Elwood is on a distinguished road
Default Re: ZoomImage gallery....

Ok, allora codice alla mano, vediamo che cosa non va:

require($mosConfig_absolute_path.'/configuration.php');
$query0 = "SELECT * FROM #__zoom_config";
$database->setQuery( $query0 );
$row2 = $database->loadObjectList();
$row2=$row2[0];
$BaseImagePath = ($mosConfig_live_site."/".$row2->imagepath);
$resultART = mysql_query ("select * from ".$mosConfig_dbprefix."zoom_config");
$zoomModule = mysql_result($resultART,0,"zoomModule");
$POPupSize = mysql_result($resultART,0,"maxsize");
#1=all 2=random 3=newest 4=hits 5=votes
$method = @$params->method ? $params->method : $zoomModule;
//$method = @$params->method ? $params->method : '2';


Cosa variare: con il componente italiano, si potrebbe mettere italian.php come lingua.
Scelta dello zapping: devo sostituire $zoomModule con '2' ad esempio ??
La dir delle immagini la dovrebbe pescare da solo dal config del componente giusto?
Non è un problema legato al passaggio da 2.1.1 a 2.1.2?

Ciao,
Elwood
__________________
"Im Nucleo war Ich bloss der Buchhalter des Todes"
Elwood is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08.07.2004, 22:18   #7 (permalink)
Expert Mamber
 
Elwood's Avatar
 
Join Date: May 2004
Posts: 341
Elwood is on a distinguished road
Default Re: ZoomImage gallery....

Confermo che settando solo lo zapping delle immagini e e la lingua il modulo funziona correttamente. Andrea attento perchè ti stupirò: qui il pop-up funziona.
Che faccio piango o rido?
Rimando all'altro topic per il problema pop-up (Componenti) in attesa di un ritorno da Mike.

Qui per vedere l'effetto del modulo.
http://lnx.ilnucleo.org/


Elwood
__________________
"Im Nucleo war Ich bloss der Buchhalter des Todes"
Elwood is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09.07.2004, 09:15   #8 (permalink)
Elite Mamber
 
andreadesign's Avatar
 
Join Date: Apr 2004
Location: Milan, Italy
Posts: 2,041
andreadesign is on a distinguished road
Default Re: ZoomImage gallery....

ehm... socio.... il link Administratore che hai in homepage?! :P

ora provo le tue modifiche
grazie

-------------------------------------------------------------

non riesco a farlo andare...
non vedo nemmeno il titolo se ne consento la visualizzazione... bho
andreadesign is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09.07.2004, 11:05   #9 (permalink)
Expert Mamber
 
Elwood's Avatar
 
Join Date: May 2004
Posts: 341
Elwood is on a distinguished road
Default Re: ZoomImage gallery....

Ehm effettivamente administratore è una via di mezzo bruttina

ciao e buona giornata
Elwood
__________________
"Im Nucleo war Ich bloss der Buchhalter des Todes"
Elwood is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10.07.2004, 19:10   #10 (permalink)
Elite Mamber
 
andreadesign's Avatar
 
Join Date: Apr 2004
Location: Milan, Italy
Posts: 2,041
andreadesign is on a distinguished road
Default Re: ZoomImage gallery....

che cosa assurda

sul mio sito di prova (www.melzidesign.it/mos) installo il modulo liscio
con questo tipo di codice e funziona


$method = @$params->method ? $params->method : $zoomModule;
//$method = @$params->method ? $params->method : '2';


sull'altro sito, identico come installazione (zoom gallery 2.1.2 e modulo), www.cumse.it, per farlo funzionare devo mettere il codice:


//$method = @$params->method ? $params->method : $zoomModule;
$method = @$params->method ? $params->method : '2';


misteri del php
andreadesign is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with mgm gallery manager hansy51 Component 'How Do I' Questions 5 08.03.2006 17:07
Zoom Gallery problem obrienj Mambo 4.5 General Talk 2 12.04.2005 19:56
Gallery --> not generating the correct URL in Mambo er16004 Component 'How Do I' Questions 3 25.01.2005 18:29
Random Image module for Gallery Soulfly Module 'How Do I' Questions 14 02.08.2004 22:03
Gallery 1.4.3 Integration -> Installation Errors reemas Mambo 4.5 'How Do I' Questions 1 17.04.2004 03:03


All times are GMT +2. The time now is 11:18.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.