????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.142.92.19 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.se/wp-content/themes/x/buddypress/groups/single/forum/ |
Upload File : |
<?php do_action( 'bp_before_group_forum_topic' ); ?> <form action="<?php bp_forum_topic_action(); ?>" method="post" id="forum-topic-form" class="standard-form"> <div class="x-item-list-tabs-subnav item-list-tabs no-ajax" id="subnav" role="navigation"> <ul> <?php if ( is_user_logged_in() ) : ?> <li> <a href="<?php bp_forum_topic_new_reply_link(); ?>" class="new-reply-link"><?php _e( 'New Reply', '__x__' ); ?></a> </li> <?php endif; ?> <?php if ( bp_forums_has_directory() ) : ?> <li> <a href="<?php bp_forums_directory_permalink(); ?>"><?php _e( 'Forum Directory', '__x__' ); ?></a> </li> <?php endif; ?> </ul> </div> <div id="topic-meta"> <h3><?php bp_the_topic_title(); ?> (<?php bp_the_topic_total_post_count(); ?>)</h3> <?php if ( bp_forum_topic_has_tags() ) : ?> <div class="topic-tags"> <?php _e( 'Topic tags:', '__x__' ); ?> <?php bp_forum_topic_tag_list(); ?> </div> <?php endif; ?> <?php if ( bp_group_is_admin() || bp_group_is_mod() || bp_get_the_topic_is_mine() ) : ?> <div class="last admin-links"> <?php bp_the_topic_admin_links(); ?> </div> <?php endif; ?> <?php do_action( 'bp_group_forum_topic_meta' ); ?> </div> <?php if ( bp_has_forum_topic_posts() ) : ?> <div class="x-pagination pagination no-ajax"> <div id="post-count-top" class="pag-count"> <?php bp_the_topic_pagination_count(); ?> </div> <div class="pagination-links" id="topic-pag-top"> <?php bp_the_topic_pagination(); ?> </div> </div> <?php do_action( 'bp_before_group_forum_topic_posts' ); ?> <ul id="topic-post-list" class="item-list" role="main"> <?php while ( bp_forum_topic_posts() ) : bp_the_forum_topic_post(); ?> <li id="post-<?php bp_the_topic_post_id(); ?>" class="<?php bp_the_topic_post_css_class(); ?>"> <div class="poster-meta"> <a href="<?php bp_the_topic_post_poster_link(); ?>"> <?php bp_the_topic_post_poster_avatar( 'width=40&height=40' ); ?> </a> <?php echo sprintf( __( '%1$s said %2$s:', '__x__' ), bp_get_the_topic_post_poster_name(), bp_get_the_topic_post_time_since() ); ?> </div> <div class="post-content"> <?php bp_the_topic_post_content(); ?> </div> <div class="admin-links"> <?php if ( bp_group_is_admin() || bp_group_is_mod() || bp_get_the_topic_post_is_mine() ) : ?> <?php bp_the_topic_post_admin_links(); ?> <?php endif; ?> <?php do_action( 'bp_group_forum_post_meta' ); ?> <a href="#post-<?php bp_the_topic_post_id(); ?>" title="<?php esc_attr_e( 'Permanent link to this post', '__x__' ); ?>">#</a> </div> </li> <?php endwhile; ?> </ul><!-- #topic-post-list --> <?php do_action( 'bp_after_group_forum_topic_posts' ); ?> <div class="x-pagination pagination no-ajax"> <div id="post-count-bottom" class="pag-count"> <?php bp_the_topic_pagination_count(); ?> </div> <div class="pagination-links" id="topic-pag-bottom"> <?php bp_the_topic_pagination(); ?> </div> </div> <?php else: ?> <div id="message" class="info"> <p><?php _e( 'There are no posts for this topic.', '__x__' ); ?></p> </div> <?php endif;?> <?php if ( ( is_user_logged_in() && 'public' == bp_get_group_status() ) || bp_group_is_member() ) : ?> <?php if ( bp_get_the_topic_is_last_page() ) : ?> <?php if ( bp_get_the_topic_is_topic_open() && !bp_group_is_user_banned() ) : ?> <div id="post-topic-reply"> <p id="post-reply"></p> <?php if ( bp_groups_auto_join() && !bp_group_is_member() ) : ?> <p><?php _e( 'You will auto join this group when you reply to this topic.', '__x__' ); ?></p> <?php endif; ?> <?php do_action( 'groups_forum_new_reply_before' ); ?> <h4><?php _e( 'Add a reply:', '__x__' ); ?></h4> <textarea name="reply_text" id="reply_text"></textarea> <div class="submit"> <input type="submit" name="submit_reply" id="submit" value="<?php esc_attr_e( 'Post Reply', '__x__' ); ?>" /> </div> <?php do_action( 'groups_forum_new_reply_after' ); ?> <?php wp_nonce_field( 'bp_forums_new_reply' ); ?> </div> <?php elseif ( !bp_group_is_user_banned() ) : ?> <div id="message" class="info"> <p><?php _e( 'This topic is closed, replies are no longer accepted.', '__x__' ); ?></p> </div> <?php endif; ?> <?php endif; ?> <?php endif; ?> </form><!-- #forum-topic-form --> <?php do_action( 'bp_after_group_forum_topic' ); ?>