coldtrick / post_as
允许以其他人的身份创建内容
v5.0.2
2024-06-28 07:02 UTC
Conflicts
- elgg/elgg: <5.0
README
允许以其他人的身份创建内容
功能
- 授权他人代表您发布
- 代表他人创建内容
开发者
要让您的插件支持“作为...发布”,请为config
post_as
注册事件处理器
结果是一个格式为数组的
$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 ], ];