Forum Replies Created
-
Have you moved the folders in templates as per read me?? I’ve got it installed, but it lists the events in a weird order?? Doesn’t make much sense to do it this way. Pity because otherwise it does everything i need.
@josemv tks i have insalled and seems to fix my issue. On the install instructions it says min requirement php5 , my server is running 4 but still seems ok?
Brill it works!
thankyou!james
Tks @r-a-y i will give it a go
Sorry, I’m not being very clear. I’ll try again.
The problem with the plugin is that once you have logged in with facebook you can’t stop the facebook avatar coming through even if you login in normally afterwards. Once you are connected with facebook you are always connected to facebook. The plugin did not used to work like this. This means that users have to have to same avatar in fb and bp …forever! The only way around this (i have found) is to deactivate the plugin.
My question is, is it possible to stop the facebook avatar coming across in the first place. But still use the plugin and therefore users would upload avatars in BP.
Does that mean it is possible to eliminate facebook avatars coming across?
ok now fixed!
@Travel-Junkie: Your code below works great for WordPress 3 and Buddypress but not for multisite sub blogs? I need to stop access to sub blogs as well if users are not logged in. If i type in the url of my sub blogs then they show up. Is there anyway to stop this?
tks
jamesfunction sh_walled_garden()
{
global $bp;if( bp_is_register_page() || bp_is_activation_page() )
return;if( ! is_user_logged_in() )
bp_core_redirect( $bp->root_domain .’/’. BP_REGISTER_SLUG );
}
add_action( ‘get_header’, ‘sh_walled_garden’ );Hi , Tks for the reply
Hi ,
I really like the site, very clean and well explained. I have a quick question. How did you change the Group Forums Directory menu name to Tutoring? Is there an easy way/place to do this? I have tried making a translation file but that didn’t work.
Thanks for any advise
jamesI had the same issue with site performance. Once i deactivated tweetstream the site went back to normal
Here’s an example – http://www.leckhamptononline.co.uk/category/videos/ . As @jivany says this is standard wp functionality. This pulls all the posts in with the category ‘video’ which i think is what you want to do. All you have to do then is hard code the url that calls the categories into your menu. I use the ‘page links to’ plugin to do this. It’s really easy.
I use the ‘Page Links’ To plugin. This allows you to set a custom permalink for your page which you can set to call posts from any category. Eg http://www.example.com/category/yourcategory
tks r-a-y i’ll have a go
Brill thanks @modemlooper
Hi Peter,
I’m still not getting twitter to bp activity working. Is this fixed in this version?
I think that may be your problem. I moved my hosting co to one in the uk because I couldn’t find a fix. That was 6 months ago.
same here
Is your server hosted in a different time zone to where you are?
Yep unchecked by default so all good.
great tks Justin, fantastic work!
I;ve just installed latest Version: 1.1.0 on http://www.leckhamptononline.co.uk . Can some-one out there test for me so i can ck it’s working.
tks
j
@gregfielding I get the same problem as Modemlooper on your site and on my site leckhamptononline.co.uk. Users are created fine but the member links to their name not their username, so clicking on the member name redirects to the home page, not the user profile.
Great tks