Forum Replies Created
-
In reply to: bbpress toolkit error
some elements need your theme to not overwrite them. If they are causing particular issues, come back and I’ll take a look, but I will need to be able to see them on your site.
In reply to: BB Press is Running very slow@kemmieg – no offence from you. Has it previously been ok ? One of my test sites is looking slow on topics but not replies, but I’ll need to dig into what is happening and it may be a few days.
In reply to: BB Press is Running very slowif you could both let me know what version of WordPress you are on, and whether the speed is the same for posting both topics and replies that would be very useful 🙂
In reply to: bbpress toolkit errorI have ported the key bits from this plugin to my style pack plugin
In reply to: Registry List – Expandable – Self enteredGlad to have helped 🙂
In reply to: BB Press is Running very slowit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: Not use wp-loginsorry bbpress just uses the wordpress user system.
I’d suggest you use one of the many login plugins to enhance your users perception of your site eg
In reply to: activation emails not sendingok start with
https://wordpress.org/plugins/check-email/ and set up logging
this will tell you if the site is trying to send emails, and you can see what address it is trying to send from, which I suspect is what your email system does not like.
if it is the sending email address, you can change this using
once activated go to
dashboard>settings>bbp style pack>Subscription Emails
In reply to: Slow to post new topics and deleteit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: activation emails not sendingso what do you mean by ‘activation’ ?
bbpress just uses wordpress ‘registration’
bbpress has ‘subscriptions’so not sure what ‘activation’ you are meaning?
In reply to: Registry List – Expandable – Self enteredIn reply to: bbp-login and bbp-register bugsit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: How to integrate private messaging?You’d do better asking this on the buddypress support site
In reply to: Registry List – Expandable – Self enteredCan I suggest you start by going to :
dashboard>settings>permalinks and click save, this resets the permalinks
In reply to: Registry List – Expandable – Self enteredok those both just go to the site when I click them, so not sure what you are trying to say.
In reply to: Blank content, see only username.that’s good news 🙂
In reply to: I don’t get email notificationsIt may well be the address that bbpress is sending from.
this is typically noreply@ and if this email address does not exist then many email hosts will not permit its transit through the system.
either
once activated go to
dashboard>settings>bbp style pack>Subscription Emails
where you can amend the address and change the wording as well
or
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
add_filter('bbp_get_do_not_reply_address','my_bbp_no_reply_email'); function no_reply_email(){ $email = 'noreply@yourdomain.com'; // any email you want return $email; }
and change the address
In reply to: Registry List – Expandable – Self enteredand are you using Jetpack?
In reply to: Blank content, see only username.@sakullak – are you running Jetpack?
In reply to: Registry List – Expandable – Self enteredok, presume you have bbpress enabled ?
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: Blank content, see only username.it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: “User” Page seems to be stuck in a loopgreat – glad you are fixed 🙂
In reply to: How To Allow Same Topic Postit will work fine, just not for the same person posting the same title in succession – it detects those as duplicates
Different users doping the same title will work fine.
to find the posts look in
dashboard>topics they may be in pending or spam
In reply to: How To Allow Same Topic Postsee another post in this forum that I have just done with the same title
In reply to: How To Allow Same Topic Post@zoddshop63 now this forum has 2 topics with the same title