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" />
-->
url (website) field is gone
In settings.php you have , check the readme.htm to see what's it for 
Code: Select all
$settings['use_url']

Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools