Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 52,301 through 52,325 (of 64,446 total)
  • Author
    Search Results
  • #5180
    stockefeller
    Member

    My version of BuddyPress has bbPress installed successfully…. with only one glitch. Whenever I login through the WordPress login I get the following error message. If I then hit the back button and visit the site I never see the error again.

    Any ideas why this is happening?

    Thanks

    Byron

    —-error message below


    Warning: Invalid argument supplied for foreach() in /home/content/c/o/s/cossettera/html/wp-content/mu-plugins/oci_bp_group_forums.php on line 346

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/c/o/s/cossettera/html/wp-content/mu-plugins/oci_bp_group_forums.php:346) in /home/content/c/o/s/cossettera/html/wp-includes/pluggable.php on line 856

    #73046
    chrishajer
    Participant

    What versions did you integrate?

    #57463
    chrishajer
    Participant

    That is a very clear error message: the system cannot find the file you are trying to include in bbPress. You started the file path with /blog. which is an absolute path, starting at the root /. You will probably have more luck with this:

    require_once( '/home1/endingho/public_html/blog/wp-blog-header.php' );

    The $bb->WP_BB = true; part I am unfamiliar with. But the error is indicating that you have the path wrong.

    #72799
    chrishajer
    Participant

    @tannar: you can make iframes appear without borders, if you like. You need this in the iframe tag: frameborder="0"

    I have heard of a couple people trying it, but I have not yet seen it done. Can you post a link to this when you have it working? Thanks.

    @RichBrown: If you want bbPress to *look* like your WordPress installation, you are going to need to use a bbPress theme that matches or approximates you WordPress theme. There are a couple of matching themes out there for bbPress and WordPress. What versions of bbPress and WordPress did you install?

    The best way I know of right now to integrate the look of bbPress with the look WordPress is to create a theme for bbPress that looks like your WordPress theme. We’re spoiled with so many good themes for WordPress right now, and not so many for bbPress. We’re not used to creating themes; we’re used to installing themes (at least that has been my experience with WordPress.) bbPress is not quite there yet in terms of popularity and community support (i.e. themes and plugins.)

    I don’t believe you can make bbPress live inside a WordPress page: bbPress is not a forum plugin for WordPress. And I have not yet seen the iframe hack work.

    #5176
    richbrown
    Member

    I completed the integrtion.

    I cannot be logged into both at the same tiem.

    For example, if i am not logged into WP I can get into the admin section of bbPress.

    If I then log into WP and exit the admin page I am unable to get back to it.

    Is this normal?

    If not how do I fix it?

    #72798
    richbrown
    Member

    As a newbie I am looking to have my bbpress appear seamlessly in WordPress.

    How can this be done?

    mStudios
    Member

    after re-installing about 5 or 6 times and fiddling around I finally got it to work. if I would now only know what the secret was!

    #72797
    grasn
    Member

    Ok guys, thanks for your posts, but i didn’t understand: is it possible to integrate bbpress into my wordpress blog like on this site and on http://www.columbusunderground.com/forums/ ? I see its possible, does no one have an idea how to do it?

    I don’t care about themes, i just want to integrate my /forum/ directory in a wordpress page. i tried using iframe but its not that great cause it has borders.

    #71047
    deadlyhifi
    Participant

    All new users in bbpress are being automatically set to “inactive” instead of “member”

    I found this happened if I tried to pull in wp_head() or anything else WP related into bbP. You’re best replicating the theme…

    #71046

    Hey guys, I really recomend you to stop trying to make 2.7 work with BB alpha.

    Use the undergrade cookie plugin to wordpress and everything is resolved. It’s so simple that you don’t need to do nothing.

    Besides that, you will be able to use CK plugins without any problems and be able to make a much safer upgrade when 1.0 is released.

    Sorry for english :)

    #5173

    Topic: Tecca High

    in forum Showcase
    Tecca
    Participant

    A music & gaming blog using wordpress + bbpress. The forum layout isn’t quite done yet, I’m trying to make it look more appealing, especially for those used to other forum software.

    http://teccahigh.com/

    #72544

    In reply to: 简体中文测试

    backsword
    Member

    我来咯。请移步到我的版面讨论,欢迎!

    bbpress中文讨论区 http://cartoon.lamost.org/forum.php?id=2

    #66847
    chrishajer
    Participant

    RichBrown, please start a new thread explaining your problem thoroughly. Please list the versions of bbPress and WordPress that you integrated.

    Thank you.

    #73015
    nicolas_fr
    Member

    Hello, thx for your answer.

    I use the default template (theme) named kakumei.

    I tried the blue version : same result.

    I tried to use alpha 6, but from scratch, i had many issues. Unable to share user session with WP.

    Not the same version from bbpress integration module, on the WP side. (only alpha 4.1, not alpha 6).

    I tried to upload directly, but I had problems.

    It’s really difficilut, an finally, i spent a day of work, and my forum doesn’t work.

    I hope i’ll run ^^

    #66846
    richbrown
    Member

    I am also having the same problem and the meta value is a:1:{s:9:”keymaster”;b:1;}.

    What can i do to get this to work?

    #67241
    nicolagreco
    Member

    cookie integrations are available on wpmu 2.7 (or above) :)

    #73014
    chrishajer
    Participant

    Are you using the default theme? If not, try the default theme and see if you have the same error. Someone else posted this recently and I can’t recall what it turned out to be. Here are a couple relevant posts:

    https://bbpress.org/forums/topic/can-not-post-new-topic-in-this-forum#post-25509

    https://bbpress.org/forums/topic/bbpress-error-closed-topic#post-22226

    https://bbpress.org/forums/topic/problems-with-forum-is-category-in-10-alpha-6#post-25526

    Also, why are you using alpha 4? I thought the basic integration screencast used alpha 6 and WordPress 2.7. There may be some bugs that were fixed between alpha 4 and alpha 6.

    #72979
    chrishajer
    Participant

    Cookie issues? Have you tried clearing all the cookies?

    Also, there are probably places in the database that have references to file system paths and things like that (I know WordPress does this, for uploads for example.) Maybe there is something in the bbPress tables like that that is preventing it from working correctly?

    What I usually do is search the tables for a string that was unique to my old host (a customer number or something else in the path that is unique) then once I find those records, I do a global search and replace on the whole string.

    Maybe it’s something like that. I don’t think the database dump will just work straight-away on a new host without modification.

    #73018

    Both bbPress & WordPress can work alone

    #5169

    I need to integrate or it can work alone ?

    #5168
    nicolas_fr
    Member

    Hello,

    I installed bbPress 1.0-alpha-4.1 with WP 2.7.1, following the “Basic integration screencast” topic.

    The install roxxs, and i can share ma account between WP and bbP.

    BUT … i can’t create new topic.

    When i try, the result is always the same : “This topic has been closed”.

    The number of topic is increised, but unable to show this fu… topic.

    I checked on the database : no topic found.

    Someone has an idea ?

    Thx for all

    #5167
    richbrown
    Member

    I struggled through the integration process. I believe it is working more or less.

    The site is: http://www.njaneh.org

    The forum is at http://www.njaneh.org/blog/forum

    However, I have a problem. When I add in this line as suggested in http://www.adityanaik.com/integratepress-part-i/

    if ( !defined(‘BBDB_NAME’) )

    require_once(ABSPATH.’bbpress/bb-load.php’);

    I get these this error message in both WordPress and bbPress.

    Fatal error: require_once() [function.require]: Failed opening required ‘/home1/endingho/public_html/blog/bbpress/bb-load.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home1/endingho/public_html/blog/wp-config.php on line 34

    When I deleted the lines I added to the config file I can access both but am unable to log into bbPress.

    How do I solve the log-in question?

    My goal was to have a quality forum that would look and feel like my main wordpress site.

    Is that possible or should I dump bbpress and seek another option?

    #5166
    iang
    Member

    I have created several static pages on my site (www.wbs80.com) which is using bbpress.

    I would like the static page called “Home” to be the default page seen when my site is visited.

    Currently the default is the “Forum” page. How do I change this?

    Thanks in advance.

    #73006
    Dave
    Member

    Thanks ck, much appreciated. I’m glad you like it. Thanks for all the great work on bbpress.

    It very nearly works :-) The polls show up correctly, but also this error:

    Warning: Missing argument 1 for bb_polls_pre_poll(), called in /home/content/b/l/o/blogdave/html/forums/bb-templates/blank2rbbpress/topic.php on line 11 and defined in /home/content/b/l/o/blogdave/html/forums/bb-plugins/bbpress-polls/bb-polls.php on line 47

    #5160
Viewing 25 results - 52,301 through 52,325 (of 64,446 total)
Skip to toolbar