Search Results for 'questions'
-
Search Results
-
Topic: Ask question before login?
What buddypress can visitors ask questions before logging in and how, please advice.
Hi. We have been asked to setup a website whether people sign up free, but then pay for content.
We need the Avatar images to be moderated, as this is will adult related. Can BP do Avatar Moderation?
People will need to be able to request images, and sell them on the website. With Paid Memberships Pro, can BP accommodate this?
How do I remove the right column sidebar on these single group pages
https://mysteryandmagic.com/a/groups/questions-answers/
I want the content full width without Mods box.
wp version: 5.5.3
BP version: 6.3.0Topic: Adding Comments To Profile
I see that new comments from the standard post type are added to the Activity tab in a users profile. Two questions.
1. How do we display all of the users comments in the Activity Tab?
2. How do we display comments left on custom post types, not just standard posts?
Thanks.
Using bp_message_thread_last_post_date. Does anyone know how to create a filter to change the time format from October 16, 2020 at 4:01 pm to Oct 16?
I ran across this article but can’t make heads or tails of it.
add_filter( 'bp_message_thread_last_post_date', 'fluffyKittenDate', 10, 1 ); function fluffyKittenDate($oldformat) { // reformat date contained in oldformat here and return the new value }
I’m not sure what to place as the new function and if I need to change $oldformat to something else.
Thx
Hi, I’m developing a site / service where people can leave an audio message with doubts or questions to the administrator and get a private answer or public for a whole group.
Is it possible with BuddyPress? if yes, any directions?
Thanks in advance!Hi,
Connection requests don’t display inside the My Profile > Connections Requests tab. I do not know what could be causing this but with this users cannot confirm requests.
Troubleshooting questions:
1. Which version of WordPress are you running? – latest 5.5.1
2. Did you install WordPress as a directory or subdomain install? – directory
3. If a directory install, is it in root or in a subdirectory? – n/a
4. Did you upgrade from a previous version of WordPress? If so, from which version? – not recently / this did not cause the issue, but I updated from the pas latest version
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. – yes, the rest of the site works no issue
6. Which version of BP are you running? – latest, BuddyBoss 1.5.2
7. Did you upgraded from a previous version of BP? If so, from which version? n/a
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? – yes, the list is here: https://ibb.co/VwWVy8p
9. Are you using a standard WordPress theme or customized theme? – customised Stack WP theme + child theme
10. Which theme do you use ? – Stack for WP with child theme
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? – Buddyboss installed this built in
14. Please provide a list of any errors in your server’s log files. https://codex.wordpress.org/Debugging_in_WordPress – no errors found, only 404 for those pages
15. Which company provides your hosting? – Ionos
16. Is your server running Windows, or if Linux; Apache, nginx or something else? – Linux
17. Which BP Theme are you using? custom – BP Nouveau
18. Have you overloaded any BuddyPress template files. – No
19. Any other site customisations that might have a bearing on the issue? – not that I can think of
20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page. – I couldn’t see this with buddyboss
Thank you
Hi,
I worked on a staging site I’ve now published live and it is not behaving the same as on staging. When logged in as a member, some of the BuddyPress (through BuddyBoss) pages return a 404:
– cover photo
– profile photo
– privacy settingsAlso another odd one is the connection requests don’t display live when they did in staging – I am not sure that’s linked and the more urgent issue is those pages returning a 404.
Troubleshooting questions:
When I switch to plain permalinks the pages work but for the rest of the site it must be postname. When using post name these pages don’t work. I can’t find a way to make them work.
1. Which version of WordPress are you running? – latest 5.5.1
2. Did you install WordPress as a directory or subdomain install? – directory
3. If a directory install, is it in root or in a subdirectory? – n/a
4. Did you upgrade from a previous version of WordPress? If so, from which version? – not recently / this did not cause the issue, but I updated from the pas latest version
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. – yes, the rest of the site works no issue
6. Which version of BP are you running? – latest, BuddyBoss 1.5.2
7. Did you upgraded from a previous version of BP? If so, from which version? n/a
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? – yes, the list is here: https://ibb.co/VwWVy8p
9. Are you using a standard WordPress theme or customized theme? – customised Stack WP theme + child theme
10. Which theme do you use ? – Stack for WP with child theme
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? – Buddyboss installed this built in
14. Please provide a list of any errors in your server’s log files. https://codex.wordpress.org/Debugging_in_WordPress – no errors found, only 404 for those pages
15. Which company provides your hosting? – Ionos
16. Is your server running Windows, or if Linux; Apache, nginx or something else? – Linux
17. Which BP Theme are you using? custom – BP Nouveau
18. Have you overloaded any BuddyPress template files. – No
19. Any other site customisations that might have a bearing on the issue? – not that I can think of
20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page. – I couldn’t see this with buddyboss
Thank you
[This is a repost as my first post seems to be corrupted, cannot be edited and doesn’t display on the site]
Hello, I am seeing an issue where the BuddyPress plugin seems to be breaking the forum “Subscribe” / “Unsubscribe” links on bbPress. Strangely, it works if JS is enabled (and therefore XHR is used), but does nothing if JS is disabled and the embedded link[1] is used. It just reloads the same page without actually changing the subscribed / unsubscribed state with no errors.
Notes:
- I have tested this with all other plugins disabled.
- Disabling the BuddyPress plugin causes both to work correctly.
- Tried enabling / disabling all combinations of Buddypress bp-components with no effect.
I upgraded both plugins and PHP to the latest versions:
PHP: 7.4.10 Wordpress: 5.5.1 Theme: Divi 4.6.5 (tried others like twentytwenty 1.5) bbPress: 2.6.5 BuddyPress: 6.3.0
Questions:
- Are there any known issues I should look into?
- Any suggestions where to look for debugging? I have WP_DEBUG enabled, but nothing useful in logs. I have tried using Query Monitor plugin, but its a bit unclear where to start looking.
NOTE: I am new to WordPress and its plugin architecture, but have extensive HTML/CSS/JS/bash shell experience and am comfortable in PHP.
Thanks in advance!
Jonathan
[1] Embedded subscribe link which fails:
/forum/FORUMNAME/?action=bbp_subscribe&object_id=361&object_type=post&_wpnonce=XXXXXXX
Wordpres version 5.5.1
Buddypress version 6.3.0Hello everyone. I am very new to wordpress and I have many questions, but my first question is this:
I need to create a web community for photographers and each member can sell their work to other members. How can I get a gallery on budypress where any member pays another for the photo?
In the same way, I need each affiliated company to have the opportunity to manage the profiles of their workers. That is, a space where a person can manage all the messages received by several of their workers, as well as manage their sales.
Do you know if there are plugins that allow integration with buddypress to do this? I know something about Woocommerce but I don’t know if it can be linked with buddypress for this purpose.
Excuse my English, my native language is Spanish.
Thank you very much.I am running:
WP 5.5.1
BuddyPress 6.3.0
PaidMembershipsPro 2.4.4There exist several long time active members who do not show up in the Buddypress directory.
I user-switched to the guy who complained and can’t see anything in his list of fields that would make him invisible in the directory. I know he has been active because he’s the one who started noticing that something was wrong.Additionally, I ran the code to mark all members as active. (https://gist.github.com/shanebp/b73343e9c9a6509d2bbc47de80c881c1) Then removed it (as required), updated the buddypress member count, checked the data base (all members show up with a last_activity of today) and still not everybody shows up.
I don’t know the right questions to ask past this. But I need all the members to show up in the directory.
Thanks
KerchTopic: Onboarding Group Members
I’m using WP 5.5.1 with BuddyPress 6.2.0 with MemberPress Plus 1.9.0 and
MemberPress + BuddyPress Integration 1.1.7I would like to have a set of questions for new members in a given group to answer when they first open the group page (ie. some onboarding questions to get the discussion started among the group members).
Is there a way I can set up these questions and ask members to answer them as part of their profile OR a way I can have these questions show up as a post to the member, automatically to get them started engaging?
Hello,
I am new to BuddyPress, which probably will explain my question.
On my new website https://worldartistmanagement.com I have installed BuddyPress 6.1.0
It is pretty good and I am thankful for its simplicity and yet grand functionality.
My main membership plugin is Ultimate Membership Pro, which an awesome tool for any membership website. Its authors have an extension to integrate it with BuddyPress – yay. On the BP menu appears another link to UMPs account page. That’s all.
And here are my questions.
How can I change the link name of this additional tab, please? It is the name of the plugin, instead My Account or else.
And the second question, which is more important to me.
After installing the BP all users are given captcha test by solving some math questions.
I don’t use captcha, I didn’t enable it and I am trying to find out where this came from. The only sure thing is that it came after BP activation.Please advice.
PS I will address the same question to UMP and to Anti-Spam by CleanTalk, my security plugin.
Thank you. Stay safe
Topic: views
@prashantvatsh i have two questions
1. i have botom menu in my site and i have added notifications to my menu but it doesnot show notifications counter for new menus
2. is there a way to add views counter for media specially for videos