Search Results for 'questions'
-
Search Results
-
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 ));
Topic: BuddyPress conditions
Hello,
I have a few questions about BuddyPress. I have the following conditions:
1. Is it possible, to make User-Roles, that the User-Role 1 can see some pages and the User-Role 2 others?
2. When I have like 6 different User-Roles: is it possible to make an other form for every User-Role? Other requiered fields.
3. Is it possible, that someone can register in a register form and when they buy something in WooCommerce, that they have a specific User-Role (like if you bough something in WooCommerce you have the User-Role 3)?
4. Is it possible, that just the User-Role 4 has to be accepted by an administrator and with the E-Mail notification – the others just need the E-Mail notification?
5. Is there a way, to make a site, where the Users can exchange files together? Like User-Role 1 can fill in files for User-Role 2.I want to have these informations before I buy PRO plugins. I want to know, if everything from my conditions is possible with these plugin and add ons.
Thank you so much for your help and kind regards
Hi all,
So i have buddypress and bbpress installed and fully integrated. When I go in to a members profile and select the forum button it only shows 3 of topics created and 3 of replies created that the member made. How can i get this to show all of the topics and replies created, and also the same for favorites?
On top of that I have 8 forums and I would like to filter 1 of them from this list. Is that possible, and if so how can i got about it?
Also in the profile it does not show the number of topics/replies/favorites on the button like it does for friends, following etc. How can i get it to display a number comprised of topics+replies, preferably with the above filter applied?
Thanks
Hi,
Just a few questions,
I’m just trying to secure my registration a bit better because after sending out my first news letter to 300+ wp members, as most of them bounced back, I came to the conclusion they were fake accounts.
When I say bounced, I mean I get a lot of emails back saying not delivered yet, no action needed or couldn’t send to whatever email.
I cleaned all that up but I guess I need a better registration form.
Is BuddyPress integrated with WordPress login/registration?
On my login page there is no captcha security, the registration form is very basic,
Without going into the code, is there any tools to redesign the registration page?As far as I remember, wasn’t there an option to log a user into their buddypress profile instead of the dashboard?
Hi all,
Apologies if the questions I am about to ask have been answered in previous discussions, but I could not find anything through the support forums or over the web that did so.
I am wanting to create a social network, that is only visible to members that have payed. There will be only one membership option to begin with, requiring payment monthly to maintain membership.
1. Is this easily done with BuddyPress? I have a reasonable understanding of CSS and html having built customized websites through other platforms.
2. What is/are the best options/plugins for restricting content and forcing payment? I intend on allowing selected people to join without payment in the early stages. Can the plugin(s) handle this? (I have read a fair bit as of late about Paid Memberships-Pro. Is this the better plugin to meet my needs?)Thanks in advance for any help!
Regards,
Matt
Topic: Pre implementation questions
Hello,
I’m a newbie to buddypress and have a couple of hopefully simple questions before I implement to a website.
– How can I allow profiles to be visible to all types of users? I.e users do not have to be logged into see profiles?
– Can I add repeater fields to the registration form process? If not can I use the advanced custom fields (ACF) plugin?
Any help much appreciated.
Thanks
Topic: PROFILE HELP
Hey buddypress community !!
Background: I DO NOT KNOW AN AWFUL LOT ABOUT BUDDYPRESS, I’M A NEWBIE 🙂
I have an idea in mind, but it requires me to create profiles for a lot of people, profiles for almost all the students in my school to be exact. Thus my first questions is going to be…
How many profiles am I able to make with buddypress on my website, enough for a school community ?
Is it possible to create PREMADE accounts for all these people (students) ?Secondly, I heard you can put activity streams on here (just like on facebook i’m pressuming?), which leads me to my second question…
When people post on the main stream, is it possible for them to post anonymously BUT still logged into their accounts ? Just like ask.fm if anyone remembers that.
Thank you very much in advance !!! 🙂
Topic: BuddyPress Features?
I am looking into using BuddyPress but have some questions.
1) Does BuddyPress have pages like Facebook does? If not, is there a BuddyPress plugin that can do this?
Ex: Ability to add a page to the BuddyPress social network for a business which has their website url, the ability to post business news, etc.2) What forum plugins work with BuddyPress?
3) What video plugins (that are like YouTube) work with BuddyPress?
4) What Restrict Content plugins work with BuddyPress?
Thanks!
Hi Folks
I have spent a few hours Googling how to set up dynamic links in WP/BD. I found a lot of people asking the same questions. It’s surprising that BP does not allow this functionality out of the box.
For example, if anyone wanted to create a link on the main menu to the users profile, edit profile etc.
Most solutions I found required custom functions or hardcoding menu items into the theme. This rather defeats the object of having a nice menu management system in WP backend.
I found this solution, thought I would share it.
First I installed the Buddypress Profile Shortcodes plugin – https://wordpress.org/plugins/buddypress-profile-shortcodes/
Next I installed the Shortcodes in Menu plugin – https://wordpress.org/plugins/shortcode-in-menus/
Voila, create menu items in the menu management system to pretty much whatever user area you want to link to.
Hope that’s helpful for someone 🙂
I’m currently trying to run Buddypress on my website, and I’m having a problem with the URLs that link to user profiles from the Member page, avatars, and displayed usernames. They are all giving a 404 error.
I’m assuming this can be fixed with a function in bp-custom.php but I don’t know php well enough to be able to create one on my own.
My Buddypress page is: thechefsconnection.com/forchefseyesonly
I created the page using one of my theme’s shortcodes (Kleo theme), and a few sidebar widgets. The Members page, user avatars and username links are being rendered as follows:
(using admin for example ) thechefsconnection.com/members/admin
This should display the profile for the user ‘admin’ . From what I understand this is how the links are supposed to be structured by Buddypress, but on my site they are giving a 404 error.
I found that if I append “/profile” to the URL like this: thechefsconnection.com/members/admin/profile then the link works and the profile loads.
Strangely, the main nav menu dropdown link under For Chefs Eyes Only > Profile returns the link with “/profile” in the URL. This was created in Appearance > Menus with the Buddypress widget. Why is it working here and not anywhere else?
I’ve looked through Dashboard > Settings > Buddypress and I can’t find anything to adjust permalinks for member profiles.
So I have two questions:
1. Why is this happening?
2. How do I fix it?
Hi,
is BP is the best tool for my needs :1- need to create a website where users login and can find others users by localization city, ZIP code…)
2- A user can create a one day trekking activity with date where other peoples can register on it. This user will manage this activity.thanks you very much