Search Results for 'buddypress'
-
AuthorSearch Results
-
June 10, 2009 at 2:22 am #47098
In reply to: bpContents 1.0 Alpha 2 Released
danbpfr
ParticipantBurt can you read here and give your opinion ?
June 10, 2009 at 2:19 am #47097In reply to: Groups and SubGroups
danbpfr
Participant@JJJ, are you absolutely sure ?
Burt said this:
“The bpc categories can be hierarchial like you describe Anointed. All content in bpc is a tree of either containers (tags and categories) or content items. Containers can have child containers. Categories are containers. So categories can have child categories like you describe.”
The current user interface just doesn’t do that. I’m working on the docs for bpc right now.
June 10, 2009 at 1:55 am #47092In reply to: BP for Single WP installations
John James Jacoby
KeymasterNot yet, no ETA.
There’s going to be a code merge between WordPress.org and WordPressMU code, and this will probably be the way that BuddyPress will make its way into single installations.
June 10, 2009 at 1:50 am #47090In reply to: post body not showing – everything else is
loumitch
Participantwpmu 2.7.1
buddypress 1.0.1
the theme is the kubrick theme, i just stripped it down some, but kept all the php intact.
is that not the proper code to display the content? i’ve been customizing themes for years and never ran into this issue.
also, i tried displaying posts based on category, when i choose category 1 i get the blank posts, if i choose category 2 (which doesn’t exist) i get nothing showing, so it’s obviously aware of the posts, it will display the title, it adds a link under new posts, just won’t show post body
June 10, 2009 at 1:31 am #47089In reply to: BP Avatars (and nothing else!) in bbpress… possible?
John James Jacoby
KeymasterIt would require to make some kind of plugin for bbPress.
The drawback of this ends up to still be the additional query per avatar that you hit the database server with, to ask BuddyPress what each users avatar is for each visible avatar. It might be possible to hook a bbPress function and join the query together to include the extended profile table to get the avatar location, but this type of thing hasn’t been developed or released yet.
June 10, 2009 at 12:43 am #47087In reply to: Adding the users module into a blog theme
John James Jacoby
KeymasterDanielfelice is correct. BuddyPress widgets are available on all active themes that allow for widgets.
If you’re talking about the member theme, those are widgets actually also, you would just end up reverse engineering the member theme to include both its CSS and the CSS of the “Irresistible” theme.
June 10, 2009 at 12:29 am #47083In reply to: BP Avatars (and nothing else!) in bbpress… possible?
John James Jacoby
KeymasterNo, not that easy unfortunately. The best way is to use “deep integration” so that you have all of the BuddyPress functions available for bbPress also.
Otherwise you’d be wise to use Burt Adsit’s bpGroups plugin, and import the user bases extended profile information.
June 10, 2009 at 12:05 am #47077In reply to: Uploading documents, photos?
John James Jacoby
KeymasterConsider that WordPress is going to be at version 2.8 soon, and BuddyPress has just broken the champagne glass as 1.0 a few weeks ago, and already 1.0.1 is out.
All things come with time.
BuddyPress is an opensource project just like WordPress. This means that anyone can stomp in and contribute what they’d like, and Andy as the lead developer will get the final say-so as to what makes the cut and what does not. The previously mentioned bpPicture Album plugin is a great example of that. It does the job quite well in my opinion, and is also still not 100% finished.
I think it would be a pretty large undertaking to merge the WordPress blog attachment method with the BuddyPress member profile area. Considering that if you’re using WPMU and that person has a blog, would you want to have their uploads in their blog also appear in their profile, or would it be a dedicated area for uploads? There’s really a lot of different types of configurations this could take, any/all of which are viable and possible.
All that needs to happen is for a developer to see the need, and then fill it themselves.
June 10, 2009 at 12:02 am #47076In reply to: Register Page Redirect Theme Wierdness
3104956
InactiveHere is the solution. Don’t ask me how the problem got there in the first place, but it might help others.
I took all the files that comprise the Default Buddypress home theme and put them into a new directory. I deleted the CSS directory, the Images directory, and the footer.php and style.css files. I copied over these directories and files from the custom theme directory directly. Upload the new file and select the theme in the browser and now it finally works.
The author of the Facebuddy theme suggested this and said all he did was to modify the images and css from the default theme. However, all *I* did was download facebuddy from the buddypress.org theme listing so clearly that download as it sits is broken. I can supply a fixed version if anyone else is having trouble, although anyone brave enough to install WpMU ought to be able to follow the steps above without difficulty. Thanks everyone who pitched in!
June 9, 2009 at 11:15 pm #47071In reply to: Can’t Crop Upload Profile Image
Jeff Sayre
ParticipantDerekfox.us-
You’ve mention that the issue is resolved but then you have another thread here: https://buddypress.org/forums/topic.php?id=3103
So as to provide potential help to others, would you please take a moment to share the resolution with us.
June 9, 2009 at 11:12 pm #47070In reply to: Uploading Avatar only showing a grey box
Jeff Sayre
ParticipantDerekfox-
There could be a conflict with the youtube plugin you’re using. Try deactivating that and see if the problem goes away. Also, read this post for more possible help.
June 9, 2009 at 11:09 pm #47069In reply to: Avatar upload error
Jeff Sayre
Participantescenaurbana-
Read this thread and see if that helps. If not, report back here.
June 9, 2009 at 11:00 pm #47068In reply to: Register Page Redirect Theme Wierdness
Jeff Sayre
Participanttwoartcrew-
Since you do not have this issue when using the default BuddyPress themes, you need to contact the theme designer and let them know about this issue. They may already have a solution, or will be thankful for bringing this to their attention.
This is an issue with a custom theme, not BuddyPress.
June 9, 2009 at 10:57 pm #47067In reply to: WordPress Automatic Upgrade plugin for BuddyPress
Jeff Sayre
ParticipantLonchbox-
We do not have sufficient information to provide assistance. Also, this is an eight-month old thread. Please read this thread: https://buddypress.org/forums/topic.php?id=2543
June 9, 2009 at 10:50 pm #47066In reply to: Group ImageUpload Problem
Jeff Sayre
ParticipantSean-
First things first:
Warning: Cannot modify header information – headers already sent by (output started at /home/aristech/public_html/Verivex.com/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php:370) in …
The “Cannot modify header” error almost always indicates that there is some extra stuff (whitespace, extra text) before the opening php or closing php tag. It could be in one or both places. There must not be anything before or after the opening and closing PHP tags–not a single space, not any extra characters, not a single carriage return.
Did you open up bp-core-avatars.php? If so, you may have inadvertently added this error to the file.
Did you install BuddyPress yourself?
Open up bp-core-avatars.php and look for the whitespace or extra stuff. It should be removed and the file saved.
Report back on what you found and if that helps.
June 9, 2009 at 10:43 pm #47065In reply to: WordPress Automatic Upgrade plugin for BuddyPress
Pancho Perez
ParticipantI just havin a problem during the automatic upgrade and have this:
Fatal error: Cannot redeclare bp_activity_install() (previously declared in /home/thbru/public_html/demo/blogs/wp-content/plugins/buddypress/bp-activity.php:27) in /home/thbru/public_html/demo/blogs/wp-content/plugins/buddypress/bp-activity.php on line 101
What can I do ?
June 9, 2009 at 7:18 pm #47059In reply to: Best non-BuddyPress Community/Social Site?
Paul Wong-Gibbs
KeymasterCL is not a new site, so wo’nt be BP
June 9, 2009 at 7:13 pm #47058In reply to: Very strange issue with full name field (1.0.1)
Andy Peatling
KeymasterSame problem as this, working on a fix.
June 9, 2009 at 7:12 pm #47057In reply to: My little registering nightmare
Andy Peatling
KeymasterThis looks like it may be related to this:
June 9, 2009 at 6:51 pm #47054In reply to: Best non-BuddyPress Community/Social Site?
Burt Adsit
ParticipantWell from the http://www.colourlovers.com/about page:
//// Server Technologies We Love & Use
:: Red Hat Linux
:: CentOS
:: Apache HTTP Server
:: MySQL RDBMS
:: PHP: Hypertext Processor
:: memcached
:: Alternative PHP Cache
:: Munin Monitoring Tool
:: WordPress
Notice the last item…
June 9, 2009 at 6:50 pm #47053In reply to: Best non-BuddyPress Community/Social Site?
Anointed
ParticipantWhile nowhere near as fancy as that site I have come across a couple of others.
http://www.airshowbuzz.com/ basically it’s just a photo/video sharing site focused on military planes.
One of my favorites is http://community.beliefnet.com/
While the layout is a bit of a mess imho, the functionality of this site never ceases to amaze me. You can seriously spend weeks digging through the beliefnet network as there is so much content.
Their blog portion http://www.beliefnet.com is actually layed out pretty well considering how many blogs they have. By using categories/subcategories for all blogs, along with ‘featured bloggers’ I have never had a hard time finding what I am looking for.
June 9, 2009 at 6:48 pm #47052In reply to: Best non-BuddyPress Community/Social Site?
Andy Peatling
KeymasterVery nice, but certainly something BuddyPress is very capable of producing.
Some people are starting to realize this now, but most of the power of BuddyPress is in the theme. You can really highly customize your installation if you know WP/BP theme tags and structure.
You’d need to write some custom components to handle the color objects, but that would not be at all difficult.
Great site though, an excellent example of a community built around a solid niche.
June 9, 2009 at 6:38 pm #47051In reply to: Best non-BuddyPress Community/Social Site?
necati
ParticipantMy guess would be that this was created using Drupal…
June 9, 2009 at 5:34 pm #47049In reply to: Best non-BuddyPress Community/Social Site?
Anointed
ParticipantWow, you weren’t kidding, that is one fantastic social setup. Now I’m really curious what software base they are using. Everything is tied together so perfectly, even the theme is beautiful, and very fitting for the site.
June 9, 2009 at 5:31 pm #47048ougian
Participantthanks for the wonderful fix
-
AuthorSearch Results