When a template file is missing in bbPress (or WordPress for that matter) it's taken from the default template folder, Kakumei.
So copy post-form.php from kakumei into toonewsy and edit that copy.
Version: 0.2
Last Updated: 2007-3-13
Requires bbPress Version: 0.8 or higher
Compatible up to: 0.8.1





When a template file is missing in bbPress (or WordPress for that matter) it's taken from the default template folder, Kakumei.
So copy post-form.php from kakumei into toonewsy and edit that copy.
Thanks, _ck_!!!
Perfect...
Wow, I totally missed ck's mod of this plugin.
Only question: is it possible for this plugin to be modified so that the quote link doesn't have to be added to the theme? It would be nice if it was automatically added, like in the Edit History plugin.
This plugin unfortunately doesn't work with bbpress 1.02 permalinks. =(
kind regards.
Tom
Any ideas to make it compatible with bbpress 1.02 permalinks?
I find the solution to use it with permalinks but it wasn't very beautiful ^^
Comments this line in quote.php :
echo '< a href="'.get_topic_link( 0, $last_page ).'"e='.$post_id.'#postform">'.__($link_text).'</ a>';
Add this :
echo '< a>topic_slug .'/page/'.$last_page.'/quote/'.$post_id.'#postform">'.__($link_text).'</ a>';
In the .htaccess add this line too :
RewriteRule ^topic/([^/]+)/page/([0-9]+)/quote/([0-9]+)/?$ /_bbpress/topic.php?id=$1&page=$2"e=$3\#postform [L,QSA]
If Michael Nolan wants to upgrade this plugin :
if [url rewriting is on]
echo 'topic_slug .'/page/'.$last_page.'/quote/'.$post_id.'#postform">'.__($link_text).'';
else
echo ''.__($link_text).'';
The url is not as i would like but it makes... If anyone find how change the url... ;)
You must log in to post.