Skip to content

ColdTrick/post_as

Repository files navigation

Post as

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

About

Allows for creating content as somebody else

Resources

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

 
 
 

Contributors

Languages