Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/03/2012 in all areas

  1. I had a nagging question: how do I build copy in the admin, check it in the real site but not allow people to see it until I am sure it is all correct. Of course it's simple and likely 100% of you knew this already, but just in case you are like me and didn't quite know, this is it: create a page but don't click 'Publish' on the page's Settings tab click 'Hidden' publish the page edit it as much as you like click 'Save + Keep Unpublished' log out, login, re-read your copy after a nice walk to see if you can improve it want to see your page in-situ (as it will look when it's visible)? Click 'View' and you see a private, unpublished but as-it-would-look version of the page as it is now repeat 4. and 5. as much as you like until you're ready to release your masterpiece, at which point just un-tick 'Hidden' and re-save click 'Publish'. Update: edited above as it's even easier than I realized, thanks Ryan for correcting me Happy editing.
    1 point
  2. You changed a lot since the last time Glad it's working, but I think it shouldn't work like this. The normal behavior is that it isn't considered an array only if the limit of files is set to one, and not if there's only one file uploaded. Can you check this?
    1 point
  3. 0.0.4 released. I've updated the documentation. I hope that it's easy to understand and use it. I'm sure that there is space for improvement and some bad English to fix. If you find something to change don't hesitate to tell me
    1 point
  4. Thanks for the changes mcmorry! Sorry if I didn't understood that some things that I asked were already implemented. I must confess that the development of this module is way too far of my understanding of how PW works... I will keep following it mainly as an observer Yep, I'm also sorry for this. I guess I'm better at reading english, than at reading code You can change this limit on the config.php file $config->maxUrlSegments = 4;
    1 point
  5. There is unnecessary ) on Ryan's example after first children. This line: foreach($pages->get("/students/")->children) as $gender) { should be: foreach($pages->get("/students/")->children as $gender) {
    1 point
×
×
  • Create New...