Search Results for 'buddypress'
-
Search Results
-
Hello,
When upgrading to PHP 7, I saw a number of errors and warnings from Siteground’s PHP 7 compatibility checker. The only one I needed to act on was:
$empty_translations = & new Translations();in /bp-forums/bbpress/bb-includes/backpress/pomo/sample/app.phpIn the next release, is it possible to have that line updated to just:
$empty_translations = new Translations();Thanks,
1. Which version of WordPress are you running? 4.8.2
2. Did you install WordPress as a directory or subdomain install? subdomain
3. If a directory install, is it in root or in a subdirectory?
4. Did you upgrade from a previous version of WordPress? If so, from which version? 4.8.1 to 4.8.2
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
Yes, and still functioning properly after BuddyPress install. Just want to report a potential PHP 7 incompatibility.
6. Which version of BP are you running? 2.9.1
7. Did you upgraded from a previous version of BP? If so, from which version? Yes. Probably 2.9.0
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? No.
9. Are you using the standard WordPress theme or customized theme? Standard
10. Which theme do you use ? Twenty Seventeen
11. Have you modified the core files in any way? No
12. Do you have any custom functions in bp-custom.php? No
13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Not running bbPress. My BuddyPress install may have a copy of bbPress.
14. Please provide a list of any errors in your server’s log files.
Assigning the return value of new by reference is deprecated
15. Which company provides your hosting? Siteground
16. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache
Hi I’m using BuddyPress and trying to get the upload cover image form to appear, however the option for Cover Image Uploads does not appear in the BuddyPress Options form in the settings. Please can you assist me in this matter.

Topic: Custom Sorting
Hello,
I need help in search and sorting filter using buddypress. How can i create my own sorting of search result for members.default filter is working properly, but i want to filter the members which are registered in simple membership plugin and want to sort them based on their membership level.in my mobile version of buddy press my users profile fields are cut in half and i cant scroll to the right to see them. what can i do to resolve this. https://trailguider.com/members/rtz1989/profile/
newest version of buddypressUser activity like posting in the group activity feed, blog comments or mentions don’t appear in the users’ activity tab.
What could be wrong? What are the specific settings needed?Buddypress 2.8.2 on multisite, BP Groupblog 1.8.13, Buddypress Activity Privacy 1.3.8, Buddypress Group Email Subscription 3.7.2
Hi there, i´d like to setup Google AdWords Conversions for my Buddypress site and track user registrations as conversions.
I already added the “Global site tag” to the general header which works fine, but how can i add the “Event tag” to the activate page (page after user clicks the account activation link)?
I tried the “Tracking Code Manager” plugin to inject the “Event tag” code into the activate page header, but that did not work on my site.
I am not a developer, maybe someone can help on this?
tnx, EricHi,
In the field “birthday”, the months of the year are all in English, I am French and I can not find translation strings, I check the BP language file (.pot), and I see that ‘it lacks chains because my FR file is up to date and all the words of my file are translated, yet the months of the year are still in English on my site, I want it to be a Frenchman, it is a big problem for me.
The developer of my theme (woffice theme) tells me that the BuddyPress team changed the date text field in BuddyPress, you forgot to update your .pot file
How to solve this problem ?
Can you fix this problem in the next update ?ps:Sorry for the language, I use google translation to write in English (I’m not good in English)
Hi, are there any BuddyPress third party plugins for allowing members to request and setup calendar meetings with other members?
I’m running a BuddyPress installation with over +50 000 members. At the time of writing, my versions are BP2.9 & WP4.8 While checking my log files I noticed a slow query log entry that pointed to a BuddyPress query which I’m very concerned about. It generates a subquery with a
where INclause with over +50 000 user IDs. I’m more concerned because my user base is growing and that number could become 75k or 100k. Here is a sample
SELECT
u.ID ASid
FROM
xxx_usersu
WHERE
1 = 1
AND u.ID IN (
SELECT
ID
FROM
xxx_users
WHERE
spam = 0
AND deleted = 0
AND user_status = 0
)
AND u.ID IN (
1, 3, 13, 30,........,50000 <- Problem Area, +50000 IDs passed here
)
AND u.ID IN (
SELECT
ID
FROM
xxx_users
WHERE
(
user_login LIKE '%%'
OR user_login LIKE '%%'
OR user_nicename LIKE '%%'
OR user_nicename LIKE '%%'
)
)
ORDER BY
u.display_name ASC
LIMIT
43176, 21Ref: Query is generated in this file file:buddypress/bp-core/classes/class-bp-user-query.php method:BP_User_Query::prepare_user_ids_query
My Questions:
- Is that something I should be concerned about?
- Is this something I should consider fixing with this hook $sql = apply_filters_ref_array( ‘bp_user_query_uid_clauses’, array( $sql,
&$this ));
Hi there!
I’ve used buddypress before and have never run into this issue. This is really hindering my business here!
When I click on the buddypress pages like “Groups” “Friends” “Notifications” “Messages” etc. I get this message:
“Not Found
The requested URL /members/w-a-productions/notifications/ was not found on this server.”
The URL looks like this “audular.com/members/w-a-productions/notifications/”
Any help here, this is a huge thorn in our sides for our business!
Hi i mistakenly deleted all buddypress email from my wordpress website and now my new registered users can’t receive activation email. How to solve this problem?
I have extended profile field using checkbox type, Its previously stored only the value like “Man” in bp_xprofile_data table when this field used as radio type after change to checkbox type its stored like below,
a:1:{i:0;s:3:”Man”;}
Topic: Is BuddyPRess Capable?
Would BuddyPress work for a medium-sized social site, say 1,000 active users? What about larger? I like the possibilities that BuddyPress offers but I want to make sure that it is capable (of course I need to hook it up to a good host). Also, while I’m at it what are the best hosts for WordPress platforms? I’m new to WordPress for the most part and am still figuring things out.