Documentation of Page Gallery

Introduction

Use this module to display your page (see Admin CP > Contents > Pages) in your site. For example, you may want to display a message in a specific area of your site, see welcome.tpl for a better example. You can display as many pages as you need.

[ back to top ]


Installing

To install this Module in, follow these easy steps:

  1. Go to Admin CP > Configure Site > Modules.
  2. Click on Scan New Module.
  3. On 'Available Modules', click 'Documentation' to read this manual.
  4. Click on 'Install' to begin install process.

You may also need to change your template, see Usage section.

[ back to top ]


Usage

  1. Open a skin file
  2. Any where, add:
  3. Code:
    <!-- BEGINMODULE page_gallery -->
    option = value
    <!-- ENDMODULE -->
  4. Where option can be:
  5. Examples:
    To display a welcome page:
    <!-- BEGINMODULE page_gallery -->
    page_id = 1
    body = 1
    <!-- ENDMODULE -->
  6. Examples:
    To display list of pages from NEWS page type:
    <!-- BEGINMODULE page_gallery -->
    group_id = news
    title = 1
    summary = 1
    style = list
    <!-- ENDMODULE -->
  7. Examples:
    To display list of latest entries from your BLOG page type (assuming your BLOG category id are: 5, 6, 7):
    <!-- BEGINMODULE page_gallery -->
    cat_id = 5, 6, 7
    title = 1
    summary = 1
    date = 1
    time = 1
    link = 1
    orderby = page_unix
    sort = desc
    <!-- ENDMODULE -->

[ back to top ]


Modification

To modify the text, formatting, etc, see /module/page_gallery/window.php

[ back to top ]


Uninstalling

To uninstall this Module in, follow these easy steps:

  1. Go to Admin CP > Configure Site > Modules.
  2. Find Page Gallery. Click Uninstall.
  3. You can choose to also remove database & files.

Uninstalling may require you to manually remove some files for 100% clean uninstall.

[ back to top ]


About This Module

Page Gallery Module
This Module is created by C97.net. You can contact author at: contact@c97.net, or visit the website in: www.c97.net
© C97.net. All rights reserved.