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?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 troubleshooting → 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?
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....
PunBB Forums → PunBB 1.3 troubleshooting → Uncheck redirect settings default moving a topic
Powered by PunBB, supported by Informer Technologies, Inc.