Search Results for 'bbpress'
-
Search Results
-
Hi all, I’ve upgraded to bbPress 2.0, which is great. The one thing I’ve noticed though is that the post id’s for my old topics and replies have changed.
For example, in my old version of bbPress, a topic with topic ID #334 now has a post ID of #587. Understandable, with the introduction of custom post types.
But now I can’t actually refer to the old topic or reply id’s anymore without having to do an extra search in the database.
Just wondering if there was a way to re-map all the old topics/replies to automatically forward to the new ones? Or if there is a way to relate the old versions of the posts to the new ones and create a meta key like “old_bbpress_post_id”?
I’m thinking specifically in the case of Google search results, the old forum posts will still show up and won’t be forwarded to the new forum.
Topic: Confused by template system
I’m currently integrating BBPress into a existing WP site, and am finding myself scratching my head far to often. I think an example will help get my confusion across.
Take for instance within the new theme-compat files; loop-single-reply.php
This file loops out the topic and all replies.
The file pagination-replies.php is also called before and after loop-single.reply.php.
However if I wanted to remove the before action of pagination-replies.php, where is the template file that brings these components together so I can prevent the pagination from being displayed before the loop?
Within loop-single-reply.php there is no call to pagination-replies, so what file is constructing the output?
Thank you
Is there any shortcode that would allow me to display a forum from one of my other sites on a multisite installation?
I was hoping to display the latest topics of a forum from site “X” on site “Y” because they share interests. I am hoping to do that with shortcode and not a theme change because I am using the same theme across all of my sites.
Topic: Is this possible?
I am a newbie to bbpress so please be gentle.
Basically I am looking to have the following functionality on my forums….
1) Any logged in user can post a topic, and any logged in user can post a reply. (standard stuff so far).
2) Reply’s to the topics can ONLY be seen by the person who posted the topic and admins only.
3) I would like to show that there has been an “x” number of replies to the topic but not the actual replies.
Does anyone know if this is possible please?
I am trying to edit the bbpress.php file,I want to edit the word Forum and Topic and change it to words of my choice, I have duplicated and made changes and put it in my child theme? but nothing displays. Is it wrong to approach it like this? should I not be duplicating the file? The reason I want to put it in my child theme is so when I update the changes do not get deleted. Am I not suppose to edit the bbpress.php file?
Hi All,
From long time, I am wondering why bbPress uses 3 custom-posts?
As a developer, I would have used only 1 custom-posts i.e. for “topics”.
For “replies” I would have used “comments” (that comes bundled with any “post_type”.
For “forums” I would have used “Custom Taxonomy” (Hierarchical).I feel 1 custom-post with comments and Custom Taxonomy would have been better.
Is there anything bbPress does which might not have been possible above way?
Thanks.
Hi Guys,
Been using 2.0.2 BBPress for quite some time alongside a Wishlist Member installation.
However, I find that when I upgrade to any new version (including 2.1.2) everything breaks. I also can tell ya that with 2.0.2 the only way things worked correctly was by checking the below feature:
> Prefix your forum area with the Forum Base slug (Recommended)
Thoughts on why this version works but nothing newer?
Thanks
FYI, I’ve just created a Python script to convert all bbPress content to plain WordPress object.