Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 39,851 through 39,875 (of 64,535 total)
  • Author
    Search Results
  • #101503
    intimez
    Participant

    Thanks for your work master5o1. Before default font was big and looks much better now. bbpress lacks mobile viewing. Vanilla forum 2.0.16 has this right out of the box and they really got it working good.

    #96403
    intimez
    Participant

    Thanks for your work master5o1. Before default font was big and looks much better now. bbpress lacks mobile viewing. Vanilla forum 2.0.16 has this right out of the box and they really got it working good.

    #101502
    master5o1
    Participant

    Just bumping for letting people know of its existence.

    #96402
    master5o1
    Participant

    Just bumping for letting people know of its existence.

    #37005
    handuraw
    Member

    Right now, I’m trying to deep integrate bbPress with my current WP website. I’ve consulted a lot of forum but nothing seems to help me fix my problem. Here’s what happened:

    When I included the line

    require_once(‘/var/www/w3/wp-load.php’);

    I can’t access my bbPress site anymore. It gives me an Error 500 instead. I don’t have any idea where to go from this. The tutorials online doesn’t help fixing this problem. It seems that this single line is having some attitude, I don’t know.

    I consulted the error log and gives me some errors like this. I only copied few lines, but there are several similar error for different bbPress php files.

    [Fri Jan 07 23:47:52 2011] [error] [client 18.96.6.7] PHP Deprecated: Assigning the return value of new by reference is deprecated in /var/www/w3/forum/bb-includes/backpress/class.wp-taxonomy.php on line 581, referer: http://domain.tld/forum/bb-admin/options-wordpress.php

    [Fri Jan 07 23:53:55 2011] [error] [client 18.96.6.7] PHP Fatal error: Call to a member function get() on a non-object in /var/www/w3/wp-includes/cache.php on line 93, referer: http://domain.tld/forum/bb-admin/users.php

    [Sat Jan 08 00:00:15 2011] [error] [client 18.96.6.7] PHP Deprecated: Assigning the return value of new by reference is deprecated in /var/www/w3/forum/bb-settings.php on line 186, referer: http://domain.tld/forum/bb-admin/users.php

    I would really appreicate some help. I really would want to integrate both.

    Thanks!

    #103896

    In reply to: Issues with Search

    Nevermind. Found the answer I needed here

    https://trac.bbpress.org/ticket/1222

    Not sure how I missed it.

    #98796

    In reply to: Issues with Search

    Nevermind. Found the answer I needed here

    https://trac.bbpress.org/ticket/1222

    Not sure how I missed it.

    #103861

    May be they require deep integrated setups like pageline forums. but you will still need to find the bbPress counterpart

    #98761

    May be they require deep integrated setups like pageline forums. but you will still need to find the bbPress counterpart

    #37001

    I’m trying to open up search on my bbPress install, I can search, it works properly. What I decided, for now, was to not show the Recent Results, but only the Relevant Results, the problem is that some of the Relevant Results are not displaying a proper link to the post.

    This line in /bbpress/search.php is the issue, I think, but I can’t figure out how to correct it.

    Line 12:

    Code:
    $bb_query_form->BB_Query_Form( ‘post’, array(), array( ‘per_page’ => 5, ‘post_status’ => 0, ‘topic_status’ => 0, ‘post_text’ => $q, ‘forum_id’, ‘tag’, ‘topic_author’, ‘post_author’ ), ‘bb_recent_search’ );

    Whatever I set the ‘per_page’ array to, that is the number of Relevant Results that do not work properly at the top. So since it’s set to 5, the first 5 results under Relevant Results do not work, but 6-end do.

    What can I do to correct this? Thanks,

    #103866

    nope. a possible chance you can do somewhat with deep integration but that may be more efforts than its worth.

    I think there is a plugin for that. Zaerl visibility does what you want perhaps. Search https://bbpress.org/plugins/

    #98766

    nope. a possible chance you can do somewhat with deep integration but that may be more efforts than its worth.

    I think there is a plugin for that. Zaerl visibility does what you want perhaps. Search https://bbpress.org/plugins/

    :)

    #94817
    intimez
    Participant

    if all topics are deleted from a forum, freshness shows a time instead of showing ‘no post’ message.

    wordpress 3.04 and branches_plugin-2778

    https://trac.bbpress.org/ticket/1444

    #103860
    chiposaur
    Member

    i saw that too, but it’s not in the zip (even the old ones) and there’s no link.

    #98760
    chiposaur
    Member

    i saw that too, but it’s not in the zip (even the old ones) and there’s no link.

    #94816
    Gautam Gupta
    Participant

    @Willabee

    bbp_is_forum(), bbp_is_topic(), bbp_is_reply().

    #94815
    Willabee
    Member

    Does the plugin already have some function like the is_single() function in WordPress? Would be handy for the project I’m working on atm. :)

    #74440
    scribu
    Member

    I have WP running at / and bbPress at /forum/.

    This is the configuration I’m using:

    http://gist.github.com/770180

    Note that there was an error in one of the rules Sam posted:

    rewrite ^/topic/([^/]+)/?$ /bbpress/topic.php?id=$1 last;

    should have been

    rewrite ^/topic/([^/]+)/?$ /topic.php?id=$1 last;

    #94814
    Rich Pedley
    Member

    Had to resave permalinks as well.

    I’m noticing more issues as well.

    eg:

    function _wp_get_user_contactmethods() in /public_html/wordpress/wp-content/plugins/bbpress/bbp-includes/bbp-user-template.php on line 721

    when trying to edit a users profile in the front end.

    incoming trac ticket.

    #94813
    Rich Pedley
    Member

    bleh, the one time I didn’t.

    brain bug then ;)

    #103859
    Rich Pedley
    Member

    looking through the comments I see mention of bbpress-guangzhou 0.2.2 zip

    So is that part of the main download? or do you need to download it separately?

    #98759
    Rich Pedley
    Member

    looking through the comments I see mention of bbpress-guangzhou 0.2.2 zip

    So is that part of the main download? or do you need to download it separately?

    #103858
    chiposaur
    Member

    so why then would the dev say ‘compat with bbpress’? when he should obviously know better?

    #98758
    chiposaur
    Member

    so why then would the dev say ‘compat with bbpress’? when he should obviously know better?

Viewing 25 results - 39,851 through 39,875 (of 64,535 total)
Skip to toolbar