2017 © Pedro Peláez
 

elgg-plugin amap_coverphoto

Upload and display cover photo to Elgg Entities

image

nlybe/amap_coverphoto

Upload and display cover photo to Elgg Entities

  • Thursday, October 5, 2017
  • by nlybe
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Cover Photo for Entities

Elgg 2.3, (*1)

This plugin offers the option to upload cover photo to Elgg Entities., (*2)

Features

  • Option to choose in plugin settings the type/subtype of entities for which to enable cover photo
  • For entities type selected, an option to edit the cover photo is added on entity menu
  • If cropper plugin is enabled, a responsive image cropping tool is available to crop the cover photo

How to Use

  1. Enable the plugin
  2. In plugin settings, check the type/subtype of entities for which need to enable cover photo feature
  3. On object view, include the following code
if ($entity->covertime) {                    
    echo elgg_view('output/img', array(
        'src' => amap_cp_getCoverIconUrl($entity, 'large'),
        'alt' => elgg_echo('cover'),
    ));
}

Future Improvements

  • [ ] Add on CoverPhoto entity the container_guid indicating the parent entity
  • [ ] Add method CoverPhoto->getImageUrl()

The Versions

05/10 2017

dev-master

9999999-dev

Upload and display cover photo to Elgg Entities

  Sources   Download

GPL-2.0

The Requires

 

by Nikos Lyberakis

plugin image photo elgg cover

05/10 2017

2.3.4

2.3.4.0

Upload and display cover photo to Elgg Entities

  Sources   Download

GPL-2.0

The Requires

 

by Nikos Lyberakis

plugin image photo elgg cover

22/07 2017

2.3.3

2.3.3.0

Upload and display cover photo to Elgg Entities

  Sources   Download

GPL-2.0

The Requires

 

by Nikos Lyberakis

plugin image photo elgg cover

01/03 2017

2.3.2

2.3.2.0

Upload and display cover photo to Elgg Entities

  Sources   Download

GPL-2.0

The Requires

 

by Nikos Lyberakis

plugin image photo elgg cover

26/12 2016

2.2.1

2.2.1.0

Upload and display cover photo to Elgg Entities

  Sources   Download

GPL-2.0

The Requires

 

by Nikos Lyberakis

plugin image photo elgg cover