Admin xem xét lại thành viên này này

Thảo luận trong 'Feedback' bắt đầu bởi diendanbato, 26/7/14.

1votes
5/5, 1 vote

  1. TrungSGN

    TrungSGN Member

    Bài viết:
    256
    Likes :
    61
    Chấp gì thành phần đó các bác ạ... Giớ hạn người ta chỉ thế thôi
     
  2. chuvanhinh

    chuvanhinh Member

    Bài viết:
    109
    Likes :
    26
    Lien ket link khong bac
     
    TrungSGN thích bài này.
  3. bibiduy

    bibiduy Member

    Bài viết:
    511
    Likes :
    59
    căng rồi đây chủ thớt xem nó chưởi như này mới sợ nè :))
     
  4. TrungSGN

    TrungSGN Member

    Bài viết:
    256
    Likes :
    61
    links thì link
     
  5. singh

    singh Member

    Bài viết:
    384
    Likes :
    79
    Hoy đi nha
     
  6. chuvanhinh

    chuvanhinh Member

    Bài viết:
    109
    Likes :
    26
    Đã đặt xong nha bác, bác đặt của em đi nha Diễn đàn rao vặt Người Tây Ninh http://nguoitayninh.info/
     
    TrungSGN thích bài này.
  7. TrungSGN

    TrungSGN Member

    Bài viết:
    256
    Likes :
    61
    Đã đặt xong nha bạn , top của bạn đẹp thật shea cho mình dc ko ?
     
    Last edited: 7/10/14
  8. chuvanhinh

    chuvanhinh Member

    Bài viết:
    109
    Likes :
    26
    Top thong ke dien dan phai khong ban ?
     
    TrungSGN thích bài này.
  9. TrungSGN

    TrungSGN Member

    Bài viết:
    256
    Likes :
    61
    đúng rồi đó bạn , công nhận đẹp mà thoáng thật
     
  10. chuvanhinh

    chuvanhinh Member

    Bài viết:
    109
    Likes :
    26
  11. yeuthaibinh

    yeuthaibinh Member

    Bài viết:
    60
    Likes :
    20
    Nhìn avt đã thấy vô học rồi :( ngoài đời chắc cũng chả khác gì mấy, chả lạ gì mấy thằng vô học này nữa :v
    Nhưng thôi chấp làm gì
     
  12. TrungSGN

    TrungSGN Member

    Bài viết:
    256
    Likes :
    61
  13. TrungSGN

    TrungSGN Member

    Bài viết:
    256
    Likes :
    61
  14. chuvanhinh

    chuvanhinh Member

    Bài viết:
    109
    Likes :
    26
    Ban lam theo huong dan o day de giong nhu trang chu cua minh.
    Code:
    Các bạn vào template EWRblock_RecentNews thay toàn bộ code sau:
    :(Click để sao chép vào clipboard)
    <xen:require css="message_user_info.css" />
    <xen:require css="bb_code.css" />
    <xen:require css="EWRblock_RecentNews.css" />

    <div id="recentNews">
    <div class="header_rc"><div class="title_rc">Tin mới nhất</div></div>
    <xen:foreach loop="$RecentNews" value="$news">
    <div class="section sectionMainportal recentNews" id="{$news.thread_id}">
    <div class="cms_congnghe_img">
    <xen:if is="{$news.promote_icon} != 'disabled'">
    <xen:if hascontent="true">

    <xen:contentcheck>
    <xen:if is="{$news.attach}">
    <a href="{xen:link threads, $news}"><img src="http://res.cloudinary.com/tint/image/fetch/w_500,h_333,c_thumb/TENMIEN/{$news.attach.thumbnailUrl}" alt="{$news.attach.filename}" /></a>
    <xen:elseif is="{$news.medio}" />
    <div style="background: url('{xen:helper medio, $news.medio}') no-repeat;">
    <a href="{xen:link 'full:media/media/popout', $news.medio}" class="OverlayTrigger"><img src="styles/8wayrun/EWRmedio_play.png" width="160" height="90" /></a>
    </div>
    <xen:elseif is="{$news.image}" />
    <a href="{xen:link threads, $news}"><img src="http://res.cloudinary.com/tint/image/fetch/w_500,h_333,c_thumb/{$news.image}" alt="{$news.image}" /></a>
    <xen:else />
    <a href="{xen:link threads, $news}"><img src="/images/news.jpg" /></a>
    </xen:if>
    </xen:contentcheck>
    </xen:if>
    </xen:if>
    </div>

    <div class="right_ct">
    <div class="subHeadingportal">
    <a href="{xen:link threads, $news}" class="newsTitle">{xen:helper threadPrefix, $news}{$news.title}</a>
    <xen:if is="{$visitor.permissions.EWRporta.canPromote}">
    (<a href="{xen:link 'threads/edit', $news}" class="OverlayTrigger">{xen:Phrase edit}</a>)
    </xen:if>
    <div class="edit_btn" style="float: right; white-space: nowrap;">
    </div>
    </div>
    <div class="messageContent baseHtml">
    <div class="postedBy">
    <span class="posted iconKey">{xen:Phrase by_x_at_y,
    'user=<a href="{xen:link members, $news}" class="username">{$news.username}</a>,',
    'date=<a href="{xen:link threads, $news}">{xen:time $news.post_date, 'absolute'}</a>'}</span>
    </div>
    <div class="newsText">{xen:helper snippet, $news.message, 300}</div>
    <div class="postedStat">
    <span class="views"><span></span>{xen:number $news.view_count}</span>
    <span class="likes"><span></span>{xen:number $news.first_post_likes}</span>
    <span class="comments iconKey"><a href="{xen:link threads/unread, $news}"><span></span>{xen:number $news.reply_count}</a></span>

    </div>
    <div class="clearFix"></div>
    </div>
    </div>


    </div>
    </xen:foreach>

    <xen:if hascontent="true">
    <div class="section sectionMain">
    <xen:contentcheck>
    <xen:if is="{$option.pagenav} && {$option.count} > {$option.limit}">
    <xen:Pagenav link="articles" linkdata="{$category}" page="{$page}" perpage="{$option.limit}" total="{$option.count}" />
    </xen:if>
    </xen:contentcheck>
    </div>
    </xen:if>
    </div>
    Lưu ý: TENMIEN trong trường hợp này phải được thay bằng tên miền diễn đàn của bạn ví dụ như http://nguoitayninh.info .

    Vào template EWRblock_RecentNews.css thay toàn bộ code sau:
    :(Click để sao chép vào clipboard)
    .EWRporta_Portal .breadBoxTop, .EWRporta_Portal .titleBar {display: none;}
    .header_rc{border-bottom:4px solid #666;position:relative;width:auto}/*#0093cb #006d96*/
    .title_rc{background:#333;color:#fff;float:left;font-size:15px;padding:10px;position:absolute;text-transform:uppercase;top:-39px}
    #recentNews{background:#fff;border:1px solid #ccc;margin-top:15px;padding-top:30px}
    .page_count{background:none;border:none}
    .EWRporta_Portal .breadBoxBottom{display:none}
    .postedStat .views,.postedStat .likes,.postedStat .comments{float:left;padding-right:25px;padding-top:3px}
    .postedStat .views span{background:transparent url(/images/icon.png) no-repeat -135px -7px;float:left;font-size:13px;height:15px;padding-right:10px;width:19px}
    .postedStat .likes span{background:transparent url(/images/icon.png) no-repeat -174px -67px;float:left;font-size:13px;height:15px;padding-right:0;width:19px}
    .postedStat{padding-bottom:10px;padding-left:10px;padding-top:10px}
    .recentNews .messageContent .comments span{background:transparent url(/images/icon.png) no-repeat -173px -7px;float:left;font-size:13px;height:15px;padding-right:5px;width:19px}
    .recentNews .messageContent .comments a{color:#3A3A3A!important;font-weight:400!important}
    .LeftMenuFix{margin:0 auto;width:1000px}
    .LeftMenu_wrp{background:#fff;float:left;margin-left:0;margin-right:10px;margin-top:15px;width:130px}
    /* .item_lmn{border:#d9d9d9 solid 1px;border-top:none;color:#3870a0;display:block;font-size:14px;padding:8px 10px;text-align:center}
    .item_lmn:hover{background:#f1f1f1}
    .title_lmn1 .item_lmn{background:#0093cc;color:#fff}
    .title_lmn2 .item_lmn{background:#e75218;color:#fff}
    .LeftMenuFixed{margin-left:-140px;margin-top:-3px;position:absolute;width:135px!important}*/
    .clearFix{clear:both}
    .HotBlock{float:left;margin-top:0;width:100%}
    .HotBlock_wrp{background:none repeat scroll 0 0 #FFF;border:1px solid #CCC;margin-top:15px;padding-top:30px}
    .HotBlock_ct{padding:20px 0 0}
    .header_hb .title_rc{background:#444}
    .HotBlock_items{float:left;height:100px;overflow:hidden;padding-bottom:20px;padding-left:20px;width:320px}
    .img_items{display:block;float:left;height:95px;overflow:hidden;padding-right:10px;width:95px}
    .img_items img{min-height:95px;width:95px}
    .ct_items{float:left;width:205px}
    .title_items{color:#444!important;display:block;font-size:15px;font-weight:700;max-height:58px;overflow:hidden;text-align:justify;width:205px}
    .info_items{color:#666!important;font-size:12px;width:190px}
    .lmn_bock02 .fb-like,.lmn_bock02 .plusone{border:#d9d9d9 solid 1px;border-top:none;color:#3870a0;display:block;font-size:14px;margin:0!important;padding:8px 10px;text-align:center}
    .thread_view .HotBlock{margin-bottom:10px;margin-right:310px;margin-top:-10px;width:auto}
    .EWRporta_Portal .PageNav{padding-top:10px}
    .titleBar h1{margin-top:10px}
    .cms_congnghe_img{float:left;height:170px;overflow:hidden;width:270px}
    .right_ct{margin-left:280px}

    .bbCodeQuote{margin-right:10px!important}
    .subHeadingportal{-webkit-border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; -khtml-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;font-weight:700;margin:0 0 5px;overflow:hidden;padding-bottom:2px;text-align:left}
    .subHeadingportal .newsTitle{color:#444;font-family:Tahoma, Geneva, sans-serif;font-size:16px;line-height:24px}
    .recentNews .leftDate .newsText{font-size:13px;margin-left:0!important;text-align:justify}
    .recentNews .leftDate .newsText iframe{max-width:550px;width:auto}
    .cn_message{padding-bottom:0!important}
    .cn_message .fb-comments{margin:0 auto}
    .cnfacebookLike{padding:15px 10px 10px}
    .sectionFooterportal{color:#65a5d1;font-size:11px;line-height:16px;padding:4px 10px}
    .sectionFooterportal a{color:#65a5d1}
    .primaryContentportal{background-color:#FFFFF;padding:10px}
    .primaryContentportal a{color:#176093}
    .sectionMainportal{background:#fff;border-bottom:1px solid #D9D9D9;float:left;margin:0!important;padding:20px}
    .widget-container .secondaryContent a,.widget-container .userTitle a{font-weight:400}
    .cms_congnghe_img a:hover img {
    margin-left: -5%;
    width: 110%;
    }
    .cms_congnghe_img a img {
    transition: all 0.2s ease 0s;
    width: 100%;
    }
    .recentNews .subHeading { margin: -10px -10px 10px; }
    .recentNews .subHeading a { color: #444444 !important; }
    .recentNews .subHeading h2 { font-size: 1.5em; }
    .recentNews .messageUserBlock { float: right; margin-left: 10px; }

    .recentNews .newsDate { float: left; margin: 0px 10px 10px 0px; padding: 0px 10px 5px; width: 35px; font-weight: bold; text-align: center; }
    .recentNews .newsDate .newsMonth { padding: 10px 0px 5px !important; margin: 0px -10px 5px !important; text-transform: uppercase; }
    .recentNews .newsDate .newsDay { font-size: 26px; }

    .recentNews .leftDate .newsDate { margin-left: -45px; }
    .recentNews .leftDate .newsText { margin-left: 25px; }

    .recentNews .messageContent { font-size: 13px; }
    .recentNews .messageContent .postedBy a{color:#666;}
    .recentNews .messageContent .postedBy { font-size: 12px; padding-bottom: 5px;padding-top: 0px; }
    .recentNews .messageContent .username { font-weight: bold; color:#0093cb !important;}
    .recentNews .messageContent .comments { float: left; font-weight: bold; }
    .recentNews .messageContent .clearFix { clear: right; }

    .recentNews .iconKey div
    {
    background: transparent url('styles/baisik/xenforo/xenforo-ui-sprite.png') no-repeat 10000px 0;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 4px;
    }
    .recentNews .iconKey .sticky { background-position: 0px -16px; }
    .recentNews .iconKey .redirect { background-position: -48px -16px; }
    .recentNews .iconKey .new { background-position: -64px -16px; }

    .recentNews .sectionFooter { margin: 10px -10px -10px; text-align: right; position: relative; }
    .recentNews .sectionFooter .continue { padding-top: 5px; font-size: 12px; }
    .recentNews .sectionFooter .continue .redirect { margin: 3px 4px 0px 0px; }

    .recentNews .sectionFooter .categories { padding-top: 5px; float: left; }
    .recentNews .sectionFooter .categories li { display: inline; }

    .recentNews .sectionFooter .sharePage { position: absolute; }
    .recentNews .sectionFooter .shareControl { margin-top: 6px !important; }
     

    Các file đính kèm:

  15. chuvanhinh

    chuvanhinh Member

    Bài viết:
    109
    Likes :
    26
    Ban co biet Tran Van Sinh truoc la nhan vien kinh doanh Q. Phu Nhuan, nay la truong bot quan 2 ko ?
     
  16. TrungSGN

    TrungSGN Member

    Bài viết:
    256
    Likes :
    61
    biết , ko lẽ lại là Sinh ?
     
  17. TrungSGN

    TrungSGN Member

    Bài viết:
    256
    Likes :
    61
    Có nhiều mặt cười mình ko sao sửa được , bạn cho mình xin file luôn hay có link nguồn càng tốt . cảm ơn bạn
     
  18. chuvanhinh

    chuvanhinh Member

    Bài viết:
    109
    Likes :
    26
    Dung roi
     
  19. chuvanhinh

    chuvanhinh Member

    Bài viết:
    109
    Likes :
    26
    Thay toàn bộ code EWRblock_RecentNews bằng
    <xen:require css="message_user_info.css" />
    <xen:require css="bb_code.css" />
    <xen:require css="EWRblock_RecentNews.css" />
    <div id="recentNews">
    <xen:foreach loop="$RecentNews" value="$news">
    <div class="section sectionMainportal recentNews" id="{$news.thread_id}">
    <div class="primaryContentportal {xen:if {$option.leftdate}, 'leftDate'}">
    <div class="subHeadingportal">
    <div style="float: right; white-space: nowrap;">
    <a href="{xen:link threads, $news}"></a>
    <xen:if is="{$visitor.permissions.EWRporta.canPromote}">
    &nbsp; (<a href="{xen:link 'threads/edit', $news}" class="OverlayTrigger">{xen:Phrase edit}</a>)
    </xen:if>
    </div>
    <a href="{xen:link threads, $news}" class="newsTitle">{$news.title}</a>
    </div>
    <div class="messageContent baseHtml">
    <div class="postedBy">
    <span class="posted">
    bởi <a href="{xen:link members, $news}" class="username">{$news.username}</a>,
    vào <a href="{xen:link threads, $news}">{xen:Datetime $news.promote_date}</a></span>
    <span class="views"><a href="{xen:link threads, $news}">{$news.view_count} {xen:Phrase views}</a></span>

    </div>

    <xen:if is="{$news.promote_icon} != 'disabled'">
    <xen:if hascontent="true">
    <div class="image_preview">
    <xen:contentcheck>
    <xen:if is="{$news.attach}">
    <a href="{xen:link threads, $news}"><img src="{$news.attach.thumbnailUrl}" alt="{$news.attach.filename}" /></a>
    <xen:elseif is="{$news.medio}" />
    <div style="background: url('{xen:helper medio, $news.medio}') no-repeat;">
    <a href="{xen:link 'full:media/popout', $news.medio}" class="OverlayTrigger"><img src="styles/8wayrun/EWRmedio_play.png" width="160" height="90" /></a>
    </div>
    <xen:elseif is="{$news.image}" />
    <a href="{xen:link threads, $news}"><img src="{$news.image}" alt="{$news.image}" title="Nhấp chuột vào đây để xem chi tiết" style="max-width: 100%;" /></a>
    <xen:else />
    <xen:avatar user="$news" size="m" itemprop="photo" />
    </xen:if>
    </xen:contentcheck>
    </div>
    </xen:if>
    </xen:if>
    <div class="newsText">{xen:raw $news.messageHtml}</div>
    <div class="clearFix"></div>
    </div>
    <div class="sectionFooterportal">

    <div class="continue">
    <a href="{xen:link threads, $news}" style="background: transparent url('@imagePath/xenforo/icons/redirect.png') no-repeat left bottom; padding-left: 20px;">
    {xen:Phrase continue_reading}
    </a>
    </div>
    </div>
    </div>
    </div>
    </xen:foreach>
    <xen:if hascontent="true">
    <div class="section sectionFooterporta">
    <xen:contentcheck>
    <xen:if is="{$option.pagenav} && {$option.count} > {$option.limit}">
    <xen:if is="{$category}">
    <xen:Pagenav link="articles" linkdata="{$category}" page="{$page}" perpage="{$option.limit}" total="{$option.count}" />
    <xen:else />
    <xen:Pagenav link="portal" page="{$page}" perpage="{$option.limit}" total="{$option.count}" />
    </xen:if>
    </xen:if>
    </xen:contentcheck>
    </div>
    </xen:if>
    </div>

    Tiếp theo thay toàn bộ code EWRblock_RecentNews.css bằng:
    #recentNews .sectionMainportal {
    border: 0 none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    padding: 0;
    }
    #recentNews .subHeadingportal {
    background: none repeat scroll 0 0 #EBF7FA;
    border-radius: 6px 6px 0 0;
    }
    .recentNews .subHeadingportal a.newsTitle {
    font-size: 22px;
    font-weight: 700;
    }
    .recentNews .subHeadingportal { margin: -10px -10px 10px; }
    .recentNews .subHeadingportal a { color: #285E8D; }
    .recentNews .messageUserBlock { float: right; margin-left: 10px; }
    .recentNews .newsDate { float: left; margin: 0px 10px 10px 0px; padding: 0px 10px 5px; width: 35px; font-weight: bold; text-align: center; }
    .recentNews .newsDate .newsMonth { padding: 10px 0px 5px !important; margin: 0px -10px 5px !important; text-transform: uppercase; }
    .recentNews .newsDate .newsDay { font-size: 26px; }
    .recentNews .leftDate .newsDate { margin-left: -45px; }
    .recentNews .leftDate .newsText {
    text-align: justify;
    }
    .recentNews .messageContent { font-size: 13px; }
    .recentNews .messageContent .postedBy { margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px dashed @primaryLighterStill; }
    .recentNews .messageContent .username { font-weight: bold; }
    .recentNews .messageContent .posted { background: transparent url('@imagePath/xenforo/icons/sticky.png') no-repeat left bottom; padding-left: 20px; }
    .recentNews .messageContent .views { float: right; background: transparent url('@imagePath/xenforo/widgets/discussion-new.png') no-repeat left bottom; padding-left: 20px; font-weight: bold; }
    .recentNews .messageContent .comments { float: right; background: transparent url('@imagePath/xenforo/widgets/discussion-new.png') no-repeat left bottom; padding-left: 20px; font-weight: bold; }
    .recentNews .messageContent .clearFix { clear: right; }
    .recentNews .sectionFooterportal { margin: 0 -10px -10px; text-align: right; position: relative; }
    .recentNews .sectionFooterportal .continue { padding: 6px; font-size: 12px; }
    .recentNews .sectionFooterportal .continue a { background: transparent url('@imagePath/xenforo/icons/redirect.png') no-repeat left bottom; padding-left: 20px; }
    .recentNews .sectionFooterportal .continue a:hover { text-decoration: none; }
    .recentNews .sectionFooterportal .source { padding-top: 6px; float: left; }
    .recentNews .sectionFooterportal .sharePage { position: absolute; }
    .recentNews .sectionFooterportal .shareControl { margin-top: 4px !important; }


    Ok giờ coi demo xem thay đổi thế nào
     
    TrungSGN thích bài này.
  20. chuvanhinh

    chuvanhinh Member

    Bài viết:
    109
    Likes :
    26
    TrungSGN thích bài này.
comments powered by Disqus

Chia sẻ trang này

Đang tải...