Hello,
BBpress 2.0 Plugin is using the standard content width of my WordPress installation for showing. But i would like to have it full width (920 px instead of 550px). Because of my posts is not a option to change the default content width.
How to change this for BBpress only?
Thanx in advance!
Page turns blank when updating profile with 2.0
.
Page turns blank when updating profile with 2.0
.
I don’t know if this is the right forum for this. Nevertheless, I’ve done some search in the forums and haven’t seen an answer or topic with this problem:
Whenever I try to update my user profile (with the Yahoo info, for example) I get this error:
Fatal error: Call to a member function get_error_codes() on a non-object in /**********/wp-content/plugins/bbpress/bbp-includes/bbp-common-functions.php on line 1392
I’m using the latest version (2.0-rc-2) of the bbPress plugin for WordPress.
Disable the buddypress forum components and such.
Anonymous User 5853594Inactive
@croata08
You do realize that if you’re using a child theme, its working depends on the parent theme? So if you delete the parent, the child stops functioning as well.
Anonymous User 5853594Inactive
@croata08
You do realize that if you’re using a child theme, its working depends on the parent theme? So if you delete the parent, the child stops functioning as well.
Hi Everyone,
I’m not a super hacker or anything, but I have some basic competence with computers. I’ve been tasked with converting our phpbb3 to bbpress standalone and now to bbpress plugin. I’ve managed to do phpbb to bbpress, but i am stuck at converting standalone to plugin.
We currently have wordpress users as well as bbpress users for our forums. We would like to maintain separate users for each. My major question is, how do I convert bbpress to the bbpress plugin and maintain those user categorations?
We do not want our forums users to be able to affect our wordpress account. This is the only information I can find:
bbPress Standalone to Plugin Converter Beta 2
Currently, there are three situations:
1. You have a new WordPress blog, to which you are migrating to and an established forum. Then, you would go to user migration section first and then proceed to forums, topics, posts migration section. In this process, all your WordPress users would be deleted (well, renamed to another table) and in place of those, bbPress users would be added. A keymaster will be WP admin, bb admin and moderator will be bbPress plugin moderators, rest all would be converted to the default WP role (which can be set in your WordPress settings).
2. Your WordPress and bbPress user tables are integrated. You don’t need the user migration process and you can directly go to forums, topics, posts migration section. No worries.
3. You have a established WordPress blog, with a good number of users and can’t afford to lose those. This is currently not supported as it is hard to merge two conflicting user sets.
John, I’m a newbie and am not clear on how to read the ticket. Will this work with bbpress 1.02?
Hi, thanks for the feedback. Actually I chose to hide the sublevel items in mobile view. I do intend to address it more practically, though. It shouldn’t be difficult. My original thinking was to provide some method of access on subpages after a user has clicked. It just seemed to be a cleaner approach while enforcing usability. That said, what I can do is apply a CSS rule that overrides the display:none rule on current/active menu items or add a JavaScript user agent script that adds a slidedown effect. I’ll play around with this a bit later today. in the dentist chair right now
@simplethemes
I’ve worked a lot with responsive themes and after going to the demo, I noticed you are fighting the same problem I have been for some time now.
Specifically the navigation when in ‘mobile’ view.
When in ‘full view’ mode, under the ‘about skeleton’ tab, there are dropdown links. However when switching to the mobile view mode, you are loosing those links.
I’ve been fighting myself with trying to come up with a nice way of displaying dropdown links when in a ‘mobile’ viewport.
By any chance have you guys been working on a way of combating this problem as well?
Cool! Great job. I am in love with responsive designs
@Trifon
My thought of deleting the theme is because their style it is in conflict with my child theme !
and still do not know that my theme has priority over the theme
wanted to delete the style, bbpress theme, sera that only he can I
the function add_theme_support (‘bbPress’); Let me have what priority over the bbpress?
@Trifon
My thought of deleting the theme is because their style it is in conflict with my child theme !
and still do not know that my theme has priority over the theme
wanted to delete the style, bbpress theme, sera that only he can I
the function add_theme_support (‘bbPress’); Let me have what priority over the bbpress?
Hello,
Somehow i don’t get BBPress Plugin working. When i try to view the forum i get redirected to the homepage. Only when i disable Buddypress everything is working and i’m able to view the forum.
I’m using WordPress 3.2.1 and the 2.0 RC2 of the plugin.
How to solve this?
Thanx in advance@
Hi
I have this problem too. Is there a workaround for this whilst the next release is coming? Seems to occur on login too via the login widget.
Any help would be appreciated.
Thanks
I started a loop with this loop opening:
<?php // Display the top topics of current forum
$args = array(
'post_type' => 'topic',
'posts_per_page' => '3',
'post_parent' => $post->ID,
'gdsr_sort' => 'thumbs',
'gdsr_ftvmin' => '1',
'gdsr_order' => 'desc',
'order' => 'DESC'
);
?>
<?php endif; ?>
<div class="entry-list-all">
<?php do_action( 'bbp_template_before_topics_loop' ); ?>
<?php query_posts( $args ); ?>
<?php while ( have_posts() ) : the_post(); ?>
…
All bbpress elements appear except those that display the author’s picture:
<?php printf( __( 'Started by: %1$s', 'bbpress' ), bbp_get_topic_author_link( array( 'size' => '14' ) ) ); ?>
and
<?php bbp_author_link( array( 'post_id' => bbp_get_topic_last_active_id(), 'size' => 14 ) ); ?>
They used to display in bbpress beta.
Is there any way to display them again?
Anonymous User 5853594Inactive
@BJ
The current RC2 works pretty well. Although news of the RC updates hasn’t been posted in the devblog, or anywhere else as far as I know, I do expect the plugin to go gold sometime soon.
I don’t think that there will be another RC, but then again, I wouldn’t be too surprised if things take a bit longer, this being bbPress and all…
@croata08
You don’t need Twenty Ten if you don’t use the bbPress child theme. Then you could remove all the files from the themes.
As updating works now, during the process all the changed files would get updated. So if there were to be made changes to the theme, they would get copied to your server.
But why would you? If you want to make a theme from scratch, you could use the child theme as a base with examples of how to write it.
Anonymous User 5853594Inactive
@BJ
The current RC2 works pretty well. Although news of the RC updates hasn’t been posted in the devblog, or anywhere else as far as I know, I do expect the plugin to go gold sometime soon.
I don’t think that there will be another RC, but then again, I wouldn’t be too surprised if things take a bit longer, this being bbPress and all…
@croata08
You don’t need Twenty Ten if you don’t use the bbPress child theme. Then you could remove all the files from the themes.
As updating works now, during the process all the changed files would get updated. So if there were to be made changes to the theme, they would get copied to your server.
But why would you? If you want to make a theme from scratch, you could use the child theme as a base with examples of how to write it.
bbPress 2.0 is a plugin to WordPress. WordPress plugins can integrate with bbPress 2.0.
bbPress 1.x has its own plugins system.
I am using BbPress plugin forum for WordPress.
When I create new topic it has a field for tags, which I enter with commas between normally.
THE THING IS THE TAGS DON’T DISPLAY ANYWHERE ON FORUM.
I think before I updated, the tags appeared on top of the page when reading discussion, but now there are’n there, anywhere.
DID I MESS THE CODE, or are tags not displayed anymore in the new versions of bbpress WordPress plugin?
how can we upload a wordpress plugins?
how to get wordpress plugins in bbpress?