coldtrick/post_as

允许以其他人的身份创建内容

安装次数: 1,652

依赖项: 0

建议者: 0

安全: 0

星标: 2

关注者: 3

分支: 0

开放问题: 0

类型: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

允许以其他人的身份创建内容

功能

  • 授权他人代表您发布
  • 代表他人创建内容

开发者

要让您的插件支持“作为...发布”,请为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
	],
];