?>
>
<div class="modal-dialog">
<div class="modal-content">
<div class="<?php 
echo firmasite_social_bbp_get_reply_class_modal();
?>
 clearfix">
	<div class="col-xs-4 col-md-3 pull-left bbp-reply-author text-muted fs-content-thumbnail">

		<?php 
do_action('bbp_theme_before_reply_author_details');
?>

		<?php 
bbp_reply_author_link(array('sep' => '<div class=clearfix></div>', 'show_role' => true));
?>

		<a href="#<?php 
bbp_reply_id();
?>
" class="" data-container="body" data-toggle="popover" data-rel="popover" data-html="true" data-placement="right" data-original-title="" data-content="<?php 
echo esc_attr($reply_manage);
?>
">
            <span class="edit-link text-muted"><span class="icon-cog"></span> <?php 
_e('Details', 'firmasite');
?>
</span>
         </a>
Example #2
0
					</td>
				</tr>

				<tr id="post-<?php 
    bbp_reply_id();
    ?>
" <?php 
    bbp_reply_class();
    ?>
>

					<td class="bbp-reply-author">

						<?php 
    bbp_reply_author_link();
    ?>

						<?php 
    if (is_super_admin()) {
        ?>
						
							<div class="bbp-reply-ip"><?php 
        bbp_author_ip(bbp_get_reply_id());
        ?>
</div>

						<?php 
    }
    ?>
Example #3
0
?>

	</div><!-- .bbp-reply-author -->

	<div class="bbp-reply-content">

		<div class="mom-bbp-reply-author mom-main-font">
			<span class="mom-main-color">
			<?php 
if (class_exists('userpro_api')) {
    /* Integrating UserPro */
    global $userpro;
    $link = preg_replace("/(?<=href=(\"|'))[^\"']+(?=(\"|'))/", $userpro->permalink(bbp_get_reply_author_id()), bbp_get_reply_author_link(array('sep' => '', 'size' => 0)));
    echo $link . userpro_show_badges(bbp_get_reply_author_id());
} else {
    bbp_reply_author_link(array('sep' => '', 'show_role' => false, 'type' => 'name'));
}
?>
			</span> <?php 
_e('on:', 'framework');
?>
 <?php 
bbp_reply_post_date();
?>
			<a href="<?php 
bbp_reply_url();
?>
" class="bbp-reply-permalink alignright">#<?php 
bbp_reply_id();
?>
</a>
<div id="post-<?php 
bbp_reply_id();
?>
" <?php 
bbp_reply_class();
?>
>

	<div class="bbp-reply-author">

		<?php 
do_action('bbp_theme_before_reply_author_details');
?>

		<?php 
bbp_reply_author_link(array('sep' => '', 'show_role' => true));
?>

		<div class="bbp-reply-post-date"><?php 
bbp_reply_post_date();
?>
</div>

		<div class="bbps-post-count"><?php 
printf(__('Post count: %s', 'evolve'), bbp_get_user_reply_count_raw(bbp_get_reply_author_id()));
?>
</div>

		<?php 
