BuddyBoss Home – Web Support Forums Themes Boss. theme disable register button

Tagged: 

Viewing 7 posts - 16 through 22 (of 22 total)
  • Question

    #64366

    Anonymous
    @

    Hi @kostasf
    inside
    /boss-child/template-parts/left-panel.php

    from line 32 to 40

    replace following lines

    
    				<?php if ( !is_user_logged_in() && buddyboss_is_bp_active() && !bp_hide_loggedout_adminbar( false ) ) : ?>
    
    					<?php if ( buddyboss_is_bp_active() && bp_get_signup_allowed() ) : ?>
    						<a href="<?php echo bp_get_signup_page(); ?>" class="register-link screen-reader-shortcut"><?php _e( 'Register', 'boss' ); ?></a>
    					<?php endif; ?>
    
    					<a href="<?php echo wp_login_url(); ?>" class="login-link screen-reader-shortcut"><?php _e( 'Login', 'boss' ); ?></a>
    
    				<?php endif; ?>
    

    with

    
    <?php if ( !is_user_logged_in() && buddyboss_is_bp_active() && !bp_hide_loggedout_adminbar( false ) ) : ?>
    
    					<a href="<?php echo wp_login_url(); ?>" class="login-link screen-reader-shortcut"><?php _e( 'LOGIN WITH FB', 'boss' ); ?></a>
    
    				<?php endif; ?>
    

    You can delete /boss-child/left-panel.php using ftp
    Regards
    Varun Dubey

    Answers

    #64370
    @kostasf

    Thanks @vapvarun I did it but it doesn’t change the site when I refresh it! I uploaded left-panel.php having found it in the folder of the theme I downloaded when I bought boss and I created the folder template-parts! Is anything wrong with that? Maybe because I have uploaded left-panel.php 2 times I have to erase one?

    #64466

    Anonymous
    @

    hi @kostasf,

    I will be better you send you login details from our contact page, i will add those edits quickly
    This thread took long time.

    Regards
    Varun Dubey

    #64616
    @kostasf

    @vapvarun I just sent the details through the contact page so you can make the edits!!

    #64653

    Anonymous
    @

    Hi @kostasf
    I have added edits at your site.
    Regards
    Varun Dubey

    #64676
    @kostasf

    @vapvarun Thank you very much!! I admire your programming knowledge and I would like to have it also and I will try to acquire them!
    Can you explain me very quickly what was the problem? 🙂 I mean I had copied the code!

    #64708

    Anonymous
    @

    Hi @kostasf, One more file edit was required
    I have added it to same template-parts folder and made edits inside it.
    I will close this topic, feel free to create new topic for any further queries.
    Regards
    Varun Dubey

Viewing 7 posts - 16 through 22 (of 22 total)
  • The question ‘disable register button’ is closed to new replies.