Forum Replies Created

Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
  • in reply to: Buy membership before sign up #7436
     vanaila
    Participant

    I’m interested by the original point. Have you something new about it ?

    in reply to: new user registration #7435
     vanaila
    Participant

    thanks

    in reply to: Register on Landing page but no search page on member site #7427
     vanaila
    Participant

    Hi, what have we to put to remove register form.

    I tried this, but it doesn’t work:

    add_action('after_setup_theme','remove_registration_form',11);
    function remove_registration_form() {
    remove_action('after_header_content','render_registration_form');
    }

    I tried with render_registration_user too

    in reply to: new user registration #7381
     vanaila
    Participant

    I think that I may have the same problem.

    Is there a way to check that they did active theit account, or to activate automatically the account?

    in reply to: Remove heart in pictures overlay in BP-Album #7046
     vanaila
    Participant

    But this code will replace it by a camera. Didn’t it?

    I want to remove it.

    in reply to: Near the mixed form #7034
     vanaila
    Participant

    Thanks I’ll look for that.

    in reply to: Remove heart in pictures overlay in BP-Album #7033
     vanaila
    Participant

    I just want to change in the BP-Albub… not anywhere else.

    Will it works?

    in reply to: paypal button size #6150
     vanaila
    Participant

    Sorry if I explain it badly.

    Thanks a lot for your help.

    in reply to: paypal button size #6127
     vanaila
    Participant

    This code give that with sweetdate theme :

    What is bad for me is that :

    I want it to be like this :

    Maybe I don’t put class=”custom” at the good place.

    in reply to: paypal button size #6079
     vanaila
    Participant

    thanks for your help.

    I did it like that :


    <form class=”custom” action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input type="hidden" name="hosted_button_id" value="LQRE83265WCME" />
    <table>
    <tbody>
    <tr>
    <td><input type="hidden" name="on0" value="Options de soutien" />Options de soutien</td>
    </tr>
    <tr>
    <td><select name="os0"><option value="Votre nom sur la page des soutiens pour 1an">Votre nom sur la page des soutiens pour 1an €10,00 EUR</option><option value="1 an en + et votre nom sur la page des soutiens pendant 1 an">1 an en + et votre nom sur la page des soutiens pendant 1 an €20,00 EUR</option><option value="3 ans en + et votre nom sur la page des soutiens pendant 3 ans">3 ans en + et votre nom sur la page des soutiens pendant 3 ans €35,00 EUR</option><option value="1 an en + et votre lien sur la page des soutiens pendant 1 an">1 an en + et votre lien sur la page des soutiens pendant 1 an €50,00 EUR</option><option value="Votre nom dans le footer du site pendant 1 an">Votre nom dans le footer du site pendant 1 an €100,00 EUR</option><option value="Votre lien dans le footer du site pendant 1 an">Votre lien dans le footer du site pendant 1 an €300,00 EUR</option></select></td>
    </tr>
    </tbody>
    </table>
    <input type="hidden" name="currency_code" value="EUR" />
    <input type="image" alt="PayPal - la solution de paiement en ligne la plus simple et la plus sécurisée !" name="submit" src="http://s17.postimg.org/lruenqwl7/soutien.png" />

    </form>

    But it doesn’t work.

    in reply to: How to hide part of profil that are display in the header #5972
     vanaila
    Participant

    Ok. Thanks a lot.

    If I found out something I’ll post it here. 🙂

    in reply to: Restrict repies in forums #5727
     vanaila
    Participant

    Sorry the question do not have its place in this forum I think

    in reply to: BP-WP-profile-reviews #5712
     vanaila
    Participant

    Ok. Try it now.

    It works perfectly thanks a lot !

    in reply to: BP-WP-profile-reviews #5658
     vanaila
    Participant

    Hi!

    Thanks for your help.

    I don’t find this : WP Admin – Sweetdate – Styling options – Quick css

    in WP Admin, I don’t have Sweedate folder.

    And in my folder WP content / Themes / Sweetdate … I don’t have Styling otpions folder either.

    So I will try to create it.

    I’ll be back 🙂

    in reply to: BP-WP-profile-reviews #4953
     vanaila
    Participant

    I sent it to you by mail.

    Thanks.

    in reply to: Différent homepage for login people #4952
     vanaila
    Participant

    Sorry, I made a mistake (don’t know which one).

    It Works Perfectly well

    in reply to: Différent homepage for login people #4841
     vanaila
    Participant

    The slider worked well in homepage.

    But I whish that logged in people don’t see it. Only visitors, logout people (sorry for my bad english)

    in reply to: date fields restriction #4757
     vanaila
    Participant

    find out what to change.

    For those who are interested.

    You have to uncomment this part in custom_buddypresse/bp-functions.php:

    if (! function_exists('bpfr_datebox_year_ranges')):
    /**
    * Filter year field only to allow minimum 18 year old members
    */
    function custom_bp_datebox($html, $type, $day, $month, $year, $field_id, $date) {
    $current_year = date("Y");
    $allowed_year = $current_year - 18;
    if($type == 'year'){

    $html = '<option value=""' . selected( $year, '', false ) . '>----</option>';

    for ( $i = $allowed_year; $i >= 1920; $i-- ) {
    $html .= '<option value="' . $i .'"' . selected( $year, $i, false ) . '>' . $i . '</option>';
    }
    }
    return $html;
    }
    endif;
    add_filter( 'bp_get_the_profile_field_datebox', 'custom_bp_datebox',10,7);

    in reply to: Différent homepage for login people #4755
     vanaila
    Participant

    May someone help me please?

    in reply to: date fields restriction #4754
     vanaila
    Participant

    please help ?

    in reply to: Remove the search glass at the end of the menu #4662
     vanaila
    Participant

    thanks… sorry for the post

    in reply to: restrict forum directory #4612
     vanaila
    Participant

    thanks a lot, didn’t find this post with my research.

    in reply to: Membership levels #3937
     vanaila
    Participant

    As for me,

    Cannot chose if people can acces profile, send private messages, downloads images or not, etc…

    How can we fix it ?

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

Log in with your credentials

Forgot your details?