Search Results for 'bbpress'
-
AuthorSearch Results
-
September 25, 2009 at 4:35 pm #53068
In reply to: BBpress Plugins in V1.1
John James Jacoby
KeymasterYou can probably copy and paste your way into and out of converting a plugin. They’re very similar.
September 25, 2009 at 4:30 pm #53067In reply to: BBpress Plugins in V1.1
Michael Berra
ParticipantThanks for the hint…
I leave that to the pro’s as you are – I am a copy-paste-changer – not a programmer…
September 25, 2009 at 4:24 pm #53066In reply to: BBpress Plugins in V1.1
John James Jacoby
KeymasterSince 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.
September 25, 2009 at 4:25 am #53036In reply to: Upgrading to 1.1-rc/1.1-beta
Mike Pratt
ParticipantFinally 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?
September 24, 2009 at 12:30 pm #53003In reply to: Adding Recent Replies to Site Wide Activity
John James Jacoby
KeymasterActivities 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.phpand…function bp_activity_add( $args = '' ) {in buddypress/bp-activity.php for some direction.
September 22, 2009 at 9:46 pm #52928kkeramidas
Participant1. 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?
September 22, 2009 at 2:23 pm #52896In reply to: How To Integrate Full BBPress and BuddyPress 1.1
John James Jacoby
KeymasterSame as with 1.0.x.
There are endless topics discussing how to do it, and a sticky to help you with integration.
September 22, 2009 at 2:18 pm #52894In reply to: Is this the way Forums are supposed to work?
John James Jacoby
KeymasterWith 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.)
September 22, 2009 at 2:07 pm #52892In reply to: Is this the way Forums are supposed to work?
Jason Giedymin
ParticipantWill bbpress plug-ins work with the integrated version or external only?
September 22, 2009 at 1:38 pm #52891In reply to: buddypress and bbpress
Jason Giedymin
ParticipantHe’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.
September 21, 2009 at 10:40 pm #52870In reply to: buddypress and bbpress
MJ
Participant????????????? Lost on that one?
September 21, 2009 at 10:24 pm #52867In reply to: buddypress and bbpress
John James Jacoby
KeymasterHmm… Can you check your server logs to see what’s causing the white screens? Might be a memory or PHP version issue next.
September 21, 2009 at 9:54 pm #52864In reply to: buddypress and bbpress
MJ
ParticipantOh, I did that!
I follow all the directions perfect and added some other variables as well, but did not seem to work.
September 21, 2009 at 9:41 pm #52862In reply to: buddypress and bbpress
John James Jacoby
KeymasterLooks 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.
September 21, 2009 at 9:27 pm #52859In reply to: BackPress and BuddyPress $bpdb conflict
AphelionZ
ParticipantSo 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
September 21, 2009 at 3:48 pm #52845In reply to: Is this the way Forums are supposed to work?
chriscarter
ParticipantI 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.
September 21, 2009 at 3:43 pm #52844In reply to: Where is the bbpress admin?
Paul Wong-Gibbs
KeymasterMostly, moody moderator moderates mighty moderately. But please watch what you are saying and how.
September 21, 2009 at 3:34 pm #52843In reply to: Where is the bbpress admin?
gerikg
ParticipantSeptember 21, 2009 at 3:32 pm #52842In reply to: Is this the way Forums are supposed to work?
bpisimone
ParticipantI 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?
September 21, 2009 at 2:33 pm #52839In reply to: Forum Integration: HELPING HINTS
gmrufus
ParticipantHi, 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
September 21, 2009 at 2:33 pm #52838In reply to: Forums Not Being Created
gmrufus
ParticipantHi, 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
September 21, 2009 at 2:25 pm #52837In reply to: Is this the way Forums are supposed to work?
wordpressfan
ParticipantI 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?
September 21, 2009 at 12:49 pm #52833In reply to: Is this the way Forums are supposed to work?
wordpressfan
ParticipantAfter 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.
September 21, 2009 at 1:15 am #52811In reply to: Is this the way Forums are supposed to work?
Jason Giedymin
ParticipantI haven’t done a thorough check, but what about BBPress Direct Access (as pointed out by Andy) and BBPress plugins?
September 21, 2009 at 1:11 am #52810In reply to: Is this the way Forums are supposed to work?
John James Jacoby
KeymasterIn 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.
-
AuthorSearch Results