Forums

[resolved] [Plugin: Bbpress Latest Discussion] noticed an error? (7 posts)

  1. irina57
    Member
    Posted 7 months ago #

    plugin calls for bb table that doesn't exist - topicmeta. To fix this I just changed 'topicmeta' to 'meta' in file BBpress.php in line 101. Otherwise plugin is smth that I need. Thanks.

    http://wordpress.org/extend/plugins/bbpress-latest-discussion/

  2. Atsutane
    Member
    Posted 7 months ago #

    What version of bbpress do you use? The current stable bbpress 0.9.* have that topicmeta table. I don't know about 1.0 alpha DB since i not use it yet.

    Please give me more info so i can correct the problem.

  3. Atsutane
    Member
    Posted 7 months ago #

    Fix it. Latest BbLD has support for bbPress 1.0 Alpha-6 new meta table.

    Bump the version no to 1.1

  4. dragunoff
    Member
    Posted 7 months ago #

    Why does this otherwise neat and cool plugin add an extra 70 queries to a WordPress page?

  5. Atsutane
    Member
    Posted 7 months ago #

    70? Well maybe it due to too many data need to be fetch to complete all the data.

    For example sidebar: Topic->Forum->User Data->Forum Permalink->Topic Permalink.

    Maybe it also because of how many topic you show. If you can give me more detail maybe i can see what i can done to reduce the load without taking out some feature.

  6. dragunoff
    Member
    Posted 7 months ago #

    Displaying 10 topics with title and last poster.

  7. Atsutane
    Member
    Posted 7 months ago #

    Fix it. Now only 1 queries being use for each function. But some feature has change from auto mode into manual mode once again.

    Those feature are permalink type and display name. Both can be active back at Option page.

    Bump the version no to 1.2.1

Reply

You must log in to post.

About this Topic