Go to page : Previous  1, 2, 3 ... , 9, 10, 11  Next.

Post new topic  This topic is locked: you cannot edit posts or make replies.

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

#1admin 2012-04-21, 16:59 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 nhanhGiải đáp mọi thắc mắc liên quan đến skin FMvi ver.2
First topic message reminder :

Xem bài hướng dẫn chi tiết về skin FMvi tại: http://www.fmvi.vn/t564-share-skin-fmvi-ver2#4533

Trong quá trình cài đặt và sử dụng, nếu có lỗi phát sinh, vụi lòng gửi trả lời tại đây, theo mẫu sau:

  • Mô tả lỗi:
  • Ảnh chụp màn hình:
  • Liên kết:
Chú ý: Không giải quyết trường hợp bị lỗi cho chỉnh sửa, add mods mới.



1 - Thay đổi thông số mặc định.
ACP >> Display >> Templates >> QLTT >> viewtopic_body: Ở đoạn cuối sẽ có 4 thông số mặc định sau:
imgauth: là rank hiện bên dưới avatar của người khởi tạo chủ đề.
imgbanned: Đây là rank dành cho thành viên bị banned, có tác dụng ẩn bài viết của thành viên đó.
imgerror: Thay thế cho hình ảnh bị lỗi trong bài viết.
gioihanFMvi: Giới hạn ký tự tối thiểu khi gửi bài.

2 - Thông báo khi có tin nhắn mới bằng fancybox2.
Các bạn có thể cập nhật lại Templates overall_header trong bài hướng dẫn (đã update), hoặc làm theo hướng dẫn sau:
ACP >> Display >> Templates >> QLTT >> overall_footer_begin: Thêm vào cuối bằng code sau
Code:
<script type="text/javascript">
   if ($("#i_icon_mini_new_message").length != 0) {
      var tinmoi = $("#i_icon_mini_new_message").attr("alt").match(/[0-9]+/);
      $.fancybox('<div id="FMvi-pm" style="width: 220px;text-align: center"><a href="/privmsg?folder=inbox"><img style="cursor:pointer" width="154" height="178" onmouseout="this.src=\'http://i48.servimg.com/u/f48/16/58/89/73/e-mail11.png\'" src="http://i48.servimg.com/u/f48/16/58/89/73/e-mail11.png" onmouseover="this.src=\'http://i48.servimg.com/u/f48/16/58/89/73/email_11.png\'" /></a><p style="padding-top: 10px" class="closeWIndowF">Bạn có <font color="blue">' + tinmoi + '</font> tin nhắn mới</p></div>')
   }
</script>
3 - Update javascript viewtopic_body.
Mình đã update bài hướng dẫn, chi tiết chỉnh sửa như sau:
[+] Xóa chức năng thu gọn bài viết dài
[+] Update soạn thảo bài nhanh:
  • Thêm chức năng sửa tiêu đề khi chọn sửa bài nhanh.
  • Chuyển qua khung soạn thảo đầy đủ khi sửa bài có bảng bầu chọn.
  • Thêm chức năng tắt soạn thảo nhanh Not quickly.

