tina_sk (@tina_sk)

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

  • tina_sk
    Participant

    @tina_sk

    No one?

    I tryied to deactivate all plugins, but it´s still not working :/


    tina_sk
    Participant

    @tina_sk

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


    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?

Viewing 3 replies - 1 through 3 (of 3 total)