Page 1 of 1

url (website) field is gone

Posted: Tue May 22, 2007 10:36 pm
by Jomar
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

After update to version 15 of the guestbook I miss the url (website) field.
I see it in the gbook.php however or did I mess with something trying to translate some text to Dutch?
This is the part of the code (I think)
<table cellspacing="0" cellpadding="3" border="0">
<tr>
<td><b>Naam (verplicht veld)</b></td>
<td><p><input type="text" name="<?php echo $myfield['name']; ?>" size="30" maxlength="30" value="<?php echo $name; ?>" /></p></td>
</tr>
<tr>
<td>Woonplaats/Land</td>
<td><p><input type="text" name="from" size="30" maxlength="30" value="<?php echo $from; ?>" /></p></td>
</tr>
<tr>
<td>Emailadres</td>
<td><p><input type="text" name="email" size="30" maxlength="50" value="<?php echo $email; ?>" /></p></td>
</tr>
<?php
if ($settings['use_url']) {
echo '
<tr>
<td>Website</td>
<td><p><input type="text" name="url" value="'.$url.'" size="40" maxlength="80" /></p></td>
</tr>
';
}
?>
</table>
<p style="text-align:center"><b>Bericht</b><br />
<i>Vul aub geen URL adressen in</i>
<input type="hidden" name="name" />
<input type="hidden" name="<?php echo $myfield['bait']; ?>" />
<!--
<input type="text" name="comments" />
-->

Posted: Wed May 23, 2007 8:19 am
by Klemen
In settings.php you have

Code: Select all

$settings['use_url']
, check the readme.htm to see what's it for :roll:

Posted: Wed May 23, 2007 10:14 am
by Jomar
Stupid me :oops:
I did read it, but forgot it along the way trying to find out some other things

Posted: Wed May 23, 2007 10:15 am
by Jomar
Jomar wrote:Stupid me :oops:
I did read it, but forgot it along the way trying to find out some other things, works fine now.

Posted: Fri Jun 22, 2007 11:48 pm
by thegrrl
Jomar wrote:Stupid me :oops:
I did read it, but forgot it along the way trying to find out some other things
Don't feel so bad I did the same thing lol