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
4
votes
2 answers

travis+composer repeatedly failing when loading Symfony 2.8.3

Installing symfony/symfony (v2.8.3) Downloading: 85%PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 6553600 bytes) in…
craigh
  • 1,909
  • 1
  • 11
  • 24
4
votes
2 answers

Symfony Form ManyToOne OneToMany

I have three entities, Block, BlockPlacement, BlockPosition: class BlockEntity { private $bid; /** * @ORM\OneToMany( * targetEntity="BlockPlacementEntity", * mappedBy="block", * cascade={"remove"}) */ …
craigh
  • 1,909
  • 1
  • 11
  • 24
3
votes
1 answer

Symfony Controller magic method?

I am trying to use Symfony to replicate behavior in an existing Framework (zikula). This framework is extensible using modules which are basically extended symphony bundles. The old framework had urls like…
craigh
  • 1,909
  • 1
  • 11
  • 24
1
vote
2 answers

Issue with installing postnuke

I need an old copy of the software Postnuke. I’m aware it’s outdated and discontinued but need to use it locally to use & convert a site which used to use this software. I managed to find it using SourceForge (the 0.76 version) but it keeps hanging…
Chris98
  • 567
  • 1
  • 4
  • 16
1
vote
3 answers

With which module can I create or blog content in Zikula 2.0.6?

because Zikula's official support forum was closed, which I found better, since in German, I have to look for help here. I have Zikula 2.0.6 installed for the first time today and no module makes it easy to create content like the Wordpress…
1
vote
1 answer

How can I manage to have two different toolbars in CKEditor for two different groups?

I am using Zikula 1.4.6 with several modulstudio generated modules. These modules do have scribite plugin activated. If I use the "full" toolbar I do see all my modules in this toolbar. But I have to create a stripped down toolbar for my normal…
rallek
  • 17
  • 5
1
vote
7 answers

Drupal VS Zikula

Im new to drupal (just finished my first web site with it), i found it very simple and powerfull to use. Recently, i've been asked to build a community with Zikula. They prefer to use zikula becose it is the 'evolution' of phpnuke, that is the cms…
Strae
  • 18,807
  • 29
  • 92
  • 131
0
votes
1 answer

Specifying the load order of javascripts not working in Zikula

I am trying to get the JQuery ui library to load before zikula-bootstrap.js. This is required for certain pages to work properly that take advantage of JQuery ui widgets. In a template the way to do this is to add pageAddAsset call. Here is a…
0
votes
2 answers

Zikula add block to topnav position in Bootstrap Theme

When I add the search block to the topnav in Bootstrap Theme, the login button is "broken" ZK2.0.13 with Bootstrap Theme. When the block is added, the user login appear in a new line (example) I expect see topnav in a single line.
Krator
  • 15
  • 4
0
votes
2 answers

Zikula CMS - Installation issue

I'm experiencing a problem installing both Zikula 1.5.9 and 2.0.13 in my Apache server under Ubuntu. Both versions are not able to find the /install directory. I'm using an Apache 2.4 server with PHP 7.2.19-0ubuntu0.18.04.1 under Ubuntu, running in…
pmoitaly
  • 3
  • 1
  • 3
0
votes
1 answer

Zikula CMS -- Finding User Properties

This question involves the Zikula CMS. Is it possible to detect if a viewer is logged in and is a member of a specific group using twig? I would like to have some control code that doesn't show ad blocks if a user is a paying subscriber (is a member…
0
votes
0 answers

Setting up dependency injection for a module in Zikula php and Symfony

I have done this before for a Zikula module but I must be forgetting something. As I remember it, if you want to provide a service to a form you have to do three steps. First, Create a folder in your module called DependencyInjection. Inside it…
MicroDoc
  • 1
  • 1
0
votes
1 answer

German language pack for Zikula 1.5.7

I just installed Zikula 1.5.7. Now I'm looking for a german language pack for this version of Zikula. Where can I find it? Regards from Berlin Jens
Supergrobi
  • 23
  • 2
0
votes
1 answer

Zikula 1.3.9 News module not accepting google async script

I am using Zikula 1.3.9 but cannot get async Google ad script to work on News module. The script appears on screen as in HTML.
0
votes
1 answer

Is possible create data faster?

I have an application how this: If i have that add each answer one to one (and select the question), the process for the user is very hard. Is it possible create with MOST a new process more faster and easy for the user? how?
Krator
  • 15
  • 4
1
2