Đăng nhập
Latest topics
» Tôi sẽ đỗ đại học!by NgocPRO 6/11/2024, 8:37 am
» Kỷ niệm xưa của chúng ta
by nightWalker 9/2/2024, 6:49 pm
» Bị lệch khung cần người giúp đỡ
by webhuy28 7/10/2021, 10:34 pm
» [HỎI ĐÁP] Danh sách bạn bè không thể hiển thị
by anhdaodaica1 2/10/2021, 10:04 pm
» [HỎI ĐÁP] Thông tin tài khoản không thể lưu thay đổi
by anhdaodaica1 2/10/2021, 6:05 am
» Phim bố già full
by huy.pc52 24/8/2021, 12:20 am
» Xin code Box HTML cho Forumvi
by Larva 1/7/2021, 12:57 pm
» Hello Anh Em Chinh phục
by HoàngTửNaivip5p 28/5/2021, 5:03 am
» Trang chủ tin tức cập nhật HOT 2016
by kenbi05 1/1/2020, 11:02 pm
» Không Dang9 bài viết = hình ảnh được
by huy.pc52 30/11/2019, 10:52 am
» CHÚC ANH EM NĂM MỚI VUI VẺ TRÀNG ĐẦY HẠNH PHÚC
by sps.kủn 12/2/2019, 1:16 pm
» Skin CNTT-K3 2015 (Full Mod)[✔]
by kenbi05 6/7/2018, 12:30 am
» baivong, handsome,....
by sps.kủn 29/6/2018, 1:54 pm
» [SHARE] SKIN ĐHFM.V7 @PUNBB
by tonyhoaivu 2/5/2018, 2:37 pm
» Share Skin Xanh Dương Cùi Bắp
by tonyhoaivu 28/4/2018, 5:57 pm
» Xin Skin http://v1.hotrofm.net/
by tonyhoaivu 28/4/2018, 5:45 pm
» Xin Skin Rao Vặt
by tonyhoaivu 15/4/2018, 12:07 pm
» Làm Sao Để Xóa Khung Này
by tonyhoaivu 14/4/2018, 7:18 pm
» [Lập nhóm]Lập nhóm fm
by vietkanpy 31/3/2018, 11:53 am
» [Help] về server úp ảnh của phutu [✔]
by baivong 17/3/2018, 10:18 pm
» Đừng khóc cho “tôi – Chinh Phục!”…
by AnHung 27/2/2018, 5:33 pm
» [Share] Skin Diendandaihoc.com [ Punbb ] [✔]
by Lu Mờ 13/2/2018, 7:28 pm
» Mời mấy thím vào groups Forumotion Việt Nam.
by dang02315 13/2/2018, 12:40 am
» Có thể làm các kiểu giao diện được không?
by Lu Mờ 9/2/2018, 3:40 pm
» ltns chinhphuc.info
by Shinichi Kudo 27/1/2018, 2:27 am
Top posting users this week
No user |
Xin nút online/off trong view topic[✔]
5 posters
Trang 1 trong tổng số 1 trang
Re: Xin nút online/off trong view topic[✔]
Đây là code online, offline
DISPLAY Pictures and Colors Pics management Mã mở rộng Mini-icons kéo xuống 2 hàng cuối cùng là
nếu muốn nó hiện pên phải tên thành viên thì để nó sau code này{postrow.displayed.ONLINE_IMG}
Muốn thay icon thì làm như sau{postrow.displayed.POSTER_NAME}
DISPLAY Pictures and Colors Pics management Mã mở rộng Mini-icons kéo xuống 2 hàng cuối cùng là
rồi thay link ảnh.Mini icons - Online : và Mini icons - Offline :
BTV2- CPPurpleMember
-
Ngày đăng ký : 08/09/2012
Số bài : 1182
CPP : 751
Châm ngôn sống : [hide][/hide]
Re: Xin nút online/off trong view topic[✔]
Quăng view lên đây, và chụp tấm hình chú muốn nút onl off chỗ nào trong view
BTV2- CPPurpleMember
-
Ngày đăng ký : 08/09/2012
Số bài : 1182
CPP : 751
Châm ngôn sống : [hide][/hide]
Re: Xin nút online/off trong view topic[✔]
code view topic
- 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();
}
});
});
var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
try
{
var regId = parseInt(id, 10);
if( isNaN(regId) ) { regId = 0; }
if( regId > 0)
{
$('.post--' + id).toggle(0, function()
{
if( $(this).is(":visible") )
{
$('#hidden-title--' + id).html(hiddenMsgLabel.visible);
}
else
{
$('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
}
});
}
}
catch(e) { }
return false;
};
//]]>
</script>
<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
<ul>
<!-- BEGIN switch_plus_menu -->
<li><script type="text/javascript">//<![CDATA[
var url_favourite = '{switch_user_logged_in.U_FAVOURITE_JS_PLUS_MENU}';
var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
insert_plus_menu_new('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
//]]>
</script>
</li>
<!-- END switch_plus_menu -->
<li>
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a>
</li>
<li>
<a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
</li>
<li>
<a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
</li>
<!-- BEGIN watchtopic -->
<li>
{S_WATCH_TOPIC}
</li>
<!-- END watchtopic -->
</ul>
<p>
{LOGGED_AS}. {LAST_VISIT_DATE}
</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
<p>
{L_NOT_CONNECTED} {L_LOGIN_REGISTER}
</p>
</div>
<!-- END switch_user_logged_out -->
<div class="pun-crumbs noprint">
<p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} » <strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
<!-- BEGIN switch_twitter_btn --><span id="twitter_btn" style="margin-left: 6px; "><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></span>
<!-- END switch_twitter_btn -->
<!-- BEGIN switch_fb_likebtn --><span id="fb_likebtn" style="margin-left: 6px; "><iframe src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&layout=button_count&show_faces=false&width=450&action=like&colorscheme=light&height=21" style="border:none; overflow:hidden; width:auto; height:21px;" allowtransparency="true" scrolling="no" frameborder="0"></iframe></span>
<!-- END switch_fb_likebtn -->
</p>
</div>
<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>
<!-- 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="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a><a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a><a href="#bottom">{L_GOTO_DOWN}</a> {L_MESSAGE} [{PAGE_NUMBER}]
</p>
</div>
<div class="main-content topic">
<!-- BEGIN postrow -->
<!-- BEGIN hidden -->
<p class="p-hidden">
{postrow.hidden.MESSAGE}
</p>
<!-- END hidden -->
<!-- BEGIN displayed -->
<!-- BEGIN first_post_br -->
</div>
<hr id="first-post-br" />
<div class="main-content topic">
<!-- END first_post_br -->
<div class="post post--{postrow.displayed.U_POST_ID}" {postrow.displayed.thank_bgcolor}="" style="{postrow.displayed.DISPLAYABLE_STATE}"><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><strong>{postrow.displayed.COUNT_POSTS}</strong> {postrow.displayed.ICON} <a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a> {postrow.displayed.POST_DATE_NEW}
</h2>
</div>
<div class="postbody" {postrow.displayed.thank_bgcolor}="">
<div class="user">
<div class="user-ident">
<div class="eti_postbit">
<center>
{postrow.displayed.POSTER_NAME} {postrow.displayed.ONLINE_IMG}
</center>
</div>
<div class="eti_postbit">
<center>
{postrow.displayed.POSTER_RANK_NEW}
</center>
</div>
<center><img src="http://tuoitreit.vn/tuoitrevn/avatar/top.gif" /><img style="height: 2px;" src="http://tuoitreit.vn/tuoitrevn/avatar/toprightconner.gif" /><img style="width: 4px;" src="http://tuoitreit.vn/tuoitrevn/avatar/left.gif" />
<div class="avatar9x">
<!-- BEGIN-----AVATA -->
<table style="width:auto" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="padding: 0px">
<img src=" http://i38.servimg.com/u/f38/16/18/15/10/138.png " />
</td>
<td style="padding: 0px" background=" http://i38.servimg.com/u/f38/16/18/15/10/218.png ">
</td>
<td style="padding: 0px">
<img src=" http://i38.servimg.com/u/f38/16/18/15/10/313.png " />
</td>
</tr>
<tr>
<td style="padding: 0px" background=" http://i38.servimg.com/u/f38/16/18/15/10/411.png " valign="top">
</td>
<td style="padding: 0px; background-color: #ffffff" bgcolor="#ffffff">
{postrow.displayed.POSTER_AVATAR}
</td>
<td style="padding: 0px" background=" http://i38.servimg.com/u/f38/16/18/15/10/511.png ">
</td>
</tr>
<tr>
<td style="padding: 0px">
<img src=" http://i38.servimg.com/u/f38/16/18/15/10/610.png " />
</td>
<td style="padding: 0px" background=" http://i38.servimg.com/u/f38/16/18/15/10/710.png ">
</td>
<td style="padding: 0px">
<img src=" http://i38.servimg.com/u/f38/16/18/15/10/810.png " />
</td>
</tr>
</tbody>
</table>
<!-- ENDE-----AVATA --><br />
</div>
</center>
</div>
<div class="eti_postbit">
<center>
{postrow.displayed.RANK_IMAGE}
</center>
</div>
<div class="eti_postbit">
<center>
{postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}
<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}
<!-- END contact_field -->
</center>
</div>
<!-- BEGIN profile_field -->
<div class="eti_postbit">
{postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
</div>
<!-- END profile_field --> {postrow.displayed.POSTER_RPG}
</div>
</div>
<div class="post-entry">
<div class="entry-content">
<!-- BEGIN switch_vote_active -->
<div class="vote gensmall">
<!-- BEGIN switch_vote -->
<div class="vote-button">
<a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a>
</div>
<!-- END switch_vote -->
<!-- BEGIN switch_bar -->
<div 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_no_bar -->
<div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">
----
</div>
<!-- END switch_no_bar -->
<!-- BEGIN switch_vote -->
<div class="vote-button">
<a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a>
</div>
<!-- END switch_vote -->
</div>
<!-- END switch_vote_active -->
<div>
<div>
<!-- Đóng khung bài viết -->
<div>
<table style="width:100%" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="padding: 0px">
<img src="http://i34.servimg.com/u/f34/14/04/26/89/admin_10.gif" />
</td>
<td style="width: 100%;" background="http://i71.servimg.com/u/f71/16/01/40/96/admin_10.gif">
</td>
<td style="padding: 0px">
<img src="http://i71.servimg.com/u/f71/16/01/40/96/admin_11.gif" />
</td>
</tr>
<tr>
<td style="width: 10px;" background="http://i71.servimg.com/u/f71/16/01/40/96/admin_12.gif" valign="top"><img src="http://i71.servimg.com/u/f71/16/01/40/96/admin_13.gif" />
</td>
<td style="padding: 0px; background-color: #ffffff" bgcolor="#ffffff">
{postrow.displayed.MESSAGE}
</td>
<td style="width: 16px;" background="http://i64.servimg.com/u/f64/13/54/69/46/admin_18.gif" valign="top">
</td>
</tr>
<tr>
<td style="padding: 0px">
<img src="http://i64.servimg.com/u/f64/13/54/69/46/admin_19.gif" />
</td>
<td style="padding: 0px" background="http://i64.servimg.com/u/f64/13/54/69/46/admin_20.gif">
</td>
<td style="padding: 0px">
<img src="http://i64.servimg.com/u/f64/13/54/69/46/admin_21.gif" />
</td>
</tr>
</tbody>
</table>
</div>
<!-- KetThuc Dong Khung Cho Bai Viet -->
<!-- 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}" alt="" />
<!-- 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>
<p>
{postrow.displayed.EDITED_MESSAGE}
</p>
</div>
</div>
</div>
<!-- BEGIN switch_signature -->
<div class="sig-content">
<!-- Khung chữ ký -->
<div class="postsignature"><div style="width:100%;">
<img class="title" rel="nofollow" src="http://sinhvienit.net/@forum/vtlai_img/sign-line.png"/>
<div class="content">{postrow.displayed.SIGNATURE_NEW}</div>
</div></div>
<!-- / Khung chữ ký -->
</div>
<!-- END switch_signature -->
<div class="postfoot">
<div class="user-contact profile_{postrow.displayed.PROFILE_POSITION}">
</div>
<div class="post-options profile_{postrow.displayed.PROFILE_POSITION}">
{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}
</div>
<div style="clear:both;">
</div>
</div>
</div>
</div>
<!-- END displayed -->
<!-- END postrow -->
</div>
<div class="main-foot clearfix">
<p class="h2"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a><a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a><a href="#top">{L_BACK_TO_TOP}</a> {L_MESSAGE} [{PAGE_NUMBER}]
</p>
<p class="options"><input name="t" value="{TOPIC_ID}" type="hidden" />
<!-- <input type=&quot;hidden&quot; name=&quot;sid&quot; value=&quot;{S_SID}&quot; /> --><input name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" type="hidden" />
<!-- BEGIN viewtopic_bottom --> {S_TOPIC_ADMIN}
<!-- END viewtopic_bottom -->
</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>
<!-- 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>
<div class="pun-crumbs">
<p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} » <strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
</p>
</div>
<!-- BEGIN promot_trafic -->
<div class="main" id="ptrafic_close" style="display:none">
<div class="main-head clearfix">
<p class="h2">
{PROMOT_TRAFIC_TITLE}
</p>
<p class="options">
<a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a>
</p>
</div>
</div>
<div class="main" id="ptrafic_open" style="display:''">
<div class="main-head clearfix">
<p class="h2">
{PROMOT_TRAFIC_TITLE}
</p>
<p class="options">
<a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a>
</p>
</div>
<div class="main-content clearfix">
<!-- BEGIN link --> » <a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}">{promot_trafic.link.TITLE}</a><br />
<!-- END link -->
</div>
</div>
<!-- END promot_trafic -->
<!-- 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">
<tbody>
<tr>
<!-- BEGIN switch_forum_rule_image -->
<td class="logo"><img src="{RULE_IMG_URL}" alt="" />
</td>
<!-- END switch_forum_rule_image -->
<td class="rules entry-content">
{RULE_MSG}
</td>
</tr>
</tbody>
</table>
</div>
<!-- END switch_forum_rules -->
<!-- BEGIN switch_user_logged_in --><a name="quickreply"></a> {QUICK_REPLY_FORM}
<!-- END switch_user_logged_in -->
<div id="pun-info" class="main">
<div class="main-content">
<div id="stats">
<p>
{L_TABS_PERMISSIONS} <br />{S_AUTH_LIST}
</p>
</div>
</div>
</div>
<!-- BEGIN switch_image_resize --><script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.post-entry .entry-content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize --><script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script><style>
.eti_postbit {
Padding-left: 2px;
Padding-right: 2px;
Padding-top: 2px;
Padding-bottom: 2px;
Background-color: rgb(240,240,240);
Border-top: 1px solid #dddddd;
Border-right: 1px solid #dddddd;
Border-left: 1px solid #c4c4c4;
Border-bottom: 1px solid #c4c4c4;
Margin-bottom: 3px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
</style>
<script>$(function () {
$.ajax({url: "/feed/?f={FORUM_ID}",success: function (a) {
$(".post-entry:first").after('<ul id="cungchuyenmuc"><a href="/f{FORUM_ID}-forum" style="color:#333;text-decoration:none!important;font:bold 13px tahoma">Bài viết cùng chuyên mục :</a><div style="height:1px;background:url(http://i16.servimg.com/u/f16/16/18/15/10/113.png)repeat-x left;margin:10px 0px;width:97%"></div>');
22 < $(a).find("title").length ? so = 22 : so = $(a).find("title").length;for (i = 2; i < so; i++)
$('<li><span><a href="' + $(a).find("link:eq(" + i + ")").text() + '">' + $(a).find("title:eq(" + i + ")").text() + "</a></span></li>").appendTo("#cungchuyenmuc")}})});</script>
<style>
ul#cungchuyenmuc{margin-top:3px;}
#cungchuyenmuc li{margin-left: 40px;list-style: decimal-leading-zero outside none;margin-top:2px;width:45%;float:left}
#cungchuyenmuc span{position: absolute;display:inline-block;width:380px;height:16px;overflow:hidden;margin-bottom:-3px;}
#cungchuyenmuc a{text-decoration:none!important;color:#333;font: 12px Tahoma;}
#cungchuyenmuc a:hover{color:#ba3814;}</style>
Re: Xin nút online/off trong view topic[✔]
Tìm trong viewtopic body doạn này {postrow.displayed.ONLINE_IMG}
sửa thành
Vào DISPLAY >>Pictures and Colors >>Pics management >>Mã mở rộng >>button >>tìm hàng Online : thay link ảnh online vào
sửa thành
- Code:
<div class="on-off">{postrow.displayed.ONLINE_IMG}</div>
- Code:
<style>.on-off {
background: url('http://forumvi.ghequa.net/ITVNN-NewYear2011-S2/HTT.itvn/statusicon/user-offline.png');
height: 16px;
width: 18px;
}</style>
Vào DISPLAY >>Pictures and Colors >>Pics management >>Mã mở rộng >>button >>tìm hàng Online : thay link ảnh online vào
Re: Xin nút online/off trong view topic[✔]
kiễm tra code
Sao nút onl/off nó nằm dưới vậy và khi onl chỉ thấy hiện off
- 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();
}
});
});
var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
try
{
var regId = parseInt(id, 10);
if( isNaN(regId) ) { regId = 0; }
if( regId > 0)
{
$('.post--' + id).toggle(0, function()
{
if( $(this).is(":visible") )
{
$('#hidden-title--' + id).html(hiddenMsgLabel.visible);
}
else
{
$('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
}
});
}
}
catch(e) { }
return false;
};
//]]>
</script>
<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
<ul>
<!-- BEGIN switch_plus_menu -->
<li><script type="text/javascript">//<![CDATA[
var url_favourite = '{switch_user_logged_in.U_FAVOURITE_JS_PLUS_MENU}';
var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
insert_plus_menu_new('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
//]]>
</script>
</li>
<!-- END switch_plus_menu -->
<li>
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a>
</li>
<li>
<a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
</li>
<li>
<a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
</li>
<!-- BEGIN watchtopic -->
<li>
{S_WATCH_TOPIC}
</li>
<!-- END watchtopic -->
</ul>
<p>
{LOGGED_AS}. {LAST_VISIT_DATE}
</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
<p>
{L_NOT_CONNECTED} {L_LOGIN_REGISTER}
</p>
</div>
<!-- END switch_user_logged_out -->
<div class="pun-crumbs noprint">
<p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} » <strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
<!-- BEGIN switch_twitter_btn --><span id="twitter_btn" style="margin-left: 6px; "><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></span>
<!-- END switch_twitter_btn -->
<!-- BEGIN switch_fb_likebtn --><span id="fb_likebtn" style="margin-left: 6px; "><iframe src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&layout=button_count&show_faces=false&width=450&action=like&colorscheme=light&height=21" style="border:none; overflow:hidden; width:auto; height:21px;" allowtransparency="true" scrolling="no" frameborder="0"></iframe></span>
<!-- END switch_fb_likebtn -->
</p>
</div>
<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>
<!-- 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="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a><a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a><a href="#bottom">{L_GOTO_DOWN}</a> {L_MESSAGE} [{PAGE_NUMBER}]
</p>
</div>
<div class="main-content topic">
<!-- BEGIN postrow -->
<!-- BEGIN hidden -->
<p class="p-hidden">
{postrow.hidden.MESSAGE}
</p>
<!-- END hidden -->
<!-- BEGIN displayed -->
<!-- BEGIN first_post_br -->
</div>
<hr id="first-post-br" />
<div class="main-content topic">
<!-- END first_post_br -->
<div class="post post--{postrow.displayed.U_POST_ID}" {postrow.displayed.thank_bgcolor}="" style="{postrow.displayed.DISPLAYABLE_STATE}"><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><strong>{postrow.displayed.COUNT_POSTS}</strong> {postrow.displayed.ICON} <a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a> {postrow.displayed.POST_DATE_NEW}
</h2>
</div>
<div class="postbody" {postrow.displayed.thank_bgcolor}="">
<div class="user">
<div class="user-ident">
<div class="eti_postbit">
<center>
{postrow.displayed.POSTER_NAME}<div class="on-off">{postrow.displayed.ONLINE_IMG}</div>
</center>
</div>
<div class="eti_postbit">
<center>
{postrow.displayed.POSTER_RANK_NEW}
</center>
</div>
<center><img src="http://tuoitreit.vn/tuoitrevn/avatar/top.gif" /><img style="height: 2px;" src="http://tuoitreit.vn/tuoitrevn/avatar/toprightconner.gif" /><img style="width: 4px;" src="http://tuoitreit.vn/tuoitrevn/avatar/left.gif" />
<div class="avatar9x">
<!-- BEGIN-----AVATA -->
<table style="width:auto" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="padding: 0px">
<img src=" http://i38.servimg.com/u/f38/16/18/15/10/138.png " />
</td>
<td style="padding: 0px" background=" http://i38.servimg.com/u/f38/16/18/15/10/218.png ">
</td>
<td style="padding: 0px">
<img src=" http://i38.servimg.com/u/f38/16/18/15/10/313.png " />
</td>
</tr>
<tr>
<td style="padding: 0px" background=" http://i38.servimg.com/u/f38/16/18/15/10/411.png " valign="top">
</td>
<td style="padding: 0px; background-color: #ffffff" bgcolor="#ffffff">
{postrow.displayed.POSTER_AVATAR}
</td>
<td style="padding: 0px" background=" http://i38.servimg.com/u/f38/16/18/15/10/511.png ">
</td>
</tr>
<tr>
<td style="padding: 0px">
<img src=" http://i38.servimg.com/u/f38/16/18/15/10/610.png " />
</td>
<td style="padding: 0px" background=" http://i38.servimg.com/u/f38/16/18/15/10/710.png ">
</td>
<td style="padding: 0px">
<img src=" http://i38.servimg.com/u/f38/16/18/15/10/810.png " />
</td>
</tr>
</tbody>
</table>
<!-- ENDE-----AVATA --><br />
</div>
</center>
</div>
<div class="eti_postbit">
<center>
{postrow.displayed.RANK_IMAGE}
</center>
</div>
<div class="eti_postbit">
<center>
{postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}
<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}
<!-- END contact_field -->
</center>
</div>
<!-- BEGIN profile_field -->
<div class="eti_postbit">
{postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
</div>
<!-- END profile_field --> {postrow.displayed.POSTER_RPG}
</div>
</div>
<div class="post-entry">
<div class="entry-content">
<!-- BEGIN switch_vote_active -->
<div class="vote gensmall">
<!-- BEGIN switch_vote -->
<div class="vote-button">
<a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a>
</div>
<!-- END switch_vote -->
<!-- BEGIN switch_bar -->
<div 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_no_bar -->
<div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">
----
</div>
<!-- END switch_no_bar -->
<!-- BEGIN switch_vote -->
<div class="vote-button">
<a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a>
</div>
<!-- END switch_vote -->
</div>
<!-- END switch_vote_active -->
<div>
<div>
<!-- Đóng khung bài viết -->
<div>
<table style="width:100%" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="padding: 0px">
<img src="http://i34.servimg.com/u/f34/14/04/26/89/admin_10.gif" />
</td>
<td style="width: 100%;" background="http://i71.servimg.com/u/f71/16/01/40/96/admin_10.gif">
</td>
<td style="padding: 0px">
<img src="http://i71.servimg.com/u/f71/16/01/40/96/admin_11.gif" />
</td>
</tr>
<tr>
<td style="width: 10px;" background="http://i71.servimg.com/u/f71/16/01/40/96/admin_12.gif" valign="top"><img src="http://i71.servimg.com/u/f71/16/01/40/96/admin_13.gif" />
</td>
<td style="padding: 0px; background-color: #ffffff" bgcolor="#ffffff">
{postrow.displayed.MESSAGE}
</td>
<td style="width: 16px;" background="http://i64.servimg.com/u/f64/13/54/69/46/admin_18.gif" valign="top">
</td>
</tr>
<tr>
<td style="padding: 0px">
<img src="http://i64.servimg.com/u/f64/13/54/69/46/admin_19.gif" />
</td>
<td style="padding: 0px" background="http://i64.servimg.com/u/f64/13/54/69/46/admin_20.gif">
</td>
<td style="padding: 0px">
<img src="http://i64.servimg.com/u/f64/13/54/69/46/admin_21.gif" />
</td>
</tr>
</tbody>
</table>
</div>
<!-- KetThuc Dong Khung Cho Bai Viet -->
<!-- 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}" alt="" />
<!-- 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>
<p>
{postrow.displayed.EDITED_MESSAGE}
</p>
</div>
</div>
</div>
<!-- BEGIN switch_signature -->
<div class="sig-content">
<!-- Khung chữ ký -->
<div class="postsignature"><div style="width:100%;">
<img class="title" rel="nofollow" src="http://sinhvienit.net/@forum/vtlai_img/sign-line.png"/>
<div class="content">{postrow.displayed.SIGNATURE_NEW}</div>
</div></div>
<!-- / Khung chữ ký -->
</div>
<!-- END switch_signature -->
<div class="postfoot">
<div class="user-contact profile_{postrow.displayed.PROFILE_POSITION}">
</div>
<div class="post-options profile_{postrow.displayed.PROFILE_POSITION}">
{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}
</div>
<div style="clear:both;">
</div>
</div>
</div>
</div>
<!-- END displayed -->
<!-- END postrow -->
</div>
<div class="main-foot clearfix">
<p class="h2"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a><a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a><a href="#top">{L_BACK_TO_TOP}</a> {L_MESSAGE} [{PAGE_NUMBER}]
</p>
<p class="options"><input name="t" value="{TOPIC_ID}" type="hidden" />
<!-- <input type=&quot;hidden&quot; name=&quot;sid&quot; value=&quot;{S_SID}&quot; /> --><input name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" type="hidden" />
<!-- BEGIN viewtopic_bottom --> {S_TOPIC_ADMIN}
<!-- END viewtopic_bottom -->
</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>
<!-- 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>
<div class="pun-crumbs">
<p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} » <strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
</p>
</div>
<!-- BEGIN promot_trafic -->
<div class="main" id="ptrafic_close" style="display:none">
<div class="main-head clearfix">
<p class="h2">
{PROMOT_TRAFIC_TITLE}
</p>
<p class="options">
<a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a>
</p>
</div>
</div>
<div class="main" id="ptrafic_open" style="display:''">
<div class="main-head clearfix">
<p class="h2">
{PROMOT_TRAFIC_TITLE}
</p>
<p class="options">
<a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a>
</p>
</div>
<div class="main-content clearfix">
<!-- BEGIN link --> » <a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}">{promot_trafic.link.TITLE}</a><br />
<!-- END link -->
</div>
</div>
<!-- END promot_trafic -->
<!-- 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">
<tbody>
<tr>
<!-- BEGIN switch_forum_rule_image -->
<td class="logo"><img src="{RULE_IMG_URL}" alt="" />
</td>
<!-- END switch_forum_rule_image -->
<td class="rules entry-content">
{RULE_MSG}
</td>
</tr>
</tbody>
</table>
</div>
<!-- END switch_forum_rules -->
<!-- BEGIN switch_user_logged_in --><a name="quickreply"></a> {QUICK_REPLY_FORM}
<!-- END switch_user_logged_in -->
<div id="pun-info" class="main">
<div class="main-content">
<div id="stats">
<p>
{L_TABS_PERMISSIONS} <br />{S_AUTH_LIST}
</p>
</div>
</div>
</div>
<!-- BEGIN switch_image_resize --><script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.post-entry .entry-content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize --><script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script><style>
.eti_postbit {
Padding-left: 2px;
Padding-right: 2px;
Padding-top: 2px;
Padding-bottom: 2px;
Background-color: rgb(240,240,240);
Border-top: 1px solid #dddddd;
Border-right: 1px solid #dddddd;
Border-left: 1px solid #c4c4c4;
Border-bottom: 1px solid #c4c4c4;
Margin-bottom: 3px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
</style>
<style>.on-off {
background: url('http://forumvi.ghequa.net/ITVNN-NewYear2011-S2/HTT.itvn/statusicon/user-offline.png');
height: 16px;
width: 18px;
}</style>
Sao nút onl/off nó nằm dưới vậy và khi onl chỉ thấy hiện off
Re: Xin nút online/off trong view topic[✔]
vô Pics management --> Mã mở rộng --> Buttons --> Online : thêm vào!
Nếu không được thì bạn làm theo http://diendan.chinhphuc.info/t3568-topic
Nếu không được thì bạn làm theo http://diendan.chinhphuc.info/t3568-topic
Re: Xin nút online/off trong view topic[✔]
muốn nó hiện ở vị trí nào trong viewtopic thì bạn dời dòng
Còn không hiện thì bạn đưa link forum để xem thử
- Code:
<div class="on-off">{postrow.displayed.ONLINE_IMG}</div>
Còn không hiện thì bạn đưa link forum để xem thử
Re: Xin nút online/off trong view topic[✔]
Bạn chưa làm bước này
Vào DISPLAY >>Pictures and Colors >>Pics management >>Mã mở rộng >>button >>tìm hàng Online : thay link ảnh online vào
Re: Xin nút online/off trong view topic[✔]
Như mình nói!vô Pics management --> Mã mở rộng --> Buttons --> Online : thêm vào!
P/s: hình như các bác mới luôn ko hiểu câu trả lời!
Similar topics
» Cho dòng Online ra giữa view topic làm thế nào
» [Thắc mắc] Xin css giảm tiêu đề trong view topic[✔]
» [Thắc mắc] Xin code đánh dấu từng bài trả lời trong View topic boidy
» Lổi Màu Chử Trong View Topic BoDy.. mọi người giúp dùm
» Cho mình hỏi chút về màu Color trong view topic[✔]
» [Thắc mắc] Xin css giảm tiêu đề trong view topic[✔]
» [Thắc mắc] Xin code đánh dấu từng bài trả lời trong View topic boidy
» Lổi Màu Chử Trong View Topic BoDy.. mọi người giúp dùm
» Cho mình hỏi chút về màu Color trong view topic[✔]
Trang 1 trong tổng số 1 trang
Permissions in this forum:
Bạn không có quyền trả lời bài viết