Search Results for 'questions'
-
Search Results
-
Topic: Filter members loop
Hi!
I would like to filter the members loop after clicking on a link. The filtering itself isn’t the problem because its well documented (https://codex.buddypress.org/developer/loops-reference/the-members-loop/). I just don’t know how to apply the filter and where to write the code.
For instance my members have the xprofile fields gender and pet. On my homepage I have the following:
<a href="#">All male members who have poodles</a>
After clicking on this a new page should be opened which displays all male members with poodles.My questions:
1. How can I tell the new page what should be filtered?
2. How can I filter for more than one field. In the doc there’s this
<?php if ( bp_has_members( my_custom_ids( $field_name, $field_value ) ) ) : ?>
Can I enter more than one $field_name and $field_value (male and poodle)?
3. Which template do I have to use for the custom members loop?Thanks in advance!
Greetings all – wasn’t sure where to put this (maybe a mod or admin can make this sticky in the right area in the forums).
Miami is holding it’s third BuddyCamp and date as of now is May 29th, 2015. We are looking for speakers (this week we are opening up speaker applications). If you would like to come down and speak about BuddyPress / bbPress, then we would love to have you. If you can’t, please at least help us to spread the word starting tomorrow (Monday, Feb 23rd) on Twitter and Facebook.
Myself and @JJJ will be there. This year, it’s looking VERY likely this will be a developer focused event and limited in attendance. So if you work in BuddyPress and want to get some intense one-on-one with contributors and other developers, this is the event.
http://miami.wordcamp.org/2015/announcing-buddycamp-miami-2015/
WordCamp Miami follows on that weekend (May 30th-31st). If you haven’t been to WordCamp in Miami, then you are missing out. Do a twitter search of #wcmia from May 2014 if you don’t believe me. π With 770 last year, it’s been a guess Miami was around the 5th largest WordCamp of 2014.
http://2015.miami.wordcamp.org
Let me know if you have any questions! Really excited!!! π
SECOND REQUEST FOR HELP*
The “Back to Discussions” link in my forum take me back to my site’s homepage, instead of the listing of forum discussions. Do I have something set wrong? I can’t find anywhere to fix this.
*(I did post this in an earlier thread that is also unresolved. https://buddypress.org/support/topic/the-β-back-to-discussions-button-takes-me-to-home-page-and-not-to-forum/)
In the activity stream Buddypress shows 5 comments when there are more than 5 comments with a “Show all X comments” link or button.
This “Show all…” works in the default Twenty Fifteen theme but does not work in various Responsive Buddypress themes like Farben Basic.Is there any specific code snippet that can be copied into any current BP responsive theme so that “Show All” works?
Thanks for your help.
This questions has a part two (if needed I will make anew post, but if you know the answer please help) – After getting the “Show all” view how you can cancel it or get the collapsed/number of comment limited view again?
Hi, I am a site developer but this is my first project using BuddyPress and bbpress for forums.
I seem to have everything working the way the client wants except for one thing.During User registration the form asks a few questions like eligible to vote etc? this info is stored on the users Extended Profile page.
I need to give my client (the site owner) access to all user data so he can manage response accordingly but setting him as Editor he couldnt see the Extended Profile data for other users.
So I created a user type of “Editor Plus” and allowed him to edit, delete and create user.He can now click into the other user profiles but still cannot view the Extended Profile Info.
I have tried 15 different User/Admin plugins none of them allow him access to this extended data?
My only option at this point is to make him an Administrator but im very nervous about doing that as he is a fiddler and could easily break the site.
I seem to remember a few years ago I used a plugin to make myself Super Admin and then I could limit what other Admins could access but I cant find or remember what it was.
This is only an issue for 2 user who will be running and managing the site so even if there is a code hack that i can put in for those 2 user to access the Extended Info pages?
Thanks
MarkMy Java whiz kid friend wants to scrape data from the main activity stream for an applet and we need to distinguish who posted what and in what group by echoing the IDs of both in each activity item.
I hate asking questions like this here, and I wouldn’t if I hadn’t already tried everything I found.We simply need to print the IDs after or before the content and make them invisible to humans with CSS.