????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.188.123.155 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/ |
Upload File : |
<?php do_action( 'bp_before_group_forum_content' ); if ( bp_is_group_forum_topic_edit() ) : bp_get_template_part( 'groups/single/forum/edit' ); elseif ( bp_is_group_forum_topic() ) : bp_get_template_part( 'groups/single/forum/topic' ); else : ?> <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="#post-new" class="show-hide-new"><?php _e( 'New Topic', '__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; ?> <?php do_action( 'bp_forums_directory_group_sub_types' ); ?> <li id="forums-order-select" class="last filter"> <label for="forums-order-by"><?php _e( 'Order By:', '__x__' ); ?></label> <select id="forums-order-by"> <option value="active"><?php _e( 'Last Active', '__x__' ); ?></option> <option value="popular"><?php _e( 'Most Posts', '__x__' ); ?></option> <option value="unreplied"><?php _e( 'Unreplied', '__x__' ); ?></option> <?php do_action( 'bp_forums_directory_order_options' ); ?> </select> </li> </ul> </div> <div class="forums single-forum" role="main"> <?php bp_get_template_part( 'forums/forums-loop' ) ?> </div><!-- .forums.single-forum --> <?php endif; ?> <?php do_action( 'bp_after_group_forum_content' ); ?> <?php if ( !bp_is_group_forum_topic_edit() && !bp_is_group_forum_topic() ) : ?> <?php if ( !bp_group_is_user_banned() && ( ( is_user_logged_in() && 'public' == bp_get_group_status() ) || bp_group_is_member() ) ) : ?> <form action="" method="post" id="forum-topic-form" class="standard-form"> <div id="new-topic-post"> <?php do_action( 'bp_before_group_forum_post_new' ); ?> <?php if ( bp_groups_auto_join() && !bp_group_is_member() ) : ?> <p><?php _e( 'You will auto join this group when you start a new topic.', '__x__' ); ?></p> <?php endif; ?> <p id="post-new"></p> <h4><?php _e( 'Post a New Topic:', '__x__' ); ?></h4> <label><?php _e( 'Title:', '__x__' ); ?></label> <input type="text" name="topic_title" id="topic_title" value="" maxlength="100" /> <label><?php _e( 'Content:', '__x__' ); ?></label> <textarea name="topic_text" id="topic_text"></textarea> <label><?php _e( 'Tags (comma separated):', '__x__' ); ?></label> <input type="text" name="topic_tags" id="topic_tags" value="" /> <?php do_action( 'bp_after_group_forum_post_new' ); ?> <div class="submit"> <input type="submit" name="submit_topic" id="submit" value="<?php esc_attr_e( 'Post Topic', '__x__' ); ?>" /> </div> <?php wp_nonce_field( 'bp_forums_new_topic' ); ?> </div><!-- #new-topic-post --> </form><!-- #forum-topic-form --> <?php endif; ?> <?php endif; ?>