Using long URLs in "redirect to:" fields

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
mstroz
Posts: 53
Joined: Wed 13. Apr 2005, 18:38
Location: Macon, Georgia USA
Contact:

Using long URLs in "redirect to:" fields

Post 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.
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post 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
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
mstroz
Posts: 53
Joined: Wed 13. Apr 2005, 18:38
Location: Macon, Georgia USA
Contact:

Post by mstroz »

Thanks Pico.

That did the trick.
Post Reply