Forum Replies Created
-
@Dbascent94 & Freaking Wildchild :
I have the same problem than you
hi Mypop,
Do you add this line into your bbPress bb-config.php to enable user switching ? $bb->bb_xmlrpc_allow_user_switching = true;
i followed those advices below to install my forum. I hope it can help you
here is a video :
http://wordpress.tv/2009/01/23/integrating-a-bbpress-forum-with-your-self-installed-wordpress/
and there some good tips :
http://trentadams.com/2009/04/01/buddypress-forums-tutorial/
I notice that the twitter plugin makes some conflits with the bb_press install. I deleted it.
Hi Jeff,
I think that your plugin can be use to promote a group too
hi Sgrunt,
I’ve installed the latest trunk’s version and the FaceBuddy Theme for 1281 trunk
I ve got a blank page for the facebuddy home when i try to install the theme.
put the files within the bp-themes and themes directories.
do you have any ideas to fix it ?
a function is better… you’re rigth
you have to put thoses lines in your wp-content/member-themes/buddypress-member/profile/profile.php to make it work like you want
you add this test :
<? global $bp;
if ( ‘is_friend’ == BP_Friends_Friendship::check_is_friend( $bp->loggedin_user->id, $bp->displayed_user->id ) ) {
?>
before thoses line
<?php if ( function_exists(‘bp_send_message_button’) ) : ?>
<?php bp_send_message_button() ?>
<?php endif; ?>
end then close the test
<? } ?>
i had add a < br > after the line 45.
Hi Jeff,
thanks for this usefull plugin.
I modified it by adding a
after the line 45. To put the full name under the avatar.There’s a little problem when you want to display the member with a full avatar when you use it in the center or right-column.
The pic is showed under the other widget below (sorry for my bad english)
Loran
you have to put the bp-fbconnect dir and bp-fbconnect.php within the wp-content/plugins directory to make it work.
@BingoNeighbour you re welcome.
@Wcastillo thanks for your code i ll test it today on my website.
I don’t install all the components of the trunk.
I just replace my /www/wp-content/mu-plugins/bp-core/bp-core-avatars.php by the one in the trunk.
ok i see. It works with the trunk’s files.
Actually, I ve got the same problem. The Facebook’s avatar are not showed.
I m running a RC-1 bp version.
I’m running the latest version of BP RC-1 and a WP MU 2.71
Hi all,
I’ve installed Fb-connect on my website. It works fine, but i can’t load the FB user’s picture.
Is there a special configuration to show the photo ?
Thanks
Loran
Hi all,
I had the same problem of cropping and black box. First of all deactivate all your plugin.
then put the in the .htaccess file thoses comment
#uploaded files
#RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
#RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
and then in the bp-core-avatars.php file within the mu-plugins/bp-core directory
replace the line
$newdir = path_join( ABSPATH, $path );
$newdir .= ‘/avatars/’ . $user_id . ‘/’;
by
$newdir = $path. ‘/avatars/’ . $user_id . ‘/’;
it ll work.
Then reactive step by step yours plugins you ll see those one who made the conflicts
Have so fun
from Martinique