Forums

IE problem: form is loaded apart of other modules?

gg4j 02 Nov, 2007
Hi again guys and girls!!

Well, checking on the browsers, firefox, IE, J1.5RC1
I got the problem in the screenshots: the form is loaded in the same line of other modules menus (in the same line of the content),
in IE, not... but the first line of notice error (which I'm trying to fixing in another post) is in line... ?!

I quote code, and sc:
<style type="text/css">
<!--
legend
{
color:#000000;
background:#E77300;
border: 1px solid #DDDDDD;
padding: 2px 6px;
}
fieldset
{
border: 1px solid #DDDDDD;
width: 90%;
background-color:#EDE7D9;
}
-->
</style>

<fieldset><legend><strong>Benintegra
il palato!!</strong> </legend><br>
Inviaci una ricetta tipica dei tuoi
luoghi di origine. <br>
Benintegrati preparerà per tutta la
comunità la scheda della tua ricetta, da stampare,
conservare, preparare e.... gustare!!<br>
<em><strong>Fai
sentire come si mangia a casa tua!</strong></em>
</fieldset>
<br>
<fieldset>
<legend><strong>Lo chef</strong></legend>
<p>Il tuo nome: <input name="name" size="40"></p>
<p>E-mail:  
     <input name="email"
 size="40" type="text"></p>
</fieldset>
<br>
<fieldset>
<legend><strong>Ingredienti</strong></legend>
<p><textarea cols="30" name="ingredienti"
 style="height: 63px; width: 612px;" rows="3"></textarea></p>
</fieldset>
<br>
<fieldset>
<legend><strong>Come si prepara?</strong></legend>
<p><textarea cols="30" name="preparazione"
 style="height: 63px; width: 612px;" rows="3"></textarea></p>
</fieldset>
<br>
<fieldset>
<legend><strong>Consigli in cucina</strong></legend>
<p><textarea style="height: 63px; width: 612px;"
 cols="30" name="consigli" rows="3"></textarea></p>
</fieldset>
<br>
<fieldset>
<legend><strong>Origine</strong></legend>Indica
il paese, la regione, o l'area geografica di
provenienza
<p><input name="origine" size="40"></p>
</fieldset>
<br>
<br>
<fieldset>
<legend><strong>Come si presenta?</strong></legend>Allega
una foto del tuo piatto! Servirà a distinguerlo. Puoi
provare ad inviare anche le foto del tuo cellulare.
<p><input name="allegato" type="file"></p>
</fieldset>
<br>
<br>
<input value="Invia" name="Submit" type="submit">
<input value="Cancella" name="reset" type="reset">


Post edited by: gg4j, at: 2007/11/02 17:52<br><br>Post edited by: GreyHead, at: 2007/11/02 18:34
GreyHead 02 Nov, 2007
Hi gg4j,

No image showing so far, Is there a link to the site so we can see the problem?

Bob
gg4j 04 Nov, 2007
not yet on line.

Havent I attached the two screenshot?
I send you a zip file. [file name=browsers.zip size=135115]http://www.chronoengine.com/components/com_fireboard/uploaded/files/browsers.zip[/file]
GreyHead 04 Nov, 2007
Hi gg4j,

Look for this code in chronocontact.php (in the version I'm using it's at line 68)
if ( trim($paramsvalues->imagever) == 'Yes' ) {
  $imver = '<input name="chrono_verification" type="text" id="chrono_verification" value="">  <img src="'.$mosConfig_live_site
.'/administrator/components/com_chronocontact/chrono_verification.php">';
}
and replace the last line with this
} else {
  $imver = "";
}


Bob
gg4j 04 Nov, 2007
..mmm again,
the online site does not present this problem,
so no hacking is required.
I'll try on local machine with your suggestion (cant now, working on another computer.)

THANKS AGAIN GUYS, you're simply cool...B)
GreyHead 04 Nov, 2007
Hi gg4j,

Somewhere the two sites have different Error reporting settings, not always easy to find where they are set though.

Bob
Max_admin 05 Nov, 2007
gg4j, I have explained at the other post why local dev servers are more likely to show those small things🙂

Cheers

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.