liamkeily/node-images

This package is abandoned and no longer maintained. No replacement package was suggested.

Croogo Plugin to add Images to Nodes

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:cakephp-plugin

dev-master 2014-03-07 14:02 UTC

This package is auto-updated.

Last update: 2023-12-27 19:28:44 UTC


README

Introduction

This plugin creates a new tab in the node editor which allows you to add images.

You can add multiple images in one go and reorder the images.

Requirements

This plugin requires another plugin called "ElFinder" to be installed.

This can be found at: https://github.com/phpMagpie/ElFinder/

Usage

This plugin allows you to add images to a node.

This plugin populates $images variable on the node view.

Elements

The plugin contains elements which can be used to display images.

echo $this->element('NodeImages.featured_image');

echo $this->element('NodeImages.gallery');