Search Results for 'wordpress'
-
Search Results
-
WordPress v4.6.1
BuddyPress v2.6.2
Theme SydneyThis is a disaster! No one can find the menu for Users with Profile, Settings, Edit, etc. I couldn’t find it for weeks.
I need to create a link to include in the main menu for Users to get to their page. Side bar Profile link too.
I couldn’t find the user menu – with the access to Profile, Settings, etc. for weeks. My users aren’t tech savvy or very web experienced, they’ll never find it.
WordPress v4.6.1
BuddyPress v2.6.2
Theme SydneyRunning Buddypress 2.6.2 on WordPress 4.6.1.
So, in example.com/groups/group1, there are posts by several group members.
I want to highlight posts by specific user(s). This can be using a different background, larger font, different colored text, etc.
How do I achieve this?
Topic: Like Button Issue.
Hi,
I am using WordPress 4.6.1 and Buddypress 2.6.2 on my young site:
http://www.artisticfreedomcrew.com
While I was testing the site offline the like button was working normally, but as soon as I got the site online, and invited only a handful of friends to test it, it stopped working.
Now it keeps loading and it never shows up, so it’s unusable.
What might be causing this issue?Regards,
Bruno MestreHello,
How could I make a custom Members Directory in a new template with members that have chosen a specific value of an xprofile field?
Here is what I have done. I have created a new template members-loop-london.php (copy of members-loop.php) in the members folder and I would like to display there only members that have chosen at the xprofile field City the value London. Then according to this link about “bp_parse_args()” https://buddypress.trac.wordpress.org/browser/tags/2.2.1/src/bp-members/bp-members-template.php#L461 I added in the template the function:
function mine_bp_has_members( $args = '' ) { global $members_template; // Default user ID $user_id = 0; $r = bp_parse_args( $args, array( 'search_terms' => 'London', // Pass search_terms to filter users by their profile data ), 'has_members' ); // Pass a filter if ?s= is set. if ( is_null( $r['search_terms'] ) ) { if ( !empty( $_REQUEST['s'] ) ) { $r['search_terms'] = $_REQUEST['s']; } else { $r['search_terms'] = false; } } // Query for members and populate $members_template global $members_template = new BP_Core_Members_Template( $r['search_terms'], ); return apply_filters( 'mine_bp_has_members', $members_template->has_members(), $members_template ); }but nothing changed. Still my custom directory was showing all the members of website..What am I doing wrong?
Hi everyone.
I would like To hide the wordpress username in the registration form, and generate the value from what is reported in the full name Field (buddypress field). I have seen from the following link the solution but using email instead of full name.
https://premium.wpmudev.org/forums/topic/how-do-i-remove-the-required-username-field-from-registration?utm_expid=3606929-86.PHoDXYJeQYmWFQIujGOFZg.0&utm_referrer=https%3A%2F%2Fwww.google.it%2FBut I don’t find the right way to get the full name value instead of the email value.
Can You help me please?
ThanksI have wordpress version 4.6.1. I have buddypress version 2.2.2 (child theme in use). I also have bbpress 2.5.10. My website is http://getjobhelp.ca
I am having issues with the activity stream…I am unable to see any activity posted by other people in my forum, regardless of what dropdown menu I use. I am able to only see my own activity. I hope the following example is specific enough, asI don’t really know how else to describe this.
***Example 1: when I am logged in as the “adminsitrator/keyholder”, I am able to see what I have posted in the activity stream but I cannot see anyone elses posts, no matter what dropdown menu I use i.e.; everything, updates, friendship, group updates, group memberships, posts, comments topics, replies, new docs, doc edits, doc comments.***
***Example 2: when I am logged in as a “User” I can see my own activity but I cannot see what anyone else has posted, regardless of which dropdown menu I use. (Same as above example but as a user) So in other words, the posts I made as the “administrator/keyholder” do not show up on my activity stream as a “user.”***
After reading through this help section to get help with seeing the activity feed, someone suggested to deactivate the “buddyboss wall” plugin…I did that and was finally able to see my own activity stream but still having the above issues.
I then installed the buddypress activity plus” plugin so users could interact through comments, videos and links…which appears and seems to work just fine. But When you cant see what anyone other than yourself posts in the forum, what use does it really serve? I would like for the members to be able to interact with each other but they wont know if someone else posted in the forum if the activity stream doesn’t work. (When I say forum, I do mean the whole site…not an individual forum)
Lastly, I really do not know anything about code or where to put it or how to find where to insert it into the css or php or whatever, as I am not a developer, I am just a networking forum owner looking for some help please. 🙂 Thank you.
Hello,
This is my first time using BuddyPress and I’m pretty new to WordPress and don’t know how to assign my “Register” and “Activate” page to a blank page correctly. I’ve looked at my “Members” and “Groups” pages and they both seem to be blank when editing but when I go to the page url they have dynamically loaded content. I’m not sure where this content is being generated from and how to get “Register” and “Activate” to do the same. Any help would be much appreciated!
Thanks!