2017 © Pedro Peláez
 

elgg-plugin post_as

Allows creating content as somebody else

image

coldtrick/post_as

Allows creating content as somebody else

  • Friday, July 13, 2018
  • by jeabakker
  • Repository
  • 2 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Post as

Elgg 5.0 Lint Checks Latest Stable Version License, (*1)

Allows creating content as somebody else, (*2)

Features

  • Authorize others to post on your behalf
  • Create content on somebody else's behalf

Developers

To get your plugin to support Post As register an event handler for config post_as, (*3)

The result is an array in the format:, (*4)

$result[
    '<form_name>' => [
        'type' => '<entity_type>',
        'subtype' => '<entity_subtype>',
        'action' => '<action>', // defaults to '<form_name>'
        'extend_form' => true|false, // defaults to true, set to false if the form already contains the post_as/input view
    ],
];

The Versions

13/07 2018

dev-master

9999999-dev

Allows creating content as somebody else

  Sources   Download

GPL-2.0-only

The Requires

 

The Development Requires

plugin elgg

13/07 2018

v1.1

1.1.0.0

Allows creating content as somebody else

  Sources   Download

GPL-2.0-only

The Requires

 

The Development Requires

plugin elgg

28/06 2018

v1.0

1.0.0.0

Allows creating content as somebody else

  Sources   Download

GPL-2.0-only

The Requires

 

The Development Requires

plugin elgg