Questions tagged [ezpublish]

eZ Publish is a PHP based CMF/CMS for publishing, especially editorial content.

eZ Publish is a PHP based CMS. Someone calls it a CMF where F stands for framework. It's very flexible: it has a pool of basic classes from where you can choose to create your content (such as Folder, Article, Link, File and so on), but it allows you to add or to modify classes, adding other attributes to them.

One of its greatest features is the cache handling, very powerful since the focus of eZ Systems (the company behind eZ Publish) is on the editorial world and large size sites.

There is a kernel, where the core functionality is kept, and an extension section where you can add your own modules (as extensions are called in eZ Publish).

It supports workflows, notifications and has a built in e-commerce system with lots of features.

As for the front end part, the HTML is integrated with a templating language that closely resembles PHP, but it has less functionality.

Beware, though: there is just enough documentation for the templating system, the documentation for the PHP part is really scarce. The main source of information is the forum, but don't expect too much. Most of the time, you have to extract information and solutions from other people's code.

It has also an extensions repository where you can search for tools and extensions that easy your work. There are some great extensions, like sqliimport for importing data.

From version 5, eZ Publish is based on Symfony 2 framework.

203 questions
0
votes
1 answer

ezpublish: New siteaccess require user to login

I added fre siteacces to ezpublish (tried with 2014.05.0 and 2014.03.2) but it require user to login.With eng siteaccess it is working just as it should. This is my config: ezpublish: siteaccess: default_siteaccess: eng list:…
FlyLord
  • 163
  • 1
  • 12
0
votes
1 answer

ezpublish/symfony renders 404 in Smarty, everything else in Twig

On my eZ publish 5 site I have all my templates in Twig, in the vendor/ezsystems/demobundle/EzSystems/DemoBundle/Resources/views/ subfolders. They are all being used throughout my whole site, no problems there. With one exception: 404 pages. If I go…
Danny Hobo
  • 574
  • 1
  • 5
  • 24
0
votes
1 answer

Error on login for backend users with custom roles

I created custom role for some users, and I assigned role to particular user with content tree limitation. Like on this image Problem is that when that user log in, he get error like on this image. Roles are working, so user can see his assigned…
FlyLord
  • 163
  • 1
  • 12
0
votes
1 answer

ezPublish add switch to admin

Is it possible to add a switch to admin section ? Our client wants to have a news section on the frontpage, which is collapsed by default. With javascript it is possible to open/collapse this frontpage. This part I have implemented. However, there…
Danny Hobo
  • 574
  • 1
  • 5
  • 24
0
votes
1 answer

EzPublish 5 friendly URL's won't work

i have set up a local EzPUblish 5 installation, and it seems to work, with one exception: friendly URLs. When I go to http://arabia.local/index.php/Frontpage, it works, but if I go to http://arabia.local/Frontpage, it tells me 404 not found. I did…
Danny Hobo
  • 574
  • 1
  • 5
  • 24
0
votes
1 answer

Ez publish 4.7: embed twit in xml block

I want to embed a tweet into xml block using ezoe. Is there any way to embed custom html code into it? Tweet embed code looks like this:
0
votes
2 answers

ez Publish - cannot add new translation content

I go to /content/translations on admin panel to add new translation. I choose Translation field then click OK. But the page just remain loading and loading over time. I try to wait an hour but still not add successful. I also try to add other…
Chinh Ngo
  • 33
  • 1
  • 3
0
votes
1 answer

Is it possible to bind a policy to a class attribute in the eZ Publish 4.7 admin interface

I wanted to know if it's possible to allow a user to fill (and edit) a class attribute (field within a class) only if he has a specific role. A simple example : I give the role "Classic" to user "A" which allow him to create a class Article and…
Oliboy50
  • 2,661
  • 3
  • 27
  • 36
0
votes
2 answers

eZ publish to resize image not scale

In eZ publish at the moment Im using the following in image.ini.append.php [largepic] Reference= Filters[] Filters[]=geometry/scale=580;270 Which does work fine. However for testing purposes I want to resize the image, scaling it up if needed - the…
wahkal
  • 31
  • 3
0
votes
2 answers

cjw_newsletter the cronjobs to send mails is broken

I have a problem with the extension cjw_newsletter. since two days cronjobs does not work I get the following message. Can you help me please END: cjw_newsletter_mailqueue_create Completing…
user1781040
  • 291
  • 2
  • 5
  • 12
0
votes
1 answer

Ezpublish create new Mysql database after the old Mysql database got deleted

Recently I setup a website on byethost.com using the CMS ezpublish. After a couple days of working on the site, byethost deleted the Mysql database. I still have all the FTP files but I can't log in as an admin because their is not Mysql database…
0
votes
1 answer

eZpublish 5 yml-config - link to different siteacces with map\url

I had 2 sites in one ezpublish 4.7 installation and updated now to 5.1. My problem is that i had this…
Ich
  • 226
  • 3
  • 13
0
votes
1 answer

Matters with the eZURLAliasFilterAppendNodeID

I have to use the eZURLAliasFilterAppendNodeID class, which modify the url_alias of all the nodes from the given classes and append their node_id at the end. The matter is that I need to append the date of the node's creation too and it seems that…
Sarkouille
  • 1,275
  • 9
  • 16
0
votes
2 answers

Custom tags in my xml_block

I would like add youtube video in my "xml_bloc" here my code [CustomTagSettings] AvailableCustomTags[]=youtube IsInline[youtube]=true The news tags "youtube is visible in my back office. Here the template content "youtube.tpl"
user1781040
  • 291
  • 2
  • 5
  • 12
0
votes
1 answer

EzPublish - eZUser fetch on personal field

I would like to fetch an user on a personal field. With eZUser class, we can make fetchByName or fetchByEmail, but my field is specific (mdcode). How can i do that ? I tried something with eZPersistentObject but it doesn't want to work with a…
Schroby59
  • 11
  • 6