Search Results for 'theme'
-
Search Results
-
Got this error on this theme.
Fatal error: Uncaught Error: Call to undefined function bp_is_user_forums() in /Applications/MAMP/htdocs/moview/wp-content/themes/moview/members/single/home.php:85 Stack trace: #0 /Applications/MAMP/htdocs/moview/wp-includes/template.php(724): require() #1 /Applications/MAMP/htdocs/moview/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(155): load_template('/Applications/M...', false) #2 /Applications/MAMP/htdocs/moview/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(61): bp_locate_template(Array, true, false) #3 /Applications/MAMP/htdocs/moview/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(338): bp_get_template_part('members/single/...', NULL) #4 /Applications/MAMP/htdocs/moview/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-theme-compat.php(212): bp_buffer_template_part('members/single/...', NULL, false) #5 /Applications/MAMP/htdocs/moview/wp-includes/class-wp-hook.php(286): BP_Members_Theme_Compat->single_dummy_content('') #6 /Applications/MAMP/h in /Applications/MAMP/htdocs/moview/wp-content/themes/moview/members/single/home.php on line 85This file line is: /Applications/MAMP/h in /Applications/MAMP/htdocs/moview/wp-content/themes/moview/members/single/home.php on line 85
elseif ( bp_is_user_forums() ) : bp_get_template_part( 'members/single/forums' );
If I delete this folder from this theme, style is broken.
Please help me.
Topic: Profile Picture Upload Error
Wordpress: 5.2.2
BuddyPress: 4.3.0
Theme: AstraI have an error when changing profile picture. After selecting picture from computer, the green progress loading bar is only “full” for a couple of seconds (as opposed to “filling” corresponding to the file upload), and then it displays a picture for “crop” that is either nothing or miniscule. All that is visible is the “crop” button and what appears to be the four corner dots of the crop tool all bunched together. I have screen shots of the error, but don’t know how to upload them.
Hello, I think this issue has been going on for years, but I dont seem to be able to find that it had been fixed at some point!
I am using wp 5.22 bbpress 2.5.14 and buddypress 4.3.0
It still happens when I use different themes and if I uninstall other plugins.I have hidden buddypress groups which show in the activity stream even if you are not registered or logged in see here
Core women is a hidden buddypress group and should be not visible to anybody except the group members.In bbpress I have a plugin called private groups which also show in the activity stream. You cant enter the forum via the link, but still you see the heading and actually also the text.
I wonder if this problem is because of a false bbp and BP integration? BP doesnt get the info for private/hidden forums?I am very new to this and dont have much experience so please tell me what more information I can give.
Has there ever been a solution to this?
Thank you!Topic: Members not Showing in List
I know this has been asked and resolved before, but none of the solutions have worked for me. When I look at the members page – either while logged in as admin, or logged in as a different registered user – the members page is not finding any members.
I’ve tried adding the php that changes the ‘last activity date’ to the functions.php file, then the bb-custom.php file. Neither changed a thing.
Is there anything else I should try? The Buddypress plugin came as part of a theme I purchased. Their support suggested I try to disable plugins, then enable the bp plugins to see if they work. Is this a correct way to go? It seems like a lot of people have this same issue, so I’m hoping the fix is something simple.
Thanks.
LauraI’ve been trying for a while with no success to order the member directory by last name (surname) instead of first name. Extensive searching through the support forum and elsewhere would indicate that the following code modifications to a custom members-loop.php file in the theme folder and the theme functions.php file should accomplish this.
My custom members-loop.php file contains:
<?php if ( bp_has_members( bp_ajax_querystring( 'members' ) . '&populate_extras&type=alphabetical' . '&per_page=30' ) ) : ?>My theme functions.php file contains:
function alphabetize_by_last_name( $bp_user_query ) { if ( 'alphabetical' == $bp_user_query->query_vars['type'] ) $bp_user_query->uid_clauses['orderby'] = "ORDER BY substring_index(u.display_name, ' ', -1)"; } add_action ( 'bp_pre_user_query', 'alphabetize_by_last_name' );Instead of sorting and displaying members by last name, it returns the message:
Sorry, no members were found.
If I change ‘u.display_name’ in the functions.php file code to ‘u.value’, all the members are listed in the default alphabetical sort order by first name. So, it appears that, for some reason, the code won’t output the expected results when ‘u.display_name’ is used.
I’m posting here in the hopes that someone in this support community might have some additional guidance or suggestions that could help me figure this out.
Here are a couple of the links I’ve previously referenced when trying to get this working:
https://buddypress.org/support/topic/sort-user-list-by-last-name/
https://buddypress.org/support/topic/sorting-by-last-name-goes-wrong-when-having-multiple-words-as-last-name/
Hey team,
Having a problem getting any comments from a user on a custom post type to show up on the activity stream. Currently using the mylisting theme with buddypress integration. I have site tracking enabled and have double checked that I can see comments on the listing in the admin section.
I also found this snippet which enabled a new Activity feed action when ever anyone creates a new listing but does not pick up on any comments:
Would greatly appreciate any help, I’m brand new to buddypress and so far have been really impressed with how powerful it can be, but just running into a bit of a brick wall here.
Thanks in advance,
B