bbPress 论坛回帖引用插件
http://www.dreamfreeblog.com/bbs/
bbPress 论坛回帖引用插件 - Quote
http://www.dreamfreeblog.com/bbs/
对某个帖子引用回复,方便查看针对哪个帖子。
有两款,第一个是 Quote:
插件安装:
Modify your post.php template to include the link, outputs "Quote" by default:
<?php bb_quote_link(); ?>
And modify post-form.php to include the quote text in textarea:
<textarea name="post_content" cols="50" rows="8" id="post_content" tabindex="3"><?php bb_quote_message(); ?></textarea>
2 Ajaxed Quote
JS 效果,更友好。
安装:
# Upload the folder ajaxed-quote to your /my-plugins/ directory.
# Modify your post.php template to include the quote link, outputs "Quote" by default: <?php bb_quote_link(); ?>
# Modify your post-form.php template to include the function bb_quote_post. Example: <textarea name="post_content" cols="50" rows="8" id="post_content" tabindex="3"> <?php if (function_exists('bb_quote_post')) bb_quote_post(); ?> </textarea>
下载: