coldtrick/post_as

Allows creating content as somebody else

Fund package maintenance!
ColdTrick
www.paypal.me/ColdTrick

Installs: 1 652

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 0

Open Issues: 0

Type:elgg-plugin

v5.0.2 2024-06-28 07:02 UTC

This package is auto-updated.

Last update: 2024-08-28 07:18:56 UTC


README

Elgg 5.0 Lint Checks Latest Stable Version License

Allows creating content as somebody else

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

The result is an array in the format:

$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
	],
];