• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn vô hiệu hóa chuyển hướng khi di chuyển và gộp chủ đề vbb

Admin

Well-Known Member
Staff member
Administrator
Khi di chuyển chủ đề hay gộp chủ đề bạn sẽ mặc định bị di chuyển đến danh sách đề tài, để vô hiệu nó bạn làm như sau
Vào Admincp > Search in Template > Chỉ tìm trong tiêu đề, nhập threadadmin_movethread
Tìm
HTML:
<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>
								<label for="rb_redirect_perm"><input 

type="radio" name="redirect" value="perm" id="rb_redirect_perm" checked="checked" tabindex="1" /> {vb:rawphrase 

leave_permanent_redirect}</label>
							</li>
Xóa hết đi và thay bằng
HTML:
<li>
						<label><input type="checkbox" name="enableredirect" 

id="redirect" value="1" class="dep_ctrl" tabindex="1" /> {vb:rawphrase yes}</label>
					</li>
					<li id="redirect_deps" class="floatcontainer deps">

						<ul class="group checkradio">
							<li>
								<label for="rb_redirect_perm"><input 

type="radio" name="redirect" value="perm" id="rb_redirect_perm" tabindex="1" /> {vb:rawphrase 

leave_permanent_redirect}</label>
							</li>
Làm tương tự với threadadmin_movethreads
Tìm
HTML:
<li><label><input type="checkbox" name="enableredirect" id="redirect" 

value="1" class="dep_ctrl" tabindex="1" check="checked" /> {vb:rawphrase yes}</label></li>
					<li id="redirect_deps" class="floatcontainer deps">
						<ul class="group checkradio">
							<li>
								<label for="rb_redirect_perm"><input 

type="radio" name="redirect" value="perm" id="rb_redirect_perm" checked="checked" tabindex="1" /> {vb:rawphrase 

leave_permanent_redirect}</label>
							</li>
Xóa hết đi và thay bằng
HTML:
<li><label><input type="checkbox" name="enableredirect" id="redirect" 

value="1" class="dep_ctrl" tabindex="1" /> {vb:rawphrase yes}</label></li>
					<li id="redirect_deps" class="floatcontainer deps">
						<ul class="group checkradio">
							<li>
								<label for="rb_redirect_perm"><input 

type="radio" name="redirect" value="perm" id="rb_redirect_perm" tabindex="1" /> {vb:rawphrase 

leave_permanent_redirect}</label>
							</li>
Làm tương tự với threadadmin_mergethreads
Tìm
HTML:
<li>
						<label><input type="checkbox" name="redir" 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>
								<label for="rb_redirect_perm"><input type="radio" name="redirect" value="perm" id="rb_redirect_perm" checked="checked" tabindex="1" /> {vb:rawphrase leave_permanent_redirect}</label>
							</li>
Xoá hết đi và thay bằng
HTML:
<li>
						<label><input type="checkbox" name="redir" id="redirect" value="1" class="dep_ctrl" tabindex="1" /> {vb:rawphrase yes}</label>
					</li>
					<li id="redirect_deps" class="floatcontainer deps">
						<ul class="group checkradio">
							<li>
								<label for="rb_redirect_perm"><input type="radio" name="redirect" value="perm" id="rb_redirect_perm" tabindex="1" /> {vb:rawphrase leave_permanent_redirect}</label>
							</li>
Lưu tất cả lại là xong
Chúc các bạn thành công!
Bài viết chỉ đăng duy nhất tại tuoitreit.vn, mọi sao chép phải ghi rõ nguồn và liên kết đến bài viết này
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top