Change background image
T o w o r l d

Go downThông điệp [Trang 1 trong tổng số 1 trang]

© FMvi.vn

Sat Sep 15, 2012 8:40 am
Rim
Rim

Level 100

Chức năng: Đoạn script dưới đây
sẽ giúp ngăn việc thành viên gửi 2 bài liên tiếp trong một trang. Nó có
chức năng ẩn khung trả lời nhanh, và thay link nút trả lời bài viết
bằng link chỉnh sửa bài viết.

Hướng dẫn: ACP - Modules - HTML & JAVASCRIPT - Javascript codes management:

  • Title * : Chặn thành viên gửi bài liên tiếp
  • Placement : In the topics
  • Javascript Code * :

    • phpBB2:
    Code:
    [b][b]$(function() {
      var a = $("#i_icon_mini_logout").attr("title"), d = a.slice(a.indexOf('[')+1,a.indexOf(']')).replace(/ /gi, ''), b = $(".name:last strong strong").text().replace(/ /gi, ''), c = $(".i_icon_edit:last").parent().attr("href");
      d == b && ($("a[href$='&mode=reply']").attr("href", c), $("#quick_reply").remove())
    });[/b][/b]
    </li>
  • phpBB3:
Code:
[b][b]$(function() {
  var a = $("#i_icon_mini_logout").attr("title"), d = a.slice(a.indexOf('[')+1,a.indexOf(']')).replace(/ /gi, ''), b = $(".postprofile:last a[href^='/u'] strong").text().replace(/ /gi, ''), c = $(".i_icon_edit:last").parent().attr("href");
  d === b && ($(".i_reply").parent().attr("href", c), $("#quick_reply, h3:contains('Quick reply')").remove())
});[/b][/b]
punBB:

Code:
[b][b]$(function() {
  var a = $("#i_icon_mini_logout").attr("title"), d = a.slice(a.indexOf('[')+1,a.indexOf(']')).replace(/ /gi, ''), b = $(".username:last strong").text().replace(/ /gi, ''), c = $(".i_icon_edit:last").parent().attr("href");
  d == b && ($(".i_reply").parent().attr("href", c), $("#quick_reply").parent().parent().remove())
});[/b][/b]
Invision:

Code:
[b][b]$(function() {
  var a = $("#i_icon_mini_logout").attr("title"), d = a.slice(a.indexOf('[')+1,a.indexOf(']')).replace(/ /gi, ''), b = $(".postprofile:last strong:first").text().replace(/ /gi, ''), c = $(".i_icon_edit:last").parent().attr("href");
  d == b && ($(".i_reply").parent().attr("href", c), $("#qpost").remove())
});[/b][/b]

Ghi chú:
Code nhận dạng người viết qua bài viết cuối cùng của trang, nếu như bạn
là người gửi cuối cùng của trang đang xem nhưng không phải người gửi
cuối của bài viết thì code vẫn xem bạn là người cuối cùng, và bạn phải
chuyển về trang cuối thì mới gửi trả lời được.


Viết bởi baivong - fmvi.org[You must be registered and logged in to see this link.]
https://toworld.forum-viet.com

Thích

Báo xấu [0]

Gửi một bình luận lên tường nhà Rim
Trả lời nhanh

Về Đầu TrangThông điệp [Trang 1 trong tổng số 1 trang]

  © FMvi.vn

« Xem bài trước | Xem bài kế tiếp »

Bài viết liên quan

    Quyền hạn của bạn:

    Bạn không có quyền trả lời bài viết