Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 5,776 through 5,800 (of 7,455 total)
  • Author
    Search Results
  • #53068

    You can probably copy and paste your way into and out of converting a plugin. They’re very similar. :)

    #53067
    Michael Berra
    Participant

    Thanks for the hint… :-) I leave that to the pro’s as you are – I am a copy-paste-changer – not a programmer…

    #53066

    Since there’s no admin panel in the integrated bbPress, you’d be best to try to port those bbPress plugins into a WordPress one, and add any BuddyPress specific features to it.

    #53036
    Mike Pratt
    Participant

    Finally starting diving into 1.1 on my dev site and encountered a strange issue.

    wpmu 2.8.4a, bbPress 1.0

    just using plain default theme for now. forums work great. saved all my old posts. all seems ok BUT

    on back end no option panel for profile fields. on front end all profile data is gone but name and website. Under My Profile it just has Public (no edit profile or change avatar)

    Is this just a butchered install or something else?

    #53003

    Activities are created by plugins that add those activities to 1 large table in the database that can be sorted in many ways; user, activity type, etc…

    What you would need to do is create a little mini plugin to hook into the bbPress posting actions, and have that generate an activity that you will also need to create.

    It’s easier than it sounds. Check out buddypress/bp-activity/bp-activity-classes.php and… function bp_activity_add( $args = '' ) {in buddypress/bp-activity.php for some direction. :)

    #52928
    kkeramidas
    Participant

    1. Which version of WPMU are you running?

    2.8.4

    2. Did you install WPMU as a directory or subdomain install?

    directory

    3. If a directory install, is it in root or in a subdirectory?

    subdirectory /blogs/

    4. Did you upgraded from a previous version of WPMU? If so, from which version?

    fresh install

    5. Was WPMU functioning properly before installing/upgrading BuddyPress?

    yes

    6. Which version of BuddyPress (BP) are you running?

    1.0.3

    7. Did you upgraded from a previous version of BP? If so, from which version?

    No

    8. Do you have any plugins other than BuddyPress installed and activated?

    Yes

    9. Are you using the standard BuddyPress themes or customized themes?

    standard themes

    10. Have you modified the core files in any way?

    no

    11. Do you have any custom functions in bp-custom.php?

    no

    12. If running bbPress, which version?

    not running

    13. Please provide a list of any errors in your server’s log files.

    Not quite sure where to find those, will keep looking

    Thanks for your continued help by the way. I am suspicious about the blog subdirectory and think that may be related to the problem since there is already a blogs folder in Buddypress. I started to look for a setting to correct it in the Buddy press setting in the dashboard but couldn’t find any way to change that path to correct things. Perhaps a change in a php file?

    #52896

    Same as with 1.0.x.

    There are endless topics discussing how to do it, and a sticky to help you with integration.

    #52894

    With the integrated version you won’t have access to the bbPress admin panel to turn them on or off, so external only.

    bbPress being included with BuddyPress is like TinyMCE being included with WordPress. Yes they are applications all their own, but they also live together in a very symbiotic way (without being alive of course.)

    #52892
    Jason Giedymin
    Participant

    Will bbpress plug-ins work with the integrated version or external only?

    #52891

    In reply to: buddypress and bbpress

    Jason Giedymin
    Participant

    He’s saying that it could be a PHP error causing the issue and to check your error logs. Usually at this point it could be anything.

    I think your next task is do a search on here and mu.wordpress to find out how to enable error logs, logging in general for your particular setup.

    #52870

    In reply to: buddypress and bbpress

    MJ
    Participant

    ????????????? Lost on that one?

    #52867

    In reply to: buddypress and bbpress

    Hmm… Can you check your server logs to see what’s causing the white screens? Might be a memory or PHP version issue next.

    #52864

    In reply to: buddypress and bbpress

    MJ
    Participant

    Oh, I did that!

    I follow all the directions perfect and added some other variables as well, but did not seem to work.

    #52862

    In reply to: buddypress and bbpress

    Looks like you’re not following instructions. :)

    You need to put the absolute path to YOUR file in the include_once area. The plugin comes with a file to help you get that if you’re unsure how.

    #52859
    AphelionZ
    Participant

    So what I did to patch this was comment out the BPDB function on line 140 of /bp-forums/bp-forums-bbpress.php

    Not ideal, I know – but it allowed me to keep working. Here’s the paste. http://pastebin.ca/1574452

    I’m open to suggestions :)

    #52845
    chriscarter
    Participant

    I think the setup is different and, with all new things, will take some time getting used to. For those that prefer it the old way, I’m sure you can still have the traditional looking bbpress forums just as it is here on buddypress.org. The new change is adding a feature, not taking any away.

    #52844
    Paul Wong-Gibbs
    Keymaster

    Mostly, moody moderator moderates mighty moderately. But please watch what you are saying and how.

    #52843
    gerikg
    Participant
    #52842
    bpisimone
    Participant

    I agree that the setup is not ideal – users should be able to post new topics anytime and then chose where to post in. Like this it is far too complicated – I plan to run a help forum – so registration and posting of topics should be as easy as it gets.

    But since BuddyPress uses the full bbpress files, it should be possible to do exactly that, using some of the basic kakumei files?

    #52839
    gmrufus
    Participant

    Hi, I’m having a problem with the error:

    ‘Attention Site Admin: Group forums require the correct setup and configuration of a bbPress installation.’

    I started with a new site on a subdomain, installed WordPress MU 2.8.1, then installed Buddypress 1.0.3. This worked no problem.

    I then installed bbPress 1.0.1 and followed the steps above. Everything seemed to have gone fine, and the integrated logins worked across all areas of the site.

    The only problem I’m having is the error above. It appears when I’m logged into Buddypress and try to create a new group. Despite this error, the group is created, but no forum is created for the group.

    I have 1 user in the system, using the login details admin/password. Admin is set as the Key Master. I have tried using the suggested versions of the 3 pieces of software, as well as later versions, all with the same problem. I’ve completely run out of ideas. Any help you can give is hugely appreciated.

    Thanks

    #52838
    gmrufus
    Participant

    Hi, I’m having a problem with the error:

    ‘Attention Site Admin: Group forums require the correct setup and configuration of a bbPress installation.’

    I started with a new site on a subdomain, installed WordPress MU 2.8.1, then installed Buddypress 1.0.3. This worked no problem.

    I then installed bbPress 1.0.1 and followed the steps above. Everything seemed to have gone fine, and the integrated logins worked across all areas of the site.

    The only problem I’m having is the error above. It appears when I’m logged into Buddypress and try to create a new group. Despite this error, the group is created, but no forum is created for the group.

    I have 1 user in the system, using the login details admin/password. Admin is set as the Key Master. I have tried using the suggested versions of the 3 pieces of software, as well as later versions, all with the same problem. I’ve completely run out of ideas. Any help you can give is hugely appreciated.

    Thanks

    #52837
    wordpressfan
    Participant

    I thought forums held all topics created by all groups. In other words, you had to join a group to post a topic, but you could read and reply to topics, no matter which groups you belonged.

    However, I found if I created a sticky topic in group A I wanted everyone to read, it appeared only when I visited that group. I’ve created other topics that were available to everyone. If forums can’t be globally read, the main “Forums” tab should be removed to prevent a misunderstanding.

    The other question, I guess, is has the BuddyPress team shelved plans to better integrate with the full-blown BBPress?

    #52833
    wordpressfan
    Participant

    After considering the options, funneling the forums through groups makes a bit more sense – particularly since the current method *works* instead of the voodoo magic required to get a stand-alone bbpress and buddypress to communicate.

    I’ve solved the problem by posting a ‘sticky’ forum note alerting members they need to join groups to take advantage of the forums. But it would be nice to have the ‘create new topic’ as an option.

    #52811
    Jason Giedymin
    Participant

    I haven’t done a thorough check, but what about BBPress Direct Access (as pointed out by Andy) and BBPress plugins?

    #52810

    In the current theme setup, no… So you’re not missing anything. There is no general “New Topic” page mostly because the number of forums that people can create by being able to create their own groups can grow to be pretty enormous.

    It’s the difference between http://testbp.org/forums and http://testbp.org/bbpress/

    The first link is obviously the familiar look of forums in BP1.1, the second link is what the TestBP sites’ bbPress looks like without any taming or control. There are 11,100 groups on that site alone, most of which have test forums. If there was a general “New Topic” page (like http://testbp.org/bbpress/?new=1) you’ll see you just have a select drop down list of 10,000 forums to place your topic in, which isn’t really an effective way to categorize the discussions when displayed in that way.

    I think when people adapt to this method of user/group/topic centric forums versus a top-down categorical list of forums, we’ll see some unique and interesting setups.

Viewing 25 results - 5,776 through 5,800 (of 7,455 total)
Skip to toolbar