Published on February 10th, 2021 by christianlersch
With bbPress 2.6.6 I have the following problem:
I use bbPress only in Buddypress Groups. Every Group can has a forum. If somebody create a topic it post a activity post in the activity stream of that group with all information of the new topic. Then I edit the topic in the forum and change the text it wont change the text of the buddypress activity on the group activity stream.
With bbPress 2.5.14 this worked fine. the edit of a topic update the buddypress activity stream post.
Has someone a solution for me?
Published on February 9th, 2021 by flamuren
In my forum profile page the mentioned features does not work. When clicked there is just an answer “couldnt find what you are looking for” and a different page.
However the same type of profile features; “engagemanets”, “favourites” and “subscriptions” work just fine. They show correct info and within the profile page.
What can be wrong? Has never worked even before updates to the addons and WP.
WP: 5.6.1
BBpress: 2.6.6
www.glademokraterna.se
Published on February 9th, 2021 by pepdoca
WP Version 5.6.1 – BBpress Version 2.6.6 – Site is currently private and in development.
I am trying to import a relatively small, private MyBB forum (200 Forums, 290 threads, 9000 posts, 50 users) however I keep running into an issue where the converter somehow gets a total count of 5703 threads which makes several duplicates of every thread. If it was a smaller circumstance I would just manually delete the duplicates however which such a huge number of duplicates I was hoping some skilled eyes might see or understand what has happened.
I have a bit of a background in coding so have been trying to troubleshoot through the code to understand when it is reading the thread table why it would end up with exponentially more thread rows than actually exist. In review the thread table I have confirmed that there are only 290 rows so I am not sure what the converter code is doing to create this circumstance.
I have read through the converter and converter class files, but can’t seem to pin point where in the Step Seven, Topic conversion that this error is being produced.
If anyone can provide any assistance with experience with this, or pointing me in the direction of the files of code that I should be trying to troubleshoot to ensure I am in the right direction, that would be greatly appreciated!
Published on February 9th, 2021 by athep
Is there a way I could insert the published date dropdown and moderator’s of a forum input box to the frontend of the website? in form-topic.php to be exact
Published on February 9th, 2021 by quix8
Hello,
could you tell me if there is an easy way to remove the “Topic Tags:” input field from the new topic screen?
I guess the most basic way would be via CSS.
Thank you.
Published on February 8th, 2021 by Longbow
On our site, bbp-reply-post-date needs a space, after the word On.
User OnJanuary 20, 2021 at 9:29 #6329
How can I add a space after “On”, before the month, or delete the word “On”?
https://interactivelegal.us/forums/topic/its-a-new-forum/

Published on February 8th, 2021 by zyves
Hello,
I want to do several actions but I don’t know if it’s possible.
1) Allow forum topics without administrator acceptance.
2) To be able to put emojis in the writing of the subjects.
3) To be able to receive, as administrator, an email for each new subject.
Thanks for your help.
cordially
Published on February 8th, 2021 by ibnat
Hello all
I have found that auto embed links to a worpress site dont open. It seems that they are live but clicking does not take you to the link…
Example here
Amphibian and reptile info pages at WH
This only seems to effect the link to a worpress site. You tube for example works fine.
El hombre y la Tierra – Félix Rodríguez de la Fuente
Any ideas? Thankyou! 🙂
Published on February 8th, 2021 by athep
Are there buttons or individual links for the subscription link? a substitute to this
<?php echo bbp_get_forum_subscription_link( array( 'before' => '', 'subscribe' => 'Subscribe', 'unsubscribe' => 'Unsubscribe' ) ); ?>
I tried modifying this but all I could change was the string and that wouldn’t work well also, I’d add icons to the strings and they’d disappear once the toggling starts.
I’d like to wrap two buttons in a an if statement once I get those individual subscription buttons, if there are any that is
Published on February 8th, 2021 by athep
I don’t have a code for this but basically I’d like to see the pagination of topics ahead of me and the others behind me. For example
Topic 1 link
Topic 2 link
Topic 3 link <----- I'm here
Topic 4 link
Topic 5 link
And once I click on let’s say topic 5 then I’d get:
Topic 3 link
Topic 4 link
Topic 5 link <----- I'm here
Topic 6 link
Topic 7 link
Apologies in advance, I couldn’t get to code this, I don’t know where to start thus the lack of a snippet