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

New Module: Structure - Uses entries to create a page hierarchy for static and listing pages

Development and Programming

28Bytes's avatar
28Bytes
192 posts
16 years ago
28Bytes's avatar 28Bytes

@rockthenroll Thanks man. I am the only one that has super admin access which I didn’t change anything, but I did update to the latest build last night, do you think that may have had something to do with it?

       
PeterMirus's avatar
PeterMirus
49 posts
16 years ago
PeterMirus's avatar PeterMirus

I am having problems with adding variables to urls. When I add /&variable;it keeps breaking structure. Is there a way around this? Trying to pass a session variable via php and it isn’t working. Weird thing is it seems that when I am logged into EE the page displays but the breadcrumbs disappear.

       
reservoir's avatar
reservoir
11 posts
16 years ago
reservoir's avatar reservoir

I’m having problems being able to drag but not drop the pages in structure to reorder them. Have just updated to latest version of structure and using 1.6.7 ver of EE. Help appreciated on this please.

       
meta4's avatar
meta4
3 posts
16 years ago
meta4's avatar meta4

Structure seems to totally nix all 404 pages for anything below the top level of pages.

I tried to get around this by:

{exp:weblog:entries}
{if no_results}
{redirect="404"}
{/if}
...
{/exp:weblog:entries}

But no luck. Any other suggestions for fixing this problem?

S.

P.S. Sorry if this has been covered already, but there’s no easy way to search the entire thread. I got sick of clicking through pages at about page 8.

       
Craig Allen's avatar
Craig Allen
135 posts
16 years ago
Craig Allen's avatar Craig Allen

I’ve got structure working well on my site and I have got commenting working on the pages also, but I can’t get comment previews to work. When you try to preview a comment, it wigs out and shows you the content of every single page. Has anyone else encountered this?

       
Paul Stone's avatar
Paul Stone
97 posts
16 years ago
Paul Stone's avatar Paul Stone

Hi Travis,

I’m also getting the red ERROR message appear when trying to reorder pages as well. I’m on EE 1.6.7, Structure 1.2.7, your jQuery extension 1.1.2. Other than that I’m on a clean install, and don’t have masked CP or versioning enabled.

Any ideas?

Thanks in advance, Paul.

       
Andrew Gunstone's avatar
Andrew Gunstone
101 posts
16 years ago
Andrew Gunstone's avatar Andrew Gunstone

Hi all… feature request… could we have the ability to add in {page_url} and {page_uri} to the {exp:weblog:prev_entry} and {exp:weblog:next_entry} tags? Currently they only work in the {exp:weblog:entries} tag.

Nice and simple I am sure! ha ha.

😉

Cheers.

       
John Macpherson's avatar
John Macpherson
113 posts
16 years ago
John Macpherson's avatar John Macpherson

Iv got this Structure module working pretty well.

However i have a problem, albeit not a large one.

Is there a way to allow the member group to see only the Structure tab and not the Module tab?

When i set the member group not to see the Module tab i get a ” You are not authorized to access this page” when trying to view the structure admin page. Its not a big thing but id like to make the control panel for clients as easy as possible to use.

Thanks.

EDIT: Ok i removed the modules tab with this extension : http://ellislab.com/forums/viewthread/40721/P0/

       
IschaGast's avatar
IschaGast
56 posts
16 years ago
IschaGast's avatar IschaGast

Hi,

When the latest version of the structure plugin arrived I installed it but now I looked at the site but something weird is going on.

On this page: http://janhekmanschool.nl/ouders/ When you click on: medezeggenschapsraad

I should have seen then this structure: * Klassenouder * Overblijven * Medezeggenschapsraad o Correspondentie o Huishoudelijk reglement o Jaarplanner o Verslagen * Ouderraad * Stichting Vrienden Jan Hekmanschool

But right now it’s not working and I am pretty sure that it worked in the version before the last update.

The code I am using is

{exp:structure:nav_sub exclude_status="hidden|no_sub_nav"}

Hope you can help me out…

       
Jonathan Morgan's avatar
Jonathan Morgan
51 posts
16 years ago
Jonathan Morgan's avatar Jonathan Morgan

Thanks for the module - it rocks. However, since I’ve upgraded from v1.1.1 to v1.2.7 the style of the Settings area has become much worse!?

Any ideas what could have caused this? Attached is a screenshot. As you can see it looks a lot different from the screenshots on the module’s page (which is how it looked before the upgrade).

Thanks in advance.

       
IschaGast's avatar
IschaGast
56 posts
16 years ago
IschaGast's avatar IschaGast
Thanks for the module - it rocks. However, since I’ve upgraded from v1.1.1 to v1.2.7 the style of the Settings area has become much worse!? Any ideas what could have caused this? Attached is a screenshot. As you can see it looks a lot different from the screenshots on the module’s page (which is how it looked before the upgrade). Thanks in advance.

Some posts back someone had the same problems: There’s now a folder called “themes” in the Structure download and the folder inside that needs to go INSIDE /themes/cp_themes/default or whatever your current CP theme is.

I think that’s your problem too

       
Jonathan Morgan's avatar
Jonathan Morgan
51 posts
16 years ago
Jonathan Morgan's avatar Jonathan Morgan
There’s now a folder called “themes” in the Structure download and the folder inside that needs to go INSIDE /themes/cp_themes/default or whatever your current CP theme is.

Wonderful, thanks for that. I had originally dropped the Structure theme folder straight into the /themes folder, rather than the above.

Everything is looking great now. Cheers.

       
Paul_B's avatar
Paul_B
86 posts
16 years ago
Paul_B's avatar Paul_B

Hi - I’ve been having a problem with categories and I think I’ve tracked it down to the Structure module (which is fabulous by the way!)

If I view a page via the structure page URL, the template only returns one category from one group for my entry, even though it is assigned to a category from more than one group. (I’ve inserted a {categories}{category_id}{/categories} directly after the weblog:entries tag - using the structure URL i get ‘4’, but when I request the entry with the template name in the URL I get ‘47’) which is what I need…

Is there a way to get structure to work with categories? Have I missed a post in this mammoth thread? 😊

       
Focus Lab Dev Team's avatar
Focus Lab Dev Team
1,129 posts
16 years ago
Focus Lab Dev Team's avatar Focus Lab Dev Team

Hey there

I love using Structure. I think it’s a wonderful module for EE!

I was wondering if it was possible to pass an argument somewhere along the way to say that only up to a certain segment is structure data. For example, I have a Contact page that is at level 0 (no parent). It has no children pages. I would like to pass a value to that page in segment 2 so the url would look like

http://domain.com/contact/title/

This way I can run a check to match up some values and make the contact form more dynamic. Is this feasible at all? Is it currently possible?

Thanks!

       
Leevi Graham's avatar
Leevi Graham
1,143 posts
16 years ago
Leevi Graham's avatar Leevi Graham

I wrote this the other day for that exact purpose: http://github.com/newism/nsm.safe_segments.ee_addon/tree/master

       
First 44 45 46 47 48 Last

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.