Cách update như sau:
  • Thay file javascript cuối viewtopic_body bằng http://www.fmvi.vn/32845.js
  • Thêm vào CSS, đây là CSS cho nút Not quickly:
    Code:
    .editorfmvi{background:url(http://i46.servimg.com/u/f46/15/26/55/24/tcat10.png) repeat scroll 0 0 #000;border:1px solid #DDD!important;margin:1px;border-bottom-style:solid!important;color:#FFF!important;cursor:pointer;float:right;font-family:Verdana;font-size:1.2em!important;font-weight:bolder;margin-top:-9px;text-shadow:1px 2px 1px #000;border-color:#96BCDA #0F5B89 #0F5B89 #96BCDA;border-width:1px 2px 2px 1px !important;padding:5px!important}
    .editorfmvi:hover{background-color:#5A0074!important;color:#1BD5FF!important;text-shadow:-1px 1px 5px #FFF}
    .editorfmvi:active{text-shadow: -1px -2px -1px #000;background-color:#045C06!important}


4 - Update javascript overall_footer_end.
[+] Bỏ chức năng thu gọn trong ngoài chuyên mục.
[+] Thay nút ẩn hiện chuyên mục bằng hình ảnh Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 Collap12Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 Collap11.
[+] Ẩn khung trả lời nhanh trong chế độ showpost.

Cách update như sau:
Thay file javascript trong overall_footer_end bằng http://www.fmvi.vn/36760.js
Tìm trong CSS đoạn sau và xóa nó đi:
Code:
.collapse a,.collapsePost a{color:#FFF!important;font-family:monospace;font-size:18px;font-weight:700;padding:3px 8px}
.collapse a:hover,.collapsePost a:hover{background-color:#000;padding:0 5px;border:3px double #72736E}

5 - Mất bảng thống kê bài viết mới và lỗi thông tin top poster...
Do mình có cập nhật lại javascript ở overall_footer_end nên đã chuyển phần javascript hiển thị bảng thống kê bài viết lên index_body. Các bạn cập nhật lại trong bài hướng dẫn, hoặc làm như sau:
ACP >> Display >> Templates >> QLTT >> index_body: Thêm vào cuối bằng code sau:
Code:
<script type="text/javascript">
  var u;
  for (u = 0; u < 20; u++) {
      var numelat = $(".rightnumber:eq(" + u + ")");
      numelat.text(numelat.text().slice(numelat.text().lastIndexOf("-") + 1))
  }
  $("#left").fadeIn(1000);
  $("#changeviewrep").change(function () {
      $(".viewrep").hide();
      $("#" + $(this).val()).show()
  });
  $("#changeposter").change(function () {
      $(".top-vi").hide();
      $("#" + $(this).val()).show()
  })
</script>


$ Xóa dòng liên kết bản quyền.
Cuối trang: © FMvi - Design by baivong
Trong bài viết: © FMvi.vn

Đây là 2 thông tin khẳnh định bản quyền của FMvi với skin, bạn có thể xóa nó sau khi ủng hộ FMvi một khoản phí 50.000 vnđ.

Để giao dịch các bạn thực hiện bằng bằng cách

Cách 1 - Click vào liên kết: http://www.fmvi.vn/contact

Nhập nội dung như sau:

  • Message subject*: Nhập địa chỉ diễn đàn vào đây, nếu bạn có cài đặt một tên miền thứ 2 cho forum, thì gửi cả 2 địa chỉ.
  • Message content*:
    • Họ và tên:
    • Số điện thoại:
    • Loại thẻ cào: Chọn một trong 3 loại sau (Vinaphone, Viettel, Mobiphone)
    • Mã thẻ: ...
    • Số seri: ...

  • E-mail address*: Nhập chính xác địa chỉ email của bạn (Nếu là khách viếng thăm sẽ thấy dòng này, còn thành viên thì không)
  • Confirmation code*(Mã xác nhận) : Nhập chính xác mã capcha

... và nhấn nút Send

Sau khi nhận được đầy đủ thông tin và thẻ cào chúng tôi sẽ gửi lại cho bạn đoạn code mới vào địa chỉ Email đã gửi (hoặc vào hòm thư diễn đàn FMvi.vn nếu bạn là thành viên). Lúc đó bạn đã có thể xóa dòng liên kết bản quyền.

Cách 2 - Thanh toán qua baokim.vn (Nếu chưa có tài khoản thì click vào đây để đăng ký miễn phí)
Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 Btn_pay_now_3

Mọi thắc mắc, vui lòng liên hệ yahoo : baivong@ymail.com
#226ec_minx 2012-05-26, 11:54 http://roseboy.123.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 mọi thắc mắc liên quan đến skin FMvi ver.2
Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 Flag_r10
An Nguyễn wrote:Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 Flag_r10
An Nguyễn wrote:admin hay baivong cho hoi đi làm sao dễ xóa hoặc bõ cái Liên kết Link đây


Khi click vào link khác trong tôpic là nó ra có cái dòng đó Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 3193290500

ý mình hõi là cái này nè

nó liên quan đến js overall_footer_end Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 364988687 tất nhiên liên quan đến bản quyền rùi Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 364988687
#227Guest 2012-05-26, 15:41
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 mọi thắc mắc liên quan đến skin FMvi ver.2
Diễn đàn của em sao khi làm tất cả các bước hướng dẫn thì gập 1 số lỗi như sao
Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 24ab8422794a215e44a360553e3c814b_45259525.bluehills
Link http://lovegame.forum-viet.com/forum
-------------------------------------------------
Còn phần phương châm sống sao khi em đã ghi status của mình xong nhưng nó vẫn hiện như trong hình
Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 Aa599a2d3732662abaf42fd6d3a09a90_45259633.sunset
#228Guest 2012-05-26, 18:31
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 mọi thắc mắc liên quan đến skin FMvi ver.2
4rum mình bị lỗi không hiển thị bài trong box, ai khắc phục dùm mình đi

Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 B7401ae2c8e40b569bab59e2a4f17b1d_45267426.untitled
#229admin 2012-05-26, 19:08 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 mọi thắc mắc liên quan đến skin FMvi ver.2
Chèn lại templates topic_list_box
#230Guest 2012-05-27, 10:14
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 mọi thắc mắc liên quan đến skin FMvi ver.2
diễn đàn em khi viết status thì nó lại chùng dòng với phương châm sống nhìn rất xấu
#231Guest 2012-05-28, 11:06
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 mọi thắc mắc liên quan đến skin FMvi ver.2
Nút a/A không tự động, phải bật mới được, giúp mình với!
http://snsd.clubme.net
#232hakusa 2012-05-28, 11:50 https://facebook.com/qt32a
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 mọi thắc mắc liên quan đến skin FMvi ver.2
không truy cập 4rum bằng ie được, do lỗi file js
mong admin xem dùm, trân trọng cảm ơn Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 1564925666
Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 Untitl13
lINK:
Code:
http://www.vietnamlawyer.org/forum
#233Guest 2012-05-30, 09:23
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 mọi thắc mắc liên quan đến skin FMvi ver.2
Baivong ơi mình xài skin fm nhưng trong topic khi viết bài mới add nhiều ảnh vào thì mất hết hoặc bị die ảnh . xem lại hộ mình cái
forum : http://hohteam.5forum.net/forum
#234Jack.Nguyễn 2012-05-31, 10:37 http://ladykillerband.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 mọi thắc mắc liên quan đến skin FMvi ver.2
Mấy anh xem giùm em với,sao em đăng nhập vào rồi mà lasttopic vẫn không hoạt động vậy????
Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 Untitled-6
Link forum: http://ladykillerband.forumvi.com/
#235admin 2012-05-31, 10:46 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 mọi thắc mắc liên quan đến skin FMvi ver.2
Mình chỉ hỗ trợ cho các 4rum đã mua mod này từ mình thôi. Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 650269930
#236Jack.Nguyễn 2012-05-31, 10:47 http://ladykillerband.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 mọi thắc mắc liên quan đến skin FMvi ver.2
Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 Flag_r10
admin wrote:Mình chỉ hỗ trợ cho các 4rum đã mua mod này từ mình thôi. Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 650269930
Em đã mua rồi mà anh,anh quên rồi hả????
#237baivong 2012-05-31, 10:50 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 mọi thắc mắc liên quan đến skin FMvi ver.2
Nếu vậy bạn chuyển nick admin vào hòm thư cho mình, khi nào rảnh mình fix. Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 364988687
Thật tình là không nhớ hết được macco
#238An Nguyễn 2012-05-31, 11:06 http://congdongnet.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 nhanhGiải đáp mọi thắc mắc liên quan đến skin FMvi ver.2
Sao trong viewtopic_body không có hiện cái nickname vậy anh !

demo cũa skin fmvi ver 2 thì nó hiện thời gian :
Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 Fe7ac869cd355d1252a64e14d0af9621_45496903.helpe1



còn em mún làm như thế này thì làm sao anh ?
Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 Ccd812cfe7ebd99a34584e9170813673_45496597.help

anh chĩ giúp với
#239baivong 2012-05-31, 11:36 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 mọi thắc mắc liên quan đến skin FMvi ver.2
#240Guest 2012-06-01, 13:51
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 mọi thắc mắc liên quan đến skin FMvi ver.2
Lạc đề
#241An Nguyễn 2012-06-01, 17:38 http://congdongnet.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 mọi thắc mắc liên quan đến skin FMvi ver.2
Tình hình là mún làm cí này lâu lắm mà mò mãi k làm dc ai pro giúp dùm với

Có cái Khung tước hiệu như thế . và cái rank thì dc thu nhõ vừa vặn như thế . ai làm dc chĩ mình với

Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 F9e4f1c423948b8a808bb6cedc0e7ee4_45560645.teens


Thanks trước lun !
#242SkY.nhÝm 2012-06-01, 20:34 http://a5inheart.gettalk.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 mọi thắc mắc liên quan đến skin FMvi ver.2
Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 Flag_r10
ec_minx wrote:Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 Flag_r10
An Nguyễn wrote:Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 Flag_r10
An Nguyễn wrote:admin hay baivong cho hoi đi làm sao dễ xóa hoặc bõ cái Liên kết Link đây


Khi click vào link khác trong tôpic là nó ra có cái dòng đó Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 3193290500

ý mình hõi là cái này nè

nó liên quan đến js overall_footer_end Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 364988687 tất nhiên liên quan đến bản quyền rùi Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 364988687

Nói theo cảm hứng ak... hơ hơ
#243SkY.nhÝm 2012-06-01, 20:49 http://a5inheart.gettalk.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 mọi thắc mắc liên quan đến skin FMvi ver.2
Update xong vào bị thế này :http://www.fmvi.vn/h112-copyright-fmvi?

K biết làm thế nào..
#244admin 2012-06-01, 21:04 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 mọi thắc mắc liên quan đến skin FMvi ver.2
Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 Flag_r10
SkY.nhÝm wrote:Update xong vào bị thế này :http://www.fmvi.vn/h112-copyright-fmvi?

K biết làm thế nào..
http://www.fmvi.vn/t672-thong-bao-kiem-duyet-thong-tin-thanh-vien-ang-ky#5664
#245SkY.nhÝm 2012-06-01, 22:27 http://a5inheart.gettalk.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 mọi thắc mắc liên quan đến skin FMvi ver.2
Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 Flag_r10
kittynam wrote:Cho em hỏi, sao em không có nút thích...
Trong view, xem thấy có mà,, giúp với:

https://lh3.googleusercontent.com/-KQvB1GEhobo/T7Jq4QO337I/AAAAAAAACOE/yx5P-VQVCHA/s720/1111.JPG

Đang ngóng Pro Hồi âm... Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 1111

Minh` bị tương tự cộng thêm khi đưa chuột vào avatar k hiện bảng thông tin..
#246admin 2012-06-01, 22:39 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 mọi thắc mắc liên quan đến skin FMvi ver.2
Không giải quyết trường hợp không có demo.
Chỉ một tấm ảnh viewtopic thì mình không thể xác nhận được là liên kết bản quyền ở những vị trí khác có bị thay đổi không? liên kết có bị xoá hay không? và cũng không chắc là do bạn đã chỉnh sửa những gì.
Nếu không bổ sung thông tin cá nhân bạn sẽ bị ban nick.
#247SkY.nhÝm 2012-06-02, 06:14 http://a5inheart.gettalk.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 mọi thắc mắc liên quan đến skin FMvi ver.2
@Admin

Đây là view của e
Code:
<script type="text/javascript">//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
  _atc.cwait = 0;
  $('.addthis_button').mouseup(function(){
      if ($('#at15s').css('display') == 'block') {
        addthis_close();
        addthis_close();
      }
  });
});
//]]>
</script>
 
<div class="main paged">
  <div class="paged-head clearfix">
      <!-- BEGIN topicpagination -->
      <p class="paging">{PAGINATION}</p>
      <!-- END topicpagination -->
      <p class="posting">
        <!-- BEGIN switch_user_authpost -->
        <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>&nbsp;&nbsp;
        <!-- END switch_user_authpost -->
 
        <!-- BEGIN switch_user_authreply -->
        <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
        <!-- END switch_user_authreply -->
      </p>
  </div>{POLL_DISPLAY}
  <div class="main-head clearfix">
      <p class="h2">
        <a href="#bottom">{L_GOTO_DOWN}</a>{L_MESSAGE} [{PAGE_NUMBER}]</p>
      <p class="options options-button">
        <a title="FMvi" target="_blank" rel="nofollow" href="http://www.fmvi.vn" name="bottom" class="skinfmvi2">&copy; <font color="green">FMvi</font>.<font color="red">vn</font></a>
      </p>
  </div>
  <div class="main-content topic">
      <!-- BEGIN postrow -->
      <!-- BEGIN displayed -->
      <div class="post" {postrow.displayed.THANK_BGCOLOR}>
        <a name="{postrow.displayed.U_POST_ID}"></a>
        <div class="postmain" {postrow.displayed.THANK_BGCOLOR}>
            <div id="p{postrow.displayed.U_POST_ID}" class="posthead" {postrow.displayed.THANK_BGCOLOR}>
              <h2>                                           
                  <a href="?showpost={postrow.displayed.U_POST_ID}"><strong>#{postrow.displayed.COUNT_POSTS}</strong></a>{postrow.displayed.ICON}
                  <a class="tieudeT" href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a>
              </h2>
            </div>
            <div class="postbody" {postrow.displayed.THANK_BGCOLOR}>
              <div class="user">
                  <div class="user-ident" id="userinfo{postrow.displayed.U_POST_ID}" style="position: relative;">
                    <div class="posthead">
                        <em>{postrow.displayed.POST_DATE_NEW}</em>
                    </div>
                    <div onmouseover="show_user({postrow.displayed.U_POST_ID})" onmouseout="hide_user({postrow.displayed.U_POST_ID})" class="userInfoF">
                        <div class="useravatar" style="float: left;">{postrow.displayed.POSTER_AVATAR}</div>
                        <div class="user-info">
                          <div class="manuUserF">
                              <strong>{postrow.displayed.POSTER_NAME}</strong>
                              <span class="fmviOnoff">{postrow.displayed.ONLINE_IMG}</span>                             
                          </div>
                          <dl class="cl" style="float:right; width: 370px;">
                              <!-- BEGIN profile_field -->
                              <dt>{postrow.displayed.profile_field.LABEL}</dt>
                              <dd>{postrow.displayed.profile_field.CONTENT}</dd>
                              <!-- END profile_field -->
                          </dl>
                          <div>
                              <span style="color:blue">Phương châm:</span>
                              <marquee class="status"></marquee>
                          </div>
                          <div class="morelink">
                              <a target="_blank" class="Upro5"><img alt="Tường nhà" src="http://i48.servimg.com/u/f48/16/58/89/73/profil10.png" />Tường nhà</a>
                              <a target="_blank" class="Utopic"><img alt="Xem bài viết" src="http://i48.servimg.com/u/f48/16/58/89/73/total_10.gif" />Bài viết</a>
                              <a target="_blank" class="Ufrien"><img alt="Kết bạn" src="http://i48.servimg.com/u/f48/16/58/89/73/friend10.png" />Kết bạn</a>
                              <a target="_blank" onClick="javascript:alert('Đang phát triển')" class="Umoney"><img alt="Tài sản" src="http://i48.servimg.com/u/f48/16/58/89/73/table_10.png" />Tài sản</a>
                          </div>
                        </div>
                    </div>
                    <div class="user-basic-info">
                        <div onmouseover="show_user({postrow.displayed.U_POST_ID})" class="useravatar" style="padding: 15px 0 15px 9px">{postrow.displayed.POSTER_AVATAR}</div>
                        <p class="rankimg" style="padding:11px">{postrow.displayed.RANK_IMAGE}</p>
                    </div>
                  </div>
              </div>
              <div class="post-entry">
                  <div class="entry-content">
                    <div>
                        <div>{postrow.displayed.MESSAGE}</div>
                        <!-- BEGIN switch_attachments -->
                        <dl class="attachbox">
                          <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                          <dd>
                              <!-- BEGIN switch_post_attachments -->
                              <dl class="file">
                                <dt>
                                    <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}"
                                    />
                                    <!-- BEGIN switch_dl_att -->
                                    <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a>{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                    <!-- END switch_dl_att -->
                                    <!-- BEGIN switch_no_dl_att -->{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT}
                                    {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                    <!-- END switch_no_dl_att -->
                                </dt>
                                <!-- BEGIN switch_no_comment -->
                                <dd>
                                    <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                                </dd>
                                <!-- END switch_no_comment -->
                                <!-- BEGIN switch_no_dl_att -->
                                <dd>
                                    <em>
                                      <strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong>
                                    </em>
                                </dd>
                                <!-- END switch_no_dl_att -->
                                <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE})
                                    {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                              </dl>
                              <!-- END switch_post_attachments -->
                          </dd>
                        </dl>
                        <!-- END switch_attachments -->
                        <div class="clear"></div>
                    </div>
                  </div>
                                        </div>
            </div>
            <!-- BEGIN switch_signature -->
            <div class="sig-content">{postrow.displayed.SIGNATURE_NEW}</div>
            <!-- END switch_signature -->
            <div class="postfoot">
              <div class="options-button user-contact">{postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG} <!-- BEGIN contact_field -->{postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
              </div>
              <div class="post-options">
            <iframe style="display:none" name="vote{postrow.displayed.U_POST_ID}" height="0px" width="0px" frameborder="0"></iframe>                                         
            <div onmouseover="show_like({postrow.displayed.U_POST_ID})" onmouseout="hide_like({postrow.displayed.U_POST_ID})" class="FMvi-like">
              <a target="vote{postrow.displayed.U_POST_ID}" class="nolikeplus" onclick="comment_like({postrow.displayed.U_POST_ID})"><p id="FMvi_like{postrow.displayed.U_POST_ID}" class="likeNone">Thích</p></a>
              <a onclick="report_like({postrow.displayed.U_POST_ID})" target="vote{postrow.displayed.U_POST_ID}" class="nolikeminus">Báo xấu [<font color="red">0</font>]</a>
              <div id="nub{postrow.displayed.U_POST_ID}" class="nub"></div>
              <div id="like{postrow.displayed.U_POST_ID}" class="commentLike">
                  <span class="closeFMvi_like" style="display:none" onclick="close_like({postrow.displayed.U_POST_ID})"></span>
                  <p></p>
                            <div class="loaddingLike"></div>
                  <em>Gửi một bình luận lên tường nhà {postrow.displayed.POSTER_NAME}<br /></em>
                  <input onkeyup="send_comment(event,{postrow.displayed.U_POST_ID})" type="text" value="" />
              </div>
              <div style="display:none" id="data-link-comment{postrow.displayed.U_POST_ID}"></div>
                                                <!-- BEGIN switch_vote_active -->
                                                  <!-- BEGIN switch_vote -->
                                                  <a style="display:none" class="likeplus" href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}"><p class="likeNone">Thích</p></a>
                                                  <!-- END switch_vote -->
                                                  <!-- BEGIN switch_bar -->
                                                  <div style="display:none" class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                                                      <!-- BEGIN switch_vote_plus -->
                                                      <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                                                      <!-- END switch_vote_plus -->
                                                      <!-- BEGIN switch_vote_minus -->
                                                      <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                                                      <!-- END switch_vote_minus -->
                                                  </div>
                                                  <!-- END switch_bar -->
                                                  <!-- BEGIN switch_vote -->
                                                  <a style="display:none" class="likeminus" href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">Báo xấu</a>
                                                  <!-- END switch_vote -->
                                                <!-- END switch_vote_active -->
                                          </div>
                                   
                                                <span class="options-button">
                                                  <a href="javascript:vol(0)" onClick="delpre();repfmvi($(this))"><img alt="Trả lời nhanh" title="Trả lời nhanh" src="http://i46.servimg.com/u/f46/15/26/55/24/quickr10.gif" /></a> {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}                                                   
                                            </span>
                                    </div>
              <div style="clear:both;"></div>
            </div>
        </div>
      </div>
      <!-- BEGIN first_post_br -->
  </div>
  <hr id="first-post-br" />
  <div class="main-content topic">
      <!-- END first_post_br -->
      <!-- END displayed -->
      <!-- BEGIN hidden -->
      <p class="p-hidden">{postrow.hidden.MESSAGE}</p>
      <!-- END hidden -->
      <!-- END postrow -->
  </div>
 
  <div class="main-foot clearfix modBottom">
      <p class="h2">
        <a href="#top">{L_BACK_TO_TOP}</a>{L_MESSAGE} [{PAGE_NUMBER}]</p>
      <p class="options options-button">
        <input type="hidden" name="t" value="{TOPIC_ID}" />
        <!-- <input type="hidden" name="sid" value="{S_SID}" />-->
        <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />
        <!-- BEGIN viewtopic_bottom -->{S_TOPIC_ADMIN}
        <!-- END viewtopic_bottom -->
                &nbsp;&nbsp;<a title="FMvi" target="_blank" rel="nofollow" href="http://www.fmvi.vn" name="bottom" class="skinfmvi2">&copy; <font color="green">FMvi</font>.<font color="red">vn</font></a>
      </p>
  </div>
  <a name="bottomtitle"></a>
  <div class="paged-foot clearfix">
      <!-- BEGIN topicpagination -->
      <p class="paging">{PAGINATION}</p>
      <!-- END topicpagination -->
      <p class="posting">
        <!-- BEGIN switch_user_authpost -->
        <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>&nbsp;&nbsp;
        <!-- END switch_user_authpost -->
 
        <!-- BEGIN switch_user_authreply -->
        <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
        <!-- END switch_user_authreply -->
      </p>
  </div>
</div>
<p style="padding: 20px 0; text-align: center">«
  <a href="{U_VIEW_OLDER_TOPIC}"> Xem bài trước </a>|
  <a href="{U_VIEW_NEWER_TOPIC}"> Xem bài kế tiếp </a>»</p>
 
<div class="fmviToggle">
  <div class="main">
      <div class="main-head clearfix">
        <p class="h2">Bài viết liên quan</p>
      </div>
      <ol id="bailienquan" class="main-content frm listVer4"></ol>
  </div>
</div>
 
<!-- BEGIN switch_forum_rules -->
<div class="main" id="forum_rules">
  <div class="main-head clearfix">
      <p class="h2">{L_FORUM_RULES}</p>
  </div>
  <table class="main-content frm">
      <tr>
        <!-- BEGIN switch_forum_rule_image -->
        <td class="logo">
            <img src="{RULE_IMG_URL}" />
        </td>
        <!-- END switch_forum_rule_image -->
        <td class="rules entry-content">
            {RULE_MSG}
        </td>
      </tr>
  </table>
</div>
<!-- END switch_forum_rules -->
 
<!-- BEGIN switch_user_logged_in -->
{QUICK_REPLY_FORM}
<div style="display:none" id="quickrepFMvi"></div>
<div style="display:none" id="quickdata"></div>
<!-- END switch_user_logged_in -->
<div class="fmviToggle" style="width: 300px">
    <div class="main">
        <div class="main-head clearfix">
            <p class="h2" style="width: 220px !important">Quyền hạn của bạn:</p>
        </div>
        <div id="onlinelist">{S_AUTH_LIST}
        </div>
    </div>
</div>
<script type="text/javascript">
  imgauth = "http://i48.servimg.com/u/f48/16/58/89/73/writer10.png";
  imgbanned = "http://i48.servimg.com/u/f48/16/58/89/73/banned10.png";
  imgerror = "http://i48.servimg.com/u/f48/16/58/89/73/error_10.jpg";
  gioihanFMvi = 20;
</script>
<script src="a5sky-js.googlecode.com/files/20015.js" type="text/javascript"></script>
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
#248An Nguyễn 2012-06-02, 07:56 http://congdongnet.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 mọi thắc mắc liên quan đến skin FMvi ver.2
Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 Flag_r10
An Nguyễn wrote:Tình hình là mún làm cí này lâu lắm mà mò mãi k làm dc ai pro giúp dùm với

Có cái Khung tước hiệu như thế . và cái rank thì dc thu nhõ vừa vặn như thế . ai làm dc chĩ mình với

Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 F9e4f1c423948b8a808bb6cedc0e7ee4_45560645.teens


Thanks trước lun !


a baivong hay pro chĩ nay giúp an với
#249cubimtq 2012-06-02, 14:18 http://streetcrew.forum.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 mọi thắc mắc liên quan đến skin FMvi ver.2
Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 Flag_r10
An Nguyễn wrote:Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 Flag_r10
An Nguyễn wrote:Tình hình là mún làm cí này lâu lắm mà mò mãi k làm dc ai pro giúp dùm với

Có cái Khung tước hiệu như thế . và cái rank thì dc thu nhõ vừa vặn như thế . ai làm dc chĩ mình với

Giải đáp mọi thắc mắc liên quan đến skin FMvi ver.2 - Page 10 F9e4f1c423948b8a808bb6cedc0e7ee4_45560645.teens


Thanks trước lun !


a baivong hay pro chĩ nay giúp an với
Vào viewtopic_body tìm
Code:
{postrow.displayed.POSTER_AVATAR}
chèn dưới nó
Code:
<br />
<table width="155px">
<tr>
<td>
<div class="">
<fieldset style="border: 1px solid; margin: 5px; padding: 5px 10px;"><legend>Danh hiệu</legend>
<FONT face="Times New Roman">
<B>
<font size=3 style="text-shadow: 0px 0px 6px rgb(800, 0, 100), 0px 0px 5px rgb(800, 0,100), 0px 0px 5px rgb(800, 0,100);" color="#EDEA1F">
<marquee scrollamount="4">{postrow.displayed.POSTER_RANK}</marquee></font>
</B>
</FONT>
  </fieldset>
</div></td>
</tr>
              </table><br />
{postrow.displayed.RANK_IMAGE}
#250Guest 2012-06-02, 16:56
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 mọi thắc mắc liên quan đến skin FMvi ver.2
admin sao em ko gởi bài mình muốn hỗ trợ được
#251Sponsored 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 mọi thắc mắc liên quan đến skin FMvi ver.2

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