bbPress 2.4 Now Available
-
Drop feedback about bbPress 2.4 here.
See the 2.4 milestone on Trac for changes.
If your viewing this from the forum and not the blog check this 🙂 http://bbpress.org/blog/2013/09/bbpress-2-4-released/
-
Hi Stephan thanks for your interesting, i have find the patch https://bbpress.trac.wordpress.org/attachment/ticket/2319/2319.patch and go to modify this file.. Thankyou…
Forgive me, I am a little new to WordPress. I tried to look for /wp-admin/options-general.php?page=bbpress, but don’t know where to look for this Auto-Role string. The option IS enabled under the settings menu.
I did, however, make some other discoveries:
1) Auto role is still working for some users that sign-up for the site, but not others. Can’t seem to figure out the common element for those instances where it works/doesn’t work.
2) Auto role seems to work for everyone once I deactivate my Register Plus Redux plugin (v3.9.10).
It is worth noting that there was no issue with Auto Role between Register Plus Redux v3.9.10 and bbPress v2.3.2. The issue only cropped-up after upgrading to bbPress v2.4
Any help that you can provide would be appreciated as I would really like to keep using Register Plus Redux.
Hi, i have problem with the patch – ticket 2319
in this code:
<?php while ( $widget_query->have_posts() ) : $widget_query->the_post(); $topic_id = bbp_get_topic_id( $widget_query->post->ID ); $author_link = ''; // Maybe get the topic author if ( 'on' === $settings['show_user'] ) : if ( $settings['show_user'] ) : $author_link = bbp_get_topic_author_link( array( 'post_id' => $topic_id, 'type' => 'both', 'size' => 14 ) ); <?php endif; ?> <li> <a class="bbp-forum-title" href="<?php bbp_topic_permalink( $topic_id ); ?>"><?php bbp_topic_title( $topic_id ); ?></a> <?php if ( ! empty( $author_link ) ) : ?> <?php printf( _x( 'by %1$s', 'widgets', 'bbpress' ), '<span class="topic-author">' . $author_link . '</span>' ); ?> <?php endif; ?> <?php if ( 'on' === $settings['show_date'] ) : ?> <?php if ( $settings['show_date'] ) : ?> <div><?php bbp_topic_last_active_time( $topic_id ); ?></div> <?php endif; ?> </li> <?php endwhile; ?>
Parse error: syntax error, unexpected T_ENDWHILE in /home/.sites/261/site2485/web/forum/wp-content/plugins/bbpress/includes/common/widgets.php on line 829
Can you help me; what´s wrong?
Hi, is simple, you must to delete if ( ‘on’ === $settings[‘show_user’] ) : and other string.. In patch you must replace string not add same string after…
Delete all old string and replace it with string of patch…
Ooooo Thank you!
I´m a newbie 🙂
and i don´t speak english very well, so.
BIG THANKS
🙂@johnjamesjacoby
do bbpress and buddypress work better in 2.4
Does buddypress / bbpress seo BetterI have a buddypress site with bbpress as the forum running in groups but for some reason buddypress give all pages the same title tags, even the bbpress pages(forums, topics), all posts and topics have the same titles.
but it works fine in the forum section without buddypress,
After updating to 2.4 I han no longer change forum visibility to “hidden.”
When editing a single forum via the WP dashboard, there is the ability to select hidden from the drop down menu, but after hitting the update button it reverts back to the previous state (either public or private).
When bulk editing a group of forums via the WP dashboard, there is not an option of “hidden” to select.
Has this visibility option been removed?
I’m running WP 3.6 with bbPress 2.4.
I’m using iTheme-2 in a slightly modified version utilizing a child theme.
What would it take to have the forum part behave the same way as it does here?
And leave everything else untouched?
In case needed: take a look here: http://moonen.dyndns.info/wlm4services/en/forums/.Thanks!
do you guys know if there is any way to avoid putting html tags for images and such as part of the comments? —>
<img src="http://asd" alt="asd" />
On mobile, portrait view, username/role/etc. aren’t left-aligned and have a margin-top of 0.
This could be my theme, but it wasn’t this way prior to the most recent update.
Thanks.
P.S. Avatars don’t show on mobile. How can they be enabled?
Hmm, my theme was already responsive; it must somehow be interacting with the changes that were made. 🙁
@Stephen Edgar
Hi Ive just updated and checked, when using buddypress and bbpress as group forums all pages still have the same titles from main groups, group, forum, to topic
Ok- I feel a bit like an a$$, but I finally realized that forum roles are not automatically assigned to a user account until after an email verification link is clicked or after a new user logs-in for the first time.
There is, indeed, no conflict between Register Plus Redux and bbPress 2.4.
I felt it was me due diligence to close the loop on this.
I’m missing some files and have no idea why?
Warning: require(/var/www/wp-content/plugins/bbpress/includes/forums/template-tags.php): failed to open stream: No such file or directory in /var/www/wp-content/plugins/bbpress/bbpress.php on line 306 Fatal error: require(): Failed opening required ‘/var/www/wp-content/plugins/bbpress/includes/forums/template-tags.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /var/www/wp-content/plugins/bbpress/bbpress.php on line 306
I’ve deleted and re-installed but no luck. I’ll keep poking around but if anyone knows what’s up that would be good.
Is there a temporary fix for the latest topics/replies widgets so that they once again show avatars/users/dates? Not having them is awful. Having to wait for another patch isn’t ideal.
Good job guys, keep up the great work 🙂
Where can I download 2.3.X? I’ve looked all over the site, even searched…
hi . im sorry to say that here , byt i want to develop bbpress in iran and i want to be your Representation . like wp-persian for wordpress .
plz guide me and told me what is to do for that . im new in here .
tnx a lot
@sysfailure0x5a
Go to https://bbpress.trac.wordpress.org/browser/branches/2.3 and press “Zip Archive” at the bottom.@hamed-hosseini Thanks, take a look at these resources to get started translating bbPress:
https://codex.bbpress.org/bbpress-in-your-language/
https://translate.wordpress.org/getting-startedHi Ive just updated and checked, when using buddypress and bbpress as group forums all pages still have the same titles from main groups, group, forum, to topic ect.
Is it possible to request a fix for this in the next update ?
Thanks for all your hard work guys!
Please help out with a temporary fix for the widget problem. This was a big thing to overlook!
- The topic ‘bbPress 2.4 Now Available’ is closed to new replies.