Search Results for 'bbpress'
-
Search Results
-
Topic: Forum Admin Permission issue
Good day to you,
I am using BBpress on mywebsite, and I will have a couple of moderators who I want to be able to create forums from the admin system, I have used ‘User Role Editor’ and created a new user role (Moderator) and give them access to the forums, topics and replies.
The ‘topics’ and ‘replies’ show up in the admin back end system for them but not the ‘forums’ so they are unable to create new forums or sub forums.
Have I missed something from the user editor?
Thanks
Topic: Change Forum Pages Width
Hello,
I am setting up the bbpress.
I want to expand the content area of ββforum to the right green part as in the image.
Please help me.WordPress version: Version 5.5.3
bbPress version: 2.6.6Thank you.
Hi Experts,
I could not find an answer to my question in other topics – correct me if I there was already an issue like that.
I’m using- WordPress 5.3.4
- BuddyPress 6.3.0
- bbPress 2.6.5
…with some other plugins I already deactivated (without solcing my problem). Please let me know if you need information about them as well.
Problem: The notification within the Webpage is always just “bbp_new_reply” “sometime ago”. It is not linked/ specified.
Do you have an idea where this comes from? Maybe someone else already had such an issue?Even when I click the notification I receive via email, it leads me to the main page only.
Thanks a lot!
Topic: Next page with posts 404
In my forum I have set bbPress to show 30 subjects on each page. When there are 32 subjects and I click on page 2 I get a 404-page. How do I get page 2 with another 30 subjects?
I have WordPress 5.2.2 and bbPress 2.6.6. The site is https://seniornet.se. The forum is only for members and needs login.Topic: how to change line break tag
Hi
I use
WordPress + BBPress and Advanced Editor Tools (previously TinyMCE Advanced)The classic editor is activated and in use
Now My site forum
——————
change the line by input the enter key, it operates as a p tag (paragraph)change the line by input the shift+enter key, it operates as a br (br /) tag
——————I would like to use a br tag like this forum.
my site(forum) is now the br tag only works with shift + enter
(if input the enter key, it operates as a p tag)I want to use the br tag at the line break when I type Enter.
how to it’s change?
Best Regards,
HyunhoAll media are located in the /wp-content /uploads/2019…/03…./ folder and sorted by date. It is convenient for work.
All BB-users images are uploaded to the /uploads/hm_bbpui/ folder. Available only by FTP and there are no standart edit tools.How to sharp a redirect /uploads/hm_bbpui/ to the standart WP-library in admin area?
Is it possible without additional plugins?Topic: Style pack doesn’t work
Hello,
I’m very new to bbpress as well as wordpress. Trying to configure a BBS for my friends of exotic plants I have a lot of problems.
I’m using WP Version 5.6,bbPress Version 2.6.6, main theme ocean wp, and the bbp style pack Version 4.7.0 is installed. But no styling works. Nor the background color nor the text size.“No bbpress files have been changed in the theme” and
“This sentance should have a green background”are both green.
I wish to have Forum/Topic Headers/Footers within bars as shown as No 2 in the picture of the Forum index styling. But there are no bars.
The provisory URL of the site is
Hoping for help. Thank you.
Pflanzenoma
Topic: change forum post author
how do I change some admin forum posts to another user? I am both admin and keymaster.
WordPress version: 5.5.3βit_IT
bbPress version: 2.6.6
site: https://www.durecomemuri.it/forum/wp-admin/I have this function to display advertisement after first paragprah in posts:
add_filter( 'the_content', 'post_ads_1_paragraph' ); function post_ads_1_paragraph( $content ) { $ad_code = '<div class="advert" style="display: none;">Reklama1</div>'; if ( is_single() && ! is_admin() ) { return prefix_insert_after_1nd_paragraph( $ad_code, 1, $content ); } return $content; } function prefix_insert_after_1nd_paragraph( $insertion, $paragraph_id, $content ) { $closing_p = '</p>'; $paragraphs = explode( $closing_p, $content ); foreach ($paragraphs as $index => $paragraph) { if ( trim( $paragraph ) ) { $paragraphs[$index] .= $closing_p; } if ( $paragraph_id == $index + 1 ) { $paragraphs[$index] .= $insertion; } } return implode( '', $paragraphs ); }The problem is that this function is somehow hooked to bbpress forum listing (forum description) to, and shows after forum description.
So how can I remove it from bbpress so it affects only posts?See word “reklama1” after each forum description: https://mllapan.com/forumi/forum/magazin/

