Search Results for 'bbpress'
-
Search Results
-
Topic: How to intergrate
How i can integrate bbpress on my current Online side hustle where people can discuss latest trends of online earning and share there thoughts as well.
Is there any guide on this?Some users only use mobile, and some users like dark backgrounds, etc. Is there a way to let users pick their own template based on what is configured to be available to them?
Hi,
I would like to show in a page forum, my forums, members, subjects, answers… I can not arrive to see a shortcode
I have the last version of bbPress and WP members
Thanks for your help,
Best regardsWordPress displays a Subscribed box in the BBPress forum post page (admin access), which lists all users who have clicked the ‘Subscribe’ button. Unfortunately the avatar images are tiny and some are very similar. Is it possible to change the avatars to usernames?
WordPress 6.0.2 running OceanWP theme. BBPress version 2.6.9
Hi
wordpress 6..0.2
bbpress 2.6.9i want to let users edit their avatar with the Basic User Avatars plugin
i want to be edited in the profile edit page
forums/user/name/edit/
i tried to write this:
<?php echo do_shortcode(“[basic-user-avatars]”); ?>
in TEMPLATES/DEFAULT/EXTRAS/SINGLE-USER-EDIT.PHP
dont work
how can i do then
thanks
regardsTopic: bbcodes / format toolbar
wordpress 6..0.2
bbpress 2.6.9
Theme Avada
Hi
In replies, does not show any bbcodes toolbar as i thought it did.
Installed gdtools and gd attackment
How can i offer a toolbar for users?
for bbcodes or format and embeds
thanks
RegardsTopic: Removed access to WordPress
I am running the current versions of WordPress and bbpress. I all of a sudden cannot see my admin tool bar or login to my WordPress backend. Activated the debug feature and found out its an issue with bbpress plugin. Please how Do I resolve this? I had to disable the entire plugins, to be able to login of give access to my backend. The web url is http://www.wokshop.com
https://mywokshop.com/wp-content/uploads/2022/09/Screenshot-2022-09-01-at-00.15.15.png
Hello,
I have bbPress installed on one site and wanted to move/import all the forum, topics, replies and users to another site with a different domain But when I ran the import via bbpress forum tool, it doesn’t import anything.
Can you check this recording for more detail and advice on how to resolve this issue.
thanks!
I use ForumWP plugin. But now I wanna use bbPress. But how can I migrate ForumWP to bbPress without lossing any data?
there is a fixed permalink for the forum in the forum settings. I only can change the last part of the name on bbpress. But to display the forum on my pages I need the same link name for my pages.
nichtvovndieserwelt.org/forums/forum/verbuendeten-forum is the name on the forumssettings. But If I try to create a page with this url address it changes automatically in the settings to nichtvondieserwelt.org/forums-forum-verbuendeten-forum. So there appears no forum on the different page because it has different addresse. Again how can I make display the forum on a page and make buttons to link to them if I can not choose my own address in BOTH cases????
I am making a website with Japanese pages and English pages. I have made a forum in Japanese using bbpress of Japanese version. Now, I want to make a forum in English. I tried plugin, Polylang, to make English forum from the Japanese forum but can not change the Japanese notes on it. How can I make the English forum?
WordPress: 6.0.1
bbPress: 2.6.9 (Japanese)
The website is under making and not open to the public yet.Hello,
I have just installed the latest version of bbPress, but on the forums page, I am seeing the following errors. The ‘Registered Users’ and ‘Forums’ part seems fine but the rest are not.
Here is the code from that section of the file:
<dt><?php esc_html_e( 'Forums', 'bbpress' ); ?></dt> <dd> <strong><?php echo esc_html( $stats['forum_count'] ); ?></strong> </dd> <dt><?php esc_html_e( 'Topics', 'bbpress' ); ?></dt> <dd> <strong><?php echo esc_html( $stats['topic_count'] ); ?></strong> </dd> <dt><?php esc_html_e( 'Replies', 'bbpress' ); ?></dt> <dd> <strong><?php echo esc_html( $stats['reply_count'] ); ?></strong> </dd> <dt><?php esc_html_e( 'Topic Tags', 'bbpress' ); ?></dt> <dd> <strong><?php echo esc_html( $stats['topic_tag_count'] ); ?></strong> </dd>