开发者 |
Asgaros
qualmy91 |
---|---|
更新时间 | 2024年4月9日 10:26 |
捐献地址: | 去捐款 |
PHP版本: | 5.3 及以上 |
WordPress版本: | 6.5 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Asgaros Forum
Plugins
screen in WordPress[forum]
shortcode to itForum
where you can change the settings and create new categories & forums如果您使用某个第三方插件进行缓存(例如 WP 超级缓存)并禁用论坛页面的缓存,则所有内容都应该可以正常工作。
默认情况下,只能上传以下文件类型的文件:jpg,jpeg,gif,png,bmp,pdf。您可以修改论坛管理中允许的文件类型。
You can ban users or ad moderators via the user edit screen in the WordPress administration interface.
You can extend the shortcodes with different parameters to show specific content only. For example: [forum post="POSTID"]
, [forum topic="TOPICID"]
, [forum forum="FORUMID"]
, [forum category="CATEGORYID"]
or [forum category="CATEGORYID1,CATEGORYID2"]
.
To extend your forum with a captcha you have to use one of the available third-party captcha-plugins for WordPress and extend your themes functions.php file with the checking-logic via the available hooks and filters by your own. For example you can use the plugin Really Simple CAPTCHA and extend your themes functions.php file with this code: https://gist.github.com/Asgaros/6d4b88b1f5013efb910d9fcd01284698.
You can help to translate Asgaros Forum on this site: https://translate.wordpress.org/projects/wp-plugins/asgaros-forum. Please only use this site and dont send me your own .po/.mo files because it is hard to maintain if I get multiple translation-files for a language.
如果您是项目翻译编辑器(PTE),您可以自行批准翻译。如果您是母语人士并想成为 PTE,请在论坛中与我联系。
You can find a list of available hooks and filters on this site: https://asgaros.com/support/topic/list-of-available-hooks-and-filters/.