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

Jack McDade's avatar
Jack McDade
425 posts
16 years ago
Jack McDade's avatar Jack McDade
@Jack McDade got you. On our list!

Here’s what we use, just to possibly save you time 😊 Including the Global $FNS:

index_uri = $PREFS->ini('site_index') ? "/" . $PREFS->ini('site_index') : "";

Becomes

$site_url = $FNS->fetch_site_index();
$index_uri = $site_url ? "" . $site_url : "";

Thanks for all the hard work! How’s that subpages only ul function coming?

       
rockthenroll's avatar
rockthenroll
485 posts
16 years ago
rockthenroll's avatar rockthenroll

Huge new release:

• You can now choose which weblogs Structure manages • Several new parameters and tags • New feature “Assets”

Enjoy! http://www.ngenworks.com/software/ee/structure

       
Jack McDade's avatar
Jack McDade
425 posts
16 years ago
Jack McDade's avatar Jack McDade

Downloading it now!

       
Jack McDade's avatar
Jack McDade
425 posts
16 years ago
Jack McDade's avatar Jack McDade

Still no function to pull subpages only huh? disappointed greatly

       
rockthenroll's avatar
rockthenroll
485 posts
16 years ago
rockthenroll's avatar rockthenroll

@Jack McDade sorry dude, can’t please everyone.

       
Jack McDade's avatar
Jack McDade
425 posts
16 years ago
Jack McDade's avatar Jack McDade
@Jack McDade sorry dude, can’t please everyone.

Oh i totally understand. I just hoped that it would be there since that sort of thing is a perfect example of what Structure is all about. I’m probably this Module’s greatest fan. I just have to keep hacking it for each site 😊

       
Matt Weinberg's avatar
Matt Weinberg
489 posts
16 years ago
Matt Weinberg's avatar Matt Weinberg

Looks like a great release– the “assets” feature is really helpful. Thanks rockthenroll!

       
Jason Morehead's avatar
Jason Morehead
454 posts
16 years ago
Jason Morehead's avatar Jason Morehead

I just upgraded a couple of sites to 1.1 and I agree, the “Assets” feature is going to come in really handy. In the past, I always had to create “hidden” pages to manage the non-structural info, which just complicated things. But “Assets” clears that right up.

       
Jack McDade's avatar
Jack McDade
425 posts
16 years ago
Jack McDade's avatar Jack McDade

I agree, “Assets” is awesome.

However, i’m having a problem that might be stemming from the “Last” css hook. No matter how many children I have of a given entry, the last one in the line does not get rendered in the <li>. I’ve tried it from a clean install too and it still happens.

Gut reaction is the pregmatch on line 240 of the mod.structure file – if we take out the class addition everything works fine.

Any ideas?

       
timkelty's avatar
timkelty
177 posts
16 years ago
timkelty's avatar timkelty

I combed through this thread but didn’t see anyone having the same problem as me, which is as follows:

After installing Stucture and assigning weblogs, when I go to publish I see the Structure tab, but when I click it, all the tabs disappear. No Structure fields are displayed, the whole row of tabs disappears (Publish Form, Date, Structure, etc).

I’m quite sure I’ve followed the instructions 100%, and this is brand new installation of ExpressionEngine (1.6.6 Build: 20081212). All I’ve done to it is install a handful of other extensions. Although I tried disabling all of them except Structure and CP jQuery and still no dice.

  • I’ve uninstalled Pages and turned off “Display Pages Submission Fields”
  • CPjquery is definitely installed and working.
  • I’ve tried creating new weblogs and field groups after the structure install with same results.

Anybody have any ideas?

       
rockthenroll's avatar
rockthenroll
485 posts
16 years ago
rockthenroll's avatar rockthenroll

@timkelty answer: your CP is haunted. If that’s not the case check your PMs…

       
timkelty's avatar
timkelty
177 posts
16 years ago
timkelty's avatar timkelty

Figured it out. Not haunted, just masked!

I turned on php errors and saw that it the extension file wasn’t able to find the module file (because I was using a masked CP directory and it was looking for modules/structure/tpl/structure_publish_tab.tpl.php relatively.

I saw on the changelog that masked access was supported, which confused me. Is there a setting somewhere I’m missing?

Anyhow, for me the easiest solution was to just symlink the modules folder in my masked directory. Same solution I use for the extensions dir and the newer version of Playa.

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

Hi guys…great module. One thing that is not working for me is the Quick Save. It saves everything okay except the most important part… the Structure URI field. Everything works fine using the “update” button, just not “quick save”.

Any ideas?

I have a pretty vanilla installation of EE installed, as I am just getting started with this new site…so I am hoping it is not a conflict with another plugin/ext/module.

       
rockthenroll's avatar
rockthenroll
485 posts
16 years ago
rockthenroll's avatar rockthenroll

We’ve resolved @timkelty issue. It was due to a masked CP bug that we’ll have a fix for in the next release.

@agun We’ll look into it for the next release. To get you rolling try using Pulish Tweeks to get rid of the Quick Save button.

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

Thanks rockthenroll. I kind of figured that this might be the go… but I wasn’t sure if I was the only one having the trouble (I looked through most but not ALL of the 18 pages of this thread… ha ha).

This is a really great module, and speaking for everyone…we appreciate your time very much.

Cheers.

       
First 19 20 21 22 23 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.