Posts Tagged ‘javascript’
Logged out users can’t bring up the Plone popup calendar
It’s another one of those ’strange’ problems that has cropped up, but by default in Plone, users who aren’t authenticated aren’t actually able to bring up a pop-up calendar on a date field.
It’s amazing that I haven’t run into this issue before with something like PloneFormGen, where you’d think that a simple Date input field would be pretty common. Although, I guess it’s the case that even though I’ve used these given forms, I’ve probably never taken much notice of the popup calendar icon and just selected a random date from the drop-down lists. I suppose entering a random number on they keyboard and hitting tab across the fields 3 times is simpler than going for the mouse. Who knows. (more…)
Plone: Re-ordering Folder Contents
Ahhh, a new work week.
The first perplexing puzzle for the week was a seemingly silly idea (it still is) in Plone where it allows you to view the contents of a given folder in batches of 20. Now, combine this concept (which is good) with a concept of being able to re-order items within the folder (which is good too), you end up with not being able to move items between ‘batches’. (more…)
Plone: Page Template Redirects
Was wondering how to get a Plone page template to go to a page before the template actually loads. Now, actually getting Plone to not go to this template would be FAR better, but since we can’t actually modify the functionality of the Favourites content items in the content listings (not easily), I instead modify it’s default view. (more…)