Page 1 of 1

changing length of : Enter product url

Posted: Thu Jan 31, 2013 6:48 pm
by deloreanjewellery
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

Re: changing length of : Enter product url

Posted: Fri Feb 01, 2013 5:35 pm
by Henrie
Hello Viv,

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>
Change the value of maxlength from 80 to the desired maximum length.

Greetings,
Henrie

Re: changing length of : Enter product url

Posted: Wed Feb 06, 2013 9:02 am
by deloreanjewellery
Thank you, i looked everywhere EXCEPT the templates folder, typical amateur :D