Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 6,976 through 7,000 (of 7,560 total)
  • Author
    Search Results
  • #41953
    Lance Willett
    Participant

    and even created new forums

    Have you tried creating a brand new group and enabling the forum for it? I only see one group on your site. You could try creating a new group, enabling the forum, then test again.

    Since the issue is with an existing forum/group connection, it could be that BuddyPress thinks the forum exists (with a certain “id”) which doesn’t exist in bbPress any more.

    If you look in the “wp_bp_groups_groupmeta” table in your database, find the “group_id” for the group you are testing, and then look in the “bp_forums” table and see if the same id is being used there for a forum (look at the “forum_id”).

    #41948
    mypop
    Participant

    @Mesgains, thanks for that, I’d already added the $bb->bb_xmlrpc_allow_user_switching = true; so it’s not that,

    I’ve been through Trent’s tutorials double checking everything as a I go, and as he says “If you have made it this far, it will work” …!!**!!

    The bbPress forums are located here: http://mypartyonparty.biz/forums

    @Lance, tried, I get the red message of death! “There was an error posting that topic.”

    I’ve switched “Enable discussion forum” off and on again, and even created new forums, and there’s nothing of significance in wp_bp_groups_groupmeta

    I’ve even tried a different user set up with wp and bb admin priviledges.

    #41945
    mesgains
    Participant

    hi Mypop,

    Do you add this line into your bbPress bb-config.php to enable user switching ? $bb->bb_xmlrpc_allow_user_switching = true;

    i followed those advices below to install my forum. I hope it can help you

    here is a video :

    http://wordpress.tv/2009/01/23/integrating-a-bbpress-forum-with-your-self-installed-wordpress/

    and there some good tips :

    http://trentadams.com/2009/04/01/buddypress-forums-tutorial/

    I notice that the twitter plugin makes some conflits with the bb_press install. I deleted it.

    #41942
    mypop
    Participant

    p.s. yes I have also enabled XML-RPC and pingbacks in bbPREss ..

    #41937
    Lance Willett
    Participant

    Mypop, when you are in the MU admin area — go to the last menu item (it should be labeled “BuddyPress”). Click “Component Setup” and make sure that bbPress Forums is enabled.

    Then click the link in that same admin menu that says “Forum setup”, and make sure the settings there are correct.

    I noticed when I recently upgraded my BuddyPress to the latest trunk (rev 1324) that those forum settings were empty, so I had to enter them again (URL, username, and password).

    #41929
    johanh
    Participant

    Hi After reading this I believe I am getting closer to the problem:

    1) My buddypress is at http://ilocals.info but I have not added anything to define(\’COOKIE_DOMAIN\’, \’\’); I suppose I need to add define(\’COOKIE_DOMAIN\’, \’.ilocals.info\’);

    2) A new problem: I have lost my keymaster/administrator ability at bbpress. Can you tell me how to fix this?

    3) I will tell you about my other cookie issues as soon as I have a fix for this.

    Thanks

    #41898
    mStudios
    Participant

    alright, same outcome problem but with a little twist:

    4) Edit \”settings\” to enable xmlrpc and pingbacks (both)

    can\’t do as I do not have these checkboxes anywhere, not in bbpress nor wpmu.

    bbpress works fine by itself but obviously is not connected as the bp theme does not translate and getting the dreaded error in groups when I try to post a topic.

    so, where should those checkboxes be? up to there I followed all points and also 6) and 7) seem fine.

    any hint appreciated!

    downloaded all 3 installs within the past 3 days, so all should be the latest.

    #41893
    takuya
    Participant
    <br />
    function my_fix_linking(){<br />
    remove_filter( \\\\\\\'bp_the_profile_field_value\\\\\\\',<br />
    \\\\\\\'xprofile_filter_link_profile_data\\\\\\\', 2 );<br />
    add_filter( \\\\\\\'bp_the_profile_field_value\\\\\\\',<br />
    \\\\\\\'my_filter_link_profile_data\\\\\\\', 2, 3 );<br />
    }<br />
    add_action(\\\\\\\'bp_member_theme_functions\\\\\\\', \\\\\\\'my_fix_linking\\\\\\\');</p>
    <p>function my_filter_link_profile_data($field_value,<br />
    $field_type = \\\\\\\'textbox\\\\\\\', $field_id){<br />
    if ( \\\\\\\'textbox\\\\\\\' == $field_type)<br />
    return $field_value;<br />
    else xprofile_filter_link_profile_data($field_value, $field_type);<br />
    }<br />

    If above code is used, textareas will not show any contents although the data is still available on the database. If you modify the above code to only disable textareas, then textboxes will disappear.

    BBpress is modifying the code too much!!!!!!!!!!!!!!!!!!!!!!!!

    #41884
    Burt Adsit
    Participant

    Some people will want to keep everything in bp and only use group forums. Don’t want their users going out of bp. Perhaps they don’t want to create another theme for bbpress. Keeps the forum solution simple.

    Keeping all group forum activity in the group *is* the purpose of bp’s group forums.

    There isn’t a forum in the demo other than the individual group forums.

    #41817
    Trent Adams
    Participant

    Chris, that is a question that most likely is on the mind of many people. While I am not with Automattic and don’t speak for them, my experience has been that bbPress will always be designed to integrate with WP as it is developed by many of the same team. I can also say that WPMU is always going to be synced with the same code as WP and will also work with bbPress. Going even further, buddypress is written based off working with WPMU (soon to be WP as well).

    While the timing of releases will require attention to what versions work with each other, there will always be a solution that works. You can be sure of that. Once stable releases come out, they will work together. If you are one of the people that always wants to use the development versions going forward, you will find issues. That is the nature of the beast, but all and all, all should be fine!

    Personally, I will always be alerting Buddypress users to what works. Most likely, I will also let people know what doesn’t work since I always am testing all of the software packages on a regular basis (both stable and development).

    Hope that helps :)

    #41682
    Tracedef
    Participant

    I had this same question…. keep hearing that for full integration BBPress and BP must use same database. I had originally installed in separate db’s because keeping them separate seemed to make more sense to me…

    #41666
    felix2009
    Participant

    I should say, install them both in their own database ;)

    Trust me, it could come in handy ;)

    #41652
    Burt Adsit
    Participant

    There is no ‘preferred’ option. It’s up to you to determine what your needs are.

    #41637
    zenseeker
    Participant

    Yes, I’ve read that. Not that curious about group forums right now. Just asking what is the preferred database setup (looking long term) – one database or one for wpmu and one for bbpress with shared user tables? That’s all. Thanks.

    #41631
    rootherb
    Participant
    #41582
    nicolagreco
    Participant

    Yes you can do that making a new plugin based on bbpress-live (the same andy has used for groups).

    For the second question is always bbpress-live that help wordpress & bbpress to share data via xmlrpc

    #41555
    doluongtruong
    Participant

    I find key! Woh, happy.

    When you meet this case. You remember that you active user “admin” in BuddyPress to admin BBPress (3 admin at less)

    Thanks

    #41552
    Sgrunt
    Participant

    thanx Leventyilmaz.

    1) I haven’t checked it yet, but FaceBuddy that was my first theme is only a graphical reskinning of Buddy Press (no hardcoding in no page), and so every issue with code i presume is an issue with BP. Maybe try with your default theme and tell me if it works. I remember that the updated version of FaceBuddy is based on the 1281 trunk.

    2) i know..some people want them, and i hope to do something in the future for bbpress. Actually the simple remaking (and updating) of themes is a big work (making free themes isn’t a job, and so i can’t work from 9 to 5 to them), and i’ve never installed bbpress. My priority is creating new themes for BP, maybe when the official 1 version will be out i’ll start seeing bbpress but i can’t be sure for now.

    #41548
    doluongtruong
    Participant

    I think, there wasnt conected two systems.

    – I created forum, but it’s jont BBPress and comback again

    – I cant post tocpic.

    Demo: http://hoitublog.com

    (Vietnam)

    #41542
    Deli Yaban
    Participant

    thanks for great theme Sgrunt..it s really nice..

    there is a small problem

    got to your profile page (/members/admin) and My Activity on the right side..

    links are not working..example

    You wrote a new blog post: blahblahblah

    if you click “You” or “blahblahblah” you get “http://you.com/members/admin/&#8221;

    is this a bug?

    2 Question

    do you plan to make a bbpress facebuddy theme? I think many peoples waiting for this..

    thanks for your time

    #41538
    mypop
    Participant

    I am using WMPU2.7 Buddypress RC1 and bbPress 1.0-Alpha-6

    Hopefully someone can help me out here, it’s been 10 days, I’ve searched, this forum, the WPMU forum and the bbPress forum, and I feel like I’m going round in circles!

    bbPress and WPMU/ Buddypress work fine as ‘stand alone’ applications, the challenge I am having is integrating bbPress into Buddypress.


    I have gone through the whole of Trent’s great topic (https://buddypress.org/forums/topic.php?id=471) many times now, even removed bbPress and started all again.

    What should on the face of it be a simple process, share users, share cookies, link via xmlrpc, seems incredibly complex, or else it’s the configuration of my hosting company that’s causing it!

    I followed, Sam’s basic integration screencast (https://bbpress.org/forums/topic/basic-integration-screencast ), and all went smoothly, I can now logon and logoff from either WPMU or bbPress. I have also edited wp-config and bb-config as needed to use the same keys and to point to the same locations for the cookies.

    However I can only access the admin/dashboard section in bbPress if I login in through bbPress, if I log in first via WPMU, the ‘admin’ link doesn’t work. I can access the dashboard of WPMU whichever way I log in.

    In Sam’s screencast he talks about bbPress needing extra cookies and using bbpress-integration.1.0-alpha-4.1, I have tried with and without this plugin (which doesn’t appear to work when isntalled in mu-plugins/ ). I have also checked the cookies when logged in via bbPress and only see one extra cookie when actually in the dashboard / backoffice of bbPress.

    Do I need this plugin?

    Is this the way it should work, or should I be able to log in via WPMU and then go to bbPress and have access rights to the bbPress dashboard?


    I have enabled xmlrpc and pingbacks in bbPress.

    I have two key users “admin”, the main one created during wpmu install, which is also keymaster for bbPress and another with keymaster rights to bbPress and administration rights WPMU, it works the same for both.

    Re Trent’s post, I have the plugin in my-plugins/buddypress-enable.php though there is some discussion as to wether it should be in my-plugins or bb-plugins – some guidance here please?

    Also in step 6) where Trent says “Go into your main blog dashboard as the “site-admin” and go to the groups admin page.” I presume that with my configuration it should now read “Site Admin / bbPress forums”, If I click on the groups link, it gives me my list of already established groups to configure / edit. is my presumption correct?

    I have configured the full path (with the “/”) and user details for bbPress in the “bbPress forums” option.


    When I turn on Group Discussion, I don’t get a forum created in bbPress, nor can I post in ‘forum’ in the group in Buddypress, it comes up with “There was an error posting that topic.” not surprising really (no forum)

    If I go to create a new group the box for “Enable discussion forum” is greyed out / missing replaced with a note that says” Attention Site Admin: Group forums require correct setup and configuration of a bbPress installation.”

    Also from bbPress if I try to post I get “Warning: cannot yet handle MBCS in html_entity_decode()! in /home/sites/mydomain.com/public_html/forums/my-plugins/buddypress-enable.php on line 53 which I guess is because it’s not linked back. (I’m running MySQL/5.0.67 PHP/5.2.8 and PHP5/5.2.8)

    Trent also suggested “check your bp_groups_groupmeta table” there was nothing in my data relating to forums.

    I’ve tried it with and without the ” WordPress cookie integration speedup” and ” WordPress database integration speedup” in the bb-config.php file – it made no difference.


    I’ve tried almost all I can think of,

    @Burtadsit would your xmlrpc-test-rig be worth exploring? Do you have a download link for it?

    http://ourcommoninterest.org/downloads/xmlrpc-test-rig.zip&#8221; looks like it’s not there at the moment.


    From here: http://umwblogs.org/wiki/index.php/Integrating_WPMu,_BuddyPress,_and_bbPress says:

    You will need to install and activate the following plugins in your WPMu installation:

    * bbPress Integration: “https://wordpress.org/extend/plugins/bbpress-integration/&#8221; This is essential, but keep in mind that this plugin is only useful if you are running bbPress version 1.0-alpha-4 or later.

    * WPMU Enable bbPress Capabilities (0.1) “https://bbpress.org/plugins/topic/wpmu-enable-bbpress-capabilities/&#8221; : Enables bbPress member capabilities when a user is created within WPMU. This allows immediate login as a ‘member’ after a user is created in WPMU.

    Do I actually need either of these with my confguration?



    @johnjamesjacoby
    said “In theory, to create a post from within the Group forum, you should not need cookie integration, because the XMLRPC request happens very ajax-like behind the scenes and does not require for you as a specific user to be logged into both platforms.”

    So any help would be much appreciated, Thanks.

    #41537
    fishbowl81
    Participant

    to answer the 2nd part of your question:

    Buddypress uses bbpress-live, which is an api interface for bbpress. If there is a api interface for vbulletin, it would be pretty straight forward to make an api interface for it.

    It looks like there is an api, here is the code documentation:

    http://members.vbulletin.com/api/

    But, after a quick review, I don’t see anyway to read the forum posts?

    #41531
    zipnguyen
    Participant

    forgot to mention, I’m using the latest trunk and have installed bbpress and go it where when you signin it will log you into bbpress as well. But since this error occured I uninstalled bbpress. bbpress used to be located at ndcom.com/forums/

    Oh, still on shared hosting and will be going to dedicated tomorrow or day after.

    #41507
    noelmd
    Participant

    i seem to get bbpress inetgration going, but when i go to step no.4 “Edit “settings” to enable xmlrpc and pingbacks (both)”, there’s where my problem lies.

    I cannot seem to turn on “Enable XML-RPC”. i ticked the box to enable XML-PRC but after saving the settings, it returns the same, still off. funny thing is, i can edit all everything else in the settings, except turning on Enable XML-RPC.

    is this a file edit or a database edit i can turn on in phpmyadmin?

    i have been wracking my head off troubleshooting this.

    any information anyone?

    thanks in advance!

    #41452
    Pancho Perez
    Participant

    Hi, Im trying to conect my WPmu + BuddyPress with bbpress.

    First I install the forum in a diferent database, then usign the settings I try to conect with wordpress but it show me this:

    bbPress database error: [Unknown character set: ‘urf8’]

    SET NAMES ‘urf8’

    Warning: Cannot modify header information – headers already sent by (output started at /home/thbru/public_html/airmylove.com/forum/bbpress/bb-includes/db-mysql.php:130) in /home/thbru/public_html/airmylove.com/forum/bbpress/bb-includes/pluggable.php on line 192

    Warning: Cannot modify header information – headers already sent by (output started at /home/thbru/public_html/airmylove.com/forum/bbpress/bb-includes/db-mysql.php:130) in /home/thbru/public_html/airmylove.com/forum/bbpress/bb-includes/pluggable.php on line 232

    And I don´t have any clue!, some had the same issue ?

    Thanx for this forum! :D

Viewing 25 results - 6,976 through 7,000 (of 7,560 total)
Skip to toolbar