Bạn ghé thăm diễn đàn lần đầu? hãy đăng ký ngay bây giờ để tham gia.
  • Đăng nhập:

Chào mừng bạn đến với ITVNN FORUM - Diễn đàn công nghệ thông tin.

Nếu đây là lần đầu tiên bạn tham gia diễn đàn, xin mời bạn xem phần Hỏi/Ðáp để biết cách dùng diễn đàn. Để có thể tham gia thảo luận bạn phải đăng ký làm thành viên, click vào đây để đăng ký.


  • Partner Area
    • ITVNN HOSTING - Thiết kế website, Cung cấp Domain, Hosting, VPS Việt Nam Anh Hùng - Thông tin truyền thông
kết quả từ 1 tới 9 trên 9

Ðề tài: DownloadsII

Tăng kích thước phông chữ Giảm kích thước phông chữ
  1. #1
    thanhdia's Avatar

    Trạng thái
    Offline
    Tham gia ngày
    Sep 2009
    Thành viên thứ
    9
    Giới tính
    Bài gởi
    218
    Level: 37 [?]
    Experience: 1,167,363
    Next Level: 1,209,937
    Cảm ơn 0
    Cảm ơn 48 lần / 26 Bài viết

    Default DownloadsII  

    DownloadsII

    DownloadsII is a download database that integrates into vBulletin. It allows you to upload files, add images to them, create categories, link to external files - and more. It is very flexible and has many options.

    It's also coded 100% XHTML 1.0 Transitional valid, just like vBulletin itself.



    Instructions & Support

    Requires vBulletin 4.0.4 or higher. Not fully compatible with lower vB 4 versions.

    Read the instructions in the next two posts before installing/upgrading this mod!

    You can find an installation/upgrade manual in the zip package (Readme.txt).

    Screenshots & Live demo

    At the bottom of this post, you can find some screenshots of the front-end and back-end (AdminCP part) of the DownloadsII software.

    You can find a live demo on my own site: Minatica.be Downloads (Dutch).
    Though keep in mind that we are running a restyled and modified version of it.

    Changelog (version 6.0.7)

    Now requires at least vBulletin 4.0.4

    Jelle
    • Fixed image and file deletion permissions
    • Using new vB 4.0.4 cssfile construct in the templates
    • Added MD5 sums to check file integrity

    Older changelogs are included in the zip package.

    Add-ons

    There are currently no official add-ons.
    File Kèm Theo File Kèm Theo
    thay đổi nội dung bởi: Tiểu Bá Vương 1404; 12-06-2011 lúc 01:10 PM Lý do: Cập nhật phiên bản

  2. #2
    Tiểu Bá Vương 1404's Avatar

    Trạng thái
    Offline
    Họ tên
    BCP Hùng
    Tham gia ngày
    Oct 2010
    Thành viên thứ
    32314
    Đến từ
    Vietnam
    Tuổi
    30
    Giới tính
    Bài gởi
    3,311
    Level: 53 [?]
    Experience: 16,369,069
    Next Level: 19,059,430
    Cảm ơn 394
    Cảm ơn 1,859 lần / 992 Bài viết

    Default [Add-on] Danh sách add-on cho mod : DownloadsII

    Những add-on có trong danh sách là những add-on không chính thức.
    • DownloadsII - Releases Box ;
      -Hướng dẫn cài đặt : Vào temp downloads2_file, tìm code sau :
      Code: 
      <vb:if condition="$show['lightbox']">
      thêm vào trước code sau :
      Code: 
      {vb:raw template_hook.dl2_file_after_images}
    • Forum block - latest files from downloads II ;
      -Hướng dẫn cài đặt : Vào Settings -> Options -> Forum Sidebar & Block Options, mở chức năng này ; sau đó import product.
    • CMS Widget - Most popular files from downloads II (1.3) ;
      -Hướng dẫn cài đặt : import product, tuỳ chọn hiển thị widget trong CMS giống những cái khác.
    • CMS Widget - Latest files added to downloads II (1.4) ;
      -Hướng dẫn cài đặt : giống add-on trên.
    • Unit Converter for DownloadsII ;
      -Hướng dẫn cài đặt : vào temp sau : downloads2_file_addit, thay thế toàn bộ với :
      Code: 
      <script type="text/javascript">
      <!--
      function uploading_file()
      {
          if (document.getElementById('uploadfield').value != '' && document.getElementById('title').value != '')
          {
              document.getElementById('uploadbusy').style.display = 'block';
          }
      }
      //-->
      </script>
      
      <form class="vbform block" enctype="multipart/form-data" action="downloads.php?do=<vb:if condition="$_GET['do']=='edit'">edit&amp;id={vb:raw file.id}<vb:else />add</vb:if>" method="post" onsubmit="return vB_Editor['{vb:raw editorid}'].prepare_submit(this.title.value, {vb:raw vboptions.postminchars})">
          <vb:if condition="$show['errors']">
          <div class="blockbody errorblock">
              <h2 class="blockhead">{vb:rawphrase dl2_errors_occured_when_submitted}:</h2>
              <ul class="blockrow error">
                  {vb:raw errorlist}
              </ul>
          </div>
          </vb:if>
      
          <h2 class="blockhead">{vb:raw dlcustomtitle}</h2>
          <div class="blockbody formcontrols">
      
              <div class="blockrow">
                  <label for="title">{vb:rawphrase dl2_file_name}:</label>
                  <div><input type="text" class="primary textbox" name="title" id="title" value="{vb:raw newfile.title}" maxlength="50" tabindex="1" /></div>
              </div>
      
              <div class="blockrow">
                  <label for="dlauthor_ctrl">{vb:rawphrase dl2_author}:</label>
                  <div id="dlauthor" class="popupmenu nomouseover noclick nohovermenu">
                      <textarea class="primary textbox popupctrl" id="dlauthor_ctrl" name="author" rows="1" cols="50" tabindex="1">{vb:raw newfile.author}</textarea>
                  </div>
      
                  <vb:if condition="$vboptions['dl2namesugg'] != 'disabled'">
                  <script type="text/javascript" src="clientscript/vbulletin_ajax_suggest.js?v={vb:raw vboptions.simpleversion}"></script>
                  <script type="text/javascript">
                  <!--
                      dlauthor_sugg = new vB_AJAX_NameSuggest('dlauthor_sugg', 'dlauthor_ctrl', 'dlauthor');
                      dlauthor_sugg.allow_multiple = <vb:if condition="$vboptions['dl2namesugg'] == 'multiple'">true<vb:else />false</vb:if>;
                  //-->
                  </script>
                  </vb:if>
              </div>
      
              {vb:raw messagearea}
      
              <div class="blockrow">
                  <label for="category">{vb:rawphrase dl2_category}:</label>
                  <div>
                      <select class="primary" name="category" id="category" tabindex="1">
                      {vb:raw category_select}
                      </select>
                  </div>
              </div>
      
              <div class="blockrow">
                  <label for="cb_pin"><input type="checkbox" name="pin" id="cb_pin" value="1" tabindex="1" {vb:raw pinned} /> {vb:rawphrase dl2_pinned}</label>
              </div>
      
          </div>
      
          <vb:if condition="$_GET['do'] == 'edit'">
          <h2 class="blockhead">{vb:rawphrase dl2_assign_new_uploader}</h2>
          <div class="blockbody formcontrols">
      
              <div class="blockrow">
                  <label for="dlassign_ctrl">{vb:rawphrase dl2_new_uploader}:</label>
                  <p class="description">{vb:rawphrase dl2_assign_new_match}</p>
                  <div id="dlassign" class="popupmenu nomouseover noclick nohovermenu">
                      <input type="text" class="textbox popupctrl" id="dlassign_ctrl" name="uploader" value="{vb:raw newfile.uploader}" tabindex="1" />
                  </div>
      
                  <vb:if condition="$vboptions['dl2namesugg'] == 'disabled'">
                  <script type="text/javascript" src="clientscript/vbulletin_ajax_suggest.js?v={vb:raw vboptions.simpleversion}"></script>
                  </vb:if>
                  <script type="text/javascript">
                  <!--
                      snc = new vB_AJAX_NameSuggest('snc', 'dlassign_ctrl', 'dlassign');
                  //-->
                  </script>
              </div>
      
          </div>
          </vb:if>
      
          <h2 class="blockhead">{vb:rawphrase dl2_upload_or_link_to}</h2>
          <div class="blockbody formcontrols">
      
              <vb:if condition="$show['uploadfiles']">
              <div class="blockrow">
                  <label for="uploadfield">{vb:rawphrase dl2_upload_a_file}:</label>
                  <p class="description" id="uploadbusy" style="display:none"><img class="inlineimg" src="{vb:stylevar imgdir_misc}/progress.gif" alt="" /> {vb:rawphrase dl2_uploading_file_please_wait}</p>
                  <vb:comment><input type="hidden" name="MAX_FILE_SIZE" value="{vb:raw inimaxattach}" /></vb:comment>
                  <div><input type="file" class="primary textbox" name="upload" id="uploadfield" tabindex="1" /></div>
              </div>
              </vb:if>
      
              <vb:if condition="$show['linktofiles']">
              <div class="blockrow">
                  <label for="link">{vb:rawphrase dl2_link_to_a_file}:</label>
                  <div><input type="text" class="primary textbox" name="link" id="link" maxlength="250" tabindex="1" <vb:if condition="$newfile['link']">value="{vb:raw newfile.url}"</vb:if> /></div>
              </div>
              <div class="blockrow">
                  <label for="size">{vb:rawphrase dl2_link_file_size}:</label>
                  <div><input type="text" class="textbox" name="size" id="size" maxlength="10" tabindex="1" <vb:if condition="$newfile['link']">value="{vb:raw newfile.size}"</vb:if> /></div>
              </div>
                      <div class="blockrow">
                               <div align="center"><font style='font-size: 30px;' face='Verdana, Arial, Helvetica, sans-serif'><b>Unit Converter</b></font><hr></div>
      <p align="left">With this unit converter, you can go from bytes to gigabytes through Kbs. and Mbs. with a single click.</p>
      <p align="left">It is very intuitive to use, enter the amount you want in the corresponding box and click the button underneath.
        <script language="JavaScript">
      <!--
      
        function convert(f) {
          f.kb.value=Math.round(f.byte.value/1024*100000)/100000
          f.mb.value=Math.round(f.byte.value/1048576*100000)/100000
          f.gb.value=Math.round(f.byte.value/1073741824*100000)/100000
           
        }
      
      function convertkb(f) {
          f.byte.value=Math.round(f.kb.value*1024*100000)/100000
          f.mb.value=Math.round(f.kb.value/1024*100000)/100000
          f.gb.value=Math.round(f.kb.value/1048576*100000)/100000
           
        }
      
      function convertmb(f) {
          f.byte.value=Math.round(f.mb.value*1048576*100000)/100000
          f.kb.value=Math.round(f.mb.value*1024*100000)/100000
          f.gb.value=Math.round(f.mb.value/1024*100000)/100000
           
        }
      
      function convertgb(f) {
          f.byte.value=Math.round(f.gb.value*1073741824*100000)/100000
          f.kb.value=Math.round(f.gb.value*1048576*100000)/100000
          f.mb.value=Math.round(f.gb.value*1024*100000)/100000
           
        }
        
      
      // -->
      
      </script>
      </p>
      
      <form>
        <div align="center">
          <table border="1" style="dashed" border-color="#ccc" bgcolor="#ffffff" cellpadding="3" cellspacing="3">
            <tr> 
              <td align="center"><font size="4" face="Arial, Helvetica, sans-serif">Byte</font></td>
              <td align="center"><font size="4" face="Arial, Helvetica, sans-serif">&nbsp;&nbsp;Kilobyte&nbsp;&nbsp;</font></td>
              <td align="center"><font size="4" face="Arial, Helvetica, sans-serif">&nbsp;&nbsp;Megabyte&nbsp;&nbsp;</font></td>
              <td align="center"><font size="4" face="Arial, Helvetica, sans-serif">&nbsp;&nbsp;Gigabyte&nbsp;&nbsp;</font></td>
      
            </tr>
            <tr> 
              <td align="center"> 
                <input type="text" size="10"
              name="byte" value="0">
              </td>
              <td align="center"> 
                <input type="text" size="10"
              name="kb" value="0">
              </td>
              <td align="center"> 
                <input type="text" size="10"
              name="mb" value="0">
      
              </td>
              <td align="center"> 
                <input type="text" size="10"
              name="gb" value="0">
              </td>
            </tr>
            <tr> 
              <td align="center"> 
                <input type="button" name="B2" value="   &gt;   "
              onClick="convert(this.form)">
              </td>
              <td align="center"> 
                <input type="button" name="B22" value="   &lt; &gt;   "
              onClick="convertkb(this.form)">
      
              </td>
              <td align="center"> 
                <input type="button" name="B23" value="   &lt; &gt;   "
              onClick="convertmb(this.form)">
              </td>
              <td align="center"> 
                <input type="button" name="B24" value="   &lt;   "
              onClick="convertgb(this.form)">
              </td>
            </tr>
          </table>
      
        <br></div>
      </form>
              </div>
              </vb:if>
      
          </div>
          <div class="blockfoot actionbuttons">
              <div class="group">
                  <input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
                  <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                  <input type="submit" onclick="uploading_file()" class="button" name="submit" value="{vb:raw dlcustomtitle}" accesskey="s" tabindex="1" />
              </div>
          </div>
      </form>
    • DownloadsII Create New Thread Add-On [vB4].
      -Hướng dẫn cài đặt : upload toàn bộ file trong thư mục upload vào thư mục chứa nguồn forum ; import product.

    Những add-on này các bạn có thể tải về trong file đính kèm tương ứng.
    File Kèm Theo File Kèm Theo

  3. #3
    vanminh's Avatar

    Trạng thái
    Offline
    Tham gia ngày
    Jan 2011
    Thành viên thứ
    38410
    Tuổi
    45
    Giới tính
    Bài gởi
    238
    Level: 37 [?]
    Experience: 1,154,275
    Next Level: 1,209,937
    Cảm ơn 152
    Cảm ơn 17 lần / 15 Bài viết

    Default

    làm như hướng dẫn bị lỗi như thế này, cách khác phục như thế nào hả tieubavuong
    Demo: http://anhminh.lairspace.com/forum/forum.php

  4. #4
    Tiểu Bá Vương 1404's Avatar

    Trạng thái
    Offline
    Họ tên
    BCP Hùng
    Tham gia ngày
    Oct 2010
    Thành viên thứ
    32314
    Đến từ
    Vietnam
    Tuổi
    30
    Giới tính
    Bài gởi
    3,311
    Level: 53 [?]
    Experience: 16,369,069
    Next Level: 19,059,430
    Cảm ơn 394
    Cảm ơn 1,859 lần / 992 Bài viết

    Default

    Bị lỗi thế nào vậy thầy ? Em thấy mọi thứ bình thường mà, trang Download vẫn chạy.

  5. #5
    vanminh's Avatar

    Trạng thái
    Offline
    Tham gia ngày
    Jan 2011
    Thành viên thứ
    38410
    Tuổi
    45
    Giới tính
    Bài gởi
    238
    Level: 37 [?]
    Experience: 1,154,275
    Next Level: 1,209,937
    Cảm ơn 152
    Cảm ơn 17 lần / 15 Bài viết

    Default

    Warning: Invalid argument supplied for foreach() in [path]/includes/block/sgdiscussions.php on line 133
    hai dòng này xuất hiện ngay trên header làm bể hết giao diện:
    Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/block/sgdiscussions.php on line 130

    Warning: Invalid argument supplied for foreach() in [path]/includes/block/sgdiscussions.php on line 133

  6. #6
    Tiểu Bá Vương 1404's Avatar

    Trạng thái
    Offline
    Họ tên
    BCP Hùng
    Tham gia ngày
    Oct 2010
    Thành viên thứ
    32314
    Đến từ
    Vietnam
    Tuổi
    30
    Giới tính
    Bài gởi
    3,311
    Level: 53 [?]
    Experience: 16,369,069
    Next Level: 19,059,430
    Cảm ơn 394
    Cảm ơn 1,859 lần / 992 Bài viết

    Default

    Em dùng Firefox 4 beta 11 và Minefield 4 beta 12 đều không thấy cái nào như thế ở trên style cả.

  7. #7
    vanminh's Avatar

    Trạng thái
    Offline
    Tham gia ngày
    Jan 2011
    Thành viên thứ
    38410
    Tuổi
    45
    Giới tính
    Bài gởi
    238
    Level: 37 [?]
    Experience: 1,154,275
    Next Level: 1,209,937
    Cảm ơn 152
    Cảm ơn 17 lần / 15 Bài viết

    Default

    mình đang sử dung Explorer 8 thấy bị bể hết header, không thấy menu nào hết, bạn thử vào duyệt trình này xem. Bạn nói thì mình mới vào Firefox thì thấy không bị gì hết, như thế chỉ xem đươc 1 duyệt trình thôi

  8. #8
    Tiểu Bá Vương 1404's Avatar

    Trạng thái
    Offline
    Họ tên
    BCP Hùng
    Tham gia ngày
    Oct 2010
    Thành viên thứ
    32314
    Đến từ
    Vietnam
    Tuổi
    30
    Giới tính
    Bài gởi
    3,311
    Level: 53 [?]
    Experience: 16,369,069
    Next Level: 19,059,430
    Cảm ơn 394
    Cảm ơn 1,859 lần / 992 Bài viết

    Default

    Cái này là lỗi trình duyệt, có phải lỗi mod đâu.

  9. Thành viên sau đây nói lời Cảm ơn tới Tiểu Bá Vương 1404 cho bài viết hữu ích này:

    vanminh (21-02-2011)

  10. #9
    vanminh's Avatar

    Trạng thái
    Offline
    Tham gia ngày
    Jan 2011
    Thành viên thứ
    38410
    Tuổi
    45
    Giới tính
    Bài gởi
    238
    Level: 37 [?]
    Experience: 1,154,275
    Next Level: 1,209,937
    Cảm ơn 152
    Cảm ơn 17 lần / 15 Bài viết

    Default

    nếu là thành viên thì không thấy lỗi cả 2 duyệt trình, nhưng nếu đăng nhập vào admin thì lỗi không thấy được menu nào cả, các dòng báo lỗi mình đã copy lại bên trên:
    Warning: Invalid argument supplied for foreach() in [path]/includes/block/sgdiscussions.php on line 133

    Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/block/sgdiscussions.php on line 130

    Warning: Invalid argument supplied for foreach() in [path]/includes/block/sgdiscussions.php on line 133


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Trả lời: 3
    Bài mới gởi: 21-02-2011, 11:10 PM
  2. DownloadsII
    By thanhdia in forum v4.0.x Modifications
    Trả lời: 8
    Bài mới gởi: 21-02-2011, 09:16 PM
  3. Hỏi cách cài đặt DownloadsII-6.0.1 vB 4
    By vanminh in forum Hỏi đáp & Thảo luận
    Trả lời: 3
    Bài mới gởi: 21-02-2011, 04:16 PM
  4. DownloadsII Create New Thread Add-On [vB4]
    By admin in forum v4.0.x Modifications
    Trả lời: 0
    Bài mới gởi: 15-08-2010, 11:31 AM
  5. DownloadsII
    By admin in forum v3.8.x Modifications
    Trả lời: 1
    Bài mới gởi: 25-03-2010, 05:11 PM

Tags for this Thread

Bookmarks

Quuyền Hạn Của Bạn

  • Bạn không thể tạo chủ đề mới
  • Bạn không thể trả lời bài viết
  • Bạn không thể gửi file đính kèm
  • Bạn không thể chỉnh sửa bài viết
  •