bbPress

Simple, fast, elegant

bbPress Plugin Browser »

Quote (0.2)

Download

Version: 0.2

Other Versions

Last Updated: 2007-3-13

Requires bbPress Version: 0.8 or higher

Compatible up to: 0.8.1

Author Homepage »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(4)

Your Rating

Author: Michael Nolan

Tags: , ,

  1. _ck_

    Moderator

    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.

    Posted: 11 months ago #
  2. bedbugger

    Member

    Thanks, _ck_!!!

    Posted: 11 months ago #
  3. bedbugger

    Member

    Perfect...

    Posted: 11 months ago #
  4. citizenkeith

    Member

    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.

    Posted: 10 months ago #
  5. Tomcraft1980

    Member

    This plugin unfortunately doesn't work with bbpress 1.02 permalinks. =(

    kind regards.

    Tom

    Posted: 7 months ago #
  6. Tomcraft1980

    Member

    Any ideas to make it compatible with bbpress 1.02 permalinks?

    Posted: 7 months ago #
  7. 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 ).'&quote='.$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&quote=$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... ;)

    Posted: 3 months ago #

RSS feed for this topic

Add a Comment

You must log in to post.

Code is Poetry.