Hỗ trợ Forumotion
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.

You are not connected. Please login or register

Xem chủ đề cũ hơn Xem chủ đề mới hơn Go down  Thông điệp [Trang 1 trong tổng số 1 trang]

avatar
  • Member

Tim rơi lệ

Member


Tim rơi lệ

Tim rơi lệ
loading...

Khi ban trích dẫn bài viết, code này sẽ thêm liên kết đến bài đó vào nội dung, và hiển thị như
[Code] Thêm liên kết đánh dấu bài trích dẫn Quote10
Bước 1: ACP >> Display >> Pictures and Colors >> Colors >> CSS Stylesheet
Thêm vào CSS

Code:
.post .quoteLink{display:inline-block;height:10px;width:12px;background:url(http://i83.servimg.com/u/f83/16/58/89/73/viewpo10.png) no-repeat transparent;margin-left:3px}

Bước 2: ACP >> Display >> QLTT >> Viewtopic_body
Thêm vào cuối
Code:
<script type="text/javascript">
//<![CDATA[
$(".post a[href*='&mode=quote']").attr("href", function () {
  return this.href + "&r=" + location.pathname.replace(/\/(t\d+(p\d+)?)\-.*/, "$1");
});
$(".post a[href*='/t'][href*='-quote#']").next("br").remove().end().each(function () {
  $(this).addClass("quoteLink").attr("href", function () {
        return this.href.replace("quote", location.pathname.replace(/\/t\d+(p\d+)?-(.+)/, "$2"))
  }).appendTo($(this).next("blockquote").find("cite:first"));
});
//]]>
</script>
Bước 3: ACP >> Display >> Post & Tin nhắn >> posting_body
Thêm vào trước {SCEDITOR}
Code:
<script type="text/javascript">
  //<![CDATA[
  if (/r\=t\d+(p\d+)?/.test(location.search)) {
      $("#text_editor_textarea").val("[url=http://" + location.host + "/" + GetParam("r") + "-quote#" + GetParam("p") + "][/url]" + $("#text_editor_textarea").val());
  }
  $(".post a[href*='/t'][href*='-quote#']").next("br").remove().end().each(function () {
      $(this).addClass("quoteLink").appendTo($(this).next("blockquote").find("cite:first"));
  });
  //]]>
</script>

Nguồn devs

Trả lời nhanh

Message reputation : 100% (1 vote)

    No Comment.

    Xem chủ đề cũ hơn Xem chủ đề mới hơn Về Đầu Trang Thông điệp [Trang 1 trong tổng số 1 trang]

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