Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbPress 2.4 Now Available

Viewing 25 replies - 26 through 50 (of 69 total)

  • FreeWPress
    Participant

    @freewpress

    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…


    jgasparine
    Participant

    @jgasparine

    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.


    tina_sk
    Participant

    @tina_sk

    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?


    FreeWPress
    Participant

    @freewpress

    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…


    tina_sk
    Participant

    @tina_sk

    Ooooo Thank you!
    I´m a newbie 🙂
    and i don´t speak english very well, so.
    BIG THANKS
    🙂


    akgt
    Participant

    @akgt

    @johnjamesjacoby
    do bbpress and buddypress work better in 2.4
    Does buddypress / bbpress seo Better

    I 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,


    kcurlsjr
    Participant

    @kcurlsjr

    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?


    NogNeetMachinaal
    Participant

    @nogneetmachinaal

    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!


    aotar
    Participant

    @aotar

    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" />

    @akgt “all posts and topics have the same titles” this is fixed in bbPress 2.4


    @kcurlsjr
    This is a known issue on forum visibility, details are in ticket #2408 and a possible workaround is in this thread


    Nykess
    Participant

    @nykess

    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?

    @nykess bbPress 2.4 included some updates to make it responsive as detailed here.


    Nykess
    Participant

    @nykess

    Hmm, my theme was already responsive; it must somehow be interacting with the changes that were made. 🙁


    akgt
    Participant

    @akgt

    @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


    jgasparine
    Participant

    @jgasparine

    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.


    svcslzysh
    Participant

    @svcslzysh

    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.


    Nykess
    Participant

    @nykess

    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.


    jezza101
    Participant

    @jezza101

    Good job guys, keep up the great work 🙂


    SysFailure0x5a
    Participant

    @sysfailure0x5a

    Where can I download 2.3.X? I’ve looked all over the site, even searched…


    Haamed Hosseini
    Participant

    @hamed-hosseini

    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


    Xevo
    Participant

    @xevo

    @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-started


    akgt
    Participant

    @akgt

    @netweb

    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 ect.

    Is it possible to request a fix for this in the next update ?


    jgasparine
    Participant

    @jgasparine

    Thanks for all your hard work guys!


    Nykess
    Participant

    @nykess

    Please help out with a temporary fix for the widget problem. This was a big thing to overlook!

Viewing 25 replies - 26 through 50 (of 69 total)
  • The topic ‘bbPress 2.4 Now Available’ is closed to new replies.
Skip to toolbar