inherit
205394
0
Jun 13, 2017 7:38:38 GMT -8
crystalfrost
55
February 2014
crystalfrost
|
Post by crystalfrost on Feb 23, 2014 15:04:47 GMT -8
I want to be able to have a drop-down menu in my navigation tree like there is for the boards on my custom pages.
For example, when you are on Sub-board 1, the navigation tree shows Home > Board 1 > Sub-board 1.
Then, if you hover over "Board 1," it will show all of the other sub-boards under that particular board.
I'm currently using a javascript code to insert a trail into the navigation tree, giving me the ability to do Home > Custom Page > Custom Subpage. Here's the code:
<script type="text/javascript"> $(document).ready(function(){ $('#nav-tree-branch-0').after('<li class="nav-tree-branch ui-helper-clearfix"><div itemtype="http://data-vocabulary.org/Breadcrumb" itemscope="itemscope"><a itemprop="url" href="/page/the-malum"><span itemprop="title">The Malum</span></a></div><span class="menu_arrow"><span></span></span></li>'); }); </script>
With that code at the top of the custom page "Werewolves," when I'm on the page "Werewolves," it shows Home > The Malum > Werewolves. Now I want to be able to hover over "The Malum" and have the rest of the subpages show up. (These subpages are "Werecats," "Vampires," and "Witches & Warlocks.")
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Feb 27, 2014 14:47:01 GMT -8
I want to be able to have a drop-down menu in my navigation tree like there is for the boards on my custom pages.
For example, when you are on Sub-board 1, the navigation tree shows Home > Board 1 > Sub-board 1.
Then, if you hover over "Board 1," it will show all of the other sub-boards under that particular board.
I'm currently using a javascript code to insert a trail into the navigation tree, giving me the ability to do Home > Custom Page > Custom Subpage. Here's the code:
<script type="text/javascript"> $(document).ready(function(){ $('#nav-tree-branch-0').after('<li class="nav-tree-branch ui-helper-clearfix"><div itemtype="http://data-vocabulary.org/Breadcrumb" itemscope="itemscope"><a itemprop="url" href="/page/the-malum"><span itemprop="title">The Malum</span></a></div><span class="menu_arrow"><span></span></span></li>'); }); </script>
With that code at the top of the custom page "Werewolves," when I'm on the page "Werewolves," it shows Home > The Malum > Werewolves. Now I want to be able to hover over "The Malum" and have the rest of the subpages show up. (These subpages are "Werecats," "Vampires," and "Witches & Warlocks.")
Just trying to follow up on any posts that seem to have been unanswered. Was this resolved when you decided to go with a drop down here? support.proboards.com/thread/502858/drop-menu-header
|
|
inherit
205394
0
Jun 13, 2017 7:38:38 GMT -8
crystalfrost
55
February 2014
crystalfrost
|
Post by crystalfrost on Feb 28, 2014 7:42:27 GMT -8
No, that was completely different question I had. I want to edit the navigation tree so that it works the same way it does with boards when I'm on custom pages.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 2, 2014 4:58:59 GMT -8
O.K. Thanks crystalfrost, I'm not sure if I'm the one to figure this out but I'll take a look (way later today) because I need the answer to this as well.
|
|
inherit
205394
0
Jun 13, 2017 7:38:38 GMT -8
crystalfrost
55
February 2014
crystalfrost
|
Post by crystalfrost on Aug 15, 2014 5:05:53 GMT -8
Bump?
|
|
inherit
205394
0
Jun 13, 2017 7:38:38 GMT -8
crystalfrost
55
February 2014
crystalfrost
|
Post by crystalfrost on Oct 1, 2014 13:06:47 GMT -8
Bump again
|
|
inherit
205394
0
Jun 13, 2017 7:38:38 GMT -8
crystalfrost
55
February 2014
crystalfrost
|
Post by crystalfrost on Oct 25, 2014 7:34:05 GMT -8
Bump
|
|