BBP_Forums_Group_Extension:显示器(intgroup_id美元=零)
群组论坛的主要显示功能
描述
参数
- group_id美元
-
(int)(可选)当前组ID。仅在BP 2.2+上可用。
默认值:空
源
public function display($group_id = null){//防止Topic Parent出现add_action('bbp_theme_before_topic_form_forum', array($this, 'ob_start'));Add_action ('bbp_theme_after_topic_form_forum', array($this, 'ob_end_clean'));Add_action ('bbp_theme_after_topic_form_forum', array($this, 'topic_parent'));//防止论坛父类出现add_action('bbp_theme_before_forum_form_parent', array($this, 'ob_start'));Add_action ('bbp_theme_after_forum_form_parent', array($this, 'ob_end_clean'));Add_action ('bbp_theme_after_forum_form_parent', array($this, 'forum_parent'));//隐藏breadcrumb add_filter('bbp_no_breadcrumb', '__return_true');$ this - > display_forums (0);}
更新日志
版本 | 描述 |
---|---|
bbPress (r3746) | 介绍了。 |