Search Results for 'wordpress'
-
Search Results
-
Hi,
I am using WordPress version 4.9 and I installed buddypress also setup it. Now I am facing problem regarding user registration form. After filling all the detail and click to sign up, it show message “your account have been created please check email to activate it”. But I won’t receive any email to active my buddypress account.
Please help me to get rid out of this problem.
Thank you.
Topic: Password issue
I’m using WordPress 5.6 and BuddyPress 7.1.0
At registration page the password field is not showing up.
And also the create password link is not being sent to the subscriber e-mail.
I am trying to find a solution to display member’s posts in member profile page at link /members/membername/ instead of default behavior of displaying the posts under posts tab at
/members/membername/postsMany social media sites, member profile shows member posts upon landing. I am using wordpress and I am assuming other folks might have similar requirements.
Thanks
WordPress version 5.6
BuddyPress version 7.0.0
Gravity Forms version 2.4.21 with Advanced Post Creation add-on
Avada Theme
http://www.mgroupcorp.comThis site is using gravity forms to feed into an intranet posting feature, and they want to be able to tag other users. When I create a backend post, the dropdown list of mentions populates. When I try from the frontend (as most users would) there is no dropdown. If you know the entire username, the tag still works – it’s just the dropdown that won’t appear. Activity streams are turned on, and I have the following code in my functions.php
add_filter( ‘bp_activity_maybe_load_mentions_scripts’, ‘buddydev_enable_mention_autosuggestions’, 10, 2 );
function buddydev_enable_mention_autosuggestions( $load, $mentions_enabled ) {
if( ! $mentions_enabled ) {
return $load;//activity mention is not enabled, so no need to bother
}
//modify this condition to suit yours
if( is_user_logged_in() && bp_is_current_component( ‘gravity_forms’ ) ) {
$load = true;
}return $load;
}Am I missing something else? Thanks!
Topic: 404 from profile links
WordPress 5.6, BuddyPress 7.0.0, all plugins up to date. StarKid theme by Thimpress.
I’m getting page not found with these types of URLs:
https://oncloudk9.co.uk/members/On%20Cloud%20K9/profile/edit/
https://oncloudk9.co.uk/members/On%20Cloud%20K9/courses/all/I understand that it’ how the user name is formed, the link is being created as on cloud k9, rather than on-cloud-k9, but I don’t know how to correct it.
On Cloud K9 is an admin account, so it’s not feasible to delete the account and recreate it.
Thanks.
Topic: Groups page is not working
Hi,
I have a directory website that runs on the MyListing theme.
I created a staging site and installed BuddyPress to test the possibility of increasing the features. Everything was working fine except for the Group page. It returns an empty page.
Please could you help me.
WordPress version – 5.6
BuddyPress version – 7.0.0My hosting is retarded, I told them I would put a wordpress on each of 5 cpanel account they grant me to keep things neat an orderly…
Hosting: NoOOO!!! Attribute your domains/subdomains on just 1!!!!
Everyone knows better than me!Yea they didn’t remove the groups. Tried yesterday. since I have 5-6 domains on this account where do I find the groups?
Topic: Open Links in New Window
Hi
I’d like all links within the activity stream (both internal and external) to open in a new window.
I’ve Googled and haven’t found a solution that works for me.
I’m on the latest versions of WordPress and Plugins.
https://oncloudk9.co.uk/groups/yuppy-puppy-pre-course-information-for-the-private-training-course/Thanks in anticipation.
Topic: BuddyPress site warning:
I suppose this is a long shot, but here goes.
So I have BuddyPress and the Vantage theme installed on this random website (On a development server that’s only for internal users so no link available). On any of the BuddyPress Groups pages on this site, I get the following warning:
( ! ) Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘bp_group_new_topic_button’ not found or invalid function name in /var/www/html/INSTALLFOLDER/wp-includes/class-wp-hook.php on line 287
Googling hasn’t really provided me with any solutions, so perhaps someone here may know the answer.
-Tried testing with TwentyTwenty theme and still get the warning.
-Tried changing Template Packs from Legacy to Nouveau and vice versa.
-Tried adding some code into functions.php to no avail.
-I disabled the bp-template-pack, but while that fixes the warning, it affects the Vantage theme design.Using WordPress 5.5.3, BuddyPress 6.4.0, Vantage theme 1.15.5 as well as the bp-template-pack at version 1.2.1
Thanks!
