/post_as

Allows for creating content as somebody else

Primary LanguagePHP

Post as

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