Okay, I don't know if this has already been asked, but I have a question about moving threads. When I moved some, they were still there (yes, they were moved as well to the correct forum), and there's a new icon and a label saying it has been moved. Is there anyway to just move them without all that? I just want to move the threads to a different forum, and no longer have them in that forum, I don't want the icon and label saying they've been moved. Thanks in advance for the help.
Announcement
Collapse
No announcement yet.
Moving Threads
Collapse
X
-
Sounds like it's a redirect....just untick the "Leave redirect" box when moving.
In the threads already moved, you can "Remove redirects" in the thread admin menu.
-
Originally posted by TwistedChaos95 View PostThank you, I will have to remember that when moving threads. For the ones already moved, what exact part of the admin cp is that located at?
In the forum where the redirects are, just select the threads with "Moved" and delete them.Former vBulletin user
Comment
-
Here's a quick and dirty template edit if you don't want the redirect box ticked when you move threads:
In template threadadmin_movethread;
Find this and remove the red code:
Code:<label><input type="checkbox" name="enableredirect" id="redirect" value="1" class="dep_ctrl" tabindex="1" checked="checked" /> {vb:rawphrase yes}</label>
Comment
-
Originally posted by Amaury25 View PostIt's not in the Admin CP.
In the forum where the redirects are, just select the threads with "Moved" and delete them.
- - - Updated - - -
Originally posted by Mark.B View PostHere's a quick and dirty template edit if you don't want the redirect box ticked when you move threads:
In template threadadmin_movethread;
Find this and remove the red code:
Code:<label><input type="checkbox" name="enableredirect" id="redirect" value="1" class="dep_ctrl" tabindex="1" checked="checked" /> {vb:rawphrase yes}</label>
Comment
-
Originally posted by Mark.B View PostHere's a quick and dirty template edit if you don't want the redirect box ticked when you move threads:
In template threadadmin_movethread;
Find this and remove the red code:
Code:<label><input type="checkbox" name="enableredirect" id="redirect" value="1" class="dep_ctrl" tabindex="1" checked="checked" /> {vb:rawphrase yes}</label>
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment