Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 36 total)

  • gaysurfers
    Participant

    @gaysurfers

    Thanks Mohamed but your function removes the exclusion of spam users.
    I have 6822 users in my db – none of them are spammers (user_status != 0)
    The MEMBERS tab still shows only 5724 members.
    Does it mean that 1118 members have NOT yet connected and logged-in to the site ? (they are not in pending list in ADMIN)
    Is there a way to get the MEMBERS tab to count the same number of members as the ACTIVITY page ?


    gaysurfers
    Participant

    @gaysurfers

    Sorry can you guys explain how to
    I pasted in sidebar.php
    I get the error
    Now where do i paste:
    $my_dummy_arg = array(‘this is useless’);
    bp_core_widget_members($my_dummy_arg);

    or

    bp_core_widget_members(array(‘nothing to see here move along’));

    ??
    Thanks for your help


    gaysurfers
    Participant

    @gaysurfers

    does anyone have the code to make it work with single user?


    gaysurfers
    Participant

    @gaysurfers

    HELP!!!


    gaysurfers
    Participant

    @gaysurfers

    Same here!
    I have installed it, copied the form to members/index.php
    All it did was create a submit button + “by name” next to search
    Wasn’t it supposed to add filters with my x-profile fields to filter the search?


    gaysurfers
    Participant

    @gaysurfers

    1 Upload bp-member-filter.php to the /wp-content/plugins/ directory
    2 Activate the plugin through the ‘Plugins’ menu in WordPress
    3 Add a form to your members/index.php or some other file (See: http://pastebin.com/bw0suXwe )
    4 Smile


    gaysurfers
    Participant

    @gaysurfers

    I have the same problem. 50% of my users are marked as spammers
    I think they don’t get the activation email, or it gets thrown in their SPAM folders..
    It would be nice to have a functionality in WP to send them another email with activation link..


    gaysurfers
    Participant

    @gaysurfers

    ?


    gaysurfers
    Participant

    @gaysurfers

    Great, can’t wait…


    gaysurfers
    Participant

    @gaysurfers

    Can anyone help?

    We desperately need :

    – Privacy Features

    – Advanced Search & X-Profile Fields

    – User-Blogs-Posts from Front-end

    When will that be?


    gaysurfers
    Participant

    @gaysurfers

    Oh yeah that would be great.. Let me know too


    gaysurfers
    Participant

    @gaysurfers

    I am dying to see the new version compatible with WordPress 2.9.2.

    Please can you keep us updated??

    Thanks


    gaysurfers
    Participant

    @gaysurfers

    I am dying to see the new version compatible with WordPress 2.9.2.

    Please can you keep us updated??

    Thanks


    gaysurfers
    Participant

    @gaysurfers

    is ’BP Member Filter’ plugin not compatible with wordpress 2.9.2 ??

    I don’t understand where i can find ”members.php” file.


    gaysurfers
    Participant

    @gaysurfers

    is ’BP Member Filter’ plugin not compatible with wordpress 2.9.2 ??

    I don’t understand where i can find ”members.php” file.


    gaysurfers
    Participant

    @gaysurfers

    Hey Pigi, I have the same problem, i don’t Know how to “Set my members.php to use “BP_Members_Filter” instead of “BP_Core_Members_Template””

    I don’t understand where i can find “members.php” file.

    is ‘BP Member Filter’ plugin not compatible with wordpress 2.9.2 ??


    gaysurfers
    Participant

    @gaysurfers

    So many posts about this topic!!!

    I too want to restrict pages / posts / and ALL buddypress pages to non members …

    Thanks peterverkooijen for the temporary solution but there should be a plugin that can do this in a nicer way.

    Does anyone know?


    gaysurfers
    Participant

    @gaysurfers

    Ok I found the solution:

    Need to use :

    <?php bp_profile_field_data( ‘field=Country&user_id=’ . bp_get_member_user_id() ) ?>


    gaysurfers
    Participant

    @gaysurfers

    YEAH!!! It’s working!!

    Tx Andy!


    gaysurfers
    Participant

    @gaysurfers

    Hi r-a-y

    I have tried to post specific xprofile fields with no success.
    It did work but since I installed the new version of buddypress (Version 1.2.2.1) it seems to have stopped working.
    http://www.gaysurfers.net/members/

    I have tried the following:

    <div class="item-meta"><?php bp_profile_field_data( 'field=Country' ) ?> - <?php bp_profile_field_data( 'field=Surf Spot' ) ?></div>
    
    and also
    
    <div class="item-meta"><?php bp_member_profile_data( 'field=Country' ) ?> - <?php bp_member_profile_data( 'field=Surf Spot' ) ?></div>

    I don’t know which one to use, but anyway none of them works. Is there some more code I need to add for it to work?
    Thanks


    gaysurfers
    Participant

    @gaysurfers

    if you want to have a look at the site, I am talking about this page:

    http://www.gaysurfers.net/members/

    The fields should be displayed next to each members, but it does not happen :(


    gaysurfers
    Participant

    @gaysurfers

    Hi

    Where do I check my error logs?

    I have tried different things with no success.

    I have tried the following:

    <div class=”item-meta”><?php bp_profile_field_data( ‘field=Country’ ) ?> – <?php bp_profile_field_data( ‘field=Surf Spot’ ) ?></div>

    and also

    <div class=”item-meta”><?php bp_member_profile_data( ‘field=Country’ ) ?> – <?php bp_member_profile_data( ‘field=Surf Spot’ ) ?></div>

    I don’t know which one to use, but anyway none of them works. Is there some more code I need to add for it to work?

    Thanks


    gaysurfers
    Participant

    @gaysurfers

    1. Which version of WP/MU are you running? version 2.9.2

    2. Did you install WP/MU as a directory or subdomain install? directory

    3. If a directory install, is it in root or in a subdirectory? root

    4. Did you upgraded from a previous version of WP/MU? If so, from which version?2.9.1

    5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? Yes. register do not wok since i installed BuddyPress

    6. Which version of BP are you running? Version 1.2.2.1

    7. Did you upgraded from a previous version of BP? YEs from 1.2.1

    8. Do you have any plugins other than BuddyPress installed and activated? Yes, but I have deactivated them all and the problem persists.

    9. Are you using the standard BuddyPress themes or customized themes? customized theme = furry-family

    10. Have you modified the core files in any way? no

    11. Do you have any custom functions in bp-custom.php? no

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Must be built in, i dont know what bbpress is.

    13. Please provide a list of any errors in your server’s log files.

    14. Which company provides your hosting? OVH


    gaysurfers
    Participant

    @gaysurfers

    I reinstalled WP and it is now working..


    gaysurfers
    Participant

    @gaysurfers

    I have re-installed wd completely and it is now working…

Viewing 25 replies - 1 through 25 (of 36 total)
Skip to toolbar