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 2 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
#26admin 2013-01-07, 13: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
Bạn tìm trong overall_header
Code:
$("#numID").text($("#userID a").attr("href").match(/[0-9]+/g))
Sửa nó thành
Code:
$("#numID").text($("#userID a").attr("href").split("&u=")[1])
#27mrken_9x 2013-01-07, 13:50 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
cảm ơn anh. đã thành công
#28meoconboy993 2013-01-07, 13:59 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
admin wrote:Cái phần mình để ở trên là chừa chỗ cập nhật chứ không phải là mẫu câu hỏi đâu.
Phần code trang chủ đó chỉ cần sửa lại 1 tý bỏ vào widget là sài được thôi.

admin nói rõ cho e chỉnh sửa như thế nào ko ạ
#29baivong 2013-01-07, 14:26 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
Bổ sung template topic_list_box
#30meoconboy993 2013-01-07, 14:29 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
http://vangiang.forum-viet.com/
Có thể cho e biết lỗi này không ạ mới đầu làm xong ok nhưng bi giờ
Cái phần vào /forum không vào được mong admin xem giúp e ạ vào mục các box toàn bị bật ra Portal
#31mrken_9x 2013-01-07, 14:32 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
admin wrote:
mrken_9x wrote:lúc nãy thấy mà giờ quên rồi Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 2 364988687. mà chắc để thế cũng ko sao đâu.
Nó ở cuối posting_body, xóa nó đi nha, không dùng được đâu.

xóa hết script đó hả anh baivong?
#32bucnong 2013-01-07, 14:40 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
các anh cho em hỏi

Ganeral:

Forum >> Configuration:
Site description * : Thêm vào code
cái này e k biết tìm ở đâu
#33mrken_9x 2013-01-07, 14:55 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
là cái mô tả trang đó. copy add vào sau cùng đi
#34mrken_9x 2013-01-07, 14:56 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
có ai làm được like + comment lên tường không? t comment mà vào tường xem thì không thấy
#35meoconboy993 2013-01-07, 15:43 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
bucnong wrote:các anh cho em hỏi

Ganeral:

Forum >> Configuration:
Site description * : Thêm vào code
cái này e k biết tìm ở đâu
Vào ACP -> Quản Lý Tổng Thể -> Forum -> Cấu hình diễn đàn -> Mô Tả
#36kely 2013-01-07, 16:07 http://www.fmvi.org/register?agreed=true&step=2
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
fmvi - all pages. ở đâu vậy a
#37bucnong 2013-01-07, 16:13 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
Bước 1: Tạo 2 tài khoản mới đặt tên lần lượt là avatar1 và avatar2 (Nếu chưa có) ghi nhớ lại số uid của 2 tài khoản này.
Ví dụ: ở fmvi avatar1 là http://www.fmvi.vn/u1152 , như vậy uid sẽ là 1152
Sau đó vào phần Profile >> preferences
Allow visitor messages on my profile : Tất cả thành viên (All members)
Profile >> preferences ở đâu vậy Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 2 83223541 Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 2 1294549462$:
#38mrken_9x 2013-01-07, 16:23 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
cái này là ở javascript
#39mrken_9x 2013-01-07, 16: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
cái này là cái Quyền riêng tư ấy. trong profile
#40mrken_9x 2013-01-07, 16:30 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
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 2 1371890812
#41bucnong 2013-01-07, 16:52 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
bucnong wrote:
Bước 1: Tạo 2 tài khoản mới đặt tên lần lượt là avatar1 và avatar2 (Nếu chưa có) ghi nhớ lại số uid của 2 tài khoản này.
Ví dụ: ở fmvi avatar1 là http://www.fmvi.vn/u1152 , như vậy uid sẽ là 1152
Sau đó vào phần Profile >> preferences
Allow visitor messages on my profile : Tất cả thành viên (All members)
Profile >> preferences ở đâu vậy Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 2 83223541 Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 2 1294549462$:
bác chụp ảnh trĩ cho em được không :buzz: k tìm đk cái này :Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 2 3685169748: :Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 2 3740577470:
#42mrken_9x 2013-01-07, 17:00 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
lên trên forum fmvi này, click vào Profilr, phía bên phải, dưới chữ tùy chỉnh là quyền riêng tư đó bạn
#43mrken_9x 2013-01-07, 17:10 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
cái Profile ở forum chứ không phải ở Trang quản lý đâu
#44tiudin 2013-01-07, 17:34 http://hajiwon.forumvi.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
bucnong wrote:
bucnong wrote:Bước 1: Tạo 2 tài khoản mới đặt tên lần lượt là avatar1 và avatar2 (Nếu chưa có) ghi nhớ lại số uid của 2 tài khoản này.
Ví dụ: ở fmvi avatar1 là http://www.fmvi.vn/u1152 , như vậy uid sẽ là 1152
Sau đó vào phần Profile >> preferences
Allow visitor messages on my profile : Tất cả thành viên (All members)
Profile >> preferences ở đâu vậy Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 2 83223541
bác chụp ảnh trĩ cho em được không :buzz: k tìm đk cái này :Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 2 3685169748: :Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 2 3740577470: [/quote]

