This topic has 1 reply, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #49472
     MPatacconi
    Participant

    I used this page for registraton:

    http://www.cngei-pesaro.it/registrazione/

    It’s possible to customize it with a text and instructions before the shortcode. I tried to edit the page but with no effects.
    I’m a beginner, sorry for this stupid question…

    #49475
     sharmstr
    Moderator

    You can put this in your child functions.php file.

    COPY CODE
    
    add_action('bp_before_register_page','my_registration_instructions');
    
    function my_registration_instructions() {
     echo 'put your instructions here';
    }
    

    However, if you dont like where it is placed on the page, then you’ll have to copy /kleo/buddypress/members/single/register.php to your child theme and add your text where you want it.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?