changing length of : Enter product url

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
deloreanjewellery
Posts: 2
Joined: Thu Jan 31, 2013 6:44 pm

changing length of : Enter product url

Post 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
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Re: changing length of : Enter product url

Post 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
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.
deloreanjewellery
Posts: 2
Joined: Thu Jan 31, 2013 6:44 pm

Re: changing length of : Enter product url

Post by deloreanjewellery »

Thank you, i looked everywhere EXCEPT the templates folder, typical amateur :D
Post Reply