BBcode tạo download button 2013-06-26

Tạo button download sử dụng bbcode

  1. ku Hiệu
    GIỚI THIỆU
    Bài viết giúp các bạn tạo được 1 bbcode với phương thức hoạt động đơn giản, dễ dàng cho các bạn nghiên cứu và tạo thêm các bbcode khác theo ý tưởng :D

    P/S: Nghiên cứu để làm bằng php code mà còn ngu nên chưa được, dùng tạm html và css. Các pro nào biết thì chỉ giáo bằng php nhé!

    DEMO
    [​IMG]

    Member sẽ thấy
    [​IMG]

    Guest thấy
    [​IMG]


    DEMO ONLINE
    http://thíchháthò.vn/t/kaspersky-anti-virus-2013-13-0-1-4190-full.337/

    YÊU CẦU
    Đã cài addon Custom BBCode Manager 1.3.x

    CÁCH THỰC HIỆN
    1. Upload đính kèm

    2. Thêm vào header (trên thẻ </xen:hook>)
    Mã:
    <script type="text/javascript">
        $(document).ready(function(){
        $("a#cyandl_alert").click(function(){
      alert("Vui lòng đăng nhập để thực hiện thao tác!");
          });
        });
    </script>
    <xen:if is="{$visitor.user_id}">
    <style>
    .cyan_dlbox:hover {background: #0072b9 !important;}
    #cyan_dlbox_off {display: none;}
    </style>
    <xen:else />
    <style>
    .cyan_dlbox2:hover {background: #D12353 !important;}
    #cyan_dlbox_on {display: none;}
    </style>
    </xen:if>
    
    3. Vào AdminCP > BB Code Manager > Create New BB Code
    điền thông số như sau
    BB Code Title: Download Button
    BB Code Description: Tạo button download chỉ thành viên mới có thể download
    BB Code Tag: down
    Example: [DOWN]Links goes here[/DOWN]
    Activate BB Code: ON

    PHP Callback: KingK_BbCodeManager_BbCode_Formatter_Default :: parseTagDown

    Editor buttons options
    Editor button: ON
    Button image methods: Direct Image

    xong thì SAVE lại!!

    4. Vào AdminCP > Buttons Manager > LTR Editor Visual Management (Left-to-Right)
    kéo nút download xuống :D
    [​IMG]

    Click Update Now!

    XONG rồi đó! :)

Recent Reviews

  1. Bcat9505
    Bcat9505
    5/5,
    Version: 2013-06-26
    Good
  2. datdaik000
    datdaik000
    1/5,
    Version: 2013-06-26
    Lỗi rồi nha bạn
  3. ducdaik1102
    ducdaik1102
    4/5,
    Version: 2013-06-26
    Bị lỗi này là sao bạn
    Please enter a valid callback method.
  4. skyblue12
    skyblue12
    5/5,
    Version: 2013-06-26
    thank Ku hiệu
comments powered by Disqus