????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.224.3.26 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/members/single/messages/ |
Upload File : |
<div id="message-thread" role="main"> <?php do_action( 'bp_before_message_thread_content' ); ?> <?php if ( bp_thread_has_messages() ) : ?> <h3 id="message-subject"><?php bp_the_thread_subject(); ?></h3> <p id="message-recipients"> <span class="highlight"> <?php if ( !bp_get_the_thread_recipients() ) : ?> <?php _e( 'You are alone in this conversation.', '__x__' ); ?> <?php else : ?> <?php printf( __( 'Conversation between %s and you.', '__x__' ), bp_get_the_thread_recipients() ); ?> <?php endif; ?> </span> <a class="x-btn-bp confirm" href="<?php bp_the_thread_delete_link(); ?>" title="<?php esc_attr_e( "Delete Message", "__x__" ); ?>"><?php _e( 'Delete', '__x__' ); ?></a> </p> <?php do_action( 'bp_before_message_thread_list' ); ?> <?php while ( bp_thread_messages() ) : bp_thread_the_message(); ?> <div class="message-box <?php bp_the_thread_message_alt_class(); ?>"> <div class="message-metadata"> <?php do_action( 'bp_before_message_meta' ); ?> <?php bp_the_thread_message_sender_avatar( 'type=thumb&width=25&height=25' ); ?> <?php if ( bp_get_the_thread_message_sender_link() ) : ?> <a href="<?php bp_the_thread_message_sender_link(); ?>" title="<?php bp_the_thread_message_sender_name(); ?>"><?php bp_the_thread_message_sender_name(); ?></a> <?php else : ?> <?php bp_the_thread_message_sender_name(); ?> <?php endif; ?> <span class="activity"><?php bp_the_thread_message_time_since(); ?></span> <?php do_action( 'bp_after_message_meta' ); ?> </div><!-- .message-metadata --> <?php do_action( 'bp_before_message_content' ); ?> <div class="message-content"> <?php bp_the_thread_message_content(); ?> </div><!-- .message-content --> <?php do_action( 'bp_after_message_content' ); ?> <div class="clear"></div> </div><!-- .message-box --> <?php endwhile; ?> <?php do_action( 'bp_after_message_thread_list' ); ?> <?php do_action( 'bp_before_message_thread_reply' ); ?> <form id="send-reply" action="<?php bp_messages_form_action(); ?>" method="post" class="standard-form x-send-reply-form cf"> <div class="message-content"> <?php do_action( 'bp_before_message_reply_box' ); ?> <textarea name="content" id="message_content" rows="15" cols="40"></textarea> <?php do_action( 'bp_after_message_reply_box' ); ?> <div class="submit"> <input type="submit" name="send" value="<?php esc_attr_e( 'Reply', '__x__' ); ?>" id="send_reply_button"/> </div> <input type="hidden" id="thread_id" name="thread_id" value="<?php bp_the_thread_id(); ?>" /> <input type="hidden" id="messages_order" name="messages_order" value="<?php bp_thread_messages_order(); ?>" /> <?php wp_nonce_field( 'messages_send_message', 'send_message_nonce' ); ?> </div><!-- .message-content --> </form><!-- #send-reply --> <?php do_action( 'bp_after_message_thread_reply' ); ?> <?php endif; ?> <?php do_action( 'bp_after_message_thread_content' ); ?> </div>