Forum Replies Created
-
In reply to: Duplicate Reply Error
go to
dashboard>topics or dashboard>replies and see if the post is in there and marked as pending. If so you can approve or reject it
In reply to: Pending Moderation Process and EmailOn the basic bbpress plugin, you can approve/reject topics in the backend dashboard, but the user sees nothing.
There is a moderation section in my style pack additional plugin which adds better moderation options
once activated go to
dashboard>settings>bbp style pack>Moderation
In reply to: Multiple replies being createdok, no one else is reporting this, and I cannot replicate this error.
This suggests it is site specific.
If you are happy that you are getting this on a reply from you where you have definitely only hit the submit button once, then I can only suggest you do the standard fault finding
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
Otherwise maybe talk to your hosting provider about site speed
In reply to: Plugin bbP g-plus-onecan you deactivate and delete the plugin, and then download a new version from here
In reply to: Plugin bbP g-plus-oneand what is the problem?
In reply to: “add new” missing from dashboardgreat – glad you’re fixed
In reply to: Installation without WordPress?sorry no, bbpress only works as a plugin within wordpress.
In reply to: topic user templateif you want to use lots of the templates from this site, then Kadence is probably not the best place to start.
In essence you will be fighting your desired changes with theirs.
With template ordering it is quite possible, but beyond free help, and I am fully engaged in existing paid work to take on more.
In reply to: topic user templateas I said the problem is that Kadence does extensive bbpress modification, so things that link to bbpress may or may not work. Not much I can do about it – sorry
In reply to: Accountbbpress just uses the WordPress registration system, so google around to find a WordPress registration and logion plugin that suits you.
additionally this plugin adds some features such as adding registration prfile and login to wordpress menus
once activated go to
dashboard>settings>bbp style pack>login
In reply to: topic user templateKadence does extensive changes to how bbpress displays, including templates and css. So issues such as order in templates, you will need to take this up with Kadence authors.
If you are using bbp-style-pack, then I have added some limited support for css issues
In reply to: Error when user that is not admin submits a Topicthis is a notification error, and is not fatal.
Bbpress authors have not changed this one yet.
WordPress recommends that debug is not used on livre sites, so users should not see this.
It was a WordPress decision to change blacklist and whitelist due to racial connotations.
if you want to stop this displaying change the code in the file (lines 818-820) from
// Strict mode uses WordPress "blacklist" settings if ( true === $strict ) { $hook_name = 'blacklist'; $option_name = 'blacklist_keys';to
// Strict mode uses WordPress "blacklist" settings if ( true === $strict ) { $hook_name = 'disallowed'; $option_name = 'disallowed_keys';and keep a note of this change
In reply to: Li Post Tags Outside Blocksnow coming up 404, is this page public?
In reply to: Register / Sign In-Outbbpress just uses the WordPress registration system, so google around to find a WordPress registration and logion plugin that suits you.
In reply to: Li Post Tags Outside Blocksthat link comes up as ‘Error establishing a database connection’
glad you are fixed
unless you are using an existing forum plugin, the answer is either to pay someone to write code, or transfer by copy/paste
In reply to: topic user templateno only those you want changed
sorry, link failed to insert
In reply to: enlarge width of forumgreat – glad you are fixed
In reply to: topic user templatecreate a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
Then transfer the files you want put in in the directory called bbpress that you created above
bbPress will now use these instead of the original
In reply to: “User” Page seems to be stuck in a loopok, so do you have the Astra theme?
In reply to: enlarge width of forumThis is theme related
try this in the custom css part of your theme
.youzify-forum .youzify-page-main-content .youzify-main-column { width: 100% !important; }In reply to: RSS Feed Broken – Memory Exhaustedno problem, glad you are fixed !!