Forum Replies Created
-
In reply to: default crop avatar selection is not working
same problem here. any ideas?
In reply to: Making autocomplete work for all usersany fixes for this currently being worked on??
In reply to: Buddypress on WordPress vs WordPress MUIn WordPress 3.0 which will be released soon you can have blogs for users as well when using the multi-site options.
In reply to: Url being retrieved strangelythis fixed mine as well. good find!
In reply to: BuddyPress and WordPress 3.0I started with a fresh 3.0 install. Never used any 2.9.anything. So does any have a fixed for the avatars not showing..as mine are being uploaded correctly. See my post two above. Thanks.
In reply to: BuddyPress and WordPress 3.0I am running it off a sub-folder in WP 3.0. I have been for a long time but the most recent upgrade broke my avatars. It looks as if the image uploads correctly for me, but doesn’t pull it in to crop. The path it try’s is:
http://www.website.com/sub-folder-blog/blogs.dir/2/files/avatars/1/avatar.jpg
when it should be
http://www.website.com/wp-content/blogs.dir/2/files/avatars/1/avatar.jpg
Any ideas on what I should try to change? I’ve already tried:
if ( !$path = get_option( 'upload_path' ) )
$path = WP_CONTENT_DIR . '/blogs.dir';
else
$path = ABSPATH . $path;
Thanks!
In reply to: Buddypress and WordPress 3.0 BetaI’ve been using the alpha’s for 2 months and its been great so far. using sub-folders and actually running bp off of a sub-blog and not the main blog. few bugs..but overall great.
In reply to: Buddypress iPhone theme updateany updates?
In reply to: Buddypress iPhone theme updateany updates?
In reply to: BP Album+ || New Features Requests and Discussionsame here. looking great so far though!
In reply to: BP Album+ || New Features Requests and Discussionsame here. looking great so far though!
In reply to: Private hidden groups & friends activity streamIt isn’t a bug as much as it’s just not implemented yet. There isn’t any real privacy controls with buddypress which is it’s huge downfall. Still a great product in it’s infancy so not need to be too upset. But a game-plan as to how it’s addressed moving forward would be nice. I think it should be priority number 1 for 1.3. Anyone else?
very funny..however slightly on target on point “a”. Privacy for private areas needs to be better.
you can do it with php and using a child (recommended):
This above the activity stream loop somewhere put this code:
<?php
$style_classes = array('style-a-class','style-b-class');
$style_index = 0;
;?>Then this inside the li tag that gets looped through for each activity post:
<li <?php $s = $style_index%2; echo "class=$style_classes[$s]"; $style_index++; ?>>Works great for any wp template not just a buddypress.
In reply to: Bug: BuddyPress to WordPress profile syncing brokendouble *bumb* . this is a real issue for me
In the template for your main blog just hide it in the css is the easy way
it looks something like this on WordPress (not MU) install running BP 1.2.1-
Found a huge problem with this (or though it seems)
Whenever you create an account, the link to activate your account in the activation email won’t let you it through because of the redirects. Anyone else having this problem?
Thanks for the help and the great plugin. A small but mighty one!
In reply to: home tab not have class "selected"Same issue no matter if my settings are to the default for the home page or if I adjust them. All others work fine.
In reply to: how do i disable members from creating groups?This will make it where only wp-admins can do it. make sure you’re doing this in your child theme, not the core bp-default files:
In the groups folder > index.php…right after the form tag replace the next few lines with:
<br />
<h3>
<?php _e( 'Groups Directory', 'buddypress' ) ?>
<?php if ( current_user_can('manage_options') ) : ?>
button goes here
<?php endif; ?>
</h3>the dumb editor keeps jacking up the code. the button for creating the group shouldn’t change and should go where indicated above
In reply to: Buddypress & CometChat IntegrationI don’t understand what you’re saying.
In reply to: Restricting group creation to adminsTry using the wordpress loop..having tried this yet but it should worked in theory to block the button from subscribers. This should really be built into buddypres though.
<?php if ( current_user_can(‘edit_post’) ) {
// button goes here
} ?>
In reply to: Buddypress & CometChat Integrationhere’s what you need to do. go buy arrowchat when it comes out. Comet Chat’s support and documentation is crap. Worthless.
i have the same problem if activity streams are disabled.
In reply to: Facebook-Like-Chat Plugin for Buddypress?Ok. So I’ve tried Comet Chat. Listen to me carefully..Do Not Buy. Horrible documentation, horrible support (or lack there of) and didn’t work properly with BuddyPress.
On the bright side. Here is what you need and should released with a week that will work with WordPress and I’m sure BuddyPress with little or no changes: