Thread Closed 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DeadLink Apple style Bread crumb navigation
Author Message
envira Offline
Member
***

Posts: 74
Joined: Nov 2010
Reputation: 3
Post: #1
Wink Apple style Bread crumb navigation
Apple style Bread crumb navigation

Here's a tutorial on how to add Apple style navigation to your forum

[Image: attachment.php?aid=155]

1.First, download the Breadcrumb images pack from here and upload them into your "images" directory.

download: link

2.Then in your
Code:
Admin CP navigate to Templates & Style > Themes

Click "Options" next to your theme and click "Edit Theme".

Click the "Add Stylesheet" tab.

In the Filename field type: global-nav.css

Set "Attached to" to "Globally"

Then click "Write My Own Content"

In the text box that appears, put the following:


Code:
#breadcrumb
{
    font: 11px Arial, Helvetica, sans-serif;
    background-image:url('images/bc_bg.png');
    background-repeat:repeat-x;
    height:30px;
    line-height:30px;
    color:#9b9b9b;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}
#breadcrumb li
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}
#breadcrumb a
{
    height:30px;
    display:block;
    background-image:url('images/bc_separator.png');
    background-repeat:no-repeat;
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}
.home
{
    border:none;
    margin: 8px 0px;
}

#breadcrumb a:hover
{
    color:#35acc5;
}
Click "Save"

3.Then, navigate to "Templates"

Expand the Template Set you wish to add this too, then expand the Navigation group.

Edit the "nav" template, and replace its contents with this:

Code:
yourtheme>templates>navigation templates>nav

Code:
<ul id="breadcrumb"><li><a href="{$mybb->settings['bburl']}/index.php" title="Home"><img src="{$mybb->settings['bburl']}/images/home.png" alt=Home" /></a></li>
{$nav}{$activebit}</ul>

Change SITE URL to the URL you want the Home image to link too.

4.Then edit the "nav_bit" template and replace it's contents with this:

Code:
<li><a href="{$navbit['url']}">{$navbit['name']}</a></li>

5.Then, edit the "nav_bit_active" template and replace it's contents with this:

Code:
<li>{$navbit['name']}</li>

dats it you are done.
demo: www.zzdesigns.cz.cc
original tutorial here: link
02-07-2011, 03:44 AM
Visit this user's website Find all posts by this user
euantor Offline
Posting Freak
*******
Support

Posts: 870
Joined: Jun 2009
Reputation: 7
Post: #2
RE: Apple style Bread crumb navigation
Nice share, thanks!
02-07-2011, 04:27 AM
Visit this user's website Find all posts by this user
envira Offline
Member
***

Posts: 74
Joined: Nov 2010
Reputation: 3
Post: #3
RE: Apple style Bread crumb navigation
my pleasure bro.......thnkx for reply
02-07-2011, 06:04 AM
Visit this user's website Find all posts by this user
Guru Offline
Premium User
Premium Users

Posts: 123
Joined: Mar 2010
Reputation: 0
Post: #4
RE: Apple style Bread crumb navigation
The image is broken. I think?
02-13-2011, 10:00 PM
Find all posts by this user
envira Offline
Member
***

Posts: 74
Joined: Nov 2010
Reputation: 3
Post: #5
RE: Apple style Bread crumb navigation
yea but u can have a working demo.......click the demo and see it.
http://www.zzdesigns.co.cc
02-14-2011, 05:20 AM
Visit this user's website Find all posts by this user
Guru Offline
Premium User
Premium Users

Posts: 123
Joined: Mar 2010
Reputation: 0
Post: #6
RE: Apple style Bread crumb navigation
I don't see the apple style anywhere on the site.?
02-17-2011, 12:01 AM
Find all posts by this user
envira Offline
Member
***

Posts: 74
Joined: Nov 2010
Reputation: 3
Post: #7
RE: Apple style Bread crumb navigation
sorry guys here's daa image...


.png  1122.png (Size: 8.33 KB / Downloads: 40)
02-17-2011, 07:04 AM
Visit this user's website Find all posts by this user
fma965 Offline
Member
***

Posts: 78
Joined: Jul 2011
Reputation: 0
Post: #8
RE: Apple style Bread crumb navigation
thanks
08-01-2011, 06:08 AM
Find all posts by this user
iHydra Offline
Premium User
Premium Users

Posts: 2
Joined: Dec 2011
Reputation: 0
Post: #9
RE: Apple style Bread crumb navigation
Link does not work anymore, you can use this:

http://www.lostsockdesign.com.au/apple-b...index.html
04-04-2012, 08:40 AM
Find all posts by this user
euantor Offline
Posting Freak
*******
Support

Posts: 870
Joined: Jun 2009
Reputation: 7
Post: #10
RE: Apple style Bread crumb navigation
I've updated the OP as something was wrong with the original HTMl code that should have been there. This thread ranks fairly high in google for a specific search term after all.
04-04-2012, 09:00 AM
Visit this user's website Find all posts by this user
Thread Closed 




User(s) browsing this thread: 1 Guest(s)