Pagination currently doesn’t work with the module because we’re assigning exact URLs to entries, so pagination can’t find itself (if that makes sense). On the wishlist. Also, you don’t need dynamic=“off” or it may not work. You only need dynamic=“off” when calling a listing or single entry NOT related to the “page” you’re on.
I’ve just started using it, and so far, I’m really impressed. But I’ve run into one issue that I can’t quite seem to work out.
I have created a weblog entitled “pages” that holds all of my site’s static pages. I’ve created an entry—“Ministries”—that will serve as the “parent” page of the “Ministries” section, and I’ve created several “children” entries—e.g., “Worship”, “Children”—that will be “sub” pages of “Ministries”.
So far, so good. However, I have all of these static pages using a single template. Which means that, when I attempt to pull up “Ministries” or any of its children, I don’t get just that particular entry, I get a list of all of the entries in the “pages” weblog. Which, obviously, isn’t right.
So, what am I doing wrong? Is there some configuration setting I missed?
Oh, and here’s one for the feature request list. It’d be nice to be able to display a list of particular entry’s children, if any, and even limit it to display a specific number of levels of children, if any.
Re: my earlier issue, I figured out what was going on. I misread the documentation and had dynamic=“off” in my {exp:weblog:entries} tag. I took that out, and everything seems to be working fine now.
Note that the “sub_level_1” list is actually outside the <li> that contains its parent. This output certainly works, but it makes the CSS styling a lot more difficult (and it’s less correct semantically). Could the output be adjusted to look like this?
When I try to access my homepage, I’m getting the error message that the tag {exp:structure:breadcrumb}, can’t be found. In other pages/levels (with URLs) the tag does work. Any clue?
Question/Request:
Is is possible to completely remove the main add/edit buttons in the header and only use the Structure tab for customers?
@NicoSmit Not sure what’s up here because the breadcrumb tag shouldn’t cause any errors on your homepage. It doesn’t return anything when there. Can you PM me a login to look at your install? Or post the code?
We’re finishing up an extension now that allows tabs for groups or individuals, ordering and hiding the default ones. We’ll release it soon, gotta make time to write the docs.
i just installed this after thinking i was going about an essentially ‘static’ site a**-backwards. i’ll probably have more to say but so far, this is very cool. kudos.
eta: probably a setting issue of my site, but when i use the sub_nav it is relative to the web root, not the index.php. e.g. nuun.cl/about/what_is_nuun as opposed to nuun.cl/index.php/about/what_is_nuun
I’ve noticed that when I move pages around, the site structure seems to be updated but the word “Error” (in red) always appears next to the page I’ve moved. Why is that?
It doesn’t happen on the other that I’m using “Structure” with. There, I just get a red asterisk that disappears almost immediately.
Were those entries created before installing Structure? The problem is most likely that they don’t have Structure data associated with them. It creates an alias/url for EVERY entry, so one’s created before probably don’t have the correct data associated with them yet. If that’s the case go in and resave that entry and it should work.