Questions tagged [zotonic]

Zotonic is both a content management system and a web framework, written in Erlang/OTP and depends on several open source products like JQuery, PostGreSQL DB, e.t.c. It is meant for creating and managing dynamic web sites and is built up with rich internet applications and web publishing. It's considered generally faster than other existing CMS frameworks.

Zotonic is both a content management system and a web framework, written in Erlang/OTP and depends on several open source products like JQuery, PostGreSQL DB, e.t.c. It is meant for creating and managing dynamic web sites and is built up with rich internet applications and web publishing. It's considered generally faster than other existing CMS frameworks.

Links

22 questions
0
votes
2 answers

How do you set up a page to use a different template in Zotonic?

I would like to have alternative templates for each section of my website. How do you set up a page to use a different template in Zotonic?
Alain O'Dea
  • 21,033
  • 1
  • 58
  • 84
0
votes
2 answers

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. I basically want to be able to do something like: {% if m.menu %}
    {% for top_level_id in m.menu %} {% with…
Alain O'Dea
  • 21,033
  • 1
  • 58
  • 84
0
votes
1 answer

How do I get desktop-style drop-down menus in Zotonic?

The top menu in my Zotonic site renders in place without acting like a desktop application menu. All items in the menu are rendered on screen with none hidden and it looks terrible. It looks like it is supposed to be a superfish menu, but I don't…
Alain O'Dea
  • 21,033
  • 1
  • 58
  • 84
0
votes
1 answer

Saving JSON data to DB in Zotonic

Im trying to write a small app that retrieves a JSON file (it contains a list of items, which all have some properties), saves its contents to the DB and then displays some of it later on. I have Zotonic up and running, and generating some HTML is…
g_uint
  • 1,903
  • 3
  • 17
  • 30
0
votes
1 answer

Is there a method for zotonic cms to replace some defined text parts to links?

Is there a method, yes bla bla, like in Subtext CMS (on asp.net btw) which is called there Terms Expansion or (Keyword Expansion) i don't remember correct.. For Zotonic cms to replace some defined text parts to links? I mean: -- animal -> should be…
in4man
  • 23
  • 8
0
votes
1 answer

Zotonic: How to create HTML pages containing Javascript?

I am exploring Zotonic and I am trying to create a page containing both HTML and Javascript (within ). Yet, when I save my page, the Javascript is removed and not saved. Is there any way to create a simple HTML page with Javascript?
Jérôme Verstrynge
  • 57,710
  • 92
  • 283
  • 453
-1
votes
1 answer

Can't access internet from docker container

I'm running to this error while trying to run zotonic from a docker container (using zotonic/zotonic-dev), It seems that I can't connect to the the internet from the container. I've tried using solutions in My docker container has no internet but…
Cen
  • 19
  • 7
1
2