Skip to:
Content
Pages
Categories
Search
Top
Bottom

Removing the Please create an account to get started" sidebar


  • brisrocket
    Participant

    @brisrocket

    Is it possible to remove that sidebar box saying “Please create an account to get started.”

    I want my visitors to subscribe to my blog to receive news feeds as a primary CTA and then register to buddypress to contribute to any discussions.

    However, my visitors are all registering to BuddyPress and then not comming back because they don’t see follow-up posts.

    I should not expect them to register using BP plugin and then Subscribe using my Subscribe2 plugin. That’s just stupid.

    Ideas please?

    Site is here: Cyber glasses development

    Cheers, Andrew

Viewing 1 replies (of 1 total)

  • omgbud
    Participant

    @omgbud

    Hi,

    open up this file sidebar.php. can be found at buddypress/bp-themes/bp-default/sidebar.php

    around line 33, you can see this line:

    `if ( is_user_logged_in() ) :`

    This is the start of sidebar login widget box and below you can see line with the words “Please create an account to get started.”. If you do not want those words appear delete this line around line 37:

    `printf( __( ‘Please create an account to get started.’, ‘buddypress’ ), bp_get_signup_page() );`

    Just below the line above you can remove the login form and replace your subscription form or whatever.

    Hope it helps.

    ///////////////

Viewing 1 replies (of 1 total)
  • The topic ‘Removing the Please create an account to get started" sidebar’ is closed to new replies.
Skip to toolbar