Hi,
my forum page return a message that there is a critical error
http://prntscr.com/130yrrk
https://eu-unspotlight.warifng.org/forums/forum/gender-base-violence/
please i need help to resolve it
thanks
Hi,
my forum page return a message that there is a critical error
http://prntscr.com/130yrrk
https://eu-unspotlight.warifng.org/forums/forum/gender-base-violence/
please i need help to resolve it
thanks
I can’t find the solution for custom redirect when forgot password form is sent (the form with only one field, your username or email, and “get new password” button, which triggers the email with the reset password link in it, which then opens the reset password form).
The reset password form which has two fields, “new password” and “repeat new password” (and buton save password). I solved the reset password redirect with code snippet
function wpse_lost_password_redirect() {
wp_redirect( 'myurl' );
exit;
}
add_action('password_reset', 'wpse_lost_password_redirect');
But it doesn’t work for the lost password form. Is there also a redirect function for forgot password, which I could use?
Have WP 5.7.2., bbpress 2.6.6., also use themeMyLogin plugin.
Thanks in advance!
On wordpress users can decide to cancel.
When a user deletes his topics are they deleted?
Are replies to other people’s topics deleted?
The Plug-in section has just disappeared off my dashboard. I’m a user not an IT person so not au fait. The developer (who has now left me to my own devices) made me super-admin during development to open up more functions but now he’s gone I seem to have regressed to a mere Administrator and can’t see the plug-ins anymore. My reading about that suggests that even as an administrator I should be able to manage plug-ins but it’s not happening.
WordPress version 5.7.2
can’t find bbPress version
Avada version 7.0.2
Site (not yet in full use) http://forum.thehiddenpeople.ie/
Hi there,
I use bbpress as my site forum. In the case of desktop there is no problem but in responsive mode (mobile phone) avatar covers role of author. could you please suggest me a solution?
here is an example link:
https://www.ninitalar.com/forums/topic/%d8%b4%d9%88%db%8c%d9%86%d8%af%d9%87-%d9%84%d8%a8%d8%a7%d8%b3-%d8%a8%da%86%d9%87/
Hello. I had two plugins for redirects and I had to remove one of them. 301 was done in one of the plugins about two years ago. I got the output list. And deleted. The redirects are OK and there is no problem. But the question I have is that after a while, the 301s done may return to the previous state
I mean, do I need them again in the new 301 plugin? Or are the 301s registered and the removal of plugins is not related to them?
I’m wondering if there’s a bbpress plugin that functions like a like button you see on Facebook or Twitter, or the emoticon replies the Slack chat app has, to give feedback on a post without actually replying to it.
Hello everyone,
Hope you’re doing well! I am having an issue with bbPress showing the date and time of forum posts. It simply shows as ” at ” above the person’s profile picture. Is there any setting I need to adjust to fix this?
Example: https://associationmarketingacademy.com/forums/topic/class-3-copywriting-and-email-marketing/
Thank you,
Tom
WP version 5.7.2
bbPress Version: 2.6.6
Astra Theme Version: 3.4.2
Website: https://authorready.com/forum
I did a new install of bbPress on my existing site with the Astra LearnDash theme with no child theme. I followed the instructions on the step-by-step page (https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/) to set up the forum and am using the shortcode
When I navigate to a topic from the forum (i.e., Forum > Announcements > Test Topic Creation), it shows my 404 page instead of the topic. The same thing happens if I go into the topic from the admin panel and try to preview the page. I have tried to following from other topic support tickets with no success:
1. Dashboard > Settings > Permalinks and clicked save. No change.
2. Installed Health Check & Troubleshooting. Health Check was good.
3. Entered troubleshooting mode and deactivated all but the bbPress plugin with the Twenty Twenty theme. Still no topics, but redirected to the home page instead of the 404.
4. Installed bbPress WP Tweaks and tried all of the .php page settings with no change.
Is there something I’m missing? I’m at a loss of what else to try or why it may not be working.
Hello, I have bbPress installed on a website for my LearnDash course users. Recently, I began receiving 2-3 copies of every forum reply email. So anytime I receive an email notification from bbPress, the same email is sent to me 3 times.
Any idea why this is happening or how to fix?