I\'d like to be able to save an iframe of a Google Calendar as a media item and then attach it to a resource.I haven\'t been able to get
I have a dialog that\'s loaded via ajax. The paylaod of that ajax contains both html and javascript. The dialog displays just fine and the JS included in that payload executes.
I would like users to be able to sign up a website made with Zotonic. According to the release notes of version 0.5.0, I should use the mod_signup module.
The creative team wants to be able to use Zotonic to manage images used outside of the main website.In order to do this they are currently linking to images as follows:
I would like to let my content authors upload PDFs and provide download links.开发者_StackOverflowUnfortunately, they get a page with a preview of the first page of the PDF instead of the PDF itself w
I would like to display third-level menu items in Zotonic. For example if I have pages in a hierarchy like the following:
I would like to able to loop through past events in a template: {% for page in m.search[{past cat=\'event\'}] %}
I would like to render a random connected media item in Zotonic as follows: {% with m.rsc[id].banner as media %}
I would like to enforce a password policy in Zotonic.My first impression would be to do this as a validator on the new_password field in the Identity editor.
I want to write my own style of menu, but I would prefer to do it in the templates rather than making my own menu scomp.