| Server IP : 104.21.25.182 / Your IP : 216.73.216.226 Web Server : Apache System : Linux server.rehabsharif.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : nobi37te ( 1003) PHP Version : 8.2.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/nobi37te/public_html/wp-content/themes/buddyboss-theme/bbpress/ |
Upload File : |
<?php /** * Search Loop - Single Forum * * @package bbPress * @subpackage Theme */ ?> <div class="bs-item-wrap"> <div class="flex flex-1"> <div class="item-avatar bb-item-avatar-wrap"> <?php echo bbp_get_author_link( array( 'post_id' => bbp_get_forum_id(),'type' => 'avatar', 'size' => '180' ) ); ?> </div> <div class="item"> <div class="item-title"> <?php do_action( 'bbp_theme_before_forum_title' ); ?> <a class="bbp-topic-permalink" href="<?php bbp_forum_permalink(); ?>"><?php bbp_forum_title(); ?></a> <?php do_action( 'bbp_theme_after_forum_title' ); ?> </div> <div class="item-meta bb-reply-meta"> <i class="bb-icon-l bb-icon-reply"></i> <div> <span class="bs-replied"> <?php $forum = bbp_get_forum( bbp_get_forum_id()); ?> <span class="bbp-forum-post-date"> <?php echo bbp_get_author_link( array( 'post_id' => bbp_get_forum_id(),'type' => 'name' ) ); ?> <?php printf( __( 'created %s', 'buddyboss-theme' ), bbp_get_time_since($forum->post_date) ); ?> </span> </span> </div> </div> </div> </div> </div>