The ezinfo module exposes the version number and other key information about an eZ publish installation.
It can be disabled through the eZ publish settings by adding these lines to override/site.ini.append.php:
[SiteAccessRules]
Rules[]=access;dis… more »
Adding a jQuery MP3 Player in to eZ publish
I've been wanting to add a cross-browser audio player into a site for a while and I finally found a few minutes to find a solution and apply it.A quick Google found the link above, which includes good demos and examples. Files:http://www.sea… more »
eZ publish - Creative Commons Licensed Image - Class
Using Creative Commons licensed images allows you to include some beautiful photos and illustrations on your site. It's really important to add the appropriate credits when you're using the images, to comply with the license, but more importantly, t… more »
Create Database with MySQL
If you don't have phpMyAdmin, cPanel, or Plesk, you can SSH into the server and use the following commands:
create user dbuser@localhost identified by 'password';
create database db;
grant all on db.* to dbuser@localhost;
mysql -udbuser db -p more »
eZ Publish Feedback Form Template
This template makes a feedback form a little easier to use. It sets up the from and the subject out of the submitted content, and puts the message in as text.
{set-block scope=root variable=$email_receiver}{$object.data_map.recipient.content}{/set-… more »
:: Next >>