• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn biến thanh breadcrumb của diễn đàn vbb ** thành xenforo

Admin

Well-Known Member
Staff member
Administrator
h9jXV.jpg



Hướng dẫn (tùy vào từng skin mà việc tùy chỉnh sẽ khác nhau)
Đầu tiên các bạn vào: Style Manager -> Main CSS -> Additional CSS Definitions


Thêm đoạn CSS này vào cuối cùng của ô đầu tiên trong Additional CSS Definitions


.breadBoxTop, .breadBoxBottom { padding: 10px 5px; overflow: hidden; zoom: 1; clear: both; } .breadcrumb .crust:first-child a.crumb { padding-left: 20px; border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; -khtml-border-top-left-radius: 4px; border-bottom-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -khtml-border-bottom-left-radius: 4px; } .breadcrumb { font-size: 11px; background: #FFFFFF; border: 1px solid #cccccc; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; overflow: hidden; zoom: 1; } .breadcrumb .jumpMenuTrigger { background: transparent; margin: 5px; display: block; float: right; white-space: nowrap; text-indent: 9999px; overflow: hidden; width: 13px; height: 13px; } .breadcrumb .crust { display: block; float: left; position: relative; zoom: 1; } .breadcrumb .crust .arrow { border: 12px solid transparent; border-right: 1px none black; border-left-color: #cccccc; display: block; position: absolute; right: -12px; top: 0px; z-index: 50; width: 0px; height: 0px; } .breadBoxTop { } article, aside, footer, header, hgroup, nav, section { display: block; } .breadcrumb .boardTitle { display: none; } .breadcrumb .crust:hover a.crumb { background-color:#ededed; } .breadcrumb .crust:last-child a.crumb { font-weight: bold; } .breadcrumb .crust a.crumb { text-decoration: none; background-color: #ffffff; padding: 0 10px 0 18px; margin-bottom: -1px; border-bottom: 1px solid #cccccc; outline: 0 none; -moz-outline-style: 0 none; display: block; line-height: 24px; _border-bottom: none; } .breadcrumb .crust:hover .arrow span { border-left-color: #ededed; } .breadcrumb .crust .arrow span { border: 12px solid transparent; border-right: 1px none black; border-left-color: #ffffff; display: block; position: absolute; left: -13px; top: -12px; z-index: 51; white-space: nowrap; overflow: hidden; text-indent: 9999px; width: 0px; height: 0px; } fieldset .breadcrumb { display: block; -webkit-margin-start: 2px; -webkit-margin-end: 2px; -webkit-padding-before: 0.35em; -webkit-padding-start: 0.75em; -webkit-padding-end: 0.75em; -webkit-padding-after: 0.625em; border: 2px groove threedface; border-image: initial; } .breadBoxTop fieldset { margin: 0; padding: 0; }


Sau đó các bạn vào: Edit temp của skin bạn đang dùng -> Navigation / Breadcrumb Templates -> navbar
Tìm đoạn:


<if condition="is_array($navbits)">
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="bottom">
<td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
<td>&nbsp;</td>
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
</tr>
<tr>
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><if condition="$_SERVER['REQUEST_METHOD'] == 'POST'"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="" border="0" /><else /><a href="$navbar_reloadurl"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="$vbphrase[reload_this_page]" border="0" /></a></if> <strong>$navbits[lastelement]</strong></td>
</tr>
</table>
<else />
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
Thay bằng:




<div class="breadBoxTop">
<nav>
<fieldset class="breadcrumb">
<span class="crumbs">
<span class="crust" itemscope="itemscope" itemtype="index.php">
<a href="index.php" class="crumb" rel="up" itemprop="url"><span itemprop="title">Diễn đàn</span></a>
<span class="arrow"><span></span></span>
</span>
$navbits[breadcrumb]
<if condition="$navbits[lastelement] != ''">
<span class="crumbs">
<span class="crust" itemscope="itemscope" itemtype="">
<a class="crumb" rel="up" itemprop="url"><span itemprop="title">$navbits[lastelement]</span></a>
<span class="arrow"><span></span></span>
</span>
<else />


</if>
</span>
</span>
</fieldset>
</nav>
</div>
Tiếp theo các bạn vào: Navigation / Breadcrumb Templates -> navbar_link
Thay toàn bộ code của phần này bằng:


<if condition="$show['breadcrumb']">
<span class="crumbs">
<span class="crust" itemscope="itemscope" itemtype="$nav_url">
<a class="crumb" itemprop="url" href="$nav_url"><span itemprop="title">$nav_title</span></a>
<span class="arrow"><span></span></span>
</span>

<else />
$nav_title
</if>


Nguồn: Camnhan.vn
 

Facebook Comments

Similar threads
Thread starter Title Forum Replies Date
Admin 8 bước để biến khách hàng tiềm năng thành người mua Sách, truyện, tài liệu 0
T Tìm hiểu Docker là gì và liên quan gì tới thực phẩm chế biến Tin tức CNTT 0
T Những ngôn ngữ phổ biến trong lập trình game Tin tức CNTT 0
T Top 10 ngôn ngữ phổ biến nhất trong Blockchain Tin tức CNTT 0
T Blockchain biến ngành công nghiệp game 108 tỷ đô thành ? Tin tức CNTT 0
D Share Vì sao lan can cầu thang kính phổ biến ở những ngôi nhà hiện đại Thảo luận SEO 0
D Có nên học kỹ thuật chế biến món ăn tại trường trung cấp Kinh Tế - Du Lịch TPHCM (CET)? Trò chuyện linh tinh 0
tunglamed Hô biến cơ hội hiếm có khó tìm trở nên siêu thực chỉ có ở mConnect! Thông tin các mạng di động 8
fsend.vn Toàn bộ diễn biến trận bán kết và chung kết euro 2016 Thảo luận chung 1
B Hướng dẫn Biến máy Androidthành thiết bị chơi game chuyênnghiệp với Sixaxis và tay Dualshock3 Android, iOS 0
PushKiss S40 Tổng hợp 6 game đua xe hỗ trợ 3 loại màn hình phổ biến mà mình vừa sưu tầm S40 0
Admin Biến máy tính thành điểm phát wifi trong windows 8 dễ dàng Sử dụng, chia sẻ, hỏi đáp 0
Admin Hướng dẫn biến notepad++ thành trình IDE đơn giản Sử dụng, chia sẻ, hỏi đáp 0
Admin Apple xác nhận việc mua lại PrimeSense, công ty phát triển nên cảm biến 3D dùng trong Kinect Tin tức CNTT 0
Admin Samsung ra mắt cảm biến ảnh ISOCELL: tăng độ nhạy sáng, độ chính xác màu và dải tương phản động Tin tức CNTT 0
Admin Cảm biến vân tay Touch ID trên iPhone 5s đã bị hack Tin tức CNTT 0
Admin HP Envy 17 Leap Motion SE - máy tính xách tay đầu tiên tích hợp cảm biến cử chỉ 3D Leap Motion Tin tức, giới thiệu về ĐTDĐ 1
Admin Một số thủ thuật tùy biến All Apps trong Windows 8 Sử dụng, chia sẻ, hỏi đáp 1
K Não bộ "biến đổi" khi con người dùng Facebook Tin tức, sự kiện thường ngày 0
L0ngHackit Ống kính biến "dế" thành kính hiển vi Tin tức, giới thiệu về ĐTDĐ 0
Admin Photo wonder 3.0.0 - phiên bản mới nâng cao tính tùy biến và ổn định Android, iOS 0
I Cảm biến Kinect 2 cho máy tính sẽ khác hoàn toàn của Xbox One Tin tức CNTT 0
Admin Biến hộp diêm thành vali siêu dễ thương Sách, truyện, tài liệu 0
S Android tivi box minix --> có thể biến tivi thường thành tivi đẳng cấp Tin tức CNTT 0
KhangSkull Người dùng Việt đang biến hashtag thành trò spam nhảm Mạng internet 0
Admin Phần mềm biến s60 thành iphone S60 0
Admin Phần mềm biến symbian thành android 2.2 S60 5
Admin Connectify Pro 4.3.0.26370 - - Biến Laptop thành điểm phát sóng Wifi Phần mềm 0
blog4me 3 dịch vụ rút ngắn địa chỉ URL phổ biến hiện nay Thảo luận wap việt 0
Admin Yahoo Messenger 11.5.0.228 - phần mềm chát tiện dụng và phổ biến ở Việt Nam hiện nay Phần mềm 0
Admin Share code quảng cáo 2 bên forum tự biến mất khi màn hình nhỏ HTML & CSS 0
D Share công cụ tùy chỉ đã sửa biến cho PHP PHP 0
J Android HTC One X biến thành búa đóng đinh Điện thoại di động 0
A Android Phần mềm biến hoá ảnh Android, iOS 0
Hero [PTS] Biến Thành Mặt Quỷ Thiết kế đồ họa 2
T Neymar 'biến hóa' với kiểu tóc Mohican Tin tức, sự kiện thường ngày 0
S Cặp song sinh tử vong: Do tai biến hiếm gặp Tin tức, sự kiện thường ngày 0
S Diễn biến bão Sơn Tinh trong ngày 29/10 Tin tức, sự kiện thường ngày 0
S Diễn biến bão số 8 trong ngày 29/10 Tin tức, sự kiện thường ngày 0
Admin [MP4] The Bullet Vanishes 2012 - Viên Đạn Biến Mất - Sub Việt - Hành Động Video, clip 0
G Một số kĩ thuậttấn công phổ biến củahacker Security - Local - Hacking 0
S Syria: 28.000 người biến mất bí ẩn Tin tức, sự kiện thường ngày 0
S "Thiên đường" biến mất sau một cú va xe Tin tức, sự kiện thường ngày 0
Admin Phần mềm karaoke này sẽ biến bạn thành ca sĩ S40 0
S Khi tài xế xe bồn biến thành "xăng tặc" Tin tức, sự kiện thường ngày 0
S "Hô biến" hoa quả thối thành sinh tố Tin tức, sự kiện thường ngày 0
S Vi khuẩn biến chất độc thành vàng nguyên chất Tin tức, sự kiện thường ngày 0
S Bão số 7 diễn biến phức tạp Tin tức, sự kiện thường ngày 0
S Gái nghèo "ế" vì tục bắt chồng biến tướng Tin tức, sự kiện thường ngày 0
S Làm mẹ tuổi 15 vì tục đi sim biến tướng Tin tức, sự kiện thường ngày 0

Similar threads

New posts New threads New resources

Back
Top