Script URL:
Version of script:
Hosting company: just host
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
My url's in my shop are about three characters too long, can i change the length number of characters and if so where
I have looked trough all the files, just cant find the relevant one
Thanks in advance
viv
changing length of : Enter product url
-
- Posts: 2
- Joined: Thu Jan 31, 2013 6:44 pm
Re: changing length of : Enter product url
Hello Viv,
Open the file sign_form.php In the folder \templates\default\ inside you gbook folder.
Find line 32 Change the value of maxlength from 80 to the desired maximum length.
Greetings,
Henrie
Open the file sign_form.php In the folder \templates\default\ inside you gbook folder.
Find line 32
Code: Select all
<div class="gbook_right"><input type="text" name="url" value="<?php echo $url; ?>" size="45" maxlength="80" /></div>
Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
-
- Posts: 2
- Joined: Thu Jan 31, 2013 6:44 pm
Re: changing length of : Enter product url
Thank you, i looked everywhere EXCEPT the templates folder, typical amateur 
