本文整理汇总了PHP中bbp_reply_class函数的典型用法代码示例。如果您正苦于以下问题:PHP bbp_reply_class函数的具体用法?PHP bbp_reply_class怎么用?PHP bbp_reply_class使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了bbp_reply_class函数的4个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: bbp_reply_id
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());
示例2: bbp_reply_class
<?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');
示例3: do_action
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">
示例4: bbp_get_reply_id
* @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();
?>