Esempio n. 1
0
    bbp_reply_id();
    ?>
</a>

						<?php 
    bbp_reply_admin_links();
    ?>

					</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());
<?php

/**
 * Replies Loop - Single Reply
 *
 * @package bbPress
 * @subpackage Theme
 */
?>
	
<div <?php 
bbp_reply_class(0, 'single-post');
?>
>

	<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, 'type' => 'avatar'));
?>

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

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

	</div><!-- .bbp-meta -->

</div><!-- .bbp-reply-header -->
<?php 
$reply_manage = ob_get_contents();
ob_end_clean();
?>

<div id="post-<?php 
bbp_reply_id();
?>
" <?php 
bbp_reply_class(bbp_get_reply_id(), array("modal firmasite-modal-static"));
?>
>
<div class="modal-dialog">
<div class="modal-content">
<?php 
global $firmasite_bbpress_count;
$firmasite_bbpress_count++;
$search_class = (int) $firmasite_bbpress_count % 2 ? ' panel-footer' : ' panel-body';
?>
<div class="<?php 
echo firmasite_social_bbp_get_reply_class_modal(bbp_reply_id()) . $search_class;
?>
">
	<h5 class="bbp-search-replies-result-meta text-muted">
 * @package bbPress
 * @subpackage Theme
 */
$reply_id = bbp_get_reply_id();
$user_id = bbp_get_reply_author_id($reply_id);
$topic_count = bbp_get_user_topic_count_raw($user_id);
$reply_count = bbp_get_user_reply_count_raw($user_id);
$post_count = (int) $topic_count + $reply_count;
?>


<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();
?>