| Server IP : 172.67.134.116 / Your IP : 216.73.216.226 Web Server : Apache System : Linux server.rehabsharif.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : nobi37te ( 1003) PHP Version : 8.2.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/nobi37te/public_html/wp-content/themes/buddyboss-theme/bbpress/ |
Upload File : |
<?php /** * Anonymous User * * @package BuddyBoss * @subpackage Theme */ ?> <?php if ( bbp_current_user_can_access_anonymous_user_form() ) : ?> <?php do_action( 'bbp_theme_before_anonymous_form' ); ?> <fieldset class="bbp-form bbp-form-anonymous"> <legend><?php ( bbp_is_topic_edit() || bbp_is_reply_edit() ) ? _e( 'Author Information', 'buddyboss-theme' ) : _e( 'Your information:', 'buddyboss-theme' ); ?></legend> <?php do_action( 'bbp_theme_anonymous_form_extras_top' ); ?> <p> <label for="bbp_anonymous_author"><?php _e( 'Name (required):', 'buddyboss-theme' ); ?></label> <input type="text" id="bbp_anonymous_author" value="<?php bbp_author_display_name(); ?>" tabindex="<?php bbp_tab_index(); ?>" size="40" name="bbp_anonymous_name" placeholder="<?php _e( 'Name (required):', 'buddyboss-theme' ); ?>" /> </p> <p> <label for="bbp_anonymous_email"><?php _e( 'Email (will not be published) (required):', 'buddyboss-theme' ); ?></label> <input type="text" id="bbp_anonymous_email" value="<?php bbp_author_email(); ?>" tabindex="<?php bbp_tab_index(); ?>" size="40" name="bbp_anonymous_email" placeholder="<?php _e( 'Email (will not be published) (required):', 'buddyboss-theme' ); ?>" /> </p> <p> <label for="bbp_anonymous_website"><?php _e( 'Website:', 'buddyboss-theme' ); ?></label> <input type="text" id="bbp_anonymous_website" value="<?php bbp_author_url(); ?>" tabindex="<?php bbp_tab_index(); ?>" size="40" name="bbp_anonymous_website" placeholder="<?php _e( 'Website:', 'buddyboss-theme' ); ?>" /> </p> <?php do_action( 'bbp_theme_anonymous_form_extras_bottom' ); ?> </fieldset> <?php do_action( 'bbp_theme_after_anonymous_form' ); ?> <?php endif; ?>