Search Results for 'buddypress'
-
AuthorSearch Results
-
June 25, 2009 at 7:49 pm #48091
Windhamdavid
ParticipantJune 25, 2009 at 7:23 pm #48085In reply to: Who’s Online not working
Jeff Sayre
ParticipantDid you move the new theme files that come with BuddyPress into their proper location? Look in the /wp-content/plugins/buddypress/ and make sure that there is not a /bp-themes/ directory.
I just tried the whole upgrade process again and have no issue with this widget.
June 25, 2009 at 6:20 pm #48079In reply to: Widget Customization
dinhluong
ParticipantOK, ticket entered.
June 25, 2009 at 5:56 pm #48074In reply to: Widget Customization
Jeff Sayre
Participant@dinhluong-
This is really not a support issue but a feature request. I would suggest filing a new enhancement request ticket in trac. You log in with the same credentials as you use on this site.
I’m changing this thread to “not a support question”.
June 25, 2009 at 5:31 pm #48072In reply to: Fatal Error on 1.0.1 > 1.0.2 upgrade
puremi
MemberOK – just the ones related to BuddyPress. Gotcha. In this case, however – I put the cart before the horse and could not longer even access the site to deactivate the bppicture-album plugin! So I just moved it out of the plugin area to another folder on the site – and I’m back in business.
Thank you so much for your prompt replies – of course – we had told some folks to go into the new site and test it – 30 minutes later the site was GONE (LOL!).
Thanks!
June 25, 2009 at 5:27 pm #48071In reply to: BuddyPress Showoff: Post your links
postnonstop
ParticipantHey Guys checkout my site http://postnonstop.com
June 25, 2009 at 5:17 pm #48070In reply to: Fatal Error on 1.0.1 > 1.0.2 upgrade
Burt Adsit
ParticipantBefore automatic upgrading you need to deactivate your other plugins that rely on buddypress. It isn’t necessary to delete them.
June 25, 2009 at 4:33 pm #48068In reply to: Fatal Error on 1.0.1 > 1.0.2 upgrade
puremi
MemberWhew Windhamdavid.
OK. I just removed it – and now the site is back up and running. You just saved my bacon!
As a result of removing it – I do see now BuddyPress isn’t installed whatsoever. Looks like a complete manual re-install (anyone agree on this?).
June 25, 2009 at 4:01 pm #48065In reply to: Fatal Error on 1.0.1 > 1.0.2 upgrade
puremi
MemberThat’s it? Just DELETE it? That seems simple enough.
What should I anticipate then? Forgive me – somewhat of a Buddypress newbie…
June 25, 2009 at 3:10 pm #48062In reply to: Default Theme Issues – HELP! :)
dainismichel
ParticipantHi Jeff, I did not notice that this was marked as resolved. I still don’t know how to create a buddypress install with a cohesive theme for members. I’ve been checking every week or so to see if someone may have answered my questions about what it is I’d need to hard code. I’ll check to see which theme I modified and I’ll see if that makes a difference. I’m still looking to distill a procedure out of this that I can follow and share with others. Best, Dainis
Thank you very much for responding. I really appreciate it.
June 25, 2009 at 3:08 pm #48061In reply to: BP admin bar on bbpress front page
seppolaatle112
ParticipantI am using Buddypress 1.01 width Wpmu 2.7.1 and managed to get the adminbar working great without even touching Buddypress core.
All i actually did was to make sure I had :
require_once('../wp-blog-header.php');in my bb-config.php-file, and after that i just simply added r-a-y’s code to my bb-theme functions.php file. :
function recreate_bb_admin_bar() {echo '<div id="wp-admin-bar"><ul class="main-nav">';
bp_adminbar_logo();
bp_adminbar_login_menu();
bp_adminbar_account_menu();
bp_adminbar_blogs_menu();
bp_adminbar_notifications_menu();
bp_adminbar_authors_menu();
bp_adminbar_random_menu();
echo '</div>';
}
add_action( 'wp_footer', 'recreate_bb_admin_bar', 8 );
add_action( 'admin_footer', 'recreate_bb_admin_bar' );
add_action( 'wp_head', 'bp_core_admin_bar_css', 1 );
Works just perfect. I can’t really see any need for a plugin to do this, but I guess there’s always someone who don’t manage without them.
June 25, 2009 at 2:36 pm #48059In reply to: User points
Roy McKenzie
ParticipantThis would be a great addition to my BuddyPress installation. It would really help me build membership up.
June 25, 2009 at 2:22 pm #48058dsamorano
ParticipantCannot redeclare bp_activity_install just tried upgrading got same error. Removed plugin and ftpd 1.01 went to activate same error. I Cannot get buddypress to work now on one of my sites…
Beware befor upgrading…..
June 25, 2009 at 1:48 pm #48055In reply to: THEME: div#content (bphome) VS. div#main (bp-member)
Jeff Sayre
ParticipantDoug-
I can’t speak to the reason why the CSS was implemented this way, but it may have something to do with the fact that bphome is a default theme which can be replaced with any WordPress theme with a few tweaks here and there. So it follows the standard WP theming protocol.
The bpmember theme, on the other hand, is unique to the BuddyPress world. As I’m sure you know, you cannot take a standard WP theme and tweak it into a custom BP member theme. Andy created the CSS coding protocols from scratch for BuddyPress member themes. Andy can speak to this more directly–and correct me if my assumptions are wrong!
I could see a lot of value in pulling all of the color values & branding (logo) out of base.css and into branding.css
I like this idea a lot!
June 25, 2009 at 8:54 am #48050Joss Winn
ParticipantStill seeing the warnings in my logs following the 1.0.2 update:
PHP Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/www/vhosts/blogs/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-signup.php on line 261
June 25, 2009 at 6:36 am #48046In reply to: Framework Integration Plugin (FIP)
3047445
InactiveI created a group for this project. Join here:
June 25, 2009 at 6:32 am #48045In reply to: Ning.com Migration Tool (NMT)
3047445
InactiveI have formed a group for this project here:
June 25, 2009 at 5:28 am #48036In reply to: Search and spaces
talk2manoj
Participant@ amweiss: Please refer to following thread
June 25, 2009 at 3:33 am #48035In reply to: BuddyPress Kills WordPress Themes
Burt Adsit
Participantgwsa, you don’t have access to the wp themes? Site Admin > Themes > Activate some on that list. Then Appearance > Themes > All those you activated should be available for selection.
dawnsinger, the universal blog theme is the theme that lives in /wp-content/themes/default. All blog themes are wordpress themes.
June 25, 2009 at 2:44 am #48034In reply to: BuddyPress Kills WordPress Themes
dawnsinger
ParticipantAndy — I’m probably just missing it in the documentation somewhere, but my user-created blogs are showing up as default WordPress themes. How/where do I set a universal member BLOG theme?
Thanks,
J
June 24, 2009 at 8:24 pm #48028In reply to: Members Page About me, Info
Mike
ParticipantGo to My Blogs (Admin Dashboard) >> BuddyPress (bottom left column) >> Profile Field Setup >> Add New Field (or Group)
June 24, 2009 at 5:08 pm #48022In reply to: Forum Integration: HELPING HINTS
3262389
InactiveThis should really be in the readme, forums are a huge part of social networking, and I will be developing a tightly integrated BuddyPress and bbPress application over the next few months. I’m sure you will see a lot of questions from me, and I look forward to helping out along the way.
June 24, 2009 at 3:31 pm #48021In reply to: Plugins repository
Erwin Gerrits
Participantirc… another thing I’ve never gotten into…… sorry for being so slow in adapting.
It seems my plugin is now listed correctly on the WP plugins AND I can upload changes to the trunk with Tortoise! Yay for technology!
One last question regarding the plugin repository. I see some folks have an image (avatar) for their plug-in both in BuddyPress plugins list and WordPress’…. how do I go about adding one?
June 24, 2009 at 2:55 pm #48020In reply to: Plugins repository
Burt Adsit
ParticipantI was wondering when you were gonna get around to this.
You should join us on the bp irc channel. Help others and get help. Bring your sense of humor.irc.freenode.net
#buddypress-dev
June 24, 2009 at 2:08 pm #48018In reply to: Custom Loops for Forum Topics
Kunal17
ParticipantHi Milan,
Thanks for the code. Where would I paste this code to allow me to show the 5 topics on my default buddypress home theme (guessing I would have to create a widget?)
-
AuthorSearch Results