Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] How to get buddypress registration in superslider-login plugin


  • Haime Croeze
    Participant

    @hcroeze

    Hi,

    on my site (http://www.croeze.net) I am trying to configure superslider-login. I got it almost, I only need to get the registration form (register.php) to show up. I tried to add the whole form from this page in there but it does not show anything. Any ideas?

    the superslider code I have is:

    `

    Registreer

    <?php printf( __( 'This field can be seen by: %s’, ‘buddypress’ ), bp_get_the_profile_field_visibility_level_label() ) ?> Change

    <?php printf( __( 'This field can be seen by: %s’, ‘buddypress’ ), bp_get_the_profile_field_visibility_level_label() ) ?>

    http:// .

    /

    :

    `

Viewing 5 replies - 1 through 5 (of 5 total)
  • I wonder if your issue isn’t the “if ($users_can_register)” conditional. Are you able to get anything to show up within that conditional? For example:

    `
    if ($users_can_register) :
    DOES THIS TEXT SHOW UP?
    endif;
    `


    Haime Croeze
    Participant

    @hcroeze

    Hi @themightymo

    that does work. I removed everything between the form tags and added “DOES THIS TEXT SHOW UP” and it does :-) see http://www.croeze.net


    Haime Croeze
    Participant

    @hcroeze

    question remains: why doesn’t the registration form show


    Brajesh Singh
    Participant

    @sbrajesh

    If the xprofile fields(custom profile fields) are not appearing, you may want to modify this in your code
    `

    `
    to
    `

    `

    That should make them appear.


    Haime Croeze
    Participant

    @hcroeze

    Solved: this is the final version I got on superslider (and added a css class “third” where I removed the max width)

    `

    Registreer

    <form action="/registreer” name=”signup_form” id=”signup_form” class=”standard-form” method=”post” enctype=”multipart/form-data”>

    <input type="text" name="signup_username" id="signup_username" value="” />

    <input type="text" name="signup_email" id="signup_email" value="” />

    <label for="”>

    <input type="text" name="” id=”” value=”” />

    <label for="”>

    <textarea rows="5" cols="40" name="” id=””>

    <label for="”>

    <select name="” id=””>

    <label for="”>

    <select name="” id=”” multiple=”multiple”>

    <a class="clear-value" href="javascript:clear( '’ );”>

    <label for="_day”>

    <select name="_day” id=”_day”>

    <select name="_month” id=”_month”>

    <select name="_year” id=”_year”>

    <p class="field-visibility-settings-toggle" id="field-visibility-settings-toggle-“>
    <?php printf( __( 'This field can be seen by: %s‘, ‘buddypress’ ), bp_get_the_profile_field_visibility_level_label() ) ?> Change

    <div class="field-visibility-settings" id="field-visibility-settings-“>

    <p class="field-visibility-settings-notoggle" id="field-visibility-settings-toggle-“>
    <?php printf( __( 'This field can be seen by: %s‘, ‘buddypress’ ), bp_get_the_profile_field_visibility_level_label() ) ?>

    <input type="hidden" name="signup_profile_field_ids" id="signup_profile_field_ids" value="” />

    <input type="submit" name="signup_submit" id="signup_submit" value="” />

    `

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Resolved] How to get buddypress registration in superslider-login plugin’ is closed to new replies.
Skip to toolbar