????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_edit_form' ); ?> <?php if ( bp_has_forum_topic_posts() ) : ?> <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" id="subnav" role="navigation"> <ul> <li> <a href="#post-topic-reply"><?php _e( 'Reply', '__x__' ); ?></a> </li> <?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 _e( 'Edit:', '__x__' ); ?> <?php bp_the_topic_title(); ?> (<?php bp_the_topic_total_post_count(); ?>)</h3> <?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_is_edit_topic() ) : ?> <div id="edit-topic"> <?php do_action( 'bp_group_before_edit_forum_topic' ); ?> <label for="topic_title"><?php _e( 'Title:', '__x__' ); ?></label> <input type="text" name="topic_title" id="topic_title" value="<?php bp_the_topic_title(); ?>" maxlength="100" /> <label for="topic_text"><?php _e( 'Content:', '__x__' ); ?></label> <textarea name="topic_text" id="topic_text"><?php bp_the_topic_text(); ?></textarea> <label><?php _e( 'Tags (comma separated):', '__x__' ); ?></label> <input type="text" name="topic_tags" id="topic_tags" value="<?php bp_forum_topic_tag_list(); ?>" /> <?php do_action( 'bp_group_after_edit_forum_topic' ); ?> <p class="submit"><input type="submit" name="save_changes" id="save_changes" value="<?php esc_attr_e( 'Save Changes', '__x__' ); ?>" /></p> <?php wp_nonce_field( 'bp_forums_edit_topic' ); ?> </div> <?php else : ?> <div id="edit-post"> <?php do_action( 'bp_group_before_edit_forum_post' ); ?> <textarea name="post_text" id="post_text"><?php bp_the_topic_post_edit_text(); ?></textarea> <?php do_action( 'bp_group_after_edit_forum_post' ); ?> <p class="submit"><input type="submit" name="save_changes" id="save_changes" value="<?php esc_attr_e( 'Save Changes', '__x__' ); ?>" /></p> <?php wp_nonce_field( 'bp_forums_edit_post' ); ?> </div> <?php endif; ?> </form><!-- #forum-topic-form --> <?php else: ?> <div id="message" class="info"> <p><?php _e( 'This topic does not exist.', '__x__' ); ?></p> </div> <?php endif;?> <?php do_action( 'bp_after_group_forum_edit_form' ); ?>