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 7 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
#151Huy Hoàng 2013-01-31, 07:17 http://xteen.forum-viet.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
zero wrote:
Huy Hoàng wrote:Giúp e với cái lastopic với chatbox của forum e ko thấy đâu hết đã chèn đầy đủ code và sắp widgest rồi mà vẫn chả thấy hiện đâu

Forum:

http://xteen.forum-viet.com/forum

NIcktext:
ID: feedback
Pass: kien123

Giúp nhanh giúp e cái Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 7 3958506211
http://xteen.forum-viet.com/ Chatbox và lasttopic chỉ hiện ở portal.

a cho e hỏi sao cái Login của e nó ko đăng nhập bằng fancybox được nhỉ hay mình phải tự làm Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 7 1564925666
#152Huy Hoàng 2013-01-31, 07:28 http://xteen.forum-viet.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
zero wrote:
Huy Hoàng wrote:Giúp e với cái lastopic với chatbox của forum e ko thấy đâu hết đã chèn đầy đủ code và sắp widgest rồi mà vẫn chả thấy hiện đâu

Forum:

http://xteen.forum-viet.com/forum

NIcktext:
ID: feedback
Pass: kien123

Giúp nhanh giúp e cái Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 7 3958506211
http://xteen.forum-viet.com/ Chatbox và lasttopic chỉ hiện ở portal.

Mà a ơi e thấy của e nó ko có ChatBox với cái hiệu ứng loading của last hình như nó bị sao ý cứ load mãi Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 7 83223541
#153admin 2013-01-31, 08:26 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
Đọc hết bài hướng dẫn đi, làm sai tùm lum nhiều bước chưa làm thì lỗi đừng hỏi.
#154zero 2013-01-31, 11:01 http://en.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
Huy Hoàng wrote:Mà a ơi e thấy của e nó ko có ChatBox với cái hiệu ứng loading của last hình như nó bị sao ý cứ load mãi Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 7 83223541
Có bài nào đâu mà nó load @_@
#155phucto1 2013-02-02, 22:01 http://eclassln.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ách Sắp Xếp Cột Forum widgets management Kiểu Gì Bác
#156kingprivate 2013-02-03, 13:17 http://www.4rkingprivate.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
tại sao forum em không hiện chatbox
Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 7 Untitl45
thanks
#157qu0cthangprovip95 2013-02-03, 20:35 http://thptmdc.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
avatar-data:
field id: field_id1
field data id: profile_field_13_1

background-data:
field id: field_id2
field data id: profile_field_13_2

Status:
field id: undefined
field data id: undefined

Cái status bị lỗi gì vậy ad :")...
#158baivong 2013-02-03, 20:46 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
Chưa tạo status hoặc tạo sai type hoặc đặt tên sai (chữ S viết hoa nha).
#159ReuPhong 2013-02-03, 21:21 http://www.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
kingprivate wrote:tại sao forum em không hiện chatbox
Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 7 Untitl45
thanks
mình cũng bị vậy
#160baivong 2013-02-03, 21: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
Phải kích hoạt chatbox và chèn widget chatbox trong portal, xem lại bước tùy chỉnh nhé.
#161truongchun 2013-02-03, 22:09 http://www.kage9x.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
mấy hôm nay không sao bỗng dưng tối nay em trả lời nhanh thì không được, em đã thử nick test và đổi các chuyên mục + forum hay blog nhưng nó vẫn thông báo là không trả lời nhanh được Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 7 1371890812
Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 7 438
Lúc đầu em tưởng là do em chỉnh sửa temp (tài sản) nên bị vậy nhưng khi copy lại temp view topic của skin fmvi vào thì nó cũng không được
Đây là link: http://www.kage9x.tk/t30-topic
Nick: test
Pass: thunghiem123
Mong anh baivong sớm giúp em Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 7 1371890812
#162admin 2013-02-03, 22:26 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ự là đã tắt quickreply
#163truongchun 2013-02-03, 23:31 http://www.kage9x.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
đúng rồi, em tắt lúc nào rồi mà khôg biết, tks a nhé Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 7 364988687
#164qu0cthangprovip95 2013-02-04, 11:29 http://thptmdc.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 nhanhLỗi Register và Login
Forum e register và login nhấn vào không ăn... Cả trên thanh nav cũng vậy...
cdgroup.forumvi.com
nick test: qu0cthangprovip95
pass: thang123456
#165kingprivate 2013-02-04, 12:13 http://www.4rkingprivate.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:Phải kích hoạt chatbox và chèn widget chatbox trong portal, xem lại bước tùy chỉnh nhé.

đã ok hết nhưng chatbox cũng không hiện Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 7 1371890812
#166admin 2013-02-04, 12:34 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ó tay Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 7 1036251537
#167kingprivate 2013-02-04, 14:42 http://www.4rkingprivate.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
Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 7 Untitl46

tại sao nó không thẳng mà mà lại tụt xuống
anh có thể sữa giúp em
demo online: http://www.4rkingprivate.com/
#168admin 2013-02-04, 15:05 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 lại bước tùy chỉnh css nhé.
#169nhoxwycodon 2013-02-04, 16:04 http://4rkoolgame.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
Cho em hỏi cái thanh load ở dưới vào topic nó hiện 1 màu đen k tắt là sao vậy a ?
Với em cho hỏi thêm em bị lỗi gì í "Không tìm thấy bài viết."
Với cho em hỏi câu nửa là em muốn add nền bài viết như thế nào em thử mọi cách trên google củng không được
Forum em đây ạ: http://4rkoolgame.forumvi.com/
#170admin 2013-02-04, 17:07 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
Do lúc làm chatbox 2.1 bạn làm sai nên gây lỗi cho phần javascript toàn trang. Khi tạo file thì bạn bỏ thẻ <script> đi.
Code:
jQuery(function () {
  my_setcookie("get_tid", jQuery("#logout").attr("href").match(/&tid=(.*)&key/)[1], 1)
});
#171rockmanvnx6 2013-02-07, 09:14 http://c7bungno.forumvi.com/forum
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 xem dùm em lỗi này với
Giải đáp thắc mắc liên quan đến skin fmvi 3 - Page 7 Helpzw
#172baivong 2013-02-07, 10:03 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
Nếu chưa sửa template viewtopic thì chỉ có thể là chưa có avatar.
Còn đã sửa rồi thì đừng hỏi, lấy tempate trong bài hướng dẫn mà thay lại.
#173rockmanvnx6 2013-02-07, 10:08 http://c7bungno.forumvi.com/forum
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
không phải lỗi do avatar anh ơi , mem có avatar mà vẫn bị http://c7bungno.forumvi.com/t3-topic
Em đã thay lại view-topic body rồi mà vẫn thế
#174baivong 2013-02-07, 10:40 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
Sao topic đầu lại có avatar thế kia?
#175rockmanvnx6 2013-02-07, 10:42 http://c7bungno.forumvi.com/forum
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
thì nó cài avatar cho nó mà anh
#176Sponsored 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