We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

Pages Crumbs and Pages Nested Menu

Development and Programming

Derek Jones's avatar
Derek Jones
7,561 posts
17 years ago
Derek Jones's avatar Derek Jones

Looks a little deeper then, as that change will have affected some data structures. I’ve pinged Mark and it sounds like he’s working on an update to this plugin, so keep your eye on this thread for an update.

       
huze's avatar
huze
21 posts
17 years ago
huze's avatar huze

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

       
joelene's avatar
joelene
87 posts
17 years ago
joelene's avatar joelene

Hello Mark - is it possible to limit the pages displayed by weblog? I have chopped about with this plugin to generate xml menu for a flash menu - but it would be marvellous to not get all static pages from all weblogs in the xml

       
joelene's avatar
joelene
87 posts
17 years ago
joelene's avatar joelene

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…

       
ian Pitts's avatar
ian Pitts
175 posts
17 years ago
ian Pitts's avatar ian Pitts

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??

       
44sunsets's avatar
44sunsets
42 posts
17 years ago
44sunsets's avatar 44sunsets

iso100: it’s difficult to know exactly what’s causing the problem, as it could be any one of dozens of causes. Are you sure you’ve enabled the plugin?

       
intunet's avatar
intunet
46 posts
17 years ago
intunet's avatar intunet

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!

       
seajay's avatar
seajay
109 posts
17 years ago
seajay's avatar seajay

Request: sort order for nested pages. ReeOrder only handles flat lists, as far as I can see.

       
joelene's avatar
joelene
87 posts
17 years ago
joelene's avatar joelene

I’ve used reeorder for sorting the nested pages and it works fine

       
seajay's avatar
seajay
109 posts
17 years ago
seajay's avatar seajay

Perhaps I’m missing something.

I am seeing page nesting for a Weblog within the Pages module.

When I view that Weblog through ReeOrder, however, there is no nesting. (BTW, the documentation link in the ReeOrder settings page is also broken.)

Is there something else I need to do?

       
joelene's avatar
joelene
87 posts
17 years ago
joelene's avatar joelene

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.

       
nyeoman's avatar
nyeoman
94 posts
17 years ago
nyeoman's avatar nyeoman

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

       
ian Pitts's avatar
ian Pitts
175 posts
17 years ago
ian Pitts's avatar ian Pitts

Nyeoman, I have an identical issue. I’ve posted here in this thread and didn’t get any answers. My site is hosted at EngineHosting, so I like to think they have their settings correct.

       
nyeoman's avatar
nyeoman
94 posts
17 years ago
nyeoman's avatar nyeoman

I’ll be sure to post here if I figure it out.

       
ian Pitts's avatar
ian Pitts
175 posts
17 years ago
ian Pitts's avatar ian Pitts

This might be a Multi Site Manager issue. Are you running it?

I just used the Pages Nested Menu plugin on a client site on a different EngineHosting account that does not have MSM installed and it worked fine.

       
First 2 3 4 5 6

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.