2017 © Pedro Peláez
 

elgg-plugin elgg_gallery_field

image

serega3000/elgg_gallery_field

  • Thursday, April 16, 2015
  • by serega3000
  • Repository
  • 1 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Gallery field module for elgg 1.9, 1.10

This module allow you to add simple gallery to blog posts and pages., (*1)

In settings page you can select, enable or disable gallery for blogs or pages., (*2)

Installing

Using composer

composer require serega3000/elgg_gallery_field:dev-master

Manually

Copy all files from this repository to folder mod/gallery_field of your Elgg installation

Adding to your module

If you writing your own module, you can simply add gallery to your entity view:, (*3)

$body .= elgg_view('gallery_field/images_list', array(
    'entity' => $entity,
)); 

Or you can extend any entity view., (*4)

elgg_extend_view('object/blog', 'gallery_field/images_list');   

The Versions

16/04 2015

dev-master

9999999-dev

  Sources   Download

The Requires