I removed the div.bbp-breadcrumb in bbpress.css
then added this
.bbp-forums {
width: 100%;
}
But with no luck..
Its not working…
I also want full width forum on my following link…
http://vsagar.com/students/forums/forum/electronics-students-forum-3/
Please help…
I am using a custom theme I purchased from themeforest and installed the bbpress plugin. I want to know how I can integrate everything correctly so I can use the page templates when I create a new page??? Thanks in advance.
@shoo, 169k is nothing… I’ve got on with 3.5M posts and estimated it’ll take almost a week to import… lol Got another one running right now that’s got 300k and it’s been running 22 hours and is maybe 2/3 the way done.
The problem is with the meta updates and the way WP stores that kind of stuff there’s a boat load of inserting going on for every post. I’m hoping to take a look at the script in a few days to see if I can help it along.
@citizenkeith, if you are using the lastest version of the converter it should be pulling the correct dates. At least it is for VB now, where it wasn’t on the last version.
It was possible with BuddyPress and forums installed via BuddyPress, but I don’t know of a way using bbPress 2.x yet. 2.x is supposed to be the forum software used for BuddyPress 1.6 so it should be coming soon.
Awesome !
Thanks hscoder
really useful links
best wishes
_____________________________
“I recently learned something quite interesting about video games. Many young people have developed incredible hand, eye, and brain coordination in playing these games. The air force believes these kids will be our outstanding pilots should they fly our jets.”
Yes i use bbpress for Rpg
because it’s fun to b a young

_____________________
any comment
“I think that if someone plays a video game, and then goes out and harms another human being, or themselves because of what they just saw in the video game, they were screwed up in the head long before they got their hands on a controller.”
I am using a great plugin called “WordPress Access Control” right now and I really like it.
I don’t understand how to assign any particular role to being able to use the forum.
The instructions from this page seem to be outdated:
https://bbpress.org/documentation/integration-with-wordpress/
“In the “WordPress Integration” section of the “Settings” area in your bbPress admin you will find a “User Role Map” where you can set which roles will be applied to users who register on your forums. Users who register on your WordPress blog will have the appropriate role applied to their account when they first login to bbPress.”
I didn’t notice any “User Role Map”, but I could be easily mistaken.
How are these things handled in the current version of bbpress?
This seems like a pretty fundamental thing(?)
Has the same issue. I created “my-languages” folder, but bbPress does not pick up mo and po from it. I also look to find the way to make it compatible with qTranslate.
Hey everyone,
Is it possible to have multiple forums for different groups? For example if you go to my website…. http://studentbookmarket.com/ and click on ‘Michigan State University’ I have multiple forums set up however if you click on any other school i don’t have any forums on those pages. Is there a way to have personalized forums set up for different pages. I have bbpress and buddy press set up.
Thanks
You should be able to make a new role and only add the bbpress capabilities to it. Try something like jason tadlocks “members” plugin if you want to use a plugin to do this.
I’m using BBpress for my L5R writing/roleplaying community, though it’s still under construction. I would also be interested in a dice roller with the kind of functionality Myth-weavers has for theirs. If anyone knows of any, I’d appreciate it as well. Otherwise, I may just have to break down and figure out how to write my own.
Hey everyone,
Is it possible to have multiple forums for different groups? For example if you go to my website…. http://studentbookmarket.com/ and click on ‘Michigan State University’ I have multiple forums set up however if you click on any other school i don’t have any forums on those pages. Is there a way to have personalized forums set up for different pages. I have bbpress and buddy press set up.
Thanks
hi citizenkeith, do you run the /tools/recount after import, like anointed préconise juste 2 replies before yours?
Will a future update correct the “freshness” date? As is, it’s the time of the conversion, not the actual freshness of the topic/post.
I am new to WordPress and bbPress. I have a WordPress 3.3 site with bbPress installed in its own directory. I went through all the steps for WordPress Integration and all the WordPress users show up as bbPress users so that is good.
The problem is I thought that a logged in WordPress user would be logged in to the bbPress section when they go to the forums. But they are not. They have to log in again.
Is this how it works or is there another step that I need to get full integration?
De po-file lijkt me niet compleet, er zijn nog een hoop teksten die in Engels worden weergegeven. (Of heb ik het mis?)
Ik heb nu zelf een hoop vertalingen gedaan, maar in de code zelf. Dat is natuulijk niet de meest handige oplossing, want bij upgrades van bbPress zou ik die weer kwijt zijn.
Kun je zelf vertalingen aan de po-file toevoegen?
Wil eventueel helpen bij verder vertalen van bbPress, indien nodig!
Hello!
Installed bbPress and created a custom theme. All worked well, but
changing permalinks from None to Name based result in ‘Page not found’ error.
When changing back to None, all works fine!
URL of Forum: http://forum-zeldzame-netwerken.nl
(in Dutch)
Any suggestions?
Thanks!
Is it safe to upgrade to WP 3.3 with BBPress 2.02 or should I wait for BBpress to be updated?
I just had the same problem but figured it out.
Probably not the cleanest solution but it works
go to the bbp-themes/bbp-twentyten/bbpress/ folder
open forum-topic.php
search for “form-allowed-tags”
select and delete
<?php if ( !current_user_can( 'unfiltered_html' ) ) : ?>
<p class="form-allowed-tags">
<label><?php _e( 'You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes:','bbpress' ); ?></label>
<code><?php bbp_allowed_tags(); ?></code>
</p>
<?php endif; ?>
Thx for our work. it’s really cool 
i try to import 169 000 post of my phpbb, it’s very very very long
thx again
@Steve
Did you run the /tools/recount after import?
That is what sets the dates, user counts etc.