<input type="text" id="bbp_anonymous_email" value="<?php bbp_is_topic_edit() ? bbp_topic_author_email() : bbp_is_reply_edit() ? bbp_reply_author_email() : bbp_current_anonymous_user_data('email'); ?> " tabindex="<?php bbp_tab_index(); ?> " size="40" name="bbp_anonymous_email" /> </p> <p> <label for="bbp_anonymous_website"><?php _e('Website:', 'bbpress'); ?> </label><br /> <input type="text" id="bbp_anonymous_website" value="<?php bbp_is_topic_edit() ? bbp_topic_author_url() : bbp_is_reply_edit() ? bbp_reply_author_url() : bbp_current_anonymous_user_data('website'); ?> " tabindex="<?php bbp_tab_index(); ?> " size="40" name="bbp_anonymous_website" /> </p> <?php do_action('bbp_theme_anonymous_form_extras_bottom'); ?> </fieldset> <?php do_action('bbp_theme_after_anonymous_form');
<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'); ?> <a href="<?php bbp_topic_author_url(bbp_get_topic_id()); ?> "> <?php bbp_topic_author_avatar(bbp_get_topic_id()); ?> </a> <div class="bbp-reply-author-role"> <?php bbp_topic_author_role(array('topic_id' => bbp_get_topic_id())); ?> </div> <?php do_action('bbp_theme_after_topic_author_details'); ?>