Search Results for '"wordpress"'
-
Search Results
-
Topic: not listing all the topis
hi there,
i have a list of topics in the forum but its not listing all of them.
kindly assist?1) WordPress 5.2
2) bbPress 2.5.14
3) link to my site – http://www.meddirect.co.za/forumsHi,
The bbpress search box isnt returning the search results from the forum replies. Im using shuttlethemes as my theme. When i contacted them regarding my issue, this was their response below. Is there another way to go around and get the search box to work?
‘Often plugin developers will have different settings for specific use cases. It is certainly something that the plugin developer should be supporting you with, as the search is a part of WordPress core and our themes don’t manipulate the search functions.’
Thank you in advance!
Richard
Topic: Forum Subscribe
By default, when joining a group in BuddyPress, you need to subscribe to associated forums. Is it possible to have it so that when you join a group, you are atomically subscribed to the forums as opposed to having to physically subscribe???
WordPress 5.1.2 . BuddyPress 4.3 . bbPress . 2.5.14
Thanks in advance.Topic: Post comments to BB Press?
Is there a plugin that does this:
When a new WordPress post is created, a Forum topic is automatically created.
When a user posts a comment, they are posted as replies to that forum thread.
Does that exist?
Hello. Is there suppose to be a registration link with the bbPress login form –my main wordpress login form has a registration link below it, but the login form on my bbpress forum pages does not. Here is an example of the forum login page which does not have a registration link (scroll to the bottom of the page): https://cincinnati.unitedresourceconnection.org/financial-assistance
Here is an example of the main login page (that has a registration link): https://cincinnati.unitedresourceconnection.org/wp-login.php
Does it look like I’ve configured something incorrectly, or is this the default behavior? I’m using the most recent version of wordpress and bbpress.Why would the short code for latest topics display the topics for some users but not for others?
Non-logged in users and subscriber/participant levels cannot see the Topics on the page where the shortcode is used – yet they can see everything fine when they go the actual Forums.
But I as admin can see the Topics fine when I visit the page where the shortcode is used.
WordPress 5.1.1
bbPress 2.5.14Hello,
I have been using bbpress for my wordpress website. I have one question. Is there any way to block particular words such as “Thanks”, “congratulation”, “Great Work” etc. I don’t want to allow low effort replies in forum.Waiting for your kind reply.
I’m trying to import an old vBulletin (3.8.3) forum to a new bbPress (2.5.14) setupon WordPress 5.1.1 and the initial import looks great. It imports the users (~13k) says something about deleting their WordPress password, then a moment later it seems to hang and no matter how long I leave it we never progress.
Calculating forum hierarchy (0 - 99) Converting forums (0 - 99) Delete users WordPress default passwords (12700 - 12799) Delete users WordPress default passwords (12600 - 12699) Delete users WordPress default passwords (12500 - 12599) Delete users WordPress default passwords (12400 - 12499) Delete users WordPress default passwords (12300 - 12399)
Looking at the forum sections shows that it’s created the 22 forums and correctly set some of them as categories, they also show how many topics and replies are in each one correctly –
— Random Thoughts - Topics: 3,119 Replies: 54,698
But only 27 topics across the entire forum are imported. It’s the same 27 topics every time as well. To the point that if I stop the import, and hit the start button again, it imports these same 27 topics once more now showing 54. Is there an error log I can find that might show me why it’s hanging up? The bit above with the Calculating Hierarchy is the last update I ever get in the window. I added the lines to turn on debug logging in WordPress but nothing every shows up.
define( 'WP_DEBUG', true ); // turn on debug mode if ( defined( 'WP_DEBUG' ) && WP_DEBUG ) { define( 'WP_DEBUG_LOG', true ); // log to wp-content/debug.log }
One of the problems I’ve encountered in trying to use the TinyMCE editor in bbPress is styling the text inside the editor itself. The default fonts are serif, but suppose you want sans?
Attempting to override the font-family in the usual way — by modifying your theme’s CSS file — fails because the editor window of TinyMCE is in it’s own tiny little world as far as CSS is concerned.
In order to get TinyMCE to use your own stylesheet, you have to pass it as an argument when the editor is called. Here’s how to do it in bbPress.
function bbp_enable_visual_editor( $args = array() ) { $args['tinymce'] = array( 'content_css' => '/wp-content/themes/mytheme/css/tinymce-editor.css', ); return $args; } add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );
In the example above, “tinymce-editor.css” is the CSS file you want the editor to use. It is located in a folder entitled “CSS”, which is located in your theme folder “mytheme”. The code above can be copied and pasted into your functions.php file.
Other options for the editor can be found here. Notice that the value for “tinymce” can be an array. That’s what we’re doing above.
Additional arguments to pass in the array for the TinyMCE editor can be found here.
I hope this helps someone. The documentation for styling the editor text could be improved. I banged my head on this problem for years until I stumbled on the solution elsewhere.
Topic: Get rid of fixed separators
I had problems with fixed separators in source. I edited the core code, but is there any other way?
See my changes here:Topic: Shortcodes not working
I created a site using buddypress. The shortcodes like [bbp-login], [bbp-register], [bbp-lost-pass] not working. It just shows the shortcode. I tested it with the theme Twenty Seventeen and NO other plugin installed. WordPress 5.1.1, PHP 7.3 (tested also with 5.6 and 7.2), and Buddypress 4.2.0.
You can see it here: https://bbpress.at-creation.ch/login/
Thanks for your help.Topics and Replier are not linked after importing the bbpress forum data from one WP site to another already live WP site using wordpress default importer. (tools -> import).
Imported properly in backend but on frontend topics and replies are not linked.
Forum repair option event did not worked. This makes topics and replies count zero on frontend.
Need solution ASAP.
Thanks