Forum Replies Created
-
In reply to: Cannot set new password when editing profile
I have just tried it on my test site with WordPress 5.5.3 with bbPress 2.6.6, and it changed fine with no issues.
so you go into the edit, and click ‘generate password’ and then type in a paswword and click update Profile and that works.
Is this what you are trying?
In reply to: Font size on new installationI’m just a user of bbpress and author of bbp style pack.
I can’t say why bbpress authors chose what they did
In reply to: Why cant receive email1. You should be aware that many spam filters strip messages that do not come from the correct address. So if your site is mysite.com and your email address
in wordpress settings>general is fred@gmail.com then it is likely that messages will be dumped in transit.
You need to set up email to come from your site eg fred@mysite.com, your hosting provider can help if needed.
2. Just bbpress?
Then you need to see if this is wordpress wide or just bbpress.
Try https://wordpress.org/plugins/check-email/it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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
Next try switching to smtp email – this page from the host Siteground explains it
https://www.siteground.co.uk/tutorials/wordpress/use-smtp/
If you choose other SMTP servers as a mailer, then you email/website hoster shoud be able to give you details of what to enter
and of course
By default, you do NOT receive emails for your own topics/replies, only if somebody else replies on your subscribed topics
so testing would need two email accounts to prove !
In reply to: Post headerclose – means the post still shows, but no-one can add to it
Trash – means put in trash, so the post is no longer shown
Unapprove – makes the topic pending – it is not seen in by users, only moderators and keymasters
sticky – puts the post above ordinary posts in the list – typically to have a topic always at the topKeymaster – Can create, edit and delete other users’ forums, topics and replies. Can manage Tags, and moderate a forum with the moderation tools. Has access to global forum settings, tools, and importer.
Moderator – Can create and edit forums. Can create, edit and delete other users’ topics and replies. Can manage Tags, and moderate a forum with the moderation tools.In reply to: Font size on new installationstyle pack should let you change them all – you just have to work through the options on each tab.
In reply to: Font size on new installationstart with the forums styling – that sets much of the site
In reply to: Font size on new installationIf you don’t want to learn child themes and css (and I can’t blame you !!) I can only suggest that you get adventurous and try changing settings in the style pack plugin. No changes made in the style pack plugin are permanent – worst case you can simply deactivate the plugin and it will stop having any impact, or you can reset individual tabs in the ‘reset settings’ tab.
In reply to: Font size on new installationso have you tried style pack ?
In reply to: Adding Custom HTML To Forums🙂
In reply to: Adding Custom HTML To Forumsadd_action ('bbp_template_before_single_forum' , 'rew_add_html' ) ; function rew_add_html () { echo '<b>hello</b>'; }and amend
echo '<b>hello</b>';to what you wantPut 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
In reply to: WooCommerce Hiding Admin Bar for bbPress Moderatorsgreat – thanks for posting the solution – glad you are fixed
In reply to: Font size on new installationdashboard>settings>bbp stylepack> forums index styling and just change all tne font sizes to what you want
or
In reply to: Need help with missing post buttonthen work though the plugins and themes to identify the issue
In reply to: Need help with missing post buttonmight be this
In reply to: Post Moderation in forumWhilst never say never, I would be extremely surprised if it stopped working.
Think of it more like a light switch than a light bulb 🙂
In reply to: Missing post in a bbPress forumno neither of those should cause issues, but not sure I can help further without webmasters help
In reply to: Missing post in a bbPress forumAt a guess – as most of your links don’t work without being logged in and the search one produces lots of posts, but you don’t state which one it is – I’d suggest that your post is pending moderation.
That would make it visible to the keymaster, but not to you.
suggest he looks in
dashboard>topics or replies – and sees what the status of you post is.
In reply to: Mark a topic as duplicatenot that I know –
you can trash it,
or if it has answers, then reply with a link to the other thread and close the topicIn reply to: Missing Submit Button for Reply to Topicgreat – glad you are fixed
In reply to: Lost Right Sidebargreat – thanks for posting back
In reply to: Post Moderation in forumhmm.. that’s a choice you make.
this plugin hooks to parts of bbpress that are very stable.
your choices are
1. try and find another bbpress moderation plugin – none I know of
2. Pay someone to write a plugin, and them pay annual maintenance to ensure it keeps up to date, and that will need to be a company as if you pay a person they might die/retire. And of course a company that will not go bankrupt.
3. use this plugin, accepting that at some stage in the future it may stop working, in which case you are where you are now
4. do nothing.
as far as I can see that is the choice.
sorry, I would love to say that all plugins will work forever, but that is not the way that free software works.
In reply to: Post Moderation in forumthis plugin still works fine
In reply to: Registration, No passwordok, yes bbpress just uses wordpress registration
it could be an email issue – email is notoriously difficult to get consistent – many email companies see wordpress emails as spam.
so I’d try the following which is my standard email advice:
1. You should be aware that many spam filters strip messages that do not come from the correct address. So if your site is mysite.com and your email address
in wordpress settings>general is fred@gmail.com then it is likely that messages will be dumped in transit.
You need to set up email to come from your site eg fred@mysite.com, your hosting provider can help if needed.
2. Just bbpress?
Then you need to see if this is wordpress wide or just bbpress.
Try https://wordpress.org/plugins/check-email/it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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
Next try switching to smtp email – this page from the host Siteground explains it
https://www.siteground.co.uk/tutorials/wordpress/use-smtp/
and of course
By default, you do NOT receive emails for your own topics/replies, only if somebody else replies on your subscribed topics
so testing would need two email accounts to prove !
In reply to: Missing Submit Button for Reply to Topiclooks like a css issue.
if this is a new installation (that is submit has never shown) then it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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
In reply to: Missing Submit Button for Reply to Topichmm.. as not a user can’t see the page to see what the issue is