@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?
Huge new release:
• You can now choose which weblogs Structure manages • Several new parameters and tags • New feature “Assets”
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?
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.
Anybody have any ideas?
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.
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.
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.
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.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.