@gunju2221 thanks for the response. I almost forgot I do have a plugin in place that is supposed to handle logout redirects, when the logout works I do get taken to the homepage. But like I said, sometimes it is the case where it still appears as though I’m logged in because I can see my avatar and username.
I just wish I could find something that just logged in and logged out with ease!
I was playing around with Automattic’s new plugin JetPack, and have discovered a really neat feature!
Head over to my site and hover your mouse over my avatar and check out the groovy Gravatar based popup.
http://moonbooks.net/members/brandon/
As far as I can understand, the topic starter must be the blog ownner or authors. IntenseDebate works in the commenting system only. Is the correct? Does it provide a way to enable users or guests initiate a post?
To see what can be done in an evening with BuddyBuilder check out my site which is still under construction.
I have to be honest, I’ve looked at all of the themes available for BuddyPress, and BuddyBuilder is IMO superior to all of them. The amount of creativity it allows you is staggering. It makes sense to call it a theme framework, because it is really something you can build upon without no coding knowledge whatsoever.
http://moonbooks.net
Sub-profiles?
Eh, that would be pretty difficult to do.
However, you can do that for groups: https://buddypress.org/community/groups/bp-group-hierarchy/
@gregfielding , yes, it helps.
The parallel loading has to be done with cookie free domain– the http://domain.com should not install any dynamic stuff so that it won’t pass cookie to all subdomain. If wp installed on top level domain, the benefits of parallel loading get offset by checking cookie time.
@tim, combining js is risky, but combining css is easy–just copy them into your own style sheet. The deregister the original. Here’s an example of deregisting and registing:
`function my_jscss_register() {
wp_deregister_script( ‘dtheme-ajax-js’ ); // deregister bp’s global. js
if( !is_admin()){
wp_deregister_script( ‘jquery’ ); // deregister jquery
wp_enqueue_script( ‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js’ );
// and other js you want to deregister/register
}
wp_enqueue_script( ‘dtheme-ajax-js’, ‘http://static1.domain.com/_inc/global.js’, array( ‘jquery’ ),”,true );
wp_deregister_style(‘login-with-ajax’);
// and other css you like to deregister
wp_enqueue_style(‘my-default-style”,http://static2.domain.com/’);//the combined css
}
add_action( ‘after_setup_theme’, ‘my_jscss_register’ );`
@mercime you legend! Haha, didn’t even know that option existed! I think that should be set by default. Make it so much more straight forward!
Thank you.
Yes it could be confusing and personally, I want replies posted in original blog and forum posts.
Network Admin dashboard – BuddyPress > General Settings:
choose option “Disable activity stream commenting on blog and forum posts?”
… following on from the performance improvement thread, perhaps someone that knows can inform us of how to do this.
I already have a combine script that I use elsewhere on my site, but am not sure how to do this within buddypress.
What do i need to modify in order to grab all the js and css files so I can combine them mysel and place them in the header (css) and footer (js) please?
Perhaps likewise with images too?
Clearly, this is THE one big issue that everyone faces. I agree, thatthere needs to be an official HOW TO for page load speed and performance.
Granted everyone has different setups, but things like manually combining js and css and calling from a subdomain is something everyone should be able to do, if we are shown how.
Hosting: am on the 32gb plan with stormondemand.
It says in instruction:
… open index.php in the buddypress/bp-themes/bp-default/members folder, locate this line (line 14) …
If you’re currently using bp-default theme, then you need to
– create a child theme of bp-default theme https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
– copy the index.php at buddypress/bp-themes/bp-default/members/index.php
– paste that index.php into yourchildthemefolder/members/ folder
– open up the index.php in members folder and follow installation instructions https://buddypress.org/community/groups/bp-profile-search/
– upload child theme folder to server and activate
What kind of hosting is everybody using here? I’m just about to launch and expect around 30 concurrent users. I’ve gone for a semi dedicated option but am interested in what others use and where they see slowdown.
PJParticipant
@djpaul. Yes I’m using MU. So I have to manually add users to my one MU blog? That sounds extremely time consuming an inefficient.
Why aren’t they automatically added?
@nathanielrenton I don’t know why this is happening.
anyone is intense debate plugin compatible with buddypress ?
@sayhitoarvind This is not a BuddyPress issue. It’s more like the WordPress Anyfont plugin is messing up your multisite installation. Similar to a multisite/anyfont issue I saw in WP.org forums https://wordpress.org/support/topic/plugin-anyfont-issue-after-enabling-multi-site-in-wordpress-304?replies=2
Do resolve the Anyfont plugin issue with the plugin developer and also any multisite installation issues at https://wordpress.org/support/forum/multisite before installing BuddyPress. You need to have a stable and sound WP installation before installing BuddyPress, otherwise it’s going to be a rocky road.
Log in to WP.org forums with same username and password used here.
I only recently started using Buddypress. I’m not familiar with how things were in 3.0.
Is there a user setting that I need to change to have them appear under the members list?
I want to keep my site’s theme consistent. I’m making a site for a Star Wars: The Old Republic guild. I’ve got 156 avatars. Ideally, I’d like users to be able to choose from these avatars in addition to uploading one of their own. But let’s start with something even easier. If they don’t have a custom avatar, instead of default to Mystery Man, I’d like to default to one randomly chosen from the 156. Could I just do something like this:
`$tmp = glob(‘avatars/*.gif’);
if (is_array($tmp))
{
$flist = array_merge($flist,$tmp);
}
$default_avatar = $flist[array_rand($flist)];
add_filter( ‘bp_core_mysteryman_src’, $default_avatar );`
My fear in trying this out, is that every time it displayed any default avatar if would pick one at random. What I’d like is to do the randomization once in assigning an avatar to a user if they don’t have one.
I tried everything I could think of, I found the “reply(#)” area in the “blogactivity-loop” and copied it to the index page, but it always shows “0”, I don’t know enough PHP to know if you have to call a function first or what makes it enter the correct number.
So i have changed it to a link that says “Click to See Comments” not that great but its a personal site and it at least makes sense and isn’t as confusing.
Does anybody have any ideas?
@imjscn No, I haven’t tried that. Does it help?
I got the same problem, any luck @dharmen99
?
i just now enabled multisite (i.e network)
deactivated all my plugins(the blog uses buddypress)
i just added the ALLOW constant in wpconfig and also added rewrite mod in htaccess.
im having issues
i cannot login to my admin panel of my main blog(metasastra)
it goes like this :
http://www.metasastra.com/wp-login.php?redirect_to=http%3A%2F%2Fwww.metasastra.com%2Fwp-admin%2Fplugins.php&reauth=1
cannot login.
this is my htaccess:
# BEGIN AnyFont
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^images/(.*).png$ /wp-content/plugins/anyfont/img.php [L]
# END AnyFont
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
PS: i used SubFolder
ANOTHER NOTE : had problems with Google XML Sitemaps plugin,wp-greet plugin..so i removed them.
then after allowing multi site.. i found that “Buddypress” plugin is missing.. but went to install page.. it says its “installed”
but i have disabled all my plugins
please help.how do i fix this issue?
Yep, thats it. I didn’t follow the authors instructions, well until I wanted to edit the comment section it wasn’t necessary, I guess. Below is what the plugin author says:
“If needed: Copy and modified the /theme/activitycomments/ files to your default theme (important to keep the folder activitycomments into the root default theme directory)”
So I added the “activitycomments” folder to my child theme, and I am editting the file “activitycomments/blogactivity-comments.php”
‘
<?php
if ( post_password_required() ) :
echo ‘
‘;
echo ‘
‘ . __(‘Enter the password to view comments.’, ‘buddypress’) . ‘
‘;
return;
endif;
if ( is_page() && !have_comments() && !comments_open() && !pings_open() )
return;
?>
<?php printf( __('You must be logged in to post a comment.’, ‘buddypress’), wp_login_url( get_permalink() ) ); ?>
‘
Thanks everybody for the help 