????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.218.54.178 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 : |
<?php do_action( 'bp_before_member_messages_loop' ); ?> <?php if ( bp_has_message_threads( bp_ajax_querystring( 'messages' ) ) ) : ?> <?php do_action( 'bp_before_member_messages_threads' ); ?> <table id="message-threads" class="messages-notices"> <tr> <th class="thread-from"><?php ( 'sentbox' != bp_current_action() ) ? _e( 'From', '__x__' ): _e( 'To', '__x__' ); ?></th> <th class="thread-info"><?php _e( 'Message', '__x__' ); ?></th> <th class="thread-options"><?php _e( 'Action', '__x__' ); ?></th> </tr> <?php while ( bp_message_threads() ) : bp_message_thread(); ?> <tr id="m-<?php bp_message_thread_id(); ?>" class="<?php bp_message_css_class(); ?><?php if ( bp_message_thread_has_unread() ) : ?> unread<?php else: ?> read<?php endif; ?>"> <?php if ( 'sentbox' != bp_current_action() ) : ?> <td class="thread-from"> <?php bp_message_thread_from(); ?><br /> <span class="activity"><?php bp_message_thread_last_post_date(); ?></span> <?php if ( bp_get_message_thread_unread_count() != 0 ) : ?> <span class="x-bp-count"><?php bp_message_thread_unread_count(); ?></span> <?php endif; ?> </td> <?php else: ?> <td class="thread-from"> <?php bp_message_thread_to(); ?><br /> <span class="activity"><?php bp_message_thread_last_post_date(); ?></span> <?php if ( bp_get_message_thread_unread_count() != 0 ) : ?> <span class="x-bp-count"><?php bp_message_thread_unread_count(); ?></span> <?php endif; ?> </td> <?php endif; ?> <td class="thread-info"> <a href="<?php bp_message_thread_view_link(); ?>" title="<?php esc_attr_e( "View Message", "__x__" ); ?>"><?php bp_message_thread_subject(); ?></a><br /> <span class="thread-excerpt"><?php bp_message_thread_excerpt(); ?></span> </td> <?php do_action( 'bp_messages_inbox_list_item' ); ?> <td class="thread-options"> <input type="checkbox" name="message_ids[]" value="<?php bp_message_thread_id(); ?>" /> <a class="confirm" href="<?php bp_message_thread_delete_link(); ?>" title="<?php esc_attr_e( "Delete Message", "__x__" ); ?>"><?php _e( 'Delete', '__x__' ); ?></a> </td> </tr> <?php endwhile; ?> </table><!-- #message-threads --> <div class="messages-options-nav"> <?php bp_messages_options(); ?> </div><!-- .messages-options-nav --> <?php do_action( 'bp_after_member_messages_threads' ); ?> <?php do_action( 'bp_after_member_messages_options' ); ?> <div class="x-pagination pagination no-ajax" id="user-pag"> <div class="pagination-links" id="messages-dir-pag"> <?php bp_messages_pagination(); ?> </div> </div><!-- .pagination --> <?php do_action( 'bp_after_member_messages_pagination' ); ?> <?php else: ?> <div id="message" class="info"> <p><?php _e( 'Sorry, no messages were found.', '__x__' ); ?></p> </div> <?php endif;?> <?php do_action( 'bp_after_member_messages_loop' ); ?>