Search Results for 'buddypress'
-
Search Results
-
Hello, after installing the buddypress plugin on my wordpress site, I began to have a lot of CSS errors when I use the CSS validator. I also ran the validator on buddypress.org and it also has lots of errors. Is there a way to fix this? I am doing something wrong?
Thank you!
validator:
http://jigsaw.w3.org/css-validator/my site:
http://hola-china.net/genesis/I have a really bad situation here. Hundreds of people who love my site are bounced back each day because they are not able to log in to my site after creating an account. This is really disturbing because I have put much effort to the development of this site and the hosting… When I new user creates account on my site, everything works smoothly, even the email activation, but the problem is when the user tries to login with the username or email the person used during registration and the right password. I have tried to register a test user my self and I am facing the same problem. After some couple of minutes, when I went back to login, I was able to get inside, what is the problem. Check out my site and please try to create an account to understand me better. http://www.dstudbook.com
I’m wondering how I could change the profile link format from BuddyPress /member/user/ format back to the old wordpress /profile/?viewuser=2?
I ask because I am using an older custom profile plugin that uses the old Linking system. It’s much more powerful than the BuddyPress profile system. It would be awesome if I could change it in BuddyPress so i can still keep the ALL the BuddyPress features but Harness the power of the plugins profile plugin.
Can someone point me in the right direction? Which function to modify?
Topic: walled garden and bbpress
Some time ago a contributor kindly provided a walled garden function that disabled access to buddypress pages by non-logged in users. (i think it was @aces)
`function sh_walled_garden()
{
global $bp;
if( bp_is_register_page() || bp_is_activation_page())
return;
if( ! bp_is_blog_page() && ! is_user_logged_in() )
bp_core_redirect( bp_get_signup_page() );
}
add_action( ‘wp_loaded’, ‘sh_walled_garden’ );’However with bp 1.71 and bbpress 2.3.1 pages like forum-topics, and say, forums/forum/group-forums/ are still accessible by non-logged in users.
Any idea on how to extend the functionality of the walled garden function to block access these bbpress pages by non-logged in users ?
Hi there,
I use the latest buddypress version with wordpress templates of rockettheme.com
Works well, except that wordpress tells me to associate “register wordpress page” with “register buddypress page” which can be done in admin–>settings–>buddypress–>pages. However there is no “register page”. If I create one (admin–>pages) it has got the name register but without function.
Any help for me?
Thanks a lot,
Fabian