-
kennibc replied to the topic BP 2.4 breaks on page 2 of custom search results in the forum How-to & Troubleshooting 10 years, 6 months ago
I will have to check on Monday. We are closing up for the weekend.
Also, I have never done a patch, so I might not be the best candidate to test. Do I just manually edit the files?
-
kennibc replied to the topic BP 2.4 breaks on page 2 of custom search results in the forum How-to & Troubleshooting 10 years, 6 months ago
Excellent. Glad to find an issue. Hope the fix isn’t difficult.
Thank you so much for your speedy response.
Ps. I am really liking the profile cover photo. Hats off to the devs for such great work.
-
Brajesh Singh updated the Template Hierarchy page, on the BuddyPress Codex 10 years, 6 months ago
A detailed look at theme compatibilities template hierarchy
BuddyPress 1.7 introduced universal theme compatibility making it easier for WordPress theme designers to work with BuddyPress.What this means is if […]
-
kennibc replied to the topic BP 2.4 breaks on page 2 of custom search results in the forum How-to & Troubleshooting 10 years, 6 months ago
Wow. Thank you. This seems to work until the very last page of the search pagination.
Instead of showing the last few people it breaks and shows all the users from the search.http://iblog.dearbornschools.org/teachers-by-school/ click on woodworth and go to page three to see what I mean.
Still, this is much better!
Thank you kindly @r-a-y
-
kennibc replied to the topic BP 2.4 breaks on page 2 of custom search results in the forum How-to & Troubleshooting 10 years, 6 months ago
Here is the main page: http://iblog.dearbornschools.org/teachers-by-school/
Any of these school links will open a url similar to the one below.The search filter URL is http://iblog.dearbornschools.org/members/?s=Woodworth
where woodworth is the school they pick in their user profile.
-
Henry Wright replied to the topic How to update avatar user meta? in the forum How-to & Troubleshooting 10 years, 6 months ago
Yeah the
BP_Attachmentclass is awesome!the only problem is that it depends on a $_FILES variable
I’m wondering why that’s a problem?
-
Henry Wright replied to the topic Change BuddyPress Activity Stream Order in the forum How-to & Troubleshooting 10 years, 6 months ago
Check out the Using bp_parse_args() to filter BuddyPress template loops article. Specifically, you’d want to make use of
date_query, which should be an array of date query clauses. -
George Notaras replied to the topic Questions about the concept of user profiles in the forum Miscellaneous 10 years, 6 months ago
Hi, thank you for this information. It has been helpful. My BP IQ is quite low at the moment but I’m working on it. 🙂
-
Henry Wright replied to the topic How to update avatar user meta? in the forum How-to & Troubleshooting 10 years, 6 months ago
In your above code you’ve used
author_avatarto update so you’d just use that again to retrieve. -
kennibc replied to the topic BP 2.4 breaks on page 2 of custom search results in the forum How-to & Troubleshooting 10 years, 6 months ago
I should point out this is BP 2.4 with WP 4.3. It is multisite with sub directory install.
-
Henry Wright replied to the topic How to update avatar user meta? in the forum How-to & Troubleshooting 10 years, 6 months ago
You can use
get_user_meta()for that. -
kennibc started the topic BP 2.4 breaks on page 2 of custom search results in the forum How-to & Troubleshooting 10 years, 6 months ago
I have a video of the issue:
https://www.youtube.com/watch?v=mV-FFRqmVZsThis issue deals with pagination when you do a search of a custom buddypress profile field. The initial pagination page properly displays 1-X amount of users. Click on page 2 and it shows all users in the site not just the custom searched users.
Any suggestions? Is…[Read more]
-
Mr. Vibe replied to the topic Sidebar not appearing all where it is needed in the forum How-to & Troubleshooting 10 years, 6 months ago
Hi Agbams,
Please create a topic in our dedicated support site here : http://vibethemes.com/documentation/wplms/ -
personal injury claim's profile was updated 10 years, 6 months ago
-
Henry Wright replied to the topic A Nicer Way To Edit Group Slugs in the forum How-to & Troubleshooting 10 years, 6 months ago
Great to hear that @tonydjukic
Just to point out, I seem to have got @johnjamesjacoby‘s username wrong in my comment above. He seems to be @jjj everywhere else, just not on this forum 🙂
-
Henry Wright replied to the topic Set Birthday value buddypress in the forum How-to & Troubleshooting 10 years, 6 months ago
all i want to know is how the avatar are set in the user meta
Is this related to the datebox stuff, or separate?
-
George Notaras started the topic Questions about the concept of user profiles in the forum Miscellaneous 10 years, 6 months ago
Hi all,
I develop a metadata plugin for WordPress and was thinking about adding support for BuddyPress profiles, which basically boils down to:
1. generating Profile metadata objects for the member pages and,
2. use the member page URL as the post author’s URL in the metadata on WP blog posts.However, I’m a little puzzled with some concepts…[Read more]
-
Henry Wright replied to the topic Set Birthday value buddypress in the forum How-to & Troubleshooting 10 years, 6 months ago
In that case, I think your code should be working. The problem is most probably elsewhere.
-
Henry Wright replied to the topic Set Birthday value buddypress in the forum How-to & Troubleshooting 10 years, 6 months ago
Have you checked in the db to make sure the profile data has been set? The issue could be how you’re displaying it at the front-end.
-
Henry Wright replied to the topic No index buddypress pages in the forum How-to & Troubleshooting 10 years, 6 months ago
The Template Tag Reference will help you here. You can do things like the following inside your function to determine the type of page that is being accessed:
if ( bp_is_groups() ) {
// This is the groups page.
}if ( is_buddypress() ) {
// This is a BuddyPress screen.
} - Load More