Search Results for 'questions'
-
Search Results
-
We are using WordPress 4.9.1 with BuddyPress 2.9.2, for testing purposes I used theme Twenty Fourteen (which showed the same behavior as the Boss child-theme used on our site https://gruppen.rpi-virtuell.de/ ).
On the default registration page a new user can choose between “Everyone”, “Only Me” and “All Members” for the visibility of the (required) name under “Profile Details”. But no matter which of these three options you select – on your public profile page the name is always displayed, even to viewers who are not logged in (“everyone” for that matter).
Since we encourage the users of our site to use their real names in their profile the above behavior caused some questions, because some ot them didn’t want to show their names on their profile pages.
So my question: If BuddyPress requires the username to be present on the profile pages: Why do you have the choice of “Who can see this field?” on the registration page?
Or am I missing something?I’m completely new to BP but was wondering about the few questions/statements below:
-Is it possible to add like a document library where members of the group can add PDF, Word, and other documents for other members to review and download.
-Is it possible for group members to co-edit documents in buddypress?
-How can I upload documents and photos to the feed area? Is this not possible?Does anyone know if BuddyPress is compatible with Woo Commerce memberships if I do NOT have a store or e-commerce component? I’m using wordpress/buddypress with a BuddyBoss theme for an online community where members will pay a small monthly subscription fee. My BuddyPress install came with Woo Commerce, but it looks to me like Woo might be only appropriate for store components. I just need to charge a monthly membership fee via Stripe, protect all pages except Home and a few marketing pages, and I need the ability to add additional custom registration form fields. Sorry, I know this is also somewhat of a Woo questions, but since my BuddyPress came with Woo, I hope its ok to ask this question here. I’ve already tried Paid Memberships Pro and Restrict Content Pro, but neither of them work well with Buddypress (billing works, but page protection doesn’t).
Hi,
I tried this method. But it did not work. Any fix?
https://wordpress.stackexchange.com/questions/263950/new-post-notifications-for-users-buddypress/Please help.. Thanks.
Topic: Filters on group pages
Hi Buddypress-afficionistas,
I have spent quite some time in finding filters for group pages by the xProfileFields if possible using ajax.
Sorry if thesequestions are answered in default documetation – I didn’t find a solution in there.
Best regards in advance
Rolf
I have just started to setup BuddyPress and looking at themes and wondering just how does my site http://www.thecrystalgateway.org connect to BuddyPress or does it function on its own? I was hoping for it to be all one site together but then about the theme, how do I choose the theme, surely it will not be the same? any help on these questions I would be grateful for please, Roseashm
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 IN
clause 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