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.
Using long URLs in "redirect to:" fields
Hi
maybe here
in ../include/inc_tmpl/admin.structform.tmpl.php
don't know what happens - maybe you also have to epand the Database-Field
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>
don't know what happens - maybe you also have to epand the Database-Field