Hi Mark,
Very helpful plugins thank you. I have a question/request for the Nested Menu.
Since I’m using one template to show 3 depths of pages and I only want the pages for the particular depth I’m in to show up the root=”page_url” was a smart addition. I’m finding myself in the situation were I would like to show the sibling pages in the menu, so that the person can keep navigating within that subsection.
In my head I wish I could tell root=”page_url” to take out the last segment of the url, so that I can show all page within the parent of the child I just selected. Maybe a parameter that could be called include_siblings=yes|no
If it’s not currently possible I think it would be a good addition. If it is possible does anyone have a suggestion on how to implement?
Hope this doesn’t sound too confusing
-Damien
Sorry to bump this thread but I always get these errors with the nested_pages plugin (the latest version 119 doesn’t address these issues):
Notice: Undefined index: order in /plugins/pi.pages_nested_menu.php on line 514 Notice: Undefined index: exp_weblog_titles in /plugins/pi.pages_nested_menu.php on line 252 Notice: Undefined index: exp_weblog_titles in /plugins/pi.pages_nested_menu.php on line 253 Notice: Undefined index: in /plugins/pi.pages_nested_menu.php on line 253 Notice: Undefined index: exp_weblog_titles in /plugins/pi.pages_nested_menu.php on line 398
In addition would it be very hard to limit the output by weblog? I get all pages from all weblogs at present. I thank you
EDIT: I rewrote the plugin name to say pi.pages_nested_pages previously - just changed it back to say menu - I had my reasons…
Does anyone else have this problem?
The second I include {exp:pages_nested_menu} in my page, with any options at all, I get a blank page rendered. It doesn’t even show any debugging options.
I really really REALLY would like to get this to work but have no idea how to resolve problems that show no troubleshooting information.
Does anyone have any ideas? I’ve posted about this before but got no answers that worked. Mark, are you out there??
If anyone is interested.
Someone asked about using the crumb plugin for the page title. I have done this but I wanted to drop the first part off the crumb trail in this case it was ‘home’
For example:
<title>Home | Widgets | Squigees</title>
I wanted to drop the home bit.
I added another param called ‘dont_show’. If the page title matches this string it is not shown.
I had to add this to the php of pi.pages_crumbs.php after line 157
if($TMPL->fetch_param('dont_show') != false){
if($page_titles[1]['title'] == $TMPL->fetch_param('dont_show')){
$displayed = false;
}
}
So if you use:
{exp:pages_crumbs include_last='yes' dont_show="Home"}
It won’t show ‘Home’ in the crumb trail.
Hope that makes sense!
If you order the parent entries using reeorder then it will automatically reorder the “subcategories” - but it could be that I havent understood your request completely - the reeorder just creates a numerically ranked list by which to sort which is fine for my use but may not be what you need.
Okay this is really weird. I’ve installed this plugin on localhost and it works great. (My localhost version is an exact copy of my live version). I then copied the file to my live version and now the page breaks (all white). When I remove the code from the template the page loads
Here is my code that works on localhost but not live
{exp:pages_nested_menu include_ul="yes" include_root="yes" depth="9" status="open"}
<a href="http://{pnm_page_url}" title="{pnm_title}">{pnm_title}</a>
{/exp:pages_nested_menu}
I’ve checked the plugin manager and “Pages – Nested Menu (v.1.1.9)” shows up
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.