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
-1
votes
1 answer

How to get a XMLText Value returned by Ezpublish Rest API converted to HTML5 in advance?

I would like to get XMLText field values returned by Ezpublish Rest API in HTML5 format instead of Internal XML format Which will be a simple way to do it ? Kind Regards
-1
votes
1 answer

Detect useragent before sending mail

Can someone tell me if it is possible to send different kinds of templates as newsletter according to its receiver's browser(mobile or web)? Can i do a test on the navigator before sending? @thanx
You
  • 39
  • 5
-1
votes
1 answer

Which are limits of Community version of the eZ Publish CMS?

I am currently looking for informations about eZ Publish Community version and its limits to develop a public portal. Furthermore: Can I use Oracle database? Should I prefer ezoracle to any Symfony extension? Can I integrate an antivirus solution?…
Othella
  • 34
  • 1
  • 6
-1
votes
1 answer

How do I install EZ publish plaform from scratch?

How do I install EZ publish plaform from scratch on windows7? I have installed xaamp, php and mysql. It would be convenient if you can guide step by step.
Dev_08
  • 29
  • 1
-1
votes
1 answer

eZ publish search

I just migrated from eZ Publish 4.4 to 4.7. Everything is working fine but my extension eZSearch ++ v1.0.2 (aka eZSearchPro). I get the error: "eZSearchEnginePro::addObject() must be compatible with that of ezpSearchEngine::addObject()". I followed…
max
  • 63
  • 4
-2
votes
1 answer

ezPublish: Not enough arguments at [(''|ezurl()|ne('/'))]

We have received below errors: how to resolve this Not enough arguments at [(''|ezurl()|ne('/'))] In the respective file 'extension/ezcbdigeventcalendar/design/standard/templates/parts/ajaxtemplates/ajaxfullcalendarview.tpl' Could anyone explain…
Sunil Game
  • 83
  • 5
-2
votes
1 answer

eZ Publish Edit Header

My friend asked me if i could add a little piece of code to his website, his website is running on the eZ Publish platform which i have never actually used before. I have spent the last few hours trying to figure out how to edit the header of the…
user3439600
  • 139
  • 1
  • 17
-2
votes
2 answers

Create rewritable URL in ezpublish

I would change my URL article www.mynews.fr/news/politic/the-new-gouverner-china To www.mynews.fr/news/politic/the-new-gouverner-china-16-06-2013-78965 I would referer my articles in Google Actuality. Thank for your feedback.
user1781040
  • 291
  • 2
  • 5
  • 12
1 2 3
13
14