Search Results for 'theme'
-
Search Results
-
I have inserted this code in bp-custom.php:
<?php
function my_redirect() {
wp_redirect( home_url() );
error_log(‘Hello log’);
exit;
}
add_action( ‘bp_groups_posted_update’, ‘my_redirect’ );
?>Writing is done to the log file, but there is no redirect after a user has posted an update in “Group Activities”. Why not?
As a test, if I use “wp_redirect( ‘https://buddypress.org/’ );” instead of “wp_redirect( home_url() );” and use the action hook “init” instead of “bp_groups_posted_update”, and press F5, I am redirected to https://buddypress.org/.
I use the latest version of WordPress and BuddyPress.
BuddyPress is the only plugin activated.
WordPress is installed in a subdomain.
My issue still happens with themes Twenty Twenty-One, Twenty Twenty-Two, Twenty Twenty-Three and Twenty Twenty-Four.
Since updating to 12.4.1 the /members/ and /groups/ pages show profiles and groups layout rather messed up. Not complaining – looking at 12.4.1 updates notes that say the update is related to widget security makes me think it’s something to do with that as these are widget-like sections that broke. I’m using GWANGI theme.
I wondered if anyone had the same issue and a simple WP/BP fix or suggestions I can do in /wp-admin/ or code. Meanwhile I will contact the theme maker to see if it’s their end.
Thanks.Hi All, I’m using the Vikinger theme to create a social network experience for the Educational Virtual World we are creating. I have WordPress 6.5.2, BuddyPress 12.4.0 and the website is: https://www.zarbul.com.
I have disabled the “Allow registered members to upload avatars” but “Change Avatar” is still available on the Profile Info page.
What I really want is a way to make it so members can choose from a number of avatars we have created. One search suggests that is possible, but the “Allow registered members to upload avatars” has to be off.
Topic: Member Blog issue
I apologize if this has already been answered. I searched through the topics but did not find any match.
I have issues with the BuddyPress Member Blog plugin.
— When clicking “Add new post” and also “Read more” as it leads to a regular WordPress post page instead of loading into BuddyPress/the theme (?).
It does not integrate, like the list of posts does.
Example page for reference: https://bygrace.faith/members/angelinajaade/posts/
Help appreciated.
Topic: Group Forum Bug
Hi All, I’m using the Vikinger theme to create a social network experience for the Educational Virtual World we are creating. I have WordPress 6.5.2, BuddyPress 12.4.0 and the website is: https://www.zarbul.com.
While creating Groups with the “Enable forum for this group” checked I received an error message saying one of the group images wasn’t the right size even though it was the same as all the others I created. On the third time it was accepted, but when I went to the Group Forums I’m saw the forum for that group listed THREE times. When I went back and unchecked the “Enable forum for this group” it removed one of the listing, but there are still two more…and when I click on them I get a 404 error.
How do I get rid of the those Group Forum listings which aren’t connected to any groups?
Topic: Groups going to Homepage
Hi All, I’m using the Vikinger theme to create a social network experience for the Educational Virtual World we are creating. I have WordPress 6.5.2, BuddyPress 12.4.0 and the website is: https://www.zarbul.com.
When I have a user account set to Administrator clicking on the Groups menu item goes to http://www.zarbul.com/groups, but if the account is set to anything other than Administrator clicking the Groups menu just goes back to the HomePage.
Not sure if I just have it setup wrong, there is a conflict with some other Plugin or ???
Thanks in advance for any help. I spent hours yesterday doing research and testing a variety of solutions, but nothing seems to be working.
Wordpress Version: 6.5.2
BuddyPress Version: 12.4.0
Theme: 2014
Other Plugins: Membership ProRelevant info: we have a snippet that uses the following functions, to get Group Info.
groups_get_groups()
groups_get_user_groups()
bp_get_user_group_role_title()
get_group_role_label()
bp_get_group_type_post_id()Getting the error below; something needs an update …
Perhaps one or more of the above functions are causing this?Deprecated: Function bp_get_groups_directory_permalink is deprecated since version 12.0.0! Use bp_get_groups_directory_url() instead. in /var/www/html/wp-includes/functions.php on line 6078 Warning: Cannot modify header information – headers already sent by (output started at /var/www/html/wp-includes/functions.php:6078) in /var/www/html/wp-admin/includes/misc.php on line 1439 Warning: Cannot modify header information – headers already sent by (output started at /var/www/html/wp-includes/functions.php:6078) in /var/www/html/wp-includes/functions.php on line 7096 Warning: Cannot modify header information – headers already sent by (output started at /var/www/html/wp-includes/functions.php:6078) in /var/www/html/wp-admin/admin-header.php on line 9
Topic: Users cannot register
Hi,
I have a quite fresh buddypress installation. Today I wanted to register some users for testing purposes. But it doesn’t work. It reloads the page without any message after pressing register-button.
I found out that it has to do with a checkbox for privacy (I have read and agree to this site’s Privacy Policy…). Even agreed no registering possible.
When I switch to the legacy template the checkbox is gone and the registering works as expected but not with the Noveau template.
On line 2580 of bp-nouveau\includes\template-tags.php the policy accepatance is set:<div class="privacy-policy-accept"> <?php if ( $error ) : ?> <?php nouveau_error_template( $error ); ?> <?php endif; ?> <label for="signup-privacy-policy-accept"> <input type="hidden" name="signup-privacy-policy-check" value="1" /> <?php /* translators: link to Privacy Policy */ ?> <input type="checkbox" name="signup-privacy-policy-accept" id="signup-privacy-policy-accept" required /> <?php printf( esc_html__( 'I have read and agree to this site\'s %s.', 'buddypress' ), sprintf( '<a href="%s">%s</a>', esc_url( get_privacy_policy_url() ), esc_html__( 'Privacy Policy', 'buddypress' ) ) ); ?> </label> </div>How can I fix this?
Only buddypress plugin is installed, theme twenty tweny four.