Search Results for 'buddypress'
-
AuthorSearch Results
-
March 4, 2010 at 7:49 am #66648
In reply to: BuddyPress For WordPress (Not MU) Coming
Maythil
ParticipantHey, thanks, let me try that.
March 4, 2010 at 7:13 am #66646In reply to: Non of the dropdown links work
Paul Wong-Gibbs
Keymaster@corin-rules BuddyPress 1.2.x requires at least “Requires at least: WordPress 2.9.1” (regular or normal). This may or may not have anything to do with your problem, though you will find other problems running it on 2.8.
March 4, 2010 at 7:03 am #66643In reply to: BuddyPress For WordPress (Not MU) Coming
stwc
ParticipantIt’s already here. BP1.2 runs on WP standard.
March 4, 2010 at 6:37 am #66641Marco72
ParticipantTry this if it works. Just Copy/Paste in your child theme style.css
BODY#bp-default #wp-admin-bar .padder
{
width: auto !important;
}March 4, 2010 at 5:48 am #66636In reply to: Non of the dropdown links work
corin-rules
MemberI am having the same issue. Both on the front end and in the admin area. Any of these links simply take me to the homepage of the blog.
- WordPress MU 2.8.6
- subdomain install
- installed in a sub directory
- a fresh install
- wordpress MU is functioning as normal before and after buddypress install
- Buddypress Version 1.2.1
- Did not upgrade buddypress
- No other plugins installed
- Using Buddymatic theme with a custom child theme, (though switching back to buddymatic default, coffe with friends or kubrick hasthe same issues)
- No modification of core files
- No custom functions in bp-custom.php
- Not running bbPress (yet, one thing at a time

- I have no server error logs afaik, but i do get this error when activating the plugin*
- The blog is currently hosted inhouse on a development server, I could request permission to reveal more details about this if requiered
* –
Plugin could not be activated because it triggered a fatal error.
Fatal error: Cannot redeclare bp_loaded() (previously declared in /home/astateofwriting/wordpress-mu/wp-content/plugins/buddypress/bp-loader.php:54) in /home/astateofwriting/wordpress-mu/wp-content/plugins/buddypress/bp-loader.php on line 55
March 4, 2010 at 5:14 am #66634In reply to: How to define topics for forums?
stwc
ParticipantBuddyPress -> Component Setup–>Let users create, join and participate in groups would seem to be for disabling Groups entirely, so that’s not it.
Not sure what I had in mind, there. I wonder if you can hook Buddypress permissions into Justin Tadlock’s excellent Members plugin (http://justintadlock.com/archives/2009/09/17/members-wordpress-plugin)
Basically I’d just disallow Subscribers (if that’s your default role) from creating groups, but I’d have to go digging to figure out how to do that….
I haven’t actually tried!
March 4, 2010 at 5:10 am #66633In reply to: Hide main theme from users
Maythil
Participant1. problem with blog creation
My wpbp installation is in the folder http://mydomain.com/mywpbp.
When someone wants to create a blog the url he gets is http://hisblog/mydomain.com/mywpbp, which of course won’t work. Any solution? Can I use the present installation with some changes, or have I to start from scratch with a new installation?
2. Just one blog
This may sound funny because wpmu is meant for creating many blogs.
However, my main attraction is in the social network miraculously made possible by buddypress.
For my needs, I only want a single blog (for the admin to put contents) and a social network for users (which includes groups and forums, with the blog-creation option invisible to them).
Is there a way to handle this?
March 4, 2010 at 4:42 am #66631In reply to: Demo Data Plugin with BuddyPress 1.2
Mike Pratt
ParticipantI do not use the plugin but you should know that the wire no longer exists in 1.2. It has been rolled into Status Updates
March 4, 2010 at 4:01 am #66629In reply to: How to define topics for forums?
Mark
ParticipantHow do you “disallow ordinary users from creating groups”? I know I can disable the groups component completely but I’m not aware of controlling users ability to create groups. The link below resorts to removing the ‘create group’ button. Is there another way within the BP admin?
https://buddypress.org/forums/topic/restricting-group-creation-to-admins
March 4, 2010 at 3:41 am #66628In reply to: oEmbed for BuddyPress plugin – out now!
bpyogi
ParticipantI’m looking for a method to to post both uStream and TED Talks video. It appears oEmbed wont allow either of these two sites. I can’t understand why. Is there any way to get these two sites to work on BP using oEmbed or any other method?
Thank you.
March 4, 2010 at 3:25 am #66627In reply to: uStream + BuddyPress = ? and ;(
bpyogi
ParticipantThank you, Gpo1. I’ll try to look into this option…
March 4, 2010 at 3:12 am #66625In reply to: BuddyPress Group Tags is now available
pcwriter
ParticipantI don’t know if this is also a consequence of the group tags, but my blog directory also shows all blogs as being active 11 hours 58 minutes ago. This is false as only one has been recently active. Any thoughts?
March 4, 2010 at 2:00 am #66620In reply to: BuddyPress Group Tags is now available
r-a-y
KeymasterGo to example.com/blogs when you’re logged in.
You should see the “Create a Blog” button next to the h3.
This is only if you have blog registration open on WPMU of course!
March 4, 2010 at 1:45 am #66619In reply to: BuddyPress Group Tags is now available
Dwenaus
Participant@pcwriter – I don’t see an add blog link in the front end of buddypress, can you show me how to replicate the problem? are you using another plugin to do this? is it an admin setting that enables that?
March 4, 2010 at 1:42 am #66618thecorkboard
Participantcheck out my interview here: http://wpmu.org/wordpress-as-a-learning-management-system-move-over-blackboard/
lmk if you have questions
March 4, 2010 at 1:22 am #66615In reply to: template compatibility
barrymonster
ParticipantI’ve read the instructions and done what step three has told me yet nothing works. I’ve copied and pasted until my lil fingers bled.
Here is my page.php file ;
<?php get_header(); ?>
<div id=”content”>
<div id=”contentleft”>
<div class=”postarea”>
<?php include(TEMPLATEPATH . ‘/includes/breadcrumb.php’);?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<?php the_content(__(‘Read more’, ‘studiopress’));?>
<div class=”clear”></div>
<?php edit_post_link(‘(‘.__(‘Edit’, ‘studiopress’).’)’, ”, ”); ?>
<?php endwhile; else: ?>
<?php require(TEMPLATEPATH . ‘/includes/post-nav-block.php’); ?>
<?php endif; ?>
</div>
</div>
<?php include(TEMPLATEPATH.”/sidebar.php”);?>
</div>
<?php get_footer(); ?>
and here is the activity index.php;
<?php get_header() ?>
<div id=”container”>
<div id=”content”>
<?php if ( !is_user_logged_in() ) : ?>
<h3><?php _e( ‘Site Activity’, ‘buddypress’ ) ?></h3>
<?php endif; ?>
<?php do_action( ‘bp_before_directory_activity_content’ ) ?>
<?php if ( is_user_logged_in() ) : ?>
<?php locate_template( array( ‘activity/post-form.php’), true ) ?>
<?php endif; ?>
<?php do_action( ‘template_notices’ ) ?>
<div class=”item-list-tabs activity-type-tabs”>
-
<?php do_action( ‘bp_before_activity_type_tab_all’ ) ?>
<li class=”selected” id=”activity-all”>” title=”<?php _e( ‘The public activity for everyone on this site.’, ‘buddypress’ ) ?>”><?php printf( __( ‘All Members (%s)’, ‘buddypress’ ), bp_get_total_site_member_count() ) ?>
<?php if ( is_user_logged_in() ) : ?>
<?php do_action( ‘bp_before_activity_type_tab_friends’ ) ?>
<?php if ( function_exists( ‘bp_get_total_friend_count’ ) ) : ?>
<?php if ( bp_get_total_friend_count( bp_loggedin_user_id() ) ) : ?>
<li id=”activity-friends”>” title=”<?php _e( ‘The activity of my friends only.’, ‘buddypress’ ) ?>”><?php printf( __( ‘My Friends (%s)’, ‘buddypress’ ), bp_get_total_friend_count( bp_loggedin_user_id() ) ) ?>
<?php endif; ?>
<?php endif; ?>
<?php do_action( ‘bp_before_activity_type_tab_groups’ ) ?>
<?php if ( function_exists( ‘bp_get_total_group_count_for_user’ ) ) : ?>
<?php if ( bp_get_total_group_count_for_user( bp_loggedin_user_id() ) ) : ?>
<li id=”activity-groups”>” title=”<?php _e( ‘The activity of groups I am a member of.’, ‘buddypress’ ) ?>”><?php printf( __( ‘My Groups (%s)’, ‘buddypress’ ), bp_get_total_group_count_for_user( bp_loggedin_user_id() ) ) ?>
<?php endif; ?>
<?php endif; ?>
<?php do_action( ‘bp_before_activity_type_tab_favorites’ ) ?>
<?php if ( bp_get_total_favorite_count_for_user( bp_loggedin_user_id() ) ) : ?>
<li id=”activity-favorites”>” title=”<?php _e( “The activity I’ve marked as a favorite.”, ‘buddypress’ ) ?>”><?php printf( __( ‘My Favorites (<span>%s</span>)’, ‘buddypress’ ), bp_get_total_favorite_count_for_user( bp_loggedin_user_id() ) ) ?>
<?php endif; ?>
<?php do_action( ‘bp_before_activity_type_tab_mentions’ ) ?>
<?php endif; ?>
<?php do_action( ‘bp_activity_type_tabs’ ) ?>
</div><!– .item-list-tabs –>
<div class=”item-list-tabs no-ajax” id=”subnav”>
-
<li class=”feed”>” title=”RSS Feed”><?php _e( ‘RSS’, ‘buddypress’ ) ?>
<?php do_action( ‘bp_activity_syndication_options’ ) ?>
<li id=”activity-filter-select” class=”last”>
<select>
<option value=”-1″><?php _e( ‘No Filter’, ‘buddypress’ ) ?></option>
<option value=”activity_update”><?php _e( ‘Show Updates’, ‘buddypress’ ) ?></option>
<option value=”new_blog_post”><?php _e( ‘Show Blog Posts’, ‘buddypress’ ) ?></option>
<option value=”new_blog_comment”><?php _e( ‘Show Blog Comments’, ‘buddypress’ ) ?></option>
<?php if ( bp_is_active( ‘forums’ ) ) : ?>
<option value=”new_forum_topic”><?php _e( ‘Show New Forum Topics’, ‘buddypress’ ) ?></option>
<option value=”new_forum_post”><?php _e( ‘Show Forum Replies’, ‘buddypress’ ) ?></option>
<?php endif; ?>
<?php if ( bp_is_active( ‘groups’ ) ) : ?>
<option value=”created_group”><?php _e( ‘Show New Groups’, ‘buddypress’ ) ?></option>
<option value=”joined_group”><?php _e( ‘Show New Group Memberships’, ‘buddypress’ ) ?></option>
<?php endif; ?>
<?php if ( bp_is_active( ‘friends’ ) ) : ?>
<option value=”friendship_accepted,friendship_created”><?php _e( ‘Show Friendship Connections’, ‘buddypress’ ) ?></option>
<?php endif; ?>
<option value=”new_member”><?php _e( ‘Show New Members’, ‘buddypress’ ) ?></option>
<?php do_action( ‘bp_activity_filter_options’ ) ?>
</select>
</div><!– .item-list-tabs –>
<div class=”activity”>
<?php locate_template( array( ‘activity/activity-loop.php’ ), true ) ?>
</div><!– .activity –>
<?php do_action( ‘bp_after_directory_activity_content’ ) ?>
</div><!– #content –>
</div><!– #container –>
<?php locate_template( array( ‘sidebar.php’ ), true ) ?>
<?php get_footer() ?>
To the best of my knowledge I have tried every possible placement I could think of but nothing is working. Am I missing something ?
March 4, 2010 at 1:20 am #66614In reply to: template compatibility
barrymonster
ParticipantI’ve read the instructions and done what step three has told me yet nothing works. I’ve copied and pasted until my lil fingers bled.
Here is my page.php file ;
<?php get_header(); ?>
<div id=”content”>
<div id=”contentleft”>
<div class=”postarea”>
<?php include(TEMPLATEPATH . ‘/includes/breadcrumb.php’);?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<?php the_content(__(‘Read more’, ‘studiopress’));?>
<div class=”clear”></div>
<?php edit_post_link(‘(‘.__(‘Edit’, ‘studiopress’).’)’, ”, ”); ?>
<?php endwhile; else: ?>
<?php require(TEMPLATEPATH . ‘/includes/post-nav-block.php’); ?>
<?php endif; ?>
</div>
</div>
<?php include(TEMPLATEPATH.”/sidebar.php”);?>
</div>
<?php get_footer(); ?>
and here is the activity index.php;
<?php get_header() ?>
<div id=”container”>
<div id=”content”>
<?php if ( !is_user_logged_in() ) : ?>
<h3><?php _e( ‘Site Activity’, ‘buddypress’ ) ?></h3>
<?php endif; ?>
<?php do_action( ‘bp_before_directory_activity_content’ ) ?>
<?php if ( is_user_logged_in() ) : ?>
<?php locate_template( array( ‘activity/post-form.php’), true ) ?>
<?php endif; ?>
<?php do_action( ‘template_notices’ ) ?>
<div class=”item-list-tabs activity-type-tabs”>
-
<?php do_action( ‘bp_before_activity_type_tab_all’ ) ?>
<li class=”selected” id=”activity-all”>” title=”<?php _e( ‘The public activity for everyone on this site.’, ‘buddypress’ ) ?>”><?php printf( __( ‘All Members (%s)’, ‘buddypress’ ), bp_get_total_site_member_count() ) ?>
<?php if ( is_user_logged_in() ) : ?>
<?php do_action( ‘bp_before_activity_type_tab_friends’ ) ?>
<?php if ( function_exists( ‘bp_get_total_friend_count’ ) ) : ?>
<?php if ( bp_get_total_friend_count( bp_loggedin_user_id() ) ) : ?>
<li id=”activity-friends”>” title=”<?php _e( ‘The activity of my friends only.’, ‘buddypress’ ) ?>”><?php printf( __( ‘My Friends (%s)’, ‘buddypress’ ), bp_get_total_friend_count( bp_loggedin_user_id() ) ) ?>
<?php endif; ?>
<?php endif; ?>
<?php do_action( ‘bp_before_activity_type_tab_groups’ ) ?>
<?php if ( function_exists( ‘bp_get_total_group_count_for_user’ ) ) : ?>
<?php if ( bp_get_total_group_count_for_user( bp_loggedin_user_id() ) ) : ?>
<li id=”activity-groups”>” title=”<?php _e( ‘The activity of groups I am a member of.’, ‘buddypress’ ) ?>”><?php printf( __( ‘My Groups (%s)’, ‘buddypress’ ), bp_get_total_group_count_for_user( bp_loggedin_user_id() ) ) ?>
<?php endif; ?>
<?php endif; ?>
<?php do_action( ‘bp_before_activity_type_tab_favorites’ ) ?>
<?php if ( bp_get_total_favorite_count_for_user( bp_loggedin_user_id() ) ) : ?>
<li id=”activity-favorites”>” title=”<?php _e( “The activity I’ve marked as a favorite.”, ‘buddypress’ ) ?>”><?php printf( __( ‘My Favorites (<span>%s</span>)’, ‘buddypress’ ), bp_get_total_favorite_count_for_user( bp_loggedin_user_id() ) ) ?>
<?php endif; ?>
<?php do_action( ‘bp_before_activity_type_tab_mentions’ ) ?>
<?php endif; ?>
<?php do_action( ‘bp_activity_type_tabs’ ) ?>
</div><!– .item-list-tabs –>
<div class=”item-list-tabs no-ajax” id=”subnav”>
-
<li class=”feed”>” title=”RSS Feed”><?php _e( ‘RSS’, ‘buddypress’ ) ?>
<?php do_action( ‘bp_activity_syndication_options’ ) ?>
<li id=”activity-filter-select” class=”last”>
<select>
<option value=”-1″><?php _e( ‘No Filter’, ‘buddypress’ ) ?></option>
<option value=”activity_update”><?php _e( ‘Show Updates’, ‘buddypress’ ) ?></option>
<option value=”new_blog_post”><?php _e( ‘Show Blog Posts’, ‘buddypress’ ) ?></option>
<option value=”new_blog_comment”><?php _e( ‘Show Blog Comments’, ‘buddypress’ ) ?></option>
<?php if ( bp_is_active( ‘forums’ ) ) : ?>
<option value=”new_forum_topic”><?php _e( ‘Show New Forum Topics’, ‘buddypress’ ) ?></option>
<option value=”new_forum_post”><?php _e( ‘Show Forum Replies’, ‘buddypress’ ) ?></option>
<?php endif; ?>
<?php if ( bp_is_active( ‘groups’ ) ) : ?>
<option value=”created_group”><?php _e( ‘Show New Groups’, ‘buddypress’ ) ?></option>
<option value=”joined_group”><?php _e( ‘Show New Group Memberships’, ‘buddypress’ ) ?></option>
<?php endif; ?>
<?php if ( bp_is_active( ‘friends’ ) ) : ?>
<option value=”friendship_accepted,friendship_created”><?php _e( ‘Show Friendship Connections’, ‘buddypress’ ) ?></option>
<?php endif; ?>
<option value=”new_member”><?php _e( ‘Show New Members’, ‘buddypress’ ) ?></option>
<?php do_action( ‘bp_activity_filter_options’ ) ?>
</select>
</div><!– .item-list-tabs –>
<div class=”activity”>
<?php locate_template( array( ‘activity/activity-loop.php’ ), true ) ?>
</div><!– .activity –>
<?php do_action( ‘bp_after_directory_activity_content’ ) ?>
</div><!– #content –>
</div><!– #container –>
<?php locate_template( array( ‘sidebar.php’ ), true ) ?>
<?php get_footer() ?>
To the best of my knowledge I have tried every possible placement I could think of but nothing is working. Am I missing something ?
March 4, 2010 at 12:42 am #66607In reply to: Buddypress Links Redirect To Home Page
Tosh
ParticipantWow, that sucks, lol
March 4, 2010 at 12:28 am #66604Jon Breitenbucher
ParticipantYou can also contact me. Our site is http://voices.wooster.edu but not on 1.2 as of yet.
March 4, 2010 at 12:12 am #66602danbpfr
ParticipantCourse sharing and exchange in France
March 4, 2010 at 12:06 am #66601onlineeducationpro
Participantthanks
March 3, 2010 at 11:40 pm #66600In reply to: Buddypress iPhone theme update
modemlooper
ModeratorRuh Ro! I better get busy and finish this theme http://mashable.com/2010/03/03/comscore-mobile-stats/
March 3, 2010 at 11:28 pm #66599In reply to: BuddyPress Group Tags is now available
Dwenaus
ParticipantI’ll fix this soon. it is easy to fix. thanks fror the notice.
March 3, 2010 at 10:48 pm #66596closed account
Participantthanks for your help.
I’d been playing around with those settings, but with no luck.
my issue is that I want keep my site body width as 990px but want the admin bar to stretch fluidly to whichever width the browser extends to.
my changes seem to effect the body of the site too, and not the adminbar on its own.
is anyone else running a fluid width using BP-default theme?
March 3, 2010 at 10:23 pm #66590r-a-y
KeymasterThe word “component” shouldn’t be tacked on…
I just changed my permalinks to /%postname%/ and now WP posts do not return anything for $bp->current_component.
Needs some investigating… but hopefully that helps somebody.
-
AuthorSearch Results