PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
themes
/
deep
/
buddypress
/
bbpress
<?php /** * Anonymous User * * @package bbPress * @subpackage Theme */ ?> <?php if ( bbp_current_user_can_access_anonymous_user_form() ) : ?> <?php do_action( 'bbp_theme_before_anonymous_form' ); ?> <fieldset class="bbp-form"> <legend><?php ( bbp_is_topic_edit() || bbp_is_reply_edit() ) ? _e( 'Author Information', 'bbpress' ) : _e( 'Your information:', 'bbpress' ); ?></legend> <?php do_action( 'bbp_theme_anonymous_form_extras_top' ); ?> <p> <label for="bbp_anonymous_author"><?php _e( 'Name (required):', 'bbpress' ); ?></label><br /> <input type="text" id="bbp_anonymous_author" value="<?php bbp_author_display_name(); ?>" tabindex="<?php bbp_tab_index(); ?>" size="40" name="bbp_anonymous_name" /> </p> <p> <label for="bbp_anonymous_email"><?php _e( 'Mail (will not be published) (required):', 'bbpress' ); ?></label><br /> <input type="text" id="bbp_anonymous_email" value="<?php bbp_author_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_author_url(); ?>" 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' ); ?> <?php endif; ?>
[+]
..
[-] form-topic.php
[edit]
[-] user-subscriptions.php
[edit]
[-] form-topic-tag.php
[edit]
[-] form-topic-merge.php
[edit]
[-] loop-search-forum.php
[edit]
[-] content-search.php
[edit]
[-] pagination-replies.php
[edit]
[-] form-topic-split.php
[edit]
[-] content-single-reply.php
[edit]
[-] content-single-topic-lead.php
[edit]
[-] content-archive-topic.php
[edit]
[-] loop-search.php
[edit]
[-] form-user-lost-pass.php
[edit]
[-] feedback-no-topics.php
[edit]
[-] form-reply.php
[edit]
[-] loop-replies.php
[edit]
[-] content-statistics.php
[edit]
[-] loop-single-forum.php
[edit]
[-] pagination-topics.php
[edit]
[-] user-topics-created.php
[edit]
[-] content-single-topic.php
[edit]
[-] loop-forums.php
[edit]
[-] content-topic-tag-edit.php
[edit]
[-] feedback-no-forums.php
[edit]
[-] content-single-forum.php
[edit]
[-] feedback-no-replies.php
[edit]
[-] user-replies-created.php
[edit]
[-] form-user-login.php
[edit]
[-] form-protected.php
[edit]
[-] pagination-search.php
[edit]
[-] form-user-edit.php
[edit]
[-] loop-search-reply.php
[edit]
[-] form-reply-move.php
[edit]
[-] loop-single-topic.php
[edit]
[-] loop-topics.php
[edit]
[-] content-single-view.php
[edit]
[-] form-search.php
[edit]
[-] feedback-no-search.php
[edit]
[-] form-user-roles.php
[edit]
[-] form-anonymous.php
[edit]
[-] user-profile.php
[edit]
[-] user-favorites.php
[edit]
[-] bbpress-functions.php
[edit]
[-] content-single-user.php
[edit]
[-] content-archive-forum.php
[edit]
[-] form-user-register.php
[edit]
[-] form-forum.php
[edit]
[-] feedback-no-access.php
[edit]
[-] feedback-logged-in.php
[edit]
[-] user-details.php
[edit]
[-] loop-search-topic.php
[edit]
[-] loop-single-reply.php
[edit]