-
Mic replied to the forum topic Search Member / Profile fields by URL? in the group Creating & Extending 12 years, 6 months ago
Hey Thanks @shanebp
I’ll give that a try… -
Mic replied to the forum topic Search Member / Profile fields by URL? in the group Creating & Extending 12 years, 6 months ago
The other option I’ve been toying with is creating the State values: as Idaho_state ( more specific search term )
Then display state as “Idaho” ( in the profile ) with some php:
if value “Idaho – ID” […] -
Mic started the forum topic Search Member / Profile fields by URL? in the group Creating & Extending 12 years, 6 months ago
I’m working on a member directory.
I’m interested in creating a search that queries ONLY a certain field ‘State’ and value ‘Idaho’.
I’m wondering if I can pass this to the search via the url?
Ex. […] -
Mic posted an update in the group BP Jobs Board 13 years, 1 month ago
Natural Building Network is looking for Web Designer, Web Developer or Webmaster.
Position includes site maintenance and software support. Along with ideas you may have – to contribute to or improve upon the NBN site.Our current site is powered by the WordPress platform with extensions:
* BuddyPress
* Events Calendar
* Membership…[Read more] -
Mic joined the group BP Jobs Board 13 years, 1 month ago
-
Mic posted on the forum topic Turning off AJAX pagination in members directory in the group How-To and Troubleshooting: 13 years, 7 months ago
I’d be interested in this too.
I find that if I’d like to use term searchs in the directory url (ex. ?s=My Term ) that it messes with ajax.
Also finding ajax pagination to not work when searching via term.Is there a ‘standard’ or non-ajax directory option?
-
Mic posted on the forum topic How to order members list alphabetically by default in the group How-To and Troubleshooting: 13 years, 9 months ago
This kinda worked, but then I lost the ability to filter by alphabetical, last active etc.
But if your looking to NOT filter it might be a solution. -
Mic posted on the forum topic How to order members list alphabetically by default in the group How-To and Troubleshooting: 13 years, 9 months ago
Sorry to bring up a old post here, but… I’m inside of the members-loop.php, I see there is a bp_ajax_querystring(‘members’). How would I pass bp_has_members() a few parameters in combination with the above?
Something like this:
'newest', 'per_page'=> 15 ) ?>
I’d like to make the default filter ‘newest’ and have 15 members […] -
Mic started the forum topic Excluding Roles from the member loop! in the group How-To and Troubleshooting: 13 years, 10 months ago
Been wanting to exclude users with the role ‘subscriber’ from the member directory.
I’ve been looking around for this for a while. I think I may have found it!
Editing the members-loop.php like so:
roles != 'subscriber' ) :
?>
<!--Member line item details and profile fields -->Correct me if I’m wrong… !?
-
Mic posted on the forum topic Listing Members' Profile Fields on Directory/Search Results in the group How-To and Troubleshooting: 13 years, 10 months ago
I’m looking for the same thing myself!
-
Mic started the forum topic If Profile field has data? in the group How-To and Troubleshooting: 13 years, 10 months ago
I have this code and the fields are NOT required:
I’m wondering how to create the code for adding a comma(,) before the field IF the field has data
So my out put would be: City, State, Country or City, Country
Any help would be greatly appreciated.
-
Mic posted on the forum topic BP adding ’-2’ to username slug after editing profile in the group How-To and Troubleshooting: 13 years, 10 months ago
-
Mic started the forum topic BP adding ’-2’ to username slug after editing profile in the group How-To and Troubleshooting: 13 years, 10 months ago
Hi Yall, I’m having the strangest problem. I have a buddypress profile at ‘mysite.com/members/username’, but every time I save the WP profile ( we are still using that and cimy extra fields ), the permalink for the user adds a ‘-2’. It’s happened several times. username-2-2-2-2-2-2 is not cool, huh? Anyone point me in the […]
-
Mic posted an update in the group How-To and Troubleshooting: 13 years, 10 months ago
Is there a way to *only* show a certain member level in the buddypress member directory?
-
Mic posted on the forum topic Displaying the WordPress default bio or description in the group Creating & Extending: 14 years, 3 months ago
Well, here’s a solution that worked for me:
// User Description
$user_meta = get_userdata(bp_displayed_user_id());
echo($user_meta->description); -
Mic started the forum topic Displaying the WordPress default bio or description in the group Creating & Extending: 14 years, 3 months ago
I’d really like to display the WP user description in the BuddyPress member-header.php.
Seems like it should be easy to do?
My regular WP tricks aren’t working in the BP template.Suggestions?
-
Mic joined the group Creating & Extending 14 years, 3 months ago
-
Mic joined the group BuddyPress Media 14 years, 3 months ago
-
Mic posted an update in the group How-To and Troubleshooting: 14 years, 5 months ago
Does anyone know how to get a hold of wp profile fields in the bp member-header.php.
I’d like to display the “Biographical Info” on the member profile while we transition to BP x profile fields. - Load More
@perywinkle
Active 8 years, 1 month ago