內容簡介
**重要**
此外掛將不會更新以支援未來版本的BuddyPress(1.3)-如果你想接管此外掛,請與我聯繫。
http://twitter.com/#!/etiviti/statuses/29550143485247489
Group Forum Extras v0.3.0-需要BuddyPress v1.2.5
此外掛是一個針對群組論壇的子外掛集合。
此外掛套件包含以下外掛:
簽名檔(限制可以使用的HTML標籤)
BBCode Lite(或選擇Shortcode)
Ajax 引言
群組論壇和主題RSS提要
論壇索引(和小工具)
標籤索引(和小工具)
最新主題小工具
在論壇帖子上的活動或評論
主題預覽
用戶級別的主題和帖子CSS(群組管理員,群組mod,禁止,朋友,跟隨,我的)
相關鏈接:
關於頁面
作者的BuddyPress演示網站
衝突警告
如果您在使用此外掛時遇到 WSOD 或致命錯誤,請報告錯誤。
額外設置
Ajax 引言連結
在所有頁面上包含回覆框以進行 Ajax 引言,刪除相同的群組/單一/討論/主題.php 文件的 if 陳述式
<?php if ( bp_get_the_topic_is_last_page() ) : ?>
(不要忘記相應的 <?php endif; ?>)
如果您的佈景主題未更新為1.2.5,那麼話題模板檔案中缺少一個動作鉤bp_group_forum_post_meta,請更新佈景主題。
在主題帖子中添加活動留言
編輯 bp-default 主題文件:groups/single/forum/topic.php
取代:
</li>
<?php endwhile; ?>
</ul><!-- !-- #topic-post-list -->
使用:
</li>
<?php do_action( 'bp_forum_extras_add_after_post_content_li' ) ?>
<?php endwhile; ?>
</ul><!-- !-- #topic-post-list -->
將新鮮度時間_since連結到最後一篇文章
編輯/bp-default/forums/forums-loop.php
改變:
<td>
<?php bp_the_topic_time_since_last_post() ?>
</td>
為:
<td>
<a href="<?php echo bp_forum_extras_topic_last_post_link( 15 ); ?>"><?php bp_the_topic_time_since_last_post() ?></a>
</td>
注意:bp_has_forum_topic_posts的 per_page 預設值為15-如果您在循環中使用不同的 per_page,則可能需要更改此值。
添加CSS醒目外掛
您需要為自己的子佈景主題添加CSS定義。
.highlightpost-admin .highlighttopic-admin .highlightpost-mod .highlighttopic-mod .highlightpost-banned .highlighttopic-banned .highlightpost-friend .highlighttopic-friend .highlightpost-follow .highlighttopic-follow .highlightpost-mine .highlighttopic-mine
外掛標籤
開發者團隊
② 後台搜尋「BuddyPress Forums Extras – View Activity Comments on Forum Posts」→ 直接安裝(推薦)
原文外掛簡介
** IMPORTANT **
This plugin will not be updated for future versions of BuddyPress (1.3) – if you would like to take over this plugin, please contact me.
http://twitter.com/#!/etiviti/statuses/29550143485247489
Group Forum Extras v0.3.0 – requires BuddyPress v1.2.5
This plugin is a collection of sub-plugins for group forums.
This plugin package contains the following plugins:
Signatures (restrict what html tags can be used)
BBCode Lite (or option for Shortcode)
Ajaxed Quote
Group Forum and Topic RSS Feeds
Forum Index (and Widget)
Tag Index (and Widget)
Latest Topics Widget
Activity Stream Comments on Forum Posts
Topic Preview
Topic & Post CSS for user levels (group admin, group mod, banned, friend, follow, mine)
Related Links:
About Page
Author’s BuddyPress Demo Site
Conflict Warning
If you experience a WSOD or fatal error using this plugin, please report the bug.
Extra Configuration
Ajaxed Quote Link
Include a reply box on all pages for ajaxed quote, remove this if statement in the same groups/single/forum/topic.php file
(don’t forget about the corresponding )
If your theme was not updated for 1.2.5 – then an action hook bp_group_forum_post_meta is missing from the topic template file. Please update your theme.
Activity on Topic Posts
edit the bp-default theme file: groups/single/forum/topic.php
Replace:
With:
Link the freshness time_since to the last post
edit /bp-default/forums/forums-loop.php
Change:
To:
Note: 15 per_page is default for bp_has_forum_topic_posts – you may need to change this if you use a different per_page in the loop.
Add CSS highlights subplugin
You will need to add css definitions to your child/theme.
.highlightpost-admin .highlighttopic-admin .highlightpost-mod .highlighttopic-mod .highlightpost-banned .highlighttopic-banned .highlightpost-friend .highlighttopic-friend .highlightpost-follow .highlighttopic-follow .highlightpost-mine .highlighttopic-mine
