Search Results for 'buddypress'
-
AuthorSearch Results
-
September 5, 2009 at 10:40 pm #52065
In reply to: Blog Page 2 Error
Paul Wong-Gibbs
KeymasterThis was fixed recently in the trunk version. https://trac.buddypress.org/changeset/1756/ & https://trac.buddypress.org/changeset/1757/
however that is applied to the new theme in BP 1.1/trunk and won’t apply directly against the theme of BP 1.0.3.
September 5, 2009 at 10:12 pm #52064In reply to: Blog Page 2 Error
peterverkooijen
ParticipantNew development. The Buddypress.org/blog/page/2/ URL no longer directs you to an error page, but instead gives you the same list of posts as on the first page.
I have this same problem. What’s the latest on this? What causes the problem? Is there a fix?
September 5, 2009 at 8:56 pm #52063In reply to: give each blog their own buddypress?
dwpers
ParticipantMuch like Anointed, I would like my members to have their blogs integrated into the BP site. Right now a new member blog is created using the plain default WP theme and does not keep the look and feel of the site.
On the BP website, I’ve seen screenshots where it looks like the blogs are integrated/have the same theme. Why is my install doing it differently? I want my users to create blogs, but have them actually look like they are a part of the site, not a separate entity altogether.
I posed this question in another thread I believe, but then my original handle went MIA in these forums, so I’ve had to create a new one and have since lost the thread.
September 5, 2009 at 3:08 pm #52058chargertech
ParticipantDoes anybody know if this is something being considered for future releases? It seems like an option that would be commonly implemented as the user base expands. Having some blogs not part of the BP “universe” isn’t an outlandish idea.
September 5, 2009 at 2:48 pm #52057In reply to: Blank when activating plugin
Paul Wong-Gibbs
KeymasterBuddyPress 1.0.3+ requires WordPress MU 2.8+
September 5, 2009 at 2:46 pm #52056In reply to: creating component pages
Paul Wong-Gibbs
KeymasterAt the moment the pages have to be moved into the theme folder.
If you’re trying to get it so a user doesn’t have to move your page files into their theme when they’ve installed your plugin, have a look at https://trac.buddypress.org/ticket/954.
The function which tells BuddyPress to load a particular theme file is like this:
bp_core_load_template( 'achievements-member-theme/summary' );September 5, 2009 at 2:14 pm #52053Matt Kern
ParticipantThis is the best post I have seen on the subject.
http://theeasybutton.com/blog/2009/07/17/integrating-buddypress-wordpress-mu-and-bbpress/
September 5, 2009 at 11:40 am #52051bpisimone
ParticipantCould someone direct me to a complete guide about how to set up the forum at the buddypress end or post a guide in here (wasn’t able to find anything)?
I have set up bbpress, but when I click on post new in the group interface I just get a white page?
September 5, 2009 at 11:06 am #52049In reply to: Language – Frontend User select
Paul Wong-Gibbs
KeymasterUntil you posted this thread was 8 months old. You can localise BuddyPress in the same standard way which you do WordPress. I am aware someone has a new plugin in the works which, despite me not fully understanding what it does, sounds like it will be useful to run multilanguage BP sites.
In the interim, however, I’m closing this thread. If you want to continue to discuss any specifics please find a more recent thread or start a new one.
September 5, 2009 at 10:08 am #52045In reply to: give each blog their own buddypress?
Paul Wong-Gibbs
KeymasterI don’t think anyone has tried anything like BP-Mu, and I am very doubtful that the internals would support such a thing without serious hacking.
BuddyPress *does* use the existing WordPress user tables/routines, etc. I have no idea what you mean by “separate user system.” You can just remove the BuddyPress /register files and use the WPMU user registration.
There’s no guarantee BP 1.1 will be released next week. Soon, but I’d advise not getting your hopes up.
As far as I’m aware, there’s no issues with running BP on a blog ID other than 1. If you want to be certain, download the current trunk copy and test it out; it’s not too late for bug fixes to go in.
September 5, 2009 at 1:01 am #52040In reply to: give each blog their own buddypress?
Anointed
Participantbtw.. the only reason I don’t have buddypress installed right now is I got sick of all the problems trying to upgrade wpmu from 2.7.1 to 2.8.4a with buddypress involved.
So I took the nuclear route and wiped everything out with a fresh install of 2.8.4a
I am waiting until next week when buddypress 1.1 is finally official before I install it again.
Not to mention that prior versions of buddypress just didn’t like being installed onto a blog id other than 1. (I tried every ‘hack’ on these forums to get buddypress to place nice on blog id#30 but it never took)
I’m seriously hoping that buddypress has solved the issue of installing it onto a blog other than id#1 in the new buddypress 1.1
September 5, 2009 at 12:58 am #52039In reply to: give each blog their own buddypress?
Anointed
Participant@Jeff – It’s ‘similar’ to what I am talking about, but not really.
I guess the best way to put it is: ‘How do I turn buddypress into buddypress-mu?’
Believe me, I was trying to avoid asking the question like that because it’s a little deceptive. Obviously if there were a buddypress-mu then all of my problems would be solved out of the box.
I seriously doubt we’ll see buddypress-mu anytime soon, enless there is information I am not aware of.
In the meantime, I was thinking of taking a different approach with bp.
With my new plugins, each blog has it’s own member base. (members are transparently added in the background to the root blog as well as the future bp blog behind the scenes through the wpmu admin)
Now since each blog has it’s own member base, I would then have to figure out how to tell buddypress to only display information pertinent to those members who belong to the blog in question.
example: I create buddypress pages on a subdomain blog xyz.blog.com and add the bp widgets
members list would only show members belonging to that blog via filters
activity would only show activity from those members of that blog
etc….
All that part would be possible if we can figure out how to dump the buddypress registration, and have buddypress use the built in wpmu registration system. That’s because wpmu already knows which blogs a member belongs to.
Seriously… why in the world does buddypress have a separate user system in the first place, when wpmu has a world class user system already available to use………
anyhow, I hope that makes more sense.
September 4, 2009 at 10:04 pm #52032In reply to: give each blog their own buddypress?
Jeff Sayre
ParticipantSeptember 4, 2009 at 9:42 pm #52030In reply to: ListMessenger (or PHPlist) integration – plugin?
peterverkooijen
ParticipantCorrection to the code above: In most cases it’s probably safer to just remove this from the INSERT query for ‘mailingusers’ (or whatever your mailing list uses):
users_id='$user_id',In ListMessenger this ID is incremental. If you force it take the same ID as used in WordPress you may get nasty errors.
September 4, 2009 at 6:04 pm #52024raciloni
Participantcan a user define his blog category on singup?
September 4, 2009 at 5:58 pm #52022In reply to: FAQ: How To, Code Snippets and Solutions
John James Jacoby
KeymasterMake your own custom BuddyPress page, slug, and template file
https://buddypress.org/forums/topic/make-your-own-custom-buddypress-page
September 4, 2009 at 5:23 pm #52021In reply to: Make your own custom BuddyPress page
John James Jacoby
Keymaster@Robert, edited the post to reflect this little typo. Thanks for the catch!
@Toly, you’re correct, but my post was still a little off. Thanks for helping clarify!
@Matt Kern, that is correct. You can also do something like…
bp_core_load_template( 'fun/chubacabra', true );…if you want to put all your chubacabra files in a directory in your themes root.
@JasonG, we’ve got an awful lot of stickies. I’m going to add it to the Wiki instead :cough:

@everyone, this method shouldn’t change much by the time BP1.1 comes around, but keep an eye out just in case.
September 4, 2009 at 1:57 pm #52012In reply to: Editing the buddypress default theme logo
fundomaat
Participantr-a-y, I did what you said. And I found out that it’s, Albertus MT Light. But that one costs 45$. Is there any other way to edit it?
September 4, 2009 at 1:05 pm #52010In reply to: Make your own custom BuddyPress page
Jason Giedymin
ParticipantI like it! So simple!
Can we should sticky this?
September 4, 2009 at 11:44 am #52009In reply to: Editing the buddypress default theme logo
Paul Wong-Gibbs
KeymasterBP 1.1 will probably be released within a month; I’m not sure of the timescale.
September 4, 2009 at 10:42 am #52008In reply to: Editing the buddypress default theme logo
fundomaat
ParticipantDJPaul,
How do I optain this 1.1 version? As I can only find the 1.0.3 version.
Regards,
Martijn Kouwenhoven
September 4, 2009 at 10:26 am #52007In reply to: Editing the buddypress default theme logo
Paul Wong-Gibbs
KeymasterThe original file has not been released. Also in BP 1.1, this area has been replaced with a text heading rather than a graphic.
September 4, 2009 at 7:15 am #52006In reply to: Editing the buddypress default theme logo
r-a-y
KeymasterProbably not, but you could probably edit the text yourself!
One way of doing this is by cropping just the text as an image and running it through WhatTheFont to identify the font and then making your textual edits (providing you have the font in question!)
September 4, 2009 at 6:32 am #52003pengume
ParticipantHey r-a-y I tried to get to burts website and download his XMLRPC- debugger but his site is down or something it just says address can not be found. I have the same problem you did where I can not post to the group forum but a new forum gets created for the group on the forum’s main page. Not sure what to do at this point. Maybe you can send me an email with the debugger so i can check for the errors that are causing this.
I also tried downloading a new xmlrpc file and replacing it with my current one but no help there it was the same file size.
Thanks for any help or guidance to a solution,
Aaron.
Oh I am using all the up to date wpmu buddypress and bbpress software available.
September 3, 2009 at 11:42 pm #51997In reply to: Which template file produces the settings page?
r-a-y
KeymasterIt’s in the core.
/wp-content/plugins/buddypress/bp-core/bp-core-settings.php
-
AuthorSearch Results