Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBulletin 4 Subject Permanent Transport problem and solution Details »»
vBulletin 4 Subject Permanent Transport problem and solution
Version: 1.00, by vBarsiv vBarsiv is offline
Developer Last Online: Dec 2021 Show Printable Version Email this Page

Category: Moderators Functions - Version: 4.2.3 Rating:
Released: 10-31-2015 Last Update: Never Installs: 3
Template Edits
 
No support by the author.

threadadmin_movethreads the template deleted replace


Code:
<div id="pagetitle">    <h1>{vb:rawphrase move_threads}</h1>
</div>


<form class="vbform block" action="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}inlinemod.php?do=domovethreads&amp;threadids={vb:raw threadids}" method="post" name="vbform">


    <h2 class="blockhead">{vb:rawphrase move_threads}</h2>
    <div class="blockbody formcontrols">
        <h3 class="blocksubhead">{vb:rawphrase moving_x_threads_from_y_forums, {vb:raw threadcount}, {vb:raw forumcount}}</h3>
        <div class="section">
            <div class="blockrow">
                <label for="destforumid">{vb:rawphrase destination_forum}:</label>
                <select id="destforumid" name="destforumid" class="primary" tabindex="1">
                        {vb:raw moveforumbits}
                </select>
                <p class="description">{vb:rawphrase which_forum_moved_thread}</p>
            </div>


            <div class="blockrow">
                <label>{vb:rawphrase redirect}:</label>
                <ul class="checkradio group dep_group rightcol">
                    <li><label><input type="checkbox" name="enableredirect" id="redirect" value="1" class="dep_ctrl" tabindex="1" checked="checked" /> {vb:rawphrase yes}</label></li>
                    <li id="redirect_deps" class="floatcontainer deps">
                        <ul class="group checkradio">
                            <li>
                                
                            </li>
                            <li>
                                <dl>
                                    <dt>
                                        
                                    </dt>
                                    <dd class="group" id="rb_redirect_expires_deps">
                                        {vb:rawphrase expires_in}:
                                        <select name="period" tabindex="1">
                                            <option value="1">1</option>
                                            <option value="2">2</option>
                                            <option value="3">3</option>
                                            <option value="4">4</option>
                                            <option value="5">5</option>
                                            <option value="6">6</option>
                                            <option value="7">7</option>
                                            <option value="8">8</option>
                                            <option value="9">9</option>
                                            <option value="10">10</option>
                                        </select>


                                        <select name="frame" tabindex="1">
                                            <option value="h">{vb:rawphrase hours}</option>


                                            <option value="d">{vb:rawphrase days}</option>
                                            <option value="w">{vb:rawphrase weeks}</option>
                                            <option value="m" selected="selected">{vb:rawphrase months}</option>
                                            <option value="y">{vb:rawphrase years}</option>
                                        </select>
                                    </dd>
                                </dl>


                            </li>
                        </li>
                    </ul>
                </ul>
                <p class="description">
                    {vb:rawphrase moving_moderated_and_soft_deleted_threads}<br /><br />
                    {vb:rawphrase you_must_have_the_required_permission}
                </p>
            </div>
        </div>
    </div>
    <div class="blockfoot actionbuttons">
        <div class="group">
            <input type="submit" class="button" value="{vb:rawphrase move_threads}" accesskey="s" tabindex="1" />
            <input type="reset" class="button" value="{vb:rawphrase reset_fields}" accesskey="r" tabindex="1" />
        </div>
    </div>
    <input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
    <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
    <input type="hidden" name="threadids" value="{vb:raw threadids}" />
    <input type="hidden" name="do" value="domovethreads" />
    <input type="hidden" name="url" value="{vb:raw url}" />
</form>

Screenshots

File Type: jpg Ads?z.jpg (25.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 11-03-2015, 08:16 PM
Alan_SP's Avatar
Alan_SP Alan_SP is offline
 
Join Date: Nov 2009
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What this template modification does? And, please use image with English, I can't understand a thing on current image.
Reply With Quote
  #3  
Old 11-03-2015, 08:19 PM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks like it removes the ability to leave a permanent redirect when you move a thread, it will force the user to leave an expiring redirect with this modification. (If the redirect checkbox is checked of course)
Reply With Quote
  #4  
Old 11-04-2015, 08:59 PM
Alan_SP's Avatar
Alan_SP Alan_SP is offline
 
Join Date: Nov 2009
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That could be useful.

I personally choose to disable redirection by default, so if someone wants to have redirection, it needs to be selected.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:13 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03770 seconds
  • Memory Usage 2,261KB
  • Queries Executed 18 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (3)postbit
  • (1)postbit_attachment
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete