-
Wythagy posted on the forum topic Safari Not Loading Pages (Blank) in the group How-To and Troubleshooting: 14 years, 3 months ago
Any ideas anyone?
-
Wythagy started the forum topic Safari Not Loading Pages (Blank) in the group How-To and Troubleshooting: 14 years, 3 months ago
When trying to view my BuddyPress (1.2.5.2) / WordPress (3.0) website on Safari (5.0) browser it seems to have problems loading the permalinks on the first try. If I click on a link, for example “edit profile” (www.website.com/user/profile/edit), it immediately loads a blank page….however, if I then click the refresh button after it’s “loaded” the […]
-
Wythagy posted on the forum topic Search Query and MySQL help in the group How-To and Troubleshooting: 14 years, 4 months ago
I’ve been there all day lol!
-
Wythagy posted on the forum topic Search Query and MySQL help in the group How-To and Troubleshooting: 14 years, 4 months ago
my logic in my $sql statement above was that I want to return a table where all those cases are true, and then count the rows where there are more than 1 instance of the same user_id, meaning it matched both arguments…however, the code I wrote above didn’t work this way…perhaps I’m just writing it […]
-
Wythagy posted on the forum topic Search Query and MySQL help in the group How-To and Troubleshooting: 14 years, 4 months ago
@r-a-y I’ve actually already tried that exact SQL query (it seems to make logical sense at first glance) but it doesn’t work because the “AND” statement is trying to make 2 different rows with different values match…which, obviously they don’t. They share a common user_id, but not field_id or value…thus being the problem.
-
Wythagy posted on the forum topic Search Query and MySQL help in the group How-To and Troubleshooting: 14 years, 4 months ago
@r-a-y Actually the problem is that the data is on the SAME table…not a different one…if it were different tables this would be easier 🙁
-
Wythagy posted on the forum topic Search Query and MySQL help in the group How-To and Troubleshooting: 14 years, 4 months ago
Since I’m being ignored, I’ll try adding more info… bp_xprofile_data table: id | field_id | userd_id | value ——————————————– 1 | 2 | 30 | General 2 | 3 | 30 | Female 3 | 4 | 30 | Los Angeles 4 | 2 | 32 | Premium 5 | 3 | 32 | Female […]
-
Wythagy posted on the forum topic Search Query and MySQL help in the group How-To and Troubleshooting: 14 years, 4 months ago
A tip or URL leading me in the right direction would be more than enough!
-
Wythagy posted on the forum topic Search Query and MySQL help in the group How-To and Troubleshooting: 14 years, 4 months ago
Anything, anyone?
-
Wythagy started the forum topic Search Query and MySQL help in the group How-To and Troubleshooting: 14 years, 4 months ago
I’m attempting to make a custom search page that lets users browse through the members directory based on certain custom xprofile fields that they select in the search form. I have 3 custom xprofile fields: Member Type, Gender, and Location. With the way the database table (bp_xprofile_data) is setup, all of those values (under the […]
-
Wythagy joined the group How-To and Troubleshooting 14 years, 4 months ago
@wythagy
Not recently active