Search Results for 'wordpress'
-
Search Results
-
hello,
Myself Tejas Nevgi. I work as an intern in a startup company and trying to make a social networking type of website for them. I am kinda new to wordpress and buddypress so i’m kinda facing difficulties.
The website is a social networking type of website for painters, musicians and photographers. So we want an option for the users to select type of member they are and also what type of feeds they would like to receive. also, instead of friends we want followers. i have installed buddypress, installed a theme and found the plugin for followers and all. Got the login and registration also working. but i am kinda stuck this member type functionality. how do i get the users first to signup as an artist, musician or photographer and also let them choose the type of feeds they would like to receive. i tried making groups for each of them but then realised may be this isn’t the proper way to do it. or is it? pls help!
also, i want to have a custome login and registration page for the users with some of my images in the background. how do i do that?Topic: Confirmation Email
I’m using Cymi User Extra Field, when you enable email confirmation the user gets the Buddypress email template
with the confirmation link. when the user clicks the link it takes them to the confirmation page of the site prompting them
to login with username and password. Problem is the user name and password doesnt work. The user gets created because they
are visible in the users list. How can I fix this problem.
I’ve disabled the Buddypress sign up for the default WordPress using: BP CUSTOMfunction my_disable_bp_registration() { remove_action( 'bp_init', 'bp_core_wpsignup_redirect' ); remove_action( 'bp_screens', 'bp_core_screen_signup' ); } add_action( 'bp_loaded', 'my_disable_bp_registration' ); add_filter( 'bp_get_signup_page', "firmasite_redirect_bp_signup_page"); function firmasite_redirect_bp_signup_page($page ){ return bp_get_root_domain() . '/wp-login.php?action=register'; }and I found this code in a Buddpress Forum:
https://buddypress.trac.wordpress.org/ticket/3443
// Change the text on the signup page
add_filter( 'bp_registration_needs_activation', '__return_false' ); function my_disable_activation( $user, $user_email, $key, $meta = '' ) { // Activate the user bp_core_activate_signup( $key ); // Return false so no email sent return false; } add_filter( 'wpmu_signup_user_notification', 'my_disable_activation', 10, 4 );I tried it with the hope that the key would be disabled and the key fired by WordPress would take over but it still didnt work.
I really don’t care who fires the key I just want the user to be able to login after click the key in their email.
I have a clean and new WP 4.5.3 installation in a VM of one of my customers.
No other plugins or themes, just plain ol wordpress…
When I activate BB 2.6.1 I run directly in a 500 and the logs show me
PHP Fatal error: Class 'BP_Members_Component' not found in /var/www/html/wp-content/plugins/buddypress/bp-members/bp-members-loader.php on line 23In 2.6 the front.php template was added for member pages. The ticket #6769 mentions the following.
“I envisage something along the lines of a small dedicated repo on bp github”
The only reason I mention this is because I am curious on how the example picture

Was created. I was wondering if the repo did exist so I could grab the front.php template file and thus play with it from there. I apologize in advance if this has been asked before \0
Topic: Buddypress
Hello,
I am using WordPress 4.4.4 and BuddyPress 2.6.0I am working on a project whereby users will fill the form and we will register them manually after registering them we will create their group. we will set the group administrator and he will add members in his groups through the group dashboard, not the back-end dashboard. as we want to group our users in groups we want to create their private dashboard where they will be able to view the package we sent them and be able to download them, they will be able to trace also the previous package we sent them. note that the groups are private, users of the website can’t see other groups except the one he belongs to and he can’t see other users within the same group.
I was wondering if there is a way i can modify BuddyPress groups to achieve this
I appreciate any help
Thanks