2017 © Pedro Peláez
 

elgg-plugin actions_feature

AJAX Tabs component for Elgg

image

hypejunction/actions_feature

AJAX Tabs component for Elgg

  • Thursday, November 26, 2015
  • by hypeJunction
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Feature Action for Elgg

Elgg 1.11 Elgg 1.12, (*1)

Features

  • Standardized API for featuring items

Usage

  • Register your type
elgg_register_plugin_hook_handler('feature', 'object:my_type', 'Elgg\Values::getTrue');
  • Manage permissions

By default, only admins can feature/unfeature items. If you need to change that behaviour, use 'permissions_check:feature',$entity_type hook., (*2)

  • Notifications/River items

If you need to notify the owner, or create a river item, listen to 'featured',$entity_type and 'unfeatured',$entity_type events., (*3)

The Versions

26/11 2015

dev-master

9999999-dev http://hypejunction.com

AJAX Tabs component for Elgg

  Sources   Download

GPL-2.0

The Development Requires

by Ismayil Khayredinov

plugin feature elgg