Search Results for 'bbpress'
-
Search Results
-
Topic: Bulk-move topics?
Is there any way to bulk-move topics?
I run a Once Upon a Time podcast and forums with bbPress. We have a spoiler section for each episode of the TV show. After that episode has aired, I like to move the spoiler topics into the main discussion for the TV show. This was easy with phpBB, but bbPress doesn’t seem to offer this feature.
When I go to Admin > Topics and filter the list by a forum parent, I have no options for changing that forum parent or moving the topics in any way.
How can I do this easily on a regular basis? Editing each topic individually is not practical.
Hi, we have installed the follow:
WordPress Network version 3.6.1
bbPress version 2.4I do not have found some way to prevent the instant publish of topics and replies loaded by Participants.
There is a way, to do the approval for the publish of the topics and replies by the Blog Administrator or by Blog Editor ?This has been a long standing issue.
The problem here is that, in the user profile favorites page, only topics that are created by the user and marked as favorite shows up. Any topic that is not created by the user and marked as favorite will not show up in user profile page.
Is this by design or is this a bug?
I am using WordPress default theme with only bbPress plugin.
Hey everyone.
I really could do with some help as I am trying to see if BBPress is the way forward.
I want to show images inline on the activity feed. Is this possible? I know it can be done in buddypress but want to use BBPress.
As a sub question. What are the benefits of using BBPress over BuddyPress? I can add friends, post in groups etc with BP so why use forums inside groups?
Any help or advice deeply appreciated peeps.
Jayce
I am using WordPress 3.6.1 with plugins Buddypress 1.8.1 and bbpress 2.3. I am trying to import the latest topics and replies from specific bbpress forums into specific wordpress pages.
I started with a Mysql query:
$query=”SELECT * FROM
wp_postsWHERE post_type = ‘topic’ OR post_type = ‘reply’ ORDER BY post_date DESC”;Then (in pseudo code) I planned to do the following:
// since forum is a parent of topic which is a parent of reply
// if post is topic get forum id
// if post is reply get forum id from the parent of the topic
//create an array of latest topics and replies associated with their forums
//print latest topics and replies for each forum to different wordpress pages.The problem I cannot seem to solve is – where to get the name of the forum from? Without getting the name of the forum from somewhere in the database, my only option would seem to be to hardcode the forum id’s of each forum with their respective names. Which means every time a new forum is created this needs to be added in manually in the code. None of the tables I see in the wp database seems to contain the names of the different forums. Even if one of the other tables did contain it I am still not sure how I would then associate the forum id’s from the wp_posts table with the forum names from another table – presumably I would have to do some kind of join? Or maybe I am going about it completely the wrong way – is anyone able to help an inexperienced developer out of his depth navigate his way through this problem?
Topic: Visibility and Category
Hi,
I’m currently installing a BBpress forum.
I’ve two problems :
-I can’t change the “visibility” of a forum or a category : It’s doesn’t save the change.
Have you any idea to fix this problem ?And also, I want to know if is possible to “separate” the different category of my BBpress forum since a PHPBB forum ?
Thank’s !
WP 3.6.1
BBP 2.4
(buddypress 1.8.1 if that’s relevant)I am trying to style my loop-single-reply template.
I am working on a copy placed in my wp_theme/bbpress directory…it is a copy of the default.The problem is in the bbp reply DIV (that contains the author div and the content div). I need to get the content function to stop automatically adding “div” tags around the content (I want to use span tags).
I have tried to follow the rabbit trail through the files to figure out where these DIV tags are getting added, and the best I can figure is that there is a filter putting them in there.
I only need the actual content and so I have commented out the filter applied in includes/replies/template.php around line 525, and simple replaced it with
return $contentThat worked, but now bbcode is not working. Is there a way to stop this behavior without altering the bbpress plugin files (which will get destroyed during an upgrade)?
My forum is private, but I can set a public test one up if that will help…
Hallo,
I changed my bbpress forum language to dutch by using the bbpress-plugin-pt-br.mo. I changed it to bbrpess-nl_NL.mo en put it in the languages/bbpress file. I did change my forum language to dutch. But now when i want to make a page or post the editor is gone. I cant see anything i’m writing. Only when i select the text it is visible.
When i delete the bbpress-nl_NL.mo file in my ftp the editor is visible again, but then the forum is in english again.
Can anyone help me?Hi,
I upgrated bbpress to 2.4 and I see that quicktags-toolbar div is empty, no buttons
<div id="qt_bbp_reply_content_toolbar" class="quicktags-toolbar"></div>It’s working fine with all other themes. Why it’s not visible only on 1 theme? Where it’s loaded?