| Server IP : 172.67.147.195 / Your IP : 216.73.216.142 Web Server : Apache/2 System : Linux hosting8537.lvs 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : mienphi ( 1014) PHP Version : 8.2.14 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/mienphi/public_html/wp-content/themes/eduma_OLD/bbpress/ |
Upload File : |
<?php /** * Single Topic Lead Content Part * * @package bbPress * @subpackage Theme */ ?> <?php do_action( 'bbp_template_before_lead_topic' ); ?> <ul id="bbp-topic-<?php bbp_topic_id(); ?>-lead" class="bbp-lead-topic"> <li class="bbp-header"> <div class="bbp-topic-author"><?php esc_html_e( 'Creator', 'eduma' ); ?></div><!-- .bbp-topic-author --> <div class="bbp-topic-content"> <?php esc_html_e( 'Topic', 'eduma' ); ?> <?php bbp_topic_subscription_link(); ?> <?php bbp_topic_favorite_link(); ?> </div><!-- .bbp-topic-content --> </li><!-- .bbp-header --> <li class="bbp-body"> <div class="bbp-topic-header"> <div class="bbp-meta"> <span class="bbp-topic-post-date"><?php bbp_topic_post_date(); ?></span> <a href="<?php bbp_topic_permalink(); ?>" class="bbp-topic-permalink">#<?php bbp_topic_id(); ?></a> <?php do_action( 'bbp_theme_before_topic_admin_links' ); ?> <?php bbp_topic_admin_links(); ?> <?php do_action( 'bbp_theme_after_topic_admin_links' ); ?> </div><!-- .bbp-meta --> </div><!-- .bbp-topic-header --> <div id="post-<?php bbp_topic_id(); ?>" <?php bbp_topic_class(); ?>> <div class="bbp-topic-author"> <?php do_action( 'bbp_theme_before_topic_author_details' ); ?> <?php bbp_topic_author_link( array( 'sep' => '<br />', 'show_role' => true ) ); ?> <?php if ( bbp_is_user_keymaster() ) : ?> <?php do_action( 'bbp_theme_before_topic_author_admin_details' ); ?> <div class="bbp-topic-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-topic-content"> <?php do_action( 'bbp_theme_before_topic_content' ); ?> <?php bbp_topic_content(); ?> <?php do_action( 'bbp_theme_after_topic_content' ); ?> </div><!-- .bbp-topic-content --> </div><!-- #post-<?php bbp_topic_id(); ?> --> </li><!-- .bbp-body --> <li class="bbp-footer"> <div class="bbp-topic-author"><?php esc_html_e( 'Creator', 'eduma' ); ?></div> <div class="bbp-topic-content"> <?php esc_html_e( 'Topic', 'eduma' ); ?> </div><!-- .bbp-topic-content --> </li> </ul><!-- #bbp-topic-<?php bbp_topic_id(); ?>-lead --> <?php do_action( 'bbp_template_after_lead_topic' ); ?>