Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
  • in reply to: Update without lose my modifications #11295
     Snake24
    Participant

    So if i understand i can rename the actual theme sweetdate-child and upload a new version of theme, then activate the sweetdate-child theme?
    Thanks

    in reply to: Update without lose my modifications #11292
     Snake24
    Participant

    I have made an error, i know. I have modified sweetdate theme and not child.
    How can i solve it now?

    in reply to: Add only the "online status" on members page #8550
     Snake24
    Participant

    Added but not solved:

    <?php

    /**
    * BuddyPress – Members Loop
    *
    * Querystring is set via AJAX in _inc/ajax.php – bp_dtheme_object_filter()
    *
    * @package BuddyPress
    * @subpackage bp-default
    */

    ?>

    <?php do_action( ‘bp_before_members_loop’ ); ?>

    <?php if ( bp_has_members( bp_ajax_querystring( ‘members’ ). ‘&per_page=’.sq_option(‘buddypress_perpage’) ) ) : ?>

    <?php do_action( ‘bp_before_directory_members_list’ ); ?>

    <div class=”item-list search-list” id=”members-list”>
    <?php while ( bp_members() ) : bp_the_member(); ?>

    <div class=”four columns”>
    <div class=”search-item”>
    <div class=”avatar”>
    <?php bp_member_avatar(‘type=thumb&width=94&height=94&class=’); ?>
    <?php do_action(‘bp_members_inside_avatar’);?>
    </div>
    <?php do_action(‘bp_members_meta’);?>
    <div class=”search-body”>
    <?php do_action( ‘bp_directory_members_item’ ); ?>
    </div>
    <div class=”bp-member-dir-buttons”>
    <?php do_action(‘bp_directory_members_item_last’);?>
    </div>
    </div>
    </div>

    <?php endwhile; ?>
    </div>

    <?php do_action( ‘bp_after_directory_members_list’ ); ?>

    <?php bp_member_hidden_fields(); ?>

    <!– Pagination –>
    <div class=”row”>
    <div class=”twelve columns pagination-centered”>
    <div class=”pagination” id=”pag-bottom”>
    <div id=”member-dir-pag-bottom” class=”pagination-links”>
    <?php bp_members_pagination_links(); ?>
    </div>
    </div>
    </div>
    </div>
    <!–end Pagination–>
    <?php else: ?>

    <div id=”message” class=”alert-box”>
    <?php _e( “Sorry, no members were found.”, ‘kleo_framework’); ?>
    </div>

    <?php endif; ?>

    <?php do_action( ‘bp_after_members_loop’ ); ?>

    in reply to: Add only the "online status" on members page #8363
     Snake24
    Participant

    Changed but not solved.
    Actually i have modified 3 files:

    members/members-loop.php
    custom_buddypress/bp-functions.php
    custom_buddypress/_inc/css/default.css

    How can i solve it?

    in reply to: List of users who has more affinity #6408
     Snake24
    Participant

    yes

    in reply to: List of users who has more affinity #6406
     Snake24
    Participant

    Nothing?

    in reply to: Conditional Profile Fields #5734
     Snake24
    Participant

    Gravity form is too expensive, thanks anyway.

    in reply to: Conditional Profile Fields #5731
     Snake24
    Participant

    And with gravity form fields it is possible to calculate affinity with sweetdate theme?

    in reply to: Conditional Profile Fields #5718
     Snake24
    Participant

    It’s possibile to register new profile field in “bp-functions.php” and write some jqeury code to create conditional field?
    Please help us

    in reply to: Conditional Profile Fields #5667
     Snake24
    Participant

    I thinked to use this plugin: http://wpbpshop.com/buddypress-user-account-type-pro
    Instead of “Account Type” i called the field faculty and exam
    What do you think about this?
    Thanks

    in reply to: Conditional Profile Fields #5661
     Snake24
    Participant

    I know. I need to insert a conditional profile field, please read the discussion.
    Thanks

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

Log in with your credentials

Forgot your details?