You cannot post messages because only members can post, and you are not currently a member.
Description:
Discusses the development of the Zotonic CMS: developing new modules, template tags, data models, ...
|
|
|
The Css is miss in the new Master
|
| |
Hi guys.
I get resource from git, today.
I create a new blog and i found the css is miss.
Please seeing the attachment.
Cheers
Jason
-- 只为成功找方法,不为失败找理由
|
|
Removing atatonic, adding bootstrap
|
| |
Hi,
I have just committed the first batch of changes we will be making in the coming weeks.
This commit contains the very first (and very rough/incomplete) new mod_base_site.
This is a simple site with mobile/desktop/etc support.
For people with older sites: we have an experimental mod_atatonic on [link]... more »
|
|
Dispatch fallback
|
| |
Hi,
TL;DR;
When (in 0.9dev) you add a template like:
/templates/static/hello.tpl
Then the request:
[link]
will serve that template.
Without adding any dispatch rules.
Long version:
I just added a new notification to the 0.9dev.
It is called #dispatch{} and is used by the site dispatcher to find a matching dispatch rule when no rule matched.... more »
|
|
Travis-CI - lager_transform undef error
|
| |
Hi,
I am trying to setup some continuous integration with Travis-CI.org for Zotonic.
I am running into this error:
[link]
erlc -o src/erlydtl src/erlydtl/erlydtl_parser.yrl
202Recompile: src/zotonic_sup
203src/zotonic_sup.erl:none: error in parse transform 'lager_transform': {undef,... more »
|
|
A couple of typos in the zotonic source
|
| |
I noticed in two places where admin was spelled amdin. The diffs for
the corrections follow.
diff --git a/modules/mod_admin_modules/tr anslations/nl.po b/modules/
mod_admin_modules/translations /nl.po
index 5973667..1a8656a 100644
--- a/modules/mod_admin_modules/tr anslations/nl.po
+++ b/modules/mod_admin_modules/tr anslations/nl.po... more »
|
|
Get page children of a certain page in menu
|
| |
Hi there,
i think zotonic needs a way to get children of a certain page, so i
made one:
[link]
Usage: {% with pageid|menu_children as children %}...
Simple example navigation included.
Feel free to include it in the main distribution... more »
|
|
The cookie law in the EU
|
| |
Hi, The cookie law is getting serious. Users really need to give consent before accepting cookies. This is also true of session cookies. Exceptions are 'indirect consented cookies', like cookies to track a shopping cart. The site below gives more detail for the UK case and also an example how the consent can be requested.... more »
|
|
|