Thursday 11 October 2012 08:54
In the previous blog posts we demonstrated how to fetch data from social networks and use it in an eZ Publish template. This blog post describes how to easily post content to the social networks (Facebook, Twitter, LinkedIn) from eZ Publish.
Tuesday 02 October 2012 12:35
In the previous blog post we announced the nxc_social_networks extension and demonstrated how to implement Sign-on buttons. This blog post describes how to fetch feeds from social networks (Facebook, Twitter and Google+) and use them within eZ Publish templates.
Wednesday 26 September 2012 06:28
We are happy to announce the nxc_social_networks eZ Publish extension. This extension implements full eZ Publish integration with social networks, and provides the following capabilities:
This post covers the Sign-on button functionality, the remaining bullets will be discussed in our upcoming posts.
Wednesday 15 August 2012 12:54
One of the most common tasks when developing an eZ Publish extension is creating, editing and removing content objects in PHP. eZ Publish’s standard features has the ability to accomplish this:
However, the above functionality does not always meet all the requirements.
Monday 14 May 2012 01:16
Each time there’s a need to get a list of articles/users/comments in eZ Publish, we use fetch functions. Fetch function can be used in a template (http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/Modules/content/Fetch-functions/list, http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/Modules/content/Fetch-functions/tree) and PHP code (https://github.com/ezsystems/ezpublish/blob/master/kernel/classes/ezcontentobjecttreenode.php#L1837). That’s why problems may arise, when you need to fetch a lot of nodes.
Monday 07 May 2012 11:20
If you are using eZ Publish fetch functions, sometimes there are situations in which it is not enough to filter the nodes just by attributes. Moreover that not all datatypes can be filtered. In this case you should use extended attribute filter (http://www.ezpedia.org/ez/extended_attribute_filter). It allows injecting additional code to the SQL query used by eZ Publish for fetching.
Monday 07 May 2012 11:17
Quite often there can be a situation when you have ssh access to the server, but you do not have access to the eZ Publish back-end (which is hosted at the same server). For example, single server hosts many eZ Publish projects, and you have back-end access only to some of them. Suddenly you need to get to inaccessible project`s eZ Publish back-end. Another example, the customer has provided you only ssh access, and you urgently need to create or modify eZ Publish node.
You must be logged in to track the activity of this blog!