if (bbp_is_user_keymaster()) {
    ?>
        <?php 
if (!empty($user->user_nicename)) {
    $user_nicename = $user->user_nicename;
    echo "" . $user_nicename;
}
?>


      </div>


      <div class="smallrank">
        <?php 
$args = ['sep' => '', 'show_role' => false, 'type' => 'false'];
bbp_reply_author_link($args);
do_action('bbp_theme_after_reply_author_details');
?>
      </div>


      <div class="reply-date">
        <?php 
bbp_reply_post_date();
?>
      </div>



    </div>
Example #6
0
	<tr id="post-<?php 
bbp_reply_id();
?>
" <?php 
bbp_reply_class();
?>
>

		<td class="bbp-reply-author">

			<?php 
do_action('bbp_theme_before_reply_author_details');
?>

			<?php 
bbp_reply_author_link(array('sep' => '<br />'));
?>

			<?php 
if (is_super_admin()) {
    ?>

				<?php 
    do_action('bbp_theme_before_reply_author_admin_details');
    ?>

				<div class="bbp-reply-ip"><?php 
    bbp_author_ip(bbp_get_reply_id());
    ?>
</div>
        ?>
                </li>
            </ul>


            <?php 
        while (bbp_replies()) {
            bbp_the_reply();
            ?>



                <div class="td-reply">
                    <div class="td-reply-author-thumb">
                        <?php 
            bbp_reply_author_link(array('show_role' => true, 'type' => 'avatar', 'size' => 50));
            ?>
                    </div>
                    <div class="td-reply-desc">
                        <div class="td-reply-header">
                            <!-- author -->
                            <div class="td-reply-author">
                                <a href="<?php 
            bbp_reply_author_url();
            ?>
"><?php 
            bbp_reply_author_display_name();
            ?>
</a>
                            </div>
Example #8
0
    bbp_reply_admin_links();
    ?>
</span>
										</td>
									</tr>

									<tr id="reply-<?php 
    bbp_reply_id();
    ?>
" <?php 
    bbp_reply_class();
    ?>
>

										<td class="bbp-reply-author"><?php 
    bbp_reply_author_link(array('type' => 'avatar'));
    ?>
</td>

										<td class="bbp-reply-content">

											<?php 
    bbp_reply_content();
    ?>

										</td>

									</tr><!-- #topic-<?php 
    bbp_topic_id();
    ?>
-replies -->
Example #9
0
bbp_reply_author_link(array('type' => 'avatar', 'show_role' => false));
?>

		<?php 
do_action('bbp_theme_after_reply_author_details');
?>

	</div> --><!-- .bbp-reply-author -->

    <div class="bbp-meta">

		<?php 
do_action('bbp_theme_before_reply_author_details');
?>
    <?php 
bbp_reply_author_link(array('type' => 'name', 'show_role' => false));
?>
		<?php 
do_action('bbp_theme_after_reply_author_details');
?>

    <a href="<?php 
bbp_reply_url();
?>
" title="<?php 
bbp_reply_title();
?>
" class="bbp-reply-permalink"><span class="bbp-reply-post-date"><?php 
bbp_reply_post_date();
?>
</span></a>
		<?php 
do_action('bbp_theme_after_reply_author_details');
?>

	</div><!-- .bbp-reply-author -->

	<div class="bbp-reply-content">

		<?php 
do_action('bbp_theme_before_reply_content');
?>

		<div class="reply-meta">
			<?php 
bbp_reply_author_link(array('type' => 'name'));
?>
 <?php 
_ex('on', 'bbPress Reply', 'bunyad');
?>
 <span class="post-date"><?php 
bbp_reply_post_date();
?>
</span>
			
			
		<?php 
if (bbp_is_single_user_replies()) {
    ?>

			<span>&middot; 
<li id="post-<?php 
bbp_reply_id();
?>
" <?php 
bbp_reply_class(0, array('media'));
?>
>

	<?php 
do_action('bbp_theme_before_reply_author_details');
?>

	<div class="bbp_author_details">
        <?php 
bbp_reply_author_link(array('sep' => '', 'size' => 92));
?>

        <?php 
bbp_reply_author_role();
?>

		<span class="post-count">
			<?php 
echo $post_count;
?>
		</span>

		<?php 
if (bbp_is_user_keymaster()) {
    ?>
    ?>

		<?php 
    do_action('bbp_theme_after_reply_admin_links');
    ?>

	</div><!-- .bbp-meta -->
	
	<div class="bbp-reply-author">

		<?php 
    do_action('bbp_theme_before_reply_author_details');
    ?>

		<?php 
    bbp_reply_author_link(array('show_role' => true, 'size' => 14));
    ?>

		<?php 
    if (bbp_is_user_keymaster()) {
        ?>

			<?php 
        do_action('bbp_theme_before_reply_author_admin_details');
        ?>

			<div class="bbp-reply-ip"><?php 
        bbp_author_ip(bbp_get_reply_id());
        ?>
</div>
?>
 -->

<div <?php 
bbp_reply_class();
?>
>

	<div class="bbp-reply-author">

		<?php 
do_action('bbp_theme_before_reply_author_details');
?>

		<?php 
bbp_reply_author_link(array('sep' => '<br />', 'show_role' => false));
?>

		<?php 
/*if ( bbp_is_user_keymaster() ) :*/
?>

			<?php 
/* do_action( 'bbp_theme_before_reply_author_admin_details' ); */
?>

			<!--<div class="bbp-reply-ip"><?php 
/*bbp_author_ip( bbp_get_reply_id() ); */
?>
</div>
Example #14
0
?>
 -->

<div <?php 
bbp_reply_class();
?>
>

	<div class="bbp-reply-author">

		<?php 
do_action('bbp_theme_before_reply_author_details');
?>

		<?php 
bbp_reply_author_link(array('sep' => '<br />', 'show_role' => true, 'size' => 50));
?>

		<?php 
if (bbp_is_user_keymaster()) {
    ?>

			<?php 
    do_action('bbp_theme_before_reply_author_admin_details');
    ?>

			<div class="bbp-reply-ip"><?php 
    bbp_author_ip(bbp_get_reply_id());
    ?>
</div>