PAGES LIVE

Photoblog

Photoblog page is very similar to the normal Blog page, except that it organizes photos instead of text content.

To add a Photoblog page to your site:
  1. Go to the Editing Tools.
  2. Press Live (Php) button in Insert page section and select Photoblog page.
  3. Select preferred preset. Photoblog page has a few predefined layout presets.
  4. Set any other options you want and press OK.

Basics

Photoblog page is a blog with photo posts, organized in categories and listed in reverse chronological order. The photoblog page consists of two pages: main and gallery page. Main page represents your photoblog frontpage, where visitors can browse your photos one by one in its full size; and gallery represents archive page, where visitors can browse your photo archive by period or by category. In gallery page images are displayed as thumbnails.

When you add photoblog, you will only see two empty pages with some objects. What you have to do is to open its Photoblog Settings panel, fill your email address in Send Notification to box and Publish. Then you open your web site in browser, go to photoblog admin panel and add your photos.

Visitors can browse photos and make comments on them, but only the photoblog owner can add/edit and delete photo posts. For better security Photoblog page supports CAPTCHA in the Post comment form.

You can preview your Photoblog page only when uploaded on a PHP enabled server. To test this functionality offline you can Install your own test server on your PC.

Image and Thumbnail

When you post image in photoblog, it is scaled to fit the image size set in the page. Also a thumbnail is generated, according to the thumbnail size set in the page. Default settings are 600 px for image and 120 px for thumbnail. You can change these two settings when customizing your photoblog.

The scaled image is used on the frontpage, while thumbnail is used in the gallery page.

For image scaling you will need GD library enabled on your server. If you server doesn't have this library enabled, image will be stored in its original size.

EXIF information

EXIF stands for Exchangeable Image File Format, and is a standard for storing interchange information in image files, especially those using JPEG compression. Most digital cameras now use the EXIF format.

If your images support EXIF and you want to extract this info when you post photo, you will need the exif extension enabled in the PHP on your server.

Photoblog objects

When you add photoblog page you can't see actual content in EZGenerator, but only objects (%BLOG_OBJECT%, %BLOG_MENU%, etc). Each of these objects represents an element in your blog. For example, %BLOG_OBJECT% represents the photo posts; %BLOG_NAVIGATION% object will build PREV & NEXT navigation bar; %PERIOD_SELECTOR% will build drop-down menu with periods (March 2009, June 2009, etc), %CATEGORY_SELECTOR% will build drop-down menu with categories (Landscapes, Nature, People), %BLOG_SEARCH% will build search box, %TAGS_CLOUD% will build tags cloud.

You can remove, add objects and also change there position on page. The only required object is %BLOG_OBJECT%.

Main photoblog page contains some or all of the following objects: blog object, blog menu, blog navigation, blog search, period horizontal/vertical list, category horizontal/vertical list and link to administrator. Gallery page contains some or all of the following objects: blog menu, blog archive, blog search, period selector, category selector, period horizontal/vertical list, category horizontal/vertical list and link to administrator.

When vitors open your photoblog, the first thing they will see is the last posted photo. Each photo is stored with date header, title, content, exif information (if available) and footer. By default, the exif information contains Camera Model, Focal Length, Max Aperture Value and ISO. Footer consists of posted by info, date and time, permalink, full image (if image is scaled), comments link (if enabled) and category link. These are called object parameters.

Permalink is the permanent url of a specific photo post. As photoblog content changes regularly, visitors may need to know the permanent url of a photo they like. Comments link shows the number of comments posted and opens post comment form. Comments link is visible only if comments are enabled (see below). Categories link will list all posts for the specified category.

With these parameters you define what information to show for each photo. You add and remove parameters in %BLOG_OBJECT(...)%, within the brackets.

When you first visit your photoblog page and none photos are posted yet, post with Blog definition from Wikipedia will be displayed as default. Once you post some photos, the default post will disappear.

Database

This page can use either MySQL or flat files database (depending on the MySQL switch in MySQL Settings). All blog posts and comments will be stored in a MySQL database or on the web server in flat files in ezg_data/ folder. You can add multiple blog pages in your project, and each one will have its own database.

Customization

Photoblog page is customizable in the following aspects:

Photoblog Settings

The following properties are available in the Photoblog Settings panel, accessed from the Toolbar. Make sure to configure these settings.

This tab is devided into few sections. Some of them have a small button () at the bottom right corner. Press it to access more settings.

Notification

Frontpage

Gallery

Comments

RSS

Accessible Macros Fields

You are free to design your Photoblog page the way it best fits your needs. It is not required to keep all the objects that are created by default. If you do not need a search object, for example, you can delete it. You can also add new objects and order them on the page the way you like it.

Each page has Macros Fields panel, accessed via Editing Tools.

 

The following special objects are accessible in the Photoblog main page:

The following special objects are accessible in the Photoblog gallery page:

In case you want to make custom design for your Menu field, insert your custom hyperlink and use %BLOG_URL% as url.

Field parameters

Some fields can be inserted with additional parameters.

Using RSS

The technology of RSS allows Internet users to subscribe to websites that have provided RSS feeds. These are typically sites that change or add content regularly, as is the situation with photoblog. RSS or Really Simple Syndication is a useful tool for sharing your site updates with users that may be interested. RSS makes use of an XML code that scans the content of your blog for updates and then broadcasts those updates to all subscribers through a feed. EZGenerator blog page uses RSS 2.0 format for the feed.

To set RSS feed for your photoblog, you should follow these steps:

Now, if a visitor is interested in your photoblog and wants to be informed when updates are available, he can use the RSS button to get the RSS feed, and pass it to some RSS aggregator that he uses.

Administrator panel

In the Administrator panel you can manage your Photoblog - review, add, edit and delete photo posts, edit and delete comments.

Administrator panel is accessible through the Administrator link (placed on the Photoblog page) or via Online Administration panel. This panel is username&password protected.

To insert administrator link in your Photoblog page:

Post photo

To post photo :

Note: Fields marked with * are required.

Photos

Use manage photos screen to review/edit photos, and also to check comments on them.

Comments

Use manage comments screen to review/edit/delete comments, posted by visitors and to approve them.

Settings

Public RSS in protected blog - check this box if you have protected blog page but want RSS to stay public.

Quality - sets default quality that will be used when scaling images. In Add photo form you can always change the default quality.

Re-scale Images - use this button if you have changed image and thumbnail scale settings in EZGenerator and want now to rescale images in the existing posts according to these new settings.