coldtrick / post_as
Allows creating content as somebody else
Fund package maintenance!
ColdTrick
www.paypal.me/ColdTrick
Installs: 1 700
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
Type:elgg-plugin
Conflicts
- elgg/elgg: <5.0
README
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 ], ];