1

Topic: Uncheck redirect settings default moving a topic

Hi,

I noticed when I move a topic, the default setting to to have the Redirect Setting checked by default. Where do I edit this so that it is unchecked by default?

Re: Uncheck redirect settings default moving a topic

I have a solution, but not sure how clean etc....

in
moderate.php
line 893

change from
=======

<span class="fld-input"><input type="checkbox" id="fld<?php echo (++$forum_page['fld_count']) ?>" name="with_redirect" value="1"<?php if ($action == 'single') echo ' checked="checked"' ?>/></span>

to
=======

<span class="fld-input"><input type="checkbox" id="fld<?php echo (++$forum_page['fld_count']) ?>" name="with_redirect" value="0" /></span>

Don't know cleaner way to do it... Not in admin section anyway....