Forum Replies Created
-
In reply to: No forum option in dashboard settings
I suspect that you are not a keymaster, they are the ones who see forums.
only a keymaster can appoint another, so if no-one is a keymaster to appoint you, then install this additional plugin
once activated go to
dashboard>settings>bbp style pack>bug fixes
and you will be able to set yourself as one.
In reply to: blacklist_keys in bbpress functions.phpI was sure it had a ticket, but can’t find, so I’ve created a new one.
https://bbpress.trac.wordpress.org/ticket/3538
Given that you are seeing this, can you change the wording in the bbpress file and see if the error goes away – it should cause no issues, it would just get overwritten by an update. Given that a new version is unlikely to be released anytime soon, it should stop them appearing for you, and would confirm that this is the fix.
In reply to: Different Replies per Page for Mobile Themegreat – glad to have helped
In reply to: Forum IssuesIn reply to: Different Replies per Page for Mobile ThemeI would add that the replies but doesn’t work with threaded replies, but I am not a fan of threaded replies !
If you are using them come back, but from a quick inspection, it looks like the ‘replies per page’ in the dashboard>settings>forums>replies per page doesn’t work for threaded replies in all cases.
In reply to: Different Replies per Page for Mobile Themeso try this code, amending the numbers to what you want
if (wp_is_mobile()) { add_filter ('bbp_get_topics_per_page', 'mobile_topics_per_page') ; add_filter ('bbp_get_replies_per_page', 'mobile_replies_per_page') ; } function mobile_topics_per_page () { return '4' ; } function mobile_replies_per_page () { return '3' ; }
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
In reply to: Different Replies per Page for Mobile ThemeSorry, there are only a very few of us who volunteer to help here, this is free software with free unpaid support and we give what time we are able.
It is doable, but I know of nothing that does it, let me do some digging when I get a moment.
In reply to: blacklist_keys in bbpress functions.phpyes, it is bbpress and is a check when a topic/reply is made or edited.
and no there is no easy way to avoid this, it really needs changing in the core bbpress product as you say to disallowed.
There is a way to skip this check, and there are hooks that could be used to re-apply it, but it is a ton of work to do, and beyond free help.
Unless it is really really bugging you, I think we just need to live with it.
In reply to: Topic Tag moderationgreat – glad to have helped
In reply to: Topic Tag moderationadd this additional plugin
once activated go to
dashboard>settings>bbp style pack>Topic/Reply Form and look at item 18 which does exactly what you want
In reply to: MySQL Syntax Errorok, if you get it again, can you record so we can see
In reply to: MySQL Syntax Errorit is always at the same point?
In reply to: MySQL Syntax Errorok, not quite sure why this occurred, but the bit that says
('4185', 'as__bbp_favorites, '312810')
is lacking a closing ‘ on
'as__bbp_favorites
so should read('4185', 'as__bbp_favorites', '312810')
Is this a one off, or is it now doing this everytime?
In reply to: sending emails with delay or stop emailsThis while old still works
In reply to: Plugin not updated over a year?bbpress is very stable, and the authors tend to release updates at very infrequent intervals.
It works fine with current versions of WordPress.
you may like to add this plugin as well
which has lots of additional features to enhance the look and feel of bbpress.
In reply to: bbPress Forum not working with Profanity Pluginsok, given that these are both paid plugins, and that for instance content censor says ‘A content scanner is included which analyzes your entire site to locate specific instances of unwanted content so you can take active steps to remove/edit as necessary.’, then I would approach these providers first for solutions.
In reply to: Style pack breaking themecan you define what you mean by ‘breaking my theme’ please
In reply to: Change Wording of link to front pageIn reply to: Cannot create new topic – forum page just refreshesit 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: Profile page full widthIn reply to: Cannot create new topic – forum page just refreshesok, try
dashboard>settings>permalinks and just click save – this resets the permalinks and may help
also check
dashboard>settings>forums and check the Roles > Automatically give registered visitors… is checked
In reply to: turning off all uploads of photos and videosprobably better to ask in the buddypress support page
In reply to: Topic and replies countbbpress just uses wordpress users, so this should get you what you want
https://www.wpbeginner.com/wp-tutorials/how-to-show-total-number-of-registered-users-in-wordpress/
In reply to: widget doesn’t workahh – thanks
ok, it works on my test site.
you have 2 options, most liked and topics with no replies – do both behave the same?
In reply to: How to remove unnecessary log in buttongreat – glad you are fixed