Forum Replies Created
-
@jkw217 thanks. I’m double-checking because it seems to be solved in v2.6 of bbPress.
In reply to: Problems with topics/text graying outI expect it comes from the theme you use. Did you try to switch to another WordPress Theme?
In reply to: Translate links in bbPress PostBonjour,
As you can see all standard bbPress messages are translated (Favori, me désabonner, modifier, fermer) so you correctly got the French bbPress.
The ‘Block User’, ‘Add User’, etc is being added by an extra plugin or theme that you have, so you need to get that plugin translated into French. If you let me know here what plugin that is we can check together to see how it can be translated.
BàV, Pascal.In reply to: Quick Qs re: Child Forums…Using bbPress for parent/child forums: yes
Collapsing when not used: that might need some programming.@jkw217,
I have no idea about this error but can you please provide the version of bbPress and WordPress that you are using?In reply to: How can i make users log outGoede morgen,
First of all, if bbPress is still at 2.1 then it might be time to upgrade, especially if you are running WP 5.2.2
For your specific question, logging in or out to bbPress is in fact logging in and out of WordPress. So any tool that you find to log in and out of WordPress would do the trick.
If you have the top ‘admin bar’, then just go to your name and hit ‘Log out’. If you don’t have that, then you could add anywhere a link to http://webvoorbeeld.websitezien.nl/wp-login.php?action=logout
Mvg,
Pascal.In reply to: How to add pictures to forum headingsHi,
You could take the code from https://bbpress.org/forums/topic/add-a-featured-image-to-a-forum/ and enter it into your functions.php
I should check, but I might have added that already to the plugin bbp-toolkit (if you prefer just installing a plugin).Hi, that is not a standard bbPress function. Some plugins like https://wordpress.org/plugins/bbpress-simple-view-counts/ and https://wordpress.org/plugins/wp-postviews/ might help you, but I have never used those.
See also https://bbpress.org/forums/topic/new-feature-viewhit-counts/
In reply to: Scheduling a TopicHi,
So you are publishing from the backend (/wp-admin) and set the publication date (the WordPress one) in e.g. 3 days and it appears immediately? For the test make sure to put some days in the future, not just hours.If the post appears immediately then you have an issue with your Theme or another plugin that is not respecting the standard WordPress way of working. So you would have to switch to a standard theme and/or start deactivating plugins that could have an influence.
In reply to: Using ModeratorHi Peter,
If you are looking for per forum moderators, I would propose to use bbPress 2.6 which has all of that included. You can find RC7 on https://bbpress.org/download/
RC 7 is very stable, but like any upgrade: first in test and if all works fine, you do it in production.
Pascal.In reply to: DOfollow all links@serverjeff, I did not try it myself, but did you try https://wordpress.org/plugins/bbp-dofollow/ ?
In reply to: Show deeper sub-forumsHi,
There is currently no easy way to go deeper in the structure. A ticket is still open for that: https://bbpress.trac.wordpress.org/ticket/1958
Pascal.In reply to: bbpress forum topic reply mention nameHi,
Mentioning is not standard in bbPress 2.5. You could try a plugin like bbPress Toolkit or other to obtain it.In reply to: First name and last initialHi,
I suppose you would have to apply the same idea onto also the bbPress functions like bbp_get_current_user_name, bbp_get_author_display_name, bbp_get_reply_author_display_name, etcIn reply to: Redirect user after registrationCan this help?
In reply to: 4 H1 tags on topicHi,
None of the H1 tags seem to be from bbPress. There is the global WordPress one and then another one at the bottom, probably from a plugin like ‘Backdrop’ or other.bbPress is using WordPress standards, so if you have further questions on the use of h1, h2 etc, the best forum would be on https://wordpress.org/support/forums/
Pascal.
In reply to: phpbb to bbPress routineHi Maxime,
Are you trying to import into 2.5 or into 2.6? If you start with a fresh bbPress, then please note that v2.6 has improved import capabilities. You can download the latest RC from https://bbpress.org/download/
In reply to: SMF To BBPress – Do the current version works?Hi,
The importers have been given a boost in 2.6. So if you start importing, better try with the latest RC of v2.6. You can download it from https://bbpress.org/download/In reply to: Subject Line for Replies?This might do it: https://wordpress.org/plugins/bbpress-reply-titles/
In reply to: Update the ExamplesHi @traverser11,
I have just checked the ones that are no longer in use and will remove them.
If you would have seen any nice ones, feel free to mention them.Thanks.
In reply to: Private Forum issueHi @brmbk,
You would need to add the following function into your functions.php:
add_filter('private_title_format', 'brmbk_remove_private_title'); function brmbk_remove_private_title($title) { return '%s'; }
If you don’t know how or where to add it, you can also install my bbp-toolkit plugin and you will find the option in there.
In my plugin bbp-toolkit I have used a filter on bbp_get_title_max_length.
Feel free to install the plugin or look at the code on the use of the filter.In reply to: Edit the Search Bar HeightHi @michaellanfield,
That might depend on your theme… Can you please post a link to your site so we can have a look?
In reply to: Blocked message after login – Mobile ONLYI have no solution unfortunately. And reminding is not chasing 🙂
You don’t have any code snippets added in a function.php that you forgot to deactivate when deactivating all plugins?
In reply to: Hide subforums from main forum pageWell, it depends on the HTML that creates the page. If it’s standard, installing my bbp-toolkit plugin from the repository and activating the ‘Do not show the table with the list of subforums, only show the current forum and the topics’ in the Information tab might do the trick.