Search Results for 'bbpress'
-
AuthorSearch Results
-
May 3, 2012 at 8:16 pm #113414
freie-bildung
MemberHello
I have just received a response in German bbpress forum where you can change the date when an update does not always need to manually (except changing the class name or the bbpress WP Theme gets an update) …
In the wp-theme style.css add the following:
div.bbp-template-notice.info {display: none !important;}
This causes the system tray is no longer displayed in the forums and in the individual posts.
I hope this will help any other peoples
But I’m still on the search, the number of posts and the number of topics to delete (numbers in parentheses after the forum) – because you know a solution?
Thank you very much
May 3, 2012 at 7:10 pm #113160In reply to: Akismet missing a lot of SPAM
John James Jacoby
KeymasterThere isn’t anything bbPress can do to make Akismet work any better. It’s just heuristics and monitoring. Akismet misses a ton of spam here on bbPress.org, too.
On the Super Cache front, some improvements went in, but I haven’t spent a lot of time with them together; you probably have more than I have.
May 3, 2012 at 7:10 pm #113397In reply to: Private forums should have a login form
jobjorn
MemberHi! We’re running bbPress 2.0.2 as a WordPress plugin.
May 3, 2012 at 7:06 pm #113339In reply to: Forum = Archives?
John James Jacoby
KeymasterSomething with your theme is hardcoded to make that happen. Nothing bbPress can do about it if the theme takes over.
May 3, 2012 at 6:33 pm #113433In reply to: User registration
Sniper Kitten
MemberIf you’re runing bbPress only then select “Forum Participant”. If you allow your user to post articles beside forums then choose between “Contributor” or “Author”.
May 3, 2012 at 6:32 pm #113370In reply to: bbPress 2.0.2 plugin pretty permalinks 404
phillg
MemberYeah I have tried the default forums and tried changing it to discussions then flushing the htaccess file but it still 404’s it works when the default wordpress permalink settings are used.
The site is helloecoliving.com (the clients host is very slow)
Thanks
May 3, 2012 at 6:26 pm #113413Sniper Kitten
MemberIn /bbpress/bbp-includes/bbp-topic-template.php
Remove the following lines:
// Topic has no replies
} else {
$retstr = sprintf( __( ‘This topic has %1$s, contains %2$s.’, ‘bbpress’ ), $voice_count, $reply_count );
}
And these lines:
// Topic has replies
if ( $last_reply = bbp_get_topic_last_active_id( $topic_id ) ) {
$last_updated_by = bbp_get_author_link( array( ‘post_id’ => $last_reply, ‘size’ => $size ) );
$retstr = sprintf( __( ‘This topic has %1$s, contains %2$s, and was last updated by %3$s %4$s ago.’, ‘bbpress’ ), $voice_count, $reply_count, $last_updated_by, $time_since );
And also these lines:
‘before’ => ‘<div class=”bbp-template-notice info”><p class=”bbp-topic-description”>’,
You didn’t need to remove anything in bbpress.css, as the style it’s using is also used by the others.
This should do the job.
May 3, 2012 at 6:09 pm #113338In reply to: Forum = Archives?
Sniper Kitten
MemberThe default bbPress installation should be showing “Forums” instead of “Archives”.
Can you check for the presence of this line in bbpress.php below the line “$forum = array(“
‘name’ => __( ‘Forums’, ‘bbpress’ ),
May 3, 2012 at 5:48 pm #44543freie-bildung
MemberHello

In the German Forum bbpress unfortunately I found nothing about this problem … I want to delete the numbers behind the forum (post number / number of subjects). Where can I find this code?
Thank you in advance!
May 3, 2012 at 5:48 pm #44542Topic: User registration
in forum Installationrusswittmann
MemberDoes BBpress work with the default wordpress user registration? so if a user is all ready registered to my blog they can use the forum?
May 3, 2012 at 5:37 pm #113386In reply to: Beginner — How to add BBcode to my forum?
Sniper Kitten
MemberDo you mean you want a wysiwyg editor in bbpress such as TinyMCE? (Which include bold, italic, etc)
bbPress 2.0 does not comes with a wysiwyg editor. bbPress 2.1 do have a TinyMCE editor, although it’s still under development.
You can try this plugin Rich Text Editor For Comments or Basic Comment Quicktags
May 3, 2012 at 5:05 pm #113356Sniper Kitten
Member“Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.”
This is not an error. It only state that the bbPress is using the style that comes with bbPress, which is located in the bbp-twentyten.
“Broken Themes
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Name Description
bbPress (Twenty Ten) The parent theme is missing. Please install the “twentyten” parent theme.”
The “bbp-twentyten” comes with the bbpress is not designed to be use as a theme. It’s just used to style the bbPress forum, not your entire website.
May 3, 2012 at 4:53 pm #113367In reply to: cant get bbpress to appear on homepage
Sniper Kitten
MemberDo you mean you want the bbPress to appear in the mainpage (http://www.yourdomain.com) but not sub pages? (http://www.yourdomain.com/forums)
I don’t think you need to give me the admin login info. It’s just a few step:
Create a page with the following shortcode:
[bbp-forum-index]
Navigate to Setting > Reading in your dashboard. In the “Front page displays” option, select the page you created as front page. Now the forum should show up in the mainpage.
That’s it!
May 3, 2012 at 4:39 pm #113369In reply to: bbPress 2.0.2 plugin pretty permalinks 404
Sniper Kitten
MemberDid you change the forums base? (By default it’s “forums”)
Can you show me your website’s URL?
May 3, 2012 at 4:30 pm #113392In reply to: Changing the header for the forums
Sniper Kitten
MemberDo you mean the header with the words: “OVC BALL-NEWS AND ANALYSIS”?
None of the bbPress file pull the header from your site. They’re just using the templates in your theme, so it’s more correct to say that your theme template (header.php) is pulling the header. So there’s no easy solution for this unless you know how to modify & add the theme template files to output a function that showing different header when bbPress is present.
You may refer:
https://bbpress.org/documentation/themes/
&
https://bbpress.org/forums/topic/is-it-possible-to-use-different-template-per-forum
May 3, 2012 at 4:29 pm #113422In reply to: bbPress 2.0/2.1 and groups in Buddypress
H
ParticipantThanks a lot sniperkitten. The futures from bbPress 2+ are exactly what I need, not the futures from the bbPress that comes with Buddypress. But there wouldn’t come a possibility that the group forums of Buddypress are compatible with bbPress 2+?
May 3, 2012 at 4:17 pm #113404In reply to: bbpress displaying only 5 forums
Sniper Kitten
MemberSound confusing. I never see this problem before……
Are you able to access the missing forum directly? (By typing http://www.gizmonext.com/forum/example/)
May 3, 2012 at 4:05 pm #113421In reply to: bbPress 2.0/2.1 and groups in Buddypress
Sniper Kitten
MemberbbPress 2.1 do have a “Group Forums” feature, where you can create a forums that’s specific to that groups that will show up in the bbPress list but not the Group Forums list that comes with BuddyPress . But keep it mind that it’s still under development.
Actually, the Group Forums comes with BuddyPress is also using the bbpress, just with some differences.
May 3, 2012 at 3:19 pm #113410Sniper Kitten
MemberYou can find it in /bbpress/bbp-includes/bbp-forum-template.php (I’m using bbPress 2.02)
Remove the following lines:
// Forum
else
$retstr = sprintf( __( ‘This forum contains %1$s and %2$s, and was last updated by %3$s %4$s ago.’, ‘bbpress’ ), $topic_count, $reply_count, $last_updated_by, $time_since );
and these lines:
// Forum
else
$retstr = sprintf( __( ‘This forum contains %1$s and %2$s.’, ‘bbpress’ ), $topic_count, $reply_count );
and also these lines:
‘before’ => ‘<div class=”bbp-template-notice info”><p class=”bbp-forum-description”>’,
You’ll need to remove those lines in bbpress.css (Assume I’m using bbp-twentyten, so the location is /bbpress/bbp-themes/bbp-twentyten/css/bbpress.css):
div.bbp-template-notice.info {
border: #cee1ef 1px solid;
background-color: #f0f8ff;
}
This should remove the “this forum contains … topics… replies … ” while you still can see the “this topic contains … voices … replies… ” in each topic (Do you want to remove that too?)
Keep in mind that this is not a recommended way of changing the bbPress, as you’ll lose the setting when you perform an update (so you have to keep changing after each update), although there’s nobody to make such plugin to do that.
May 3, 2012 at 3:07 pm #44538Topic: bbPress 2.0/2.1 and groups in Buddypress
in forum InstallationH
ParticipantWhen will bbPress 2.0 integrate with Groups in Buddypress?
May 3, 2012 at 2:47 pm #113407In reply to: How to make bbPress Full Page Width?
Sniper Kitten
MemberUnfortunately there’s no easy way to do this. You’ll need to create a custom template for bbPress. If you have some experience doing PHP then this shouldn’t be a problem.
You can refer this topic:
https://bbpress.org/forums/topic/is-it-possible-to-use-different-template-per-forum
May 3, 2012 at 2:15 pm #113345In reply to: Human Test not working
cavenewt
ParticipantI’ve been using Human Test successfully for 8 months with bbpress standalone 1.0.2. Today it stopped working, accusing all registrants that they are a bot.
I tried to leave a comment over in the Plugins forum in the Human Test topic, but I can’t post a comment there; clicking Add Comment does nothing.
What’s up with bbpress all of sudden?
May 3, 2012 at 11:53 am #44530Topic: How to make bbPress Full Page Width?
in forum Troubleshootingwantei
MemberI recently Stated using bbPress on my blog to create a form but sadly the forum did not stretch to full screen width.Im using pagelines framework. can someone please help me out. http://wanani.me/forums
May 3, 2012 at 8:43 am #113396In reply to: Private forums should have a login form
pagal
ParticipantHi Jobjörn, what version you’re using for forums? bbPress standalone or bbPress as plugin?
May 3, 2012 at 7:43 am #113375In reply to: bbpress Forum is not displayed correctly
Alfahad Khan
MemberThanks for you reply Andrew , I did what you said and now it displays only 5 forums rest of the forums disappeared. I can see all of them in FORUMS->ALL FORUMS. How to display all the other forums. Please help..
-
AuthorSearch Results