Import Forums -> Select Platform by default is “Example” I think it must NOT be selected by default, because the user may forget to select the right platform – and in that case nothing is going to happen, and user will think that the converter is broken …
I need to create a new set of topic types. So I can style them individually on the forum pages. I understand that there is a normal, sticky, and super sticky topic type. Can I make a custom that would be exactly like the normal just a different name?
Really need a plugin that will allow my site to offer Group and/or Individual projects. Example: A group signs on to perofrm a generic activity for 30 days. They each have their own profile page and post their progess in a preset table of some sort.
Can anyone help or offer a plugin suggestion? Thanks.
http://www.evilsourcegaming.com/forums/
I have tried changing the forums with twenty ten and left it over night. What happens is not every forum changes to that and the side bar becomes moved to the bottom. I wanted to see if I can just make the forums full width to make it more presentable or fully removing the side bar from every page and forum. Thanks for your time and help.
I even added the files from bbpress to the wp-content/themes/bbpress as well. thanks again for your time and help.
I lost my forum front page after I tried naming a normal page “Forums”. It broke then, so I tried deleting it, but it’s still broken. Anyone know what’s going on? All the other forum pages work.
Thanks for the help.
How do I override bbp-common-functions.php so that I can safely upgrade bbPress without losing my one change?
Here is the original:
// array of time period chunks
$chunks = array(
array( 60 * 60 * 24 * 365 , __( 'year', 'bbpress' ), __( 'years', 'bbpress' ) ),
array( 60 * 60 * 24 * 30 , __( 'month', 'bbpress' ), __( 'months', 'bbpress' ) ),
array( 60 * 60 * 24 * 7, __( 'week', 'bbpress' ), __( 'weeks', 'bbpress' ) ),
array( 60 * 60 * 24 , __( 'day', 'bbpress' ), __( 'days', 'bbpress' ) ),
array( 60 * 60 , __( 'hour', 'bbpress' ), __( 'hours', 'bbpress' ) ),
array( 60 , __( 'minute', 'bbpress' ), __( 'minutes', 'bbpress' ) ),
array( 1, __( 'second', 'bbpress' ), __( 'seconds', 'bbpress' ) )
);
Here is what I want:
// array of time period chunks
$chunks = array(
array( 60 * 60 * 24 * 365 , __( 'y', 'bbpress' ), __( 'y', 'bbpress' ) ),
array( 60 * 60 * 24 * 30 , __( 'm', 'bbpress' ), __( 'm', 'bbpress' ) ),
array( 60 * 60 * 24 * 7, __( 'w', 'bbpress' ), __( 'w', 'bbpress' ) ),
array( 60 * 60 * 24 , __( 'd', 'bbpress' ), __( 'd', 'bbpress' ) ),
array( 60 * 60 , __( 'h', 'bbpress' ), __( 'h', 'bbpress' ) ),
array( 60 , __( 'min', 'bbpress' ), __( 'min', 'bbpress' ) ),
array( 1, __( 's', 'bbpress' ), __( 's', 'bbpress' ) )
);
I’m trying to make the forums support mobile, and the long words ruin my tables.
I want to be able to upgrade bbPress without losing this change. What can I do?
I am using an eleganttheme.com theme with buddypress and of course, bbpress. Everytime we start a new topic, I can’t see the initial post as a user or even the creator of the topic, I can only see it as an admin. If I click reply (w/o being able to see the initial post) I can see that reply, and any replies going forward. But the initial post won’t display, even if I post it as an admin. I have no idea why this is the case. Can someone please help me out?
Hello everyone, how can i make my website just https://bbpress.org/forums/
thanks
Hello,
I went to : https://translate.wordpress.org/projects/bbpress/plugin
Lots of language translation files are available and I was able to download them successfully.
Unfortunately for some languages, the current validators are not validating anything, leaving bbpress dead for these languages.
The bad thing is that there is no way to download older versions of the translation files, which could still work for 90% of the strings.
Please correct me if i’m wrong.
A solution would be to have a separate store on bbpress.org where the latest validated translation files are available. Even outdated translations would be better than nothing.
The situation is pretty bad, for example at the moment we can’t have a forum in the french language.
WP 3.4.1 bbPress 2.1.2 http://members.thenourishedcommunity.com/ I’m looking for a way to have bbpress/forums be a first level menu item without generating a custom link menu item. The site I’m working on is running Wishlist and Wishlist doesn’t want to recognize the custom linked menu item for forums. Because of that I cannot protect the forums from non-members.