Go to page : Previous  1, 2, 3, 4, 5, 6, 7, 8  Next.

Post new topic  Reply to topic

 » Khu thành viên » Hỗ trợGiải đáp thắc mắc liên quan đến skin fmvi 3You cannot reply to topics in this forum

#1baivong 2013-01-06, 17:34 http://www.độtkích.tk
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhGiải đáp thắc mắc liên quan đến skin fmvi 3
First topic message reminder :

Bài hướng dẫn: https://ctrlc.123.st/t839-skin-fmvi-version-3#7215

Thông tin cập nhật:
  • 6.1.2013 sửa vị trí quickreply trong viewtopic_body
  • 7.1.2013 sửa uid trong overall_header, xóa code thừa trong posting_body, bổ sung template topic_list_box, sửa lỗi không gửi trả lời nhanh được nhiều lần, sửa lỗi không hiện thông báo lên tường.
  • 4.4.2013 sửa thống kê bài viết mới.


Các câu hỏi thường gặp:

  • Cách bật Quickreply:
    Trong skin fmvi 3 có mod trả lời nhanh nên mình đã ẩn nó đi, nếu muốn sử dụng, bạn tìm trong CSS đoạn này
    Code:
    #pun-qpost,
    ... và xóa nó đi.

  • Gửi video youtube không xem được trong fancybox:
    Bạn gửi Link-local address trực tiếp vào bài viết chứ không dùng BBcode Youtube
    Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 3 1-7-2025

  • Lỗi ký tự tiếng Việt trong file javascript:
    Bảng mã web phải chuyển về Unicode(UTF-8) mới xem được ký tự tiếng việt trong file javascript.

  • Lỗi latest topics ver 5:
    Do cập nhật mới của forumotion gây lỗi, các bạn sửa như sau:

    1. Tìm trong CSS đoạn code từ
    Code:
    /* Latest topic */
    đến phần tiếp theo, thay thế nó bằng đoạn code sau:
    Code:
    /* Latest topic */
    .boxFMvi{margin:0!important}
    .top-vi,.viewrep{padding:10px!important;min-height:82px}
    #most_active,#active_starters,#users_week,#users_month{display:none}
    .rightrecent{overflow:hidden;position:absolute;right:0;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:150px}
    .showpost{line-height:18px;font-size:9px;position:absolute;right:166px}
    .rightnumber{position:absolute;right:0pt;text-align:right;}
    .leftrecent{width:370px;white-space:nowrap;position:absolute;overflow:hidden;text-overflow:ellipsis}
    .imgstatus{background-color:#FFF;left:-30px;position:absolute;padding:2px 7px}
    #content-container div#left{border:0 none;float:none;width:928px;margin:0}
    *+ html #content-container div#main{margin-left:0}
    * html #content-container #main-content{overflow:visible;margin-right:0}
    * html #content-container div#main{margin-right:-99%;width:100%;float:none}
    .latest_topics{list-style:decimal-leading-zero outside none;text-align:left;margin:0!important;padding:0 5px 0 30px}
    .latest_topics li{line-height:16.1px;position:relative}
    .toppost_width{float:left; width: 200px}
    .recentWidth{float: left; width: 600px}
    .recentWidth .main-head{position: relative; height: 1.3em;overflow: hidden;}
    .recentWidth h3{marign-left: 10px}
    .pun{background-color:#FFF;padding:12px;border:3px double #000;min-width:931px!important;width:931px;margin:0 auto}
    .loaddinng{background-image:url(http://i48.servimg.com/u/f48/16/58/89/73/loadin12.gif);background-position:center center;background-repeat:no-repeat;height:150px;width:180px}
    #checktip{position:absolute;right:10px;top:3px;z-index:300}
    #numRecent{display:none;position:absolute;right:12px;top:7px}
    .codebox dt a{float:right;padding-left:20px}
    .main .main-foot,.main .main-head,.main-head.clearfix .h2,.main-head.clearfix .options{height:20px;line-height:20px}
    .changetk{background:none repeat scroll 0 0 transparent;border:0 none!important;color:#706969;text-shadow:1px 1px 1px #FFF}

    2. Tìm và xoá phần CSS của
    Code:
    /* recent popup */

    3. Tìm trong Template overall_header, ở đoạn gần cuối:
    Code:
    <div id="{ID_LEFT}">
        <!-- BEGIN giefmod_index1 -->
             {giefmod_index1.MODVAR}
        <!-- BEGIN saut -->
        <div style="height:{SPACE_ROW}px"></div>
        <!-- END saut -->
        <!-- END giefmod_index1 -->
    </div>
    và xoá nó đi.

    4. Tìm trong Template index_body:
    Code:
    {CHATBOX_TOP}
    và thêm vào bên trên nó, code sau:
    Code:
    <div id="left" class="boxfmvi main">
       <div class="main-head">
          <div class="page-title">
             <a style="float:left" href="javascript:void(0)" onclick="refreshfmvi()">
                <img src="http://i15.servimg.com/u/f15/16/58/89/73/reload10.png" />
             </a>
                 <span id="loadtext" style="float:right; display:none">[Đang tải dữ liệu...]</span>
             <h2>Thống kê bài viết mới</h2>
          </div>
       </div>
       <div class="main-content" style="margin: 2px; width: 926px;">
          <!-- BEGIN giefmod_index1 -->
                 {giefmod_index1.MODVAR}
          <!-- END giefmod_index1 -->
       </div>
    </div>
    <script type="text/javascript">
       function refreshfmvi() {
          $("#loadtext").show();
          $("#recentnew").css("opacity", 0.5).load("/forum #recentnew ul", function () {
             $("#loadtext").hide();
             $("#recentnew").css("opacity", 1)
          })
       }
       $(".rightnumber").text(function () {
          return $(this).text().slice($(this).text().lastIndexOf("-") + 1)
       });
       $(".top-vi, .viewrep").find("li:gt(4)").hide();
       $("#left").fadeIn(1000);
       $(".changetk").change(function () {
          $("." + $(this).attr("name")).hide();
          $("#" + $(this).val()).show()
       })
    </script>

    5. Cập nhật lại các Template sau:


    6. ACP >> Modules >> Portal & Widgets >> Forum widgets management:
    https://i.servimg.com/u/f48/16/58/89/73/511.jpg
    https://i.servimg.com/u/f72/17/70/81/78/widget10.jpg
    https://i.servimg.com/u/f72/17/70/81/78/05-04-10.jpg

    7. Xoá file javascript fmvi - latest topics ver 5, tìm trong file javascript fmvi - viewtopic:
    Code:
    var tieude = $(".tieudeT:first").text().replace(/[?!(?!)\s+]/g, '+');
    searchtopic('/search?search_keywords=' + tieude, '5', '#lienquan ul');
    Thay nó bằng:
    Code:
    $.ajax({
       type: "GET",
       cache: false,
       dataType: "html",
       url: "/search?search_keywords=" + $(".tieudeT:first").text().replace(/[?!(?!)\s+]/g, "+"),
       success: function (a) {
          if (!$(a).find("#last_baivong li").length) {
             $("#lienCtrlC").remove()
          } else {
             $("#lienquan").html($(a).find("#last_baivong li:lt(5)"))
          }
       }
    });
    Tìm trong Templates viewtopic_body:
    Code:
    <div class="main" id="lastFMvi">
       <div class="main-head clearfix" style="width: 624px;">
          <p class="h2" style="width: 220px !important">Bài viết liên quan:</p>
       </div>
       <div id="lienquan" style="min-height: 81px; border: 1px solid rgb(102, 102, 102); padding: 10px 8px; width: 632px;">
          <ul class="latest_topics">
          </ul>
       </div>
    </div>
    Sửa thành:
    Code:
    <div class="main" id="lienCtrlC">
       <div class="main-head clearfix" style="width: 624px;">
          <p class="h2">Bài viết liên quan:</p>
       </div>
       <div style="border: 1px solid rgb(102, 102, 102); padding: 10px 8px; width: 632px;">
          <ul class="latest_topics" id="lienquan">
                         <li>Đang tải dữ liệu...</li>
          </ul>
       </div>
    </div>
    Tìm trong Templates search_results_topics:
    Code:
    <div id="last_baivong" style="display:none">
    <!-- BEGIN searchresults -->
    <li>
         <span class="leftrecent" onmouseover="show_tooltip(this, $(this).next().html(), 'CtrlC')">
              <a class="topictitle" href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a>
         </span>
    <div style="display:none">
         <p class="tiplFMvi">Tiêu đề:&nbsp;
              <span style="color:#216A8C">{searchresults.TOPIC_TITLE}</span>
         </p>
         <p>Tạo chủ đề:&nbsp;
              {searchresults.TOPIC_AUTHOR}
         </p>
         <p>Chuyên mục:&nbsp;
              <span style="color:#0099FF">{searchresults.FORUM_NAME}</span>
         </p>
         <p>Trạng thái:&nbsp;
              <span style="color:#CC0000">{searchresults.L_TOPIC_FOLDER_ALT}</span>
         </p>
         <p>Lần xem:&nbsp;
              <span style="color:#FF66CC">{searchresults.VIEWS}</span>
         </p>
         <p class="tiplFMvi">Lượt trả lời:&nbsp;
              <span style="color:#009933">{searchresults.REPLIES}</span>
         </p>
         <p>Người gửi cuối:&nbsp;
              {searchresults.LAST_POST_AUTHOR}
         </p>
         <p>Thời gian gửi:&nbsp;
              <span style="color:#FF6600">{searchresults.LAST_POST_TIME}</span>
         </p>
    </div>
           <span class="rightrecent">
                 {searchresults.LAST_POST_AUTHOR}
             </span>
         <span class="imgstatus">
              {searchresults.L_TOPIC_FOLDER_ALT}
           </span>
           <span class="showpost">{searchresults.LAST_POST_IMG}</span>
           <span class="viewfmvi">{searchresults.VIEWS}</span>
           <span class="repfmvi">{searchresults.REPLIES}</span>
           <span class="lastcate"><a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_NAME}</a></span>
    </li>
    <!-- END searchresults -->
    </div>
    Sửa thành:
    Code:
    <div id="last_baivong" style="display:none">
    <!-- BEGIN searchresults -->
    <li>
         <span class="leftrecent" onmouseover="show_tooltip(this, $(this).next().html(), 'FMvi.vn')">
              <a class="topictitle" href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a>
         </span>
    <div style="display:none">
         <p class="tiplFMvi">Tiêu đề:&nbsp;
              <span style="color:#216A8C">{searchresults.TOPIC_TITLE}</span>
         </p>
         <p>Tạo chủ đề:&nbsp;
              {searchresults.TOPIC_AUTHOR}
         </p>
         <p>Chuyên mục:&nbsp;
              <span style="color:#0099FF">{searchresults.FORUM_NAME}</span>
         </p>
         <p>Trạng thái:&nbsp;
              <span style="color:#CC0000">{searchresults.L_TOPIC_FOLDER_ALT}</span>
         </p>
         <p>Lần xem:&nbsp;
              <span style="color:#FF66CC">{searchresults.VIEWS}</span>
         </p>
         <p class="tiplFMvi">Lượt trả lời:&nbsp;
              <span style="color:#009933">{searchresults.REPLIES}</span>
         </p>
         <p>Người gửi cuối:&nbsp;
              {searchresults.LAST_POST_AUTHOR}
         </p>
         <p>Thời gian gửi:&nbsp;
              <span style="color:#FF6600">{searchresults.LAST_POST_TIME}</span>
         </p>
    </div>
           <span class="rightrecent">
                 {searchresults.LAST_POST_AUTHOR}
             </span>
         <span class="imgstatus">
                 <img width="10px" src="http://i48.servimg.com/u/f48/16/58/89/73/post_o10.png" />
           </span>
    </li>
    <!-- END searchresults -->
    </div>
    + Kết quả:


  • Lỗi chức năng đánh giá bài viết: Sẽ cập nhật sau.


Khi gửi thắc mắc mà không có link demo mình sẽ sử dụng link forum trong thông tin đăng ký.
Nếu link đăng ký không phải là forum bạn thì xác định ra đảo chơi từ một ngày đến mãi mãi.
https://ctrlc.123.st/t672-thong-bao-kiem-duyet-thong-tin-thanh-vien-ang-ky#5664
#51admin 2013-01-07, 18:44 http://www.fmvi.vn
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
mrken_9x wrote:lỗi ở nút thank anh baivong ơi. gửi bài mà vào tường không thấy Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 3 1371890812
Cập nhật lại javascript fmvi - viewtopicfmvi - all pages
#52meoconboy993 2013-01-07, 19:00 http://123bff.co.cc
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
đã vào được forum và tách được portal và đã thành công
#53admin 2013-01-07, 19:44 http://www.fmvi.vn
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
@meoconboy993: cập nhật link forum, nhắc lần cuối.
#54mrken_9x 2013-01-07, 22:57 http://hoctrocothoa.forum0.net
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
khi load topic cứ đến 99% là không load được nữa. nó bảo "Đang đợi dữ liệu từ http://b.scorecardresearch.com/....". a xem sửa giúp e

chỉ firefox bị thôi. còn GC load bình thường ạ
#55admin 2013-01-07, 23:11 http://www.fmvi.vn
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
Dùng adblock chặn hết quảng cáo đi.
Nếu là ảnh đăng trong forum thì tìm ảnh đó xóa nó đi.
#56mrken_9x 2013-01-07, 23:20 http://hoctrocothoa.forum0.net
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
e view source mà không có cái đó. xóa cache và cookie thì nó load bình thường. không biết xong không
#57mrken_9x 2013-01-07, 23:21 http://hoctrocothoa.forum0.net
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
giờ thì load ngon rồi anh ơi. 1,5s Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 3 650269930
#58mrken_9x 2013-01-07, 23:24 http://hoctrocothoa.forum0.net
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
#59admin 2013-01-07, 23:55 http://www.fmvi.vn
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
Xem trên phần câu hỏi thường gặp.
Không gửi bài liên tiếp, hãy dùng chức năng sửa bài viết.
#60Hell Diamond 2013-01-08, 10:44 http://fanrubydevil.net
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
Cho em hỏi làm sao chuyển ngôn ngữ sang Tiếng Anh trong ACP
#61bucnong 2013-01-08, 11:11 http://xgame.us.to/
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
MÌnh làm đúng theo hướng dẫn mà nhiều thứ nó k hiện nhỉ
#62xmen8x 2013-01-08, 12:02 http://tnhketnoi.com
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
Avatsta chỉ hiện ở Potal vào forum ko thấy hiện nửa
demo: http://www.vntrithuc.tk/
#63baivong 2013-01-08, 13:23 http://www.độtkích.tk
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
bucnong wrote:MÌnh làm đúng theo hướng dẫn mà nhiều thứ nó k hiện nhỉ
Bị lỗi bảng mã web, chuyển về Unicode(UTF-8) mới xem được ký tự tiếng việt trong file javascript
#64baivong 2013-01-08, 13:23 http://www.độtkích.tk
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
xmen8x wrote:Avatsta chỉ hiện ở Potal vào forum ko thấy hiện nửa
demo: http://www.vntrithuc.tk/
Xem lại cách xếp widget.
#65baivong 2013-01-08, 13:25 http://www.độtkích.tk
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
Hell Diamond wrote:Cho em hỏi làm sao chuyển ngôn ngữ sang Tiếng Anh trong ACP
Chuyển trong UCP (Profile, Lý lịch) chứ không phải ACP
#66xmen8x 2013-01-08, 13:50 http://tnhketnoi.com
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
baivong wrote:
xmen8x wrote:Avatsta chỉ hiện ở Potal vào forum ko thấy hiện nửa
demo: http://www.vntrithuc.tk/
Xem lại cách xếp widget.
xếp theo hình này phải ko admin
http://www.fmvi.vn/t839-skin-fmvi-version-3#7217
#67admin 2013-01-08, 14:17 http://www.fmvi.vn
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
Quan trọng là bạn đã xếp thế nào.
#68xmen8x 2013-01-08, 15:07 http://tnhketnoi.com
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
admin wrote:Quan trọng là bạn đã xếp thế nào.
Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 3 1-6-2012xếp như vậy nè admin xem đúng chưa
#69admin 2013-01-08, 15:19 http://www.fmvi.vn
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
Mình hỏi bạn làm thế nào thì bạn chụp hình 4rum bạn gửi lên đây chứ không phải là lấy ảnh hướng dẫn của mình đăng lại.
#70bucnong 2013-01-08, 16:21 http://xgame.us.to/
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
https://i.servimg.com/u/f17/16/41/91/75/1-6-2012.jpg
cái login đâu ra mà k thấy nhỉ
#71admin 2013-01-08, 16:30 http://www.fmvi.vn
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
bucnong wrote:https://i.servimg.com/u/f17/16/41/91/75/1-6-2012.jpg
cái login đâu ra mà k thấy nhỉ
Đây là ảnh hướng dẫn của mình mà, hỏi gì vậy?
#72giakhanhlk 2013-01-08, 16:38 http://vn-teen.dust.tv
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
anh baivong ơi



Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 3 11497989
em làm sai chỗ nào anh

Lỗi status nữa
mà anh làm cái avatar sao nó ko hiển thị trên viewtopic

#73Guest 2013-01-08, 16:53
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 3 914sssssss
anh admin xem nè
#74admin 2013-01-08, 17:27 http://www.fmvi.vn
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
giakhanhlk wrote:anh baivong ơi
em làm sai chỗ nào anh
Lỗi status nữa
mà anh làm cái avatar sao nó ko hiển thị trên viewtopic
Lưu code anime 2 lần.
Bạn kiểm tra danh sách các field của mình đã có dòng Status chưa?, đã thiết lập hiển thị ở profle và cho khách chưa?
#75admin 2013-01-08, 17:28 http://www.fmvi.vn
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3
kemyaua1 wrote:Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 3 914sssssss
anh admin xem nè
Mình không hiểu bạn chụp hình trang fmvi làm gì, lỗi chatbox đó là do bạn sửa html ah?
#76Sponsored content
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: Giải đáp thắc mắc liên quan đến skin fmvi 3

You are not connected. Please login or register

Bài cùng chuyên mục

Tìm kiếm

Tìm theo chủ đề

Bài cùng tác giả

Tên thành viên


Chia sẻ

Chia sẽ

Bắt đầu

Sơ đồ

Sơ đồ diễn đàn

Thiết đặt