Questions tagged [zikula]

Zikula is an open source application framework written in PHP

What is Zikula?

Zikula is an open source MVC web application framework, released under the LGPLv3, that allows you to rapidly build websites for any application including all forms of content management. Zikula is fast and flexible and easily extendable via a system on plugins, themes and extensions.

Feature List

  • Built in user management and permissions
  • Supports addons and extensions
  • Support for fully HTML templated modules allowing the webmaster to change content display through simple HTML and without modifying the application code.
  • Site look/feel controlled through a flexible, easy to use theme system. Allowing a site administrator to change the look and arrange the content by changing HTML and not PHP code
  • Built in caching increases the speed of your web site
  • Support short URLs for good SEO
  • Easy to upgrade
  • Multilingual support
22 questions
0
votes
1 answer

how to keep exif data when using resize option in liipimaginebundle

I am using Zikula with a modulestudio generated module. The configuration of liip is the following: liip_imagine: resolvers: default: web_path: web_root: "%kernel.root_dir%/../" cache_prefix:…
rallek
  • 17
  • 5
0
votes
1 answer

Scribite overwrite path for CKEditor template

I want to have for admin the full toolbar but for the users the zikula configured one. I figured out already which template to change: modules/zikula/ScribiteModule/Editor/CKEditor/Resources/views/editorheader.html.twig Of course I can just change…
rallek
  • 17
  • 5
0
votes
3 answers

Use the category node name as a label in Zikula

I do use Zikula 1.5.2dev My module is generated with modulestudio I have made two entries in the Category registry. One is showing at the node "Global" and one at the node "Type" In Global are several entries I can select. Some other entries are…
rallek
  • 17
  • 5
0
votes
1 answer

generate translation file for Zikula module

I have a Zikula module fresh created with modulestudio. By following the instructions in translation.md I used the following command at the ssh shell of my webspace: php app/console translation:extract template --bundle=RKHelperModule…
rallek
  • 17
  • 5
0
votes
2 answers

Where can i get good resources to start learning the zikula framework?

A client just asked me to develop a site for her company and she particular requests the use to of the Zikula PHP framework. I don't want to propose something different cause i think i can pull it off. I have two major concerns. How can i build…
Orson
  • 14,981
  • 11
  • 56
  • 70
-1
votes
1 answer

How to re-code PHP assign-by-reference usage

My deprecation checker is throwing this error: Using deprecated language feature assign by reference(&=) Since PHP 5.3 use normal assignment instead. So, I am trying to figure out how to re-code the methods in this class to not use by reference or…
-2
votes
1 answer

Zikula CSRF token is invalid

I'm modifying the template edit.html.twig in order to hide any fields. I have modified the editAction in my controller for load my template too. I'm having a problem with the CSRF. The token CSRF is not valid, when I submit the form. I have tried to…
Krator
  • 15
  • 4
1
2