Page 1 of 1

Using long URLs in "redirect to:" fields

Posted: Wed 13. Apr 2005, 18:43
by mstroz
Any suggestions on how to increase the character count in the "redirect to:" field when adding/edititing a new category?

I have a URL that I need to redirect to that has greater than 60 characters in the address.

Thanks.

Posted: Wed 13. Apr 2005, 18:54
by pico
Hi

maybe here

Code: Select all

		  <tr><td><input name="acat_redirect" type="text" id="acat_redirect" class="f11b" style="width: 450px" value="<?php echo html_specialchars($acat_redirect) ?>" size="50" maxlength="50"></td></tr>
in ../include/inc_tmpl/admin.structform.tmpl.php

don't know what happens - maybe you also have to epand the Database-Field

Posted: Wed 13. Apr 2005, 18:59
by mstroz
Thanks Pico.

That did the trick.