Search Results for '"wordpress"'
-
Search Results
-
Hello There,
I have just installed bbpress on my WordPress blog website I have created 7 categories in the main forum, but when I click on the categories, topics do not show on the category. I have created a demo forum on local, whenever I open the link a blank page shows up. I saved permalinks too, but it did not work.
Topic: Open/Close Children Comments
Wordpress allows comment replies to ten levels deep. When many members are participating in a popular forum topic, it gets very confusing when trying to follow a line of discussion.
How can I allow comments to open/close on an individual level within the forum comments hierarchy structure?Topic: Bbpress Forum pages Header
Hi
I have a transparent header built with Astra theme and Elementor page builder. I am also using BuddyPress on my site.I would like to change all the bbpress forum pages header to a different background color, none white, so the header menu can display properly.
What css codes should i use?
Bbpre Version 2.6.5 on latest WordPress installation
Thank youI’m using version 2.6.5. I’m looking at all the subscribers on my WordPress site and wondering what “Participant” means? Are these the folks that signed up to the forum rather than just to comment on my posts? In other words, do people who sign up to the forum get assigned as “Participant?”
Thanks!
Topic: Login URL
Hi
I have a login page for my users (generated by one of my plugins). however, when I download bbpress, it directs users to login on WordPress deafult log in page, how can I change the login page for my users to the login page generated by one of the other plugins?
Thank youHello.
I have installed WordPress.
For testing, also MyBB in /forum.
I ask myself the question, is BBpress an alternative to extra forum scripts now?
A few years ago, BBPress was quite rudimentary, wasn’t it? Did this change?
Can BBpress keep up with all available plugins in the range of functions with forum scripts such as SMF, MyBB, phpBB etc.Is there a good clear list of all plugins for BBPress?
Possibly with usage ranking. There will be a reason if certain plugins are used very often.
But also curated recommendations.
The plugin list here is very “simple”.
21 pages with 10 plugins each, not sortable, no recommendations or rating based on usage (not quality rating) …
I saw user avatars. But there may be different plugins for the purpose.
Or a map with the members.
I don’t know where to start.
And doesn’t want to try out hundreds of plugins.
E.g. such an insignificant little thing as using homemade forum icons.I am not sure if I am not doing it right, but I am not sure how to get to tag someone with @someone correctly.
I might have more than one user with the same display name (currently, I have two Susan in one thread) and I would like to identify which one I am responding to. However, if I put @Susan, I have no clue which one will be tagged.
I am also using BuddyPress, so I am not sure if it is controlled by bbPress or BuddyPress (or even by WordPress for all I know).
Can someone point me to a way to tag/mention someone correctly when I respond?
Hello,
I’m running a fresh install of WordPress from the bitnami helm chart using persistent storage on an NFS share. The path used by the containers is /bitnami/wordpress/wp-content/ to pull in plugins/etc. When I install bbPress, all of the css files and js files use the wrong path to include the assets.
Here’s an example:
<link rel='stylesheet' id='bbp-default-css' href='https://example.com/bitnami/wordpress/wp-content/plugins/bbpress/templates/default/css/bbpress.min.css'> <script type='text/javascript' src='https://example.com/bitnami/wordpress/wp-content/plugins/bbpress/templates/default/js/editor.min.js?ver=2.6.5'>
I haven’t had any issues with other plugins thus far, but for some reason bbPress is wanting to use the full installation path instead of the web root. Is there a way of fixing this with some WP constant that I’m not setting? The installation of wordpress is in /opt/bitnami/wordpress and wp-content/ and wp-config.php are symlink’d to /bitnami/wordpress/wp-content and /bitnami/wordpress/wp-config.php.
I have a temporary fix right now which will be wiped out when bbPress updates.
File: wp-content/plugins/bbpress/includes/core/template-functions.php
function bbp_enqueue_style( $handle = '', $file = '', $deps = array(), $ver = false, $media = 'all' ) { // Attempt to locate an enqueueable $located = bbp_locate_enqueueable( $file ); //Ghetto fix $located = str_replace('/bitnami/wordpress', '', $located);
function bbp_enqueue_script( $handle = '', $file = '', $deps = array(), $ver = false, $in_footer = false ) { // Attempt to locate an enqueueable $located = bbp_locate_enqueueable( $file ); //Ghetto fix $located = str_replace('/bitnami/wordpress', '', $located);
Hello,
I have installed bbpress on my WordPress website. I have created 4 categories in the main forum, but when I click on the categories, topics do not show on the category. Each category has more than 4 threads.
I saved permalinks too, but it did not work.