zotonic
How to embed and display Google Calendar in Zotonic the Erlang CMS
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[详细]
2023-02-12 21:34 分类:问答jquery selector on ajax loaded content failing
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.[详细]
2023-01-28 06:30 分类:问答How to implement user registration with the Zotonic mod_signup module?
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.[详细]
2023-01-24 21:16 分类:问答How do you link to a media item by ID outside Zotonic?
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:[详细]
2023-01-22 08:10 分类:问答How do you provide download links for attached PDFs in Zotonic?
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[详细]
2023-01-21 07:54 分类:问答How do you get third-level menu items in Zotonic?
I would like to display third-level menu items in Zotonic. For example if I have pages in a hierarchy like the following:[详细]
2023-01-20 21:44 分类:问答How do you loop through past items in a search in a Zotonic template?
I would like to able to loop through past events in a template: {% for page in m.search[{past cat=\'event\'}] %}[详细]
2023-01-20 19:30 分类:问答How do you choose a media item at random from a Page Connection in a Zotonic template?
I would like to render a random connected media item in Zotonic as follows: {% with m.rsc[id].banner as media %}[详细]
2023-01-20 04:02 分类:问答How do you enforce password complexity rules in Zotonic?
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.[详细]
2023-01-19 06:05 分类:问答How do you access the menu model from a Zotonic template?
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.[详细]
2023-01-18 06:53 分类:问答