| Server IP : 149.28.60.191 / Your IP : 216.73.217.128 Web Server : nginx/1.31.1 System : Linux vultr.guest 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : mda ( ) PHP Version : 7.4.33 Disable Function : getmyuid,passthru,leak,listen,diskfreespace,tmpfile,link,shell_exec,dl,exec,system,highlight_file,source,show_source,fpassthru,virtual,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix_getppid,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,proc_open,proc_close,proc_nice,proc_terminate,escapeshellcmd,ini_alter,popen,pcntl_exec,socket_accept,socket_bind,socket_clear_error,socket_close,socket_connect,symlink,posix_geteuid,ini_alter,socket_listen,socket_create_listen,socket_read,socket_create_pair,stream_socket_server MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/mda/webapps/mda-restore/wp-content/themes/Avada/bbpress/ |
Upload File : |
<?php /** * Search Loop - Single Topic * * @package bbPress * @subpackage Theme */ ?> <div id="post-<?php bbp_topic_id(); ?>" <?php bbp_topic_class(); ?>> <div class="bbp-reply-author"> <?php do_action( 'bbp_theme_before_topic_author_details' ); ?> <?php bbp_topic_author_link( array( 'sep' => '', 'show_role' => true ) ); ?> <?php if ( bbp_is_user_keymaster() ) : ?> <?php do_action( 'bbp_theme_before_topic_author_admin_details' ); ?> <div class="bbp-reply-ip"><?php bbp_author_ip( bbp_get_topic_id() ); ?></div> <?php do_action( 'bbp_theme_after_topic_author_admin_details' ); ?> <?php endif; ?> <?php do_action( 'bbp_theme_after_topic_author_details' ); ?> </div><!-- .bbp-topic-author --> <div class="bbp-reply-content"> <div class="bbp-reply-header"> <div class="bbp-meta"> <?php do_action( 'bbp_theme_before_topic_title' ); ?> <a href="<?php bbp_topic_permalink(); ?>" class="bbp-reply-permalink">#<?php bbp_topic_id(); ?></a> <div class="bbp-topic-title-meta"> <span class="bbp-search-topic"><?php _e( 'Topic: ', 'bbpress' ); ?> <a href="<?php bbp_topic_permalink(); ?>"><?php bbp_topic_title(); ?></a></span> <?php if ( function_exists( 'bbp_is_forum_group_forum' ) && bbp_is_forum_group_forum( bbp_get_topic_forum_id() ) ) : ?> <?php _e( 'in group forum ', 'bbpress' ); ?> <?php else : ?> <?php _e( 'in forum ', 'bbpress' ); ?> <?php endif; ?> <a href="<?php bbp_forum_permalink( bbp_get_topic_forum_id() ); ?>"><?php bbp_forum_title( bbp_get_topic_forum_id() ); ?></a> | </div><!-- .bbp-topic-title-meta --> <?php do_action( 'bbp_theme_after_topic_title' ); ?> </div> </div><!-- .bbp-topic-title --> <div class="bbp-reply-entry"> <?php do_action( 'bbp_theme_before_topic_content' ); ?> <?php bbp_topic_content(); ?> <?php do_action( 'bbp_theme_after_topic_content' ); ?> </div> </div><!-- .bbp-topic-content --> </div><!-- #post-<?php bbp_topic_id(); ?> -->