Back to top

Visualizza post

Questa sezione ti permette di visualizzare tutti i post inviati da questo utente. N.B: puoi vedere solo i post relativi alle aree dove hai l'accesso.


Post - paperjoomla

Pagine: [1] 2 3 4 ... 13
1
I vostri annunci su Joomla / Re: collaborazione a pagamento
« il: 06 Set 2007, 19:52:22 »
ho scritto a quelli di th e mi hanno risp questo

Salve,
abbiamo provveduto a disabilitare il filtro che blocca le richieste e quindi l'errore 406 a cui fa riferimento ora non verrà più visualizzato per il suo dominio.
Le auguriamo buona giornata

ma adesso quando faccio per girare pagina mi dà un altro errore!!!
eccheccacchio...

2
I vostri annunci su Joomla / Re: collaborazione a pagamento
« il: 06 Set 2007, 19:05:32 »
no, nn ho altri domini liberi, se ti mando il componente puoi provarlo tu? (...c'ho provato... :-\)

3
I vostri annunci su Joomla / Re: collaborazione a pagamento
« il: 06 Set 2007, 18:51:37 »
ho "disturbato" il web master che gentilmente mi ha dato il suo file, ma mi da lo stesso errore...

4
I vostri annunci su Joomla / Re: collaborazione a pagamento
« il: 06 Set 2007, 14:15:07 »
no, questo è lo stesso....
e gli funge....
che dovrei fare?

5
I vostri annunci su Joomla / Re: collaborazione a pagamento
« il: 06 Set 2007, 14:02:03 »
il componente è diverso dal mio...

6
I vostri annunci su Joomla / Re: collaborazione a pagamento
« il: 06 Set 2007, 13:39:56 »
posso postare il codice, secondo me basterebbe togliere il comando che limita la stampa dei mezzi, cioè nn far girare pagina ma metterli tutti di seguito...

Codice: [Seleziona]
**************************************************\ SHOW THE SEARCH FORM \**************************************************/ function itemSearch( $option, $lists ) { global $database, $Itemid, $mainframe, $mosConfig_live_site, $option; ?> <table width="90%" align="center" cellpadding="5"><tr><td> <table width="100%" cellpadding="10" class="pollstableborder"><tr><td> <form name="searchfilter" action="<?php echo sefRelToAbs("index.php?option=com_ezautos&Itemid=$Itemid&task=results");?>" method="post"> <input type="hidden" name="option" value="com_ezautos" /> <input type="hidden" name="Itemid" value="<?php echo $Itemid;?>" /> <input type="hidden" name="task" value="results" /> <table border="0" width="100%"> <tr> <td class="h2"><?php echo _EZAUTOS_SEARCHADV;?></td> </tr> <tr> <td> <table border="0" cellspacing="0" cellpadding="5"> <tr> <td width="120" height="36"><?php echo _EZAUTOS_SEARCHPRICE;?>:</td> <td width="157">
<?php echo $lists['minprice'];?></td> <td width="133"><?php echo $lists['maxprice'];?></td> </tr> <tr> <td height="36"><?php echo _EZAUTOS_SEARCH_MAKE;?>:</td> <td colspan="4"><?php echo $lists['make'];?></td> </tr> <tr> <td height="37"><?php echo _EZAUTOS_SEARCH_MODEL;?>:</td> <td colspan="4"><?php echo $lists['model'];?></td> </tr> <tr> <td height="37"><?php echo _EZAUTOS_DDSL_TRANS;?>:</td> <td colspan="4"><?php echo $lists['trans'];?></td> </tr> <tr> <td height="38"><?php echo _EZAUTOS_VLDET_TAG;?>:</td> <td colspan="4"><?php echo $lists['tag'];?></td> </tr> <tr> <td height="40"><?php echo _EZAUTOS_SEARCH_SEARCHORD;?>:</td> <td colspan="4"><select name="direction" class="inputbox"> <option value="ASCPRICE"><?php echo _EZAUTOS_DDSL_PRASC;?></option> <option value="DESCPRICE"><?php echo _EZAUTOS_DDSL_PRDESC;?></option> <option value="ASCID" selected="selected"><?php echo _EZAUTOS_DDSL_IDASC;?></option> <option value="DESCID"><?php echo _EZAUTOS_DDSL_IDDESC;?></option> </select></td> </tr> <tr> <td height="51"><input class="button" type="submit" name="<?php echo _EZAUTOS_INCLUDES_SEARCH;?>" value="<?php echo _EZAUTOS_INCLUDES_SEARCH;?>" /></td> <td colspan="2"> </td> </tr> </table> </td> </tr> </table> </form> </td></tr></table> <br /><br /><br /> </td></tr></table> <?php /**************************************************\ SHOW THE FILTERED SEARCH RESULTS \**************************************************/ function searchFilteredResults$option, &$rows$pageNav ) { global $database$Itemid$mainframe$mosConfig_live_site$ea_currencysign$ea_thumbwidth$ea_perpage$ea_imagedir

ectory
$num_rows=ceilcount$rows ) / ); if ($num_rows 0) { ?>
<br /> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="sectiontableheader"><?php echo _EZAUTOS_RESULTS_RESULTS;?></td> </tr> </table> <?php $k 0; for ($i=0$n=count$rows ); $i $n$i++) { $row = &$rows[$i]; ?> <table border="0" width="100%" onmouseover="EZOver(this)" onmouseout="EZOut(this)" onclick="location.href='<?php echo sefRelToAbs("index.php?option=com_ezautos&Itemid=$Itemid&task=detail&id=$row->id");?>'"> <tr> <td valign="top"> </td> <td valign="top" width="420"><span class="h3"><?php echo $row->year.' '.$row->makename.' '.$row->modelname;?></span> ... <a href="<?php echo sefRelToAbs("index.php?option=com_ezautos&Itemid=$Itemid&task=detail&id=$row->id");?>"><strong><?php echo _EZAUTOS_READMORE;?></strong></a></td> </tr> <tr> <td valign="top" align="center" width="<?php echo $ea_thumbwidth;?>"><a href="<?php echo sefRelToAbs("index.php?option=com_ezautos&Itemid=$Itemid&task=detail&id=$row->id");?>"><?php if ($row->image1) { ?><img src="components/com_ezautos/<?php echo $ea_imagedirectory;?>/th/<?php echo $row->image1;?>" border="0" hspace="15" width="<?php echo $ea_thumbwidth;?>" alt="<?php echo _EZAUTOS_PICTAG_VEHICLE;?>" /><?php }else{ ?><img src="components/com_ezautos/images/tn_noimage.jpg" border="0" hspace="15" width="<?php echo $ea_thumbwidth;?>" alt="<?php echo _EZAUTOS_PICTAG_VEHICLE;?>" /><?php ?></a></td> <td valign="top"> <table border="0" width="100%"> <tr> <td align="right" width="130"><?php echo _EZAUTOS_DET_PRICE?></td> <td align="center" width="20">:</td> <td><?php echo $ea_currencysign.''.$row->price;?></td> </tr> <?php if ( $row->mileage ) { ?> <tr> <td align="right" width="130"><?php echo _EZAUTOS_DET_MILEAGE?></td> <td align="center" width="20">:</td> <td><?php echo $row->mileage;?></td> </tr> <?php ?> <?php if ( $row->engine ) { ?> <tr> <td align="right" width="130"><?php echo _EZAUTOS_DET_ENGSIZE?></td> <td align="center" width="20">:</td> <td><?php echo $row->engine;?></td> </tr> <?php ?> <?php if ( $row->trans ) { ?> <tr> <td align="right" width="130"><?php echo _EZAUTOS_DET_TRANSMISSION?></td> <td align="center" width="20">:</td> <td><?php echo $row->trans;?></td> </tr> <?php ?> <tr> <td align="right" width="130"><?php echo _EZAUTOS_DET_AVAILABILITY?></td> <td align="center" width="20">:</td> <td><?php echo $row->availability;?></td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class="sectiontableheader"> <tr> <td><img src="components/com_ezautos/images/pixel.gif" border="0" height="2" width="1" alt="" /></td> </tr> </table> <?php ?> <form name="adminForm" action="index.php?option=<? echo $option;?>&task=<?php echo $_REQUEST['task'];?>&Itemid=<? echo $Itemid;?>" method="get"> <input type="hidden" name="option" value="<?php echo $option;?>" /> <input type="hidden" name="Itemid" value="<?php echo $Itemid;?>" /> <input type="hidden" name="task" value="<?php echo $_REQUEST['task'];?>" /> <input type="hidden" name="cid" value="<?php echo $_REQUEST['cid'];?>" /> <input type="hidden" name="trans" value="<?php echo $_REQUEST['trans'];?>" /> <input type="hidden" name="tag" value="<?php echo $_REQUEST['tag'];?>" /> <input type="hidden" name="make" value="<?php echo $_REQUEST['make'];?>" /> <input type="hidden" name="model" value="<?php echo $_REQUEST['model'];?>" /> <input type="hidden" name="maxprice" value="<?php echo $_REQUEST['maxprice'];?>" /> <input type="hidden" name="minprice" value="<?php echo $_REQUEST['minprice'];?>" /> <input type="hidden" name="direction" value="<?php echo $_REQUEST['direction'];?>" /> <?php $link='index.php?option='.$option.'&task='.$_REQUEST['task'].'&Itemid='$Itemid?> <table width='100%' border='0' cellspacing='1' cellpadding='0'> <tr> <td colspan="2" align="center"><?php echo $pageNav->writePagesLinks($link); ?></td> </tr> <tr> <td><?php echo $pageNav->writePagesCounter();?></td><td align="right"><?php echo _EZAUTOS_LISTINGS_DISPLAYNUM;?> <?php echo $pageNav->getLimitBox($link);?></td> </tr> </table> <?php }else{ ?> <table width='100%' border='0' cellspacing='1' cellpadding='0'> <tr> <td colspan='2' class='sectiontableheader' width='100%'><?php echo _EZAUTOS_RESULTS_RESULTS;?></td> </tr> <tr> <td class='h3'><br /><?php echo _EZAUTOS_RESULTS_NORESULTS;?></td> </tr> </table> <?php } }

7
I vostri annunci su Joomla / Re: collaborazione a pagamento
« il: 05 Set 2007, 15:10:16 »
è un mese che ci sto sopra
spero che grazie a qualcuno di voi riesca a risolvere il problema...

8
I vostri annunci su Joomla / collaborazione a pagamento
« il: 05 Set 2007, 14:53:35 »
ciao ragazzi ho un problema in php su un componente, ezautos, posto qui i link per spiegare meglio l'errore

http://forum.html.it/forum/showthread.php?s=&threadid=1148370
http://forum.joomla.it/index.php?topic=25656.0

per contattarmi armandocoletta@libero.it

grazie a tutti

9
up, qualcuno può aiutarmi?

12
altrimenti sapete dirmi come faccio a far stampare allo script tutti i risultati senza suddividerli in pagine da 10...? ???

13
io penso che possa capitare...

ha reso il forum più umano, vivo... dietro ogni post c'è una persona e un modo di vedere le cose in maniera diversa

*ANDIAMO AVANTI!!!

*(lo diceva pure qualcun altro???? ::))

15
visto però che li stampa a 10 a 10 dovrei forse dargli qualche comando che faccia stampare un numero illimitato di veicoli cioè tutti, senza dividere in pagine, forse la porzione php da modificare è questa....

Codice: [Seleziona]
/**************************************************\
                SHOW THE SEARCH FORM
    \**************************************************/


function itemSearch( $option, $lists ) {
global $database, $Itemid, $mainframe, $mosConfig_live_site, $option;

?>

<table width="90%" align="center" cellpadding="5"><tr><td>


<table width="100%" cellpadding="10" class="pollstableborder"><tr><td>
<form name="searchfilter" action="<?php echo sefRelToAbs("index.php?option=com_ezautos&amp;Itemid=$Itemid&amp;task=results");?>" method="post">
<input type="hidden" name="option" value="com_ezautos" />
<input type="hidden" name="Itemid" value="<?php echo $Itemid;?>" />
<input type="hidden" name="task" value="results" />
<table border="0" width="100%">
<tr>
<td class="h2"><?php echo _EZAUTOS_SEARCHADV;?></td>
</tr>
<tr>
<td>

<table border="0" cellspacing="0" cellpadding="5">
<tr>
<td width="120" height="36"><?php echo _EZAUTOS_SEARCHPRICE;?>:</td>
<td width="157"><?php echo $lists['minprice'];?></td>
<td width="133"><?php echo $lists['maxprice'];?></td>
</tr>
<tr>
<td height="36"><?php echo _EZAUTOS_SEARCH_MAKE;?>:</td>
<td colspan="4"><?php echo $lists['make'];?></td>
</tr>
<tr>
<td height="37"><?php echo _EZAUTOS_SEARCH_MODEL;?>:</td>
<td colspan="4"><?php echo $lists['model'];?></td>
</tr>
<tr>
<td height="37"><?php echo _EZAUTOS_DDSL_TRANS;?>:</td>
<td colspan="4"><?php echo $lists['trans'];?></td>
</tr>
<tr>
<td height="38"><?php echo _EZAUTOS_VLDET_TAG;?>:</td>
<td colspan="4"><?php echo $lists['tag'];?></td>
</tr>
<tr>
<td height="40"><?php echo _EZAUTOS_SEARCH_SEARCHORD;?>:</td>
<td colspan="4"><select name="direction" class="inputbox">
<option value="ASCPRICE"><?php echo _EZAUTOS_DDSL_PRASC;?></option>
                            <option value="DESCPRICE"><?php echo _EZAUTOS_DDSL_PRDESC;?></option>
                            <option value="ASCID" selected="selected"><?php echo _EZAUTOS_DDSL_IDASC;?></option>
                            <option value="DESCID"><?php echo _EZAUTOS_DDSL_IDDESC;?></option>
</select></td>
</tr>
<tr>
<td height="51"><input class="button" type="submit" name="<?php echo _EZAUTOS_INCLUDES_SEARCH;?>" value="<?php echo _EZAUTOS_INCLUDES_SEARCH;?>" /></td>
<td colspan="2">&nbsp;</td>
</tr>
</table>

</td>
</tr>
</table>
</form>
</td></tr></table>

<br /><br /><br />

</td></tr></table>

<?php


}


    
/**************************************************\
                SHOW THE FILTERED SEARCH RESULTS
    \**************************************************/


function searchFilteredResults$option, &$rows$pageNav ) {
global 
$database$Itemid$mainframe$mosConfig_live_site$ea_currencysign$ea_thumbwidth$ea_perpage$ea_imagedirectory;


    
$num_rows=ceilcount$rows ) / );
    if (
$num_rows 0) {

?>


<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="sectiontableheader"><?php echo _EZAUTOS_RESULTS_RESULTS;?></td>
</tr>
</table>

<?php

            $k 
0;
            for (
$i=0$n=count$rows ); $i $n$i++) {
                
$row = &$rows[$i];

        
?>



<table border="0" width="100%" onmouseover="EZOver(this)" onmouseout="EZOut(this)" onclick="location.href='<?php echo sefRelToAbs("index.php?option=com_ezautos&amp;Itemid=$Itemid&amp;task=detail&amp;id=$row->id");?>'">
<tr>
<td valign="top">&nbsp;</td>
<td valign="top" width="420"><span class="h3"><?php echo $row->year.' '.$row->makename.' '.$row->modelname;?></span> ... <a href="<?php echo sefRelToAbs("index.php?option=com_ezautos&amp;Itemid=$Itemid&amp;task=detail&amp;id=$row->id");?>"><strong><?php echo _EZAUTOS_READMORE;?></strong></a></td>
</tr>
<tr>
<td valign="top" align="center" width="<?php echo $ea_thumbwidth;?>"><a href="<?php echo sefRelToAbs("index.php?option=com_ezautos&amp;Itemid=$Itemid&amp;task=detail&amp;id=$row->id");?>"><?php if ($row->image1) { ?><img src="components/com_ezautos/<?php echo $ea_imagedirectory;?>/th/<?php echo $row->image1;?>" border="0" hspace="15" width="<?php echo $ea_thumbwidth;?>" alt="<?php echo _EZAUTOS_PICTAG_VEHICLE;?>" /><?php }else{ ?><img src="components/com_ezautos/images/tn_noimage.jpg" border="0" hspace="15" width="<?php echo $ea_thumbwidth;?>" alt="<?php echo _EZAUTOS_PICTAG_VEHICLE;?>" /><?php ?></a></td>
<td valign="top">

<table border="0" width="100%">
<tr>
<td align="right" width="130"><?php echo _EZAUTOS_DET_PRICE?></td>
<td align="center" width="20">:</td>
<td><?php echo $ea_currencysign.''.$row->price;?></td>
</tr>
<?php if ( $row->mileage ) { ?>
<tr>
<td align="right" width="130"><?php echo _EZAUTOS_DET_MILEAGE?></td>
<td align="center" width="20">:</td>
<td><?php echo $row->mileage;?></td>
</tr>
<?php ?>
<?php if ( $row->engine ) { ?>
<tr>
<td align="right" width="130"><?php echo _EZAUTOS_DET_ENGSIZE?></td>
<td align="center" width="20">:</td>
<td><?php echo $row->engine;?></td>
</tr>
<?php ?>
<?php if ( $row->trans ) { ?>
<tr>
<td align="right" width="130"><?php echo _EZAUTOS_DET_TRANSMISSION?></td>
<td align="center" width="20">:</td>
<td><?php echo $row->trans;?></td>
</tr>
<?php ?>
<tr>
<td align="right" width="130"><?php echo _EZAUTOS_DET_AVAILABILITY?></td>
<td align="center" width="20">:</td>
<td><?php echo $row->availability;?></td>
</tr>
</table>

</td>
</tr>
</table>

<table border="0" cellpadding="0" cellspacing="0" width="100%" class="sectiontableheader">
<tr>
<td><img src="components/com_ezautos/images/pixel.gif" border="0" height="2" width="1" alt="" /></td>
</tr>
</table>

<?php

    


?>




<form name="adminForm" action="index.php?option=<? echo $option;?>&amp;task=<?php echo $_REQUEST['task'];?>&amp;Itemid=<? echo $Itemid;?>" method="get">
<input type="hidden" name="option" value="<?php echo $option;?>" />
<input type="hidden" name="Itemid" value="<?php echo $Itemid;?>" />
<input type="hidden" name="task" value="<?php echo $_REQUEST['task'];?>" />
<input type="hidden" name="cid" value="<?php echo $_REQUEST['cid'];?>" />
<input type="hidden" name="trans" value="<?php echo $_REQUEST['trans'];?>" />
<input type="hidden" name="tag" value="<?php echo $_REQUEST['tag'];?>" />
<input type="hidden" name="make" value="<?php echo $_REQUEST['make'];?>" />
<input type="hidden" name="model" value="<?php echo $_REQUEST['model'];?>" />
<input type="hidden" name="maxprice" value="<?php echo $_REQUEST['maxprice'];?>" />
<input type="hidden" name="minprice" value="<?php echo $_REQUEST['minprice'];?>" />
<input type="hidden" name="direction" value="<?php echo $_REQUEST['direction'];?>" />

<?php

$link
='index.php?option='.$option.'&amp;task='.$_REQUEST['task'].'&amp;Itemid='$Itemid;
?>


<table width='100%' border='0' cellspacing='1' cellpadding='0'>
    <tr>
        <td colspan="2" align="center"><?php echo $pageNav->writePagesLinks($link); ?></td>
    </tr>
    <tr>
        <td><?php echo $pageNav->writePagesCounter();?></td><td align="right"><?php echo _EZAUTOS_LISTINGS_DISPLAYNUM;?> <?php echo $pageNav->getLimitBox($link);?></td>

    </tr>
</table>

<?php


}else{

?>


<table width='100%' border='0' cellspacing='1' cellpadding='0'>
<tr>
<td colspan='2' class='sectiontableheader' width='100%'><?php echo _EZAUTOS_RESULTS_RESULTS;?></td>
</tr>
<tr>
<td class='h3'><br /><?php echo _EZAUTOS_RESULTS_NORESULTS;?></td>
</tr>
</table>

<?php

}


}


16
gestione menu ---- home

17
ciao grigoa,
l'80% del sito è merito vostro...

il sito è questo:
www.unicaritalia.it

devi andare su cerca

vedrai che se nn riempi  nessun campo dovrebbe stampare la lista completa dei veicoli, ma quando voglio visulizzare l'altra pagina dei risultati mi da errore...

spero di essermi spiegato bene...

18
ciao ragazzi ho fatto un sito per un concessionario

andando su cerca a questo link
http://www.unicaritalia.it/index.ph...amp;task=search

e nn riempiendo nessun campo dovrebbe darmi la lista completa dei veicoli, ma quando devo andare alla pagina successiva mi da un errore...

sapete dirmi da cosa dipende e/o come posso aggirarlo

19
Joomsites / sito coincessionario
« il: 19 Lug 2007, 16:10:40 »

20
si ma mi da sempre lo stesso problema...

Pagine: [1] 2 3 4 ... 13


Web Design Bolzano Kreatif