Search Results for 'bbpress'
-
Search Results
-
Topic: My impressions so far
I don’t know why, but for some reason I decided to punish myself on my latest project (ekatana.se if anyone wan to look) and I went ahead and installed BBPress along with Buddypress. Now I have done this a few times before in the last 3-4 years and it has always been a very painful experience.
This time was not so bad and I actually got most things working pretty much instantly with just som minor CSS changes. BBPress however is not really a forum in my opinion yet and I had to go through a ton of posts and articles with half baked solutions and snippets just to get anywhere near what I think a forum should look like and behave.
Now I admit that I am biased, having worked for many, many years with IPB which is the best forum out there and I have been working with forum software since 1996…
However, BBPress have really taken a leap forward in the last few years and I look forward to see it go even further, in fact i hope to be able to lend som assistance in the UX and design department should it be needed. Since I am a systemtester as well, I hope to be able to break stuff on a regular basis as well π
I really look forward to the forum grouping I see is already pretty much done and which is working just fine on my forum as far as I can tell. When time permit I will give more input into what features I see as necessary, both in the frontend and the backend and util then I just want to say that I am far from impressed, but I see hope for BBPress.
Keep up the good work!
Topic: Forum slug troubleshooting
I’m having a similar problem to dustinarmstrong. But its not exactly the same.
I’m trying to fix a broken forum set up for a client. I did not do the forum installation (he did it himself) AND the forum is installed on a live site that gets lots of web traffic so I don’t want to do anything that might impact the website overall.
Here’s my situation:
1) BBPress was installed (I don’t have details about when and how),
2) a page was created with the[bbp-forum-index]shortcode on it
3) the forum didn’t work, so my client contacted me to fix it
4) I went into settings > forums and changed the forum root slug from the default “forum” to “travel-forums” (the name of the page where the shortcode lives. The error message “Possible bbPress conflict: Forum slug” showed up next to the slug field after saving the settings.
5) I also changed the single forum slug from the default “forum” to “travel-forums”. The error message “Possible bbPress conflict: Forums base” showed up next to the slug field after saving.In my case, the forum page DOES show up at http://foobar.com/travel-forums but it is empty except for the welcome text that I had entered into the forum main window. (So it just says “Welcome to our forum” without any of the discussion topics showing up.
Also, I have the “Recent Topics” widget enabled on my sidebar and my three test discussion topics DO show up there. When I click on any of them they take me to the correct URL but the pages are blank. So, for example, when I click on “test topic” in the widget I land on http://foobar.com/travel-forums/topic/test-topic/ and the page displays the topic header “Test topic” and the topic question “what do you think about travel?” but it doesn’t display any of the posts.
I’m not sure if this behavior is related to the slug conflict error messages or if something else is wrong.
I’m trying to follow the advice that Stephen Edgar gave.
First up, I think this is probably true in my case:
most likely you have something else either titled or using the slug discuss and this includes any items in trash as even though they are in the trash they still reserve that slug and it is not released until the item is removed from the trash.
This is probably a stupid question but How do I empty the trash to make sure that the old slug is removed?
Second, I’d like to try this:
To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.
but since my website is live and has been for a long time (and has lots of blog posts using the custom structure already) I’m concerned that this could permanently break the existing links. Any thoughts on this?
Topic: Wishlist Members conflict
I have this exact same issue with BBPress and Wishlist members.
Does anyone know how we can fix this properly without showing all.
Thank you
Topic: small problem with my forum
#2 I have noticed a new problem on the forum, astronomertalk.com,
you need to join to see it, but I changed the submit button,
using this code:
#bbpress-forums .submit {
background-color: #000073;
color: #FFFFFF;
float: center;
vertical-align: middle;
border-radius: 2px;
height: 35px;
width: 80px;
font-size: 18px;
}but it also influenced the update profile button which now looks screwed upβ¦
You need to join to see it, but it looks bad.
Does anyone know a fix?
Best,
JBTopic: User functions.
Hi all
I have bbpress set up so new users are Spectator
As Spectator they see the subscribe btn at the top of the post and the ‘Notify me of follow-up replies via email’ at the bottom.
Is there a way to change this so only Participant can see the subscribe and Notify buttons.
I am using forums.php as my custom template to modify bbpress. I copied content of archive-forum into it and modified it a bit. Thing is, the forum lists shows up as expected. But no topic or list of topics is shown on following the links. This is all I get.
Oh bother! No forums were found here!
Using the default page.php gives no problem.
Here’s the code for forums.php
<?php /** * bbPress - Forum Archive * * @package bbPress * @subpackage Theme */ get_header(); ?> <div id="main-content"> <div id="millir-header-feat"> <div class="container"> <h1 class="entry-title"><?php bbp_forum_archive_title(); ?></h1> </div> </div> <div class="container"> <div id="content-area" class="clearfix"> <div id="left-area"> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <div id="forum-front" class="bbp-forum-front"> <div class="entry-content"> <?php bbp_get_template_part( 'content', 'archive-forum' ); ?> </div> </div><!-- #forum-front --> <?php do_action( 'bbp_after_main_content' ); ?> </div> <?php get_sidebar(); ?> </div> </div> </div> <?php get_footer(); ?>Topic: moderating bbpress
Hi to everyone and sorry for my English
I installed bbpress on my site and now wondering is there this futures i wan’t:
1) Is there any user role plugin or tweak for posting restrictions i wan’t to let all peoples ask their questions on my site but the topic or their reply not published until i approve (somthing like contributer role in wordpress)2) Is there any captcha for bbpress?