Search Results for 'bbpress'
-
Search Results
-
trying to add replies content of bbpress plugin but not able to create as when click on add new section it redirects to error page
Hi, I am using bbpress first time. WordPress Ver : 6.6.1 , BBpress Ver : 2.6.11 , theme : buddyx 4.5.8
I couldn’t find a solution to this issue.
the issue is : when i post new topic and edit again and URL generate : http://buddypress.local/index.php/questions/topic-3/edit/ [404 error]
any other way how to edit topic from frontend not wordpress backend ?
i have test in my localhost system.Thanks
Hi all. I am on a shared server with a limit of 200 emails per hour. I only have just over a 100 members but if two people post within the same hour the cpanel suspends the account and I have to unsuspend it from WHM.(I have a reseller plan that I use for my own projects.)
Can anyone recommend a plugin that will throttle bbpress emails to say 199 per hour and then queue the rest for the following hour?
Thanks for any suggestions.
I am trying to use wp to buffer to send my topics and replies to X etc, but it does not send a featured image is there a way to set a default featured image.
wp to buffer give 3 options
1 No Image
2 Use open Graph settings
3 Use Feat..Image not linked to post.wp to buffer said “No such option for bbPress topics and replies”
but on the setup page it has settings for posts, forums, topics and replies.Hope that makes sense.
When Jetpack is active, when trying to edit a Topic, Forum or Reply, through the WordPress administrative panel with Jetpack active.
An error is displayed below the text editing toolbar.Failed to load plugin url: https://mydomain.com.br/site/wp- content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/../../dist/contact-form/js/tinymce-plugin-form-button.js
Subscriber level users are unable to reply to newly created topics. They can’t see the rely button an don’t see the text box to enter their reply. bbPress is behind a membership site, and the forums are set to closed and the topics are set to open. I’ve exhausted troubleshooting with ChatGPT. Please help as we have a class starting Monday. I emailed everyone to reply to a topic and they are unable to do so.
I tested as an admin and can see the reply button and text entry box.
Signed in as a student (subscriber) those items are not visible.Hello Robin,
Currently, when emails send from bbPress through bbStylepack subscriptions option, the recipient sees “admin” in the from name in their email inbox. Is there a way to customize this and change it something else? Thank you!
I would like to add a button that provides access to the user’s profile.
Where he can see the topics he started, the responses created, edit his data, etc.I tried copying the profile page link, but realized it comes with my username:
https://bbpress.org/forums/profile/delaitec/Therefore, it will not work for other users.
I tried removing the username:
https://bbpress.org/forums/profile/But then, it shows error 404.
Can anyone help me with this?
Topic: Does bbPress have hooks?
Hello, how are you?
I would like to insert a social login shortcode below the login form that is displayed when we try to publish a post without being logged in.
This is the shortcode [Heateor_Social_Login]
Thanks in advance to everyone who can help
There’s a lot of functionality I’m seeing on this forum that I’m not too sure how to reproduce on my own install of bbPress.
One of them is the account dropdown links that show when you hover over your profile photo, see this screenshot: https://pasteboard.co/jx5O0rsY1Qoy.png
I have no idea how to reproduce this, I’ve checked the shortcodes available but I can’t find it: https://codex.bbpress.org/features/shortcodes/
I’m working from a local WP install so the site is not live. When i try to visit the links on my install they dont work, for example:
https://forum-website.local/forums/profile/admin/topics
https://forum-website.local/forums/profile/admin/replies
…
…The forum root is set to forums and admin is the name of the user im logged into and testing. How do I go about reproducing this dropdown so users can keep track of their topics, replies, subscriptions, favorites etc just like on bbpress.org?
The email sent for email notification in bbPress is our website name. How to change it to have different email sender name?
thanks
Hello. I hope you are well!
When using jetpack link shortener feature “wp.me”, this feature does not work with jetpack link sharer (whatsapp, facebook, etc)
This was solved with the plugin: “Shortlinks for Jetpack sharing buttons” by Jeremy Herve.
See here:
https://br.wordpress.org/plugins/jetpack-shortlinks-for-sharing-buttons/However, the plugin only works natively on standard WordPress posts and pages, on custom post types like Woocommerce, it does not work.
Here’s a way to fix this:
https://jetpack.com/support/wp-me-shortlinks/
As the post type for woocommerce products is “product”, the code looked like this:add_action( 'init', function () { add_post_type_support( 'product', 'shortlinks' ); });It is now possible to share woocommerce products with shortened links using jetpack share buttons.
I would like to know if BBPress is compatible with Jetpack’s sharing feature, and what type of post should I use so that shares can be made using the link shortener as I did above in Woocommerce.
Grateful.
So we are using the most recent WordPress and BBPress versions, along with Twenty Twenty Four template. We were getting the blank page so I installed the BBpress style app as ive seen in other posts. It now shows the forums, but it’s throwing the menus in the header to the left, along with messing up the headers in the footer. How do I fix this?
Hi,
New to bbpress. Just installed.
We have WordPress custom roles and I need to limit access to forums based on custom roles.1. Is it possible to limit forum visibility (forums, post, widgets) based on WP custom user roles?
I have many user roles and would like to limit it by user role “MainGroup” that is set up for users that have certain access.2. Is it possible to do the above but based on role combinations, eg give access to users with role “MainGroup” AND “Learner” user groups?
3. Is it possible to set user access on a per forum basis or globally (all forums)?
Many thanks for any help and advice.
Ben
Is there a way to avoid basic authentication via wp admin-ajax.php for bbpress only?