abir / PyroChunks

A content chunks module for PyroCMS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyroChunks 1.0

Description

Now updated for PyroCMS 1.×.

Module for PyroCMS, a CMS based on CodeIgniter. Allows users to create and manage small chunks of reusable content for their site. Useful for giving clients access to small chunks of content that are not page content and can be edited as text, WYSIWYG, and HTML content.

Authors

Installation

To install, add the “chunks” folder to the modules folder or your addons folder.

Usage

After installing if you are using a PyroCMS version less than 1.1, autoload the Chunks library (chunks/Chunks). This will allow access to chunks in your page layouts.

If you are using PyroCMS 1.1.x you will NOT need to add the chunks library to your config/autoload array.

Translations

Arabic – by Ossama Khayat

About

A content chunks module for PyroCMS.