http://hatinh.forum2.biz/profile?mode=editprofile&page_profil=preferences

Bạn cứ click vào link trên sẽ thấy đc dòng mà bạn muốn. Nhớ đăng nhập bằng nick avatar1 và 2
#45bucnong 2013-01-07, 17:48 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
tiudin wrote:
bucnong wrote:
bucnong wrote:
Bước 1: Tạo 2 tài khoản mới đặt tên lần lượt là avatar1 và avatar2 (Nếu chưa có) ghi nhớ lại số uid của 2 tài khoản này.
Ví dụ: ở fmvi avatar1 là http://www.fmvi.vn/u1152 , như vậy uid sẽ là 1152
Sau đó vào phần Profile >> preferences
Allow visitor messages on my profile : Tất cả thành viên (All members)
Profile >> preferences ở đâu vậy Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 2 83223541 Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 2 1294549462$:
bác chụp ảnh trĩ cho em được không :buzz: k tìm đk cái này :Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 2 3685169748: :Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 2 3740577470:

http://hatinh.forum2.biz/profile?mode=editprofile&page_profil=preferences

Bạn cứ click vào link trên sẽ thấy đc dòng mà bạn muốn. Nhớ đăng nhập bằng nick avatar1 và 2
à được thank bác
#46chubexinh 2013-01-07, 17:58 http://teennet.forumvi.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
các bác có sử dụng đc cái trả lời nhanh ko.nó ko load moi kinh
#47dang0123 2013-01-07, 18:00 http://legendwind.ace.st
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 ơi sao em làm xong hết rồi.đẹp hết rồi nhưng còn lỗi 1 xíu thôi lỗi như vậy:
Em từ portal chuyển sang Forum thì nó vẫn hiện ở trang portal ko hiện ở trang forum Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 2 3193290500
#48chubexinh 2013-01-07, 18:02 http://teennet.forumvi.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
tung demo lên
#49admin 2013-01-07, 18:42 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
dang0123 wrote:Anh ơi sao em làm xong hết rồi.đẹp hết rồi nhưng còn lỗi 1 xíu thôi lỗi như vậy:
Em từ portal chuyển sang Forum thì nó vẫn hiện ở trang portal ko hiện ở trang forum Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 2 3193290500
Xóa bộ nhớ cache của trình duyệt, chi tiết hỏi bác google.
#50admin 2013-01-07, 18:43 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
chubexinh wrote:các bác có sử dụng đc cái trả lời nhanh ko.nó ko load moi kinh
Bạn kiểm tra xem đã bật quickreply chưa, có thể do tốc độ internet.
Cách bật quickreply xem các comment ở trên.
#51Sponsored 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