Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 18,926 through 18,950 (of 94,540 total)
  • Author
    Search Results
  • #241496
    killabien
    Participant

    Okay, so while I’ve made some progress thanks to you two, I’m still missing something. I thought it was working tomorrow but the code wasn’t logical(I had to use author__not_in to display posts from all Spanish users but it didn’t work with other countries).

    So first of all, this code gives me only the users from a given country:
    <?php $Members = array((bp_has_members( my_custom_ids( 'country', 'Spain' ) )) ); ?>

    I’ve used the example Here and it displays only those two users I have with Spain. When I change to France it displays only one user, which is correct. So this one is good to go.
    I’m having trouble with the rest though.

    <?php 
     $query = new WP_Query( array( 'author__in' =>array($Members)));
     if ($query->have_posts()) :
    	// Start the Loop.
        query_posts($query);
       
    	while ($query->have_posts() ) : $query->the_post();
       
    
    		/*
    		 * Include the post format-specific template for the content. If you want to
    		 * use this in a child theme, then include a file called called content-___.php
    		 * (where ___ is the post format) and that will be used instead.
    		 */
             get_template_part( 'page-parts/post-content-small' ); 
             get_template_part( 'page-parts/posts-social-share' ); 
             
            ?>
    
            
    
            <?php if ( sq_option( 'page_comments', 0 ) == 1 ): ?>
    
                <!-- Begin Comments -->
                <?php comments_template( '', true ); ?>
                <!-- End Comments -->
    
            <?php endif; ?>
    
        <?php
     endwhile;
    
     endif;
    ?>
    

    Is what I’ve been trying to do. Putting (bp_has_members( my_custom_ids( 'country', 'Spain' ) )) into an array like this:
    $query = new WP_Query( array( 'author__in' =>array(bp_has_members( my_custom_ids( 'country', 'Spain' ) ))));
    Didn’t give me the results I wanted. What am I doing wrong? Once when I put author__not_in it worked but only with Spain and no other country. Now it’s not working even with Spain.
    Any suggestions? What should I do? Please help.

    Regards

    David

    #241492
    Prabin
    Participant

    @danbp nope this is coming from BuddyPress Group.

    d_enajetic
    Participant

    Hi there,
    Big fan of BP, but I have an issue after the latest update. BP now pulls videos from wordpress posts and places them in the Activity Stream. For my site, this kills the need of having my members actually read the post which is needed for the lessons I give and possibly comment on that page. Is there a way to remove that feature? Just from the WordPress posts, not media posted directly to the activity stream.

    I’m running the latest WordPress, Buddypress and bbPress. Also using RTmedia, all packaged with Kleo theme.

    Thanks for your help

    #241489
    djsteveb
    Participant

    Go to your main groups page, and an individual group page.

    On both do a “view source”

    Is there anything in your source that has anything to do with “robots”
    (like robots meta noindex)

    That would be an issue – but I bet it’s just the way buddypress handles the
    “meta name description”
    and html page “title” for groups, and individual member’s profile pages

    G’s Wb Tools always says it’s an issue for my bp sites..
    (missing completely, or duplicate your other pages, or too short)

    This issue was brought up and worked on a bit a few months ago here:
    https://buddypress.org/support/topic/bussdypress-title-and-seo-yoast-problem/#post-236324

    (since then there was some interesting discussion in a trac where I was impressed some of the devs thought about a lot of issues with this – can’t remember the trac # atm)

    I also made a suggestion about this issue here:
    https://buddypress.org/support/topic/page-titles-meta-desc-option-like-wp-permalinks/

    Although there was some great work on this issue recently, I think it’s still far from what the big G wants to see.

    Given the issues with each group’s lack of good (or any) meta name description, and lame page titles, it may actually be more beneficial to block their indexing with a robots.txt file – as having a bunch of issues there affects the ranking for the rest of your site from what I gather.

    #241482
    whoaloic
    Participant

    I just add that I could unset profile public tab:

    /* remove subtabs*/
    function remove_submenu_item() {
        bp_core_remove_subnav_item( 'settings', 'profile' );
    bp_core_remove_subnav_item( 'profile', 'public' );
    }
    add_action( 'bp_setup_nav', 'remove_submenu_item', 100 );
    

    But I need to change the Profile landing subnav to avoid 404 page.

    I found this piece of code but this only for main tab.

    /**
     * Change BuddyPress default Members landing tab.
     */
    define('BP_DEFAULT_COMPONENT', 'profile' );
    #241481
    whoaloic
    Participant

    Hello,
    actually I mean to merge content of members/single/settings/general.php and members/single/profile/edit.php.
    My idea is to get custom BP profile fields (username) along with the email and password fields in the general settings tab.
    When I copy plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/ to mytheme/buddypress/members/single/, those files don’t override plugin core files.

    #241477
    Prabin
    Participant

    Hi @jakobbader.. can you do the followings ?

    1. Most importantly, disable all plugins except BuddyPress.
    2. Also try Switching theme and Check.
    3. Make Sure you haven’t changed core files.

    #241471
    Serfma
    Participant

    I’ve googled but not found much of an answer, so I’ve decided to go ahead and ask here. What’s the compatibility like with Divi? I’ve noticed if I assign a page to a BuddyPress component, it uses the page, and instead I’m wanting to integrate it into the Divi Page Builder. Any help?

    carolynbrooks
    Participant

    I keep getting the notice: The following active BuddyPress Components do not have associated WordPress Pages: Register. Repair

    I don’t understand this (probably because I don’t know what I’m doing). I want the sign-in and registration form to be on my home page. But when I try to associate the Register page there is no choice for Home Page.

    What am I not understanding, please? Thanks.

    jmolly
    Participant

    I set up buddypress a couple of weeks ago and I’ve been working on getting my site set up how I want it but 2 days ago buddypress stopped working correctly on my site. For example, when I click on my name to display my profile, it will show my name but that’s it. It doesn’t pull up my profile image or the links to view notifications and such. And the status update box isn’t there. Also, if I go to my website/members, the list of members doesn’t come up. It just displays the “Members” title. I am not sure what happened to mess it up.

    #241456

    In reply to: Facebook Group

    Henry Wright
    Moderator

    “Your BuddyPress” is a place to show off your wonderful BuddyPress creations. Even though your Facebook group isn’t a BuddyPress creation, it is third-party and seems to be dedicated to BuddyPress so I thought this forum was a fitting place for your post.

    Hope that explains why your topic was moved.

    Hugo Ashmore
    Participant

    >I downloaded buddypress and the template pack too

    Why did you download the template pack, can you tell us what led you to the template pack, that package is quite old and not relevant you shouldn’t need it if you simply allow the BP theme compatibility process to run and copy any files if you need to customize them to your theme as explained in the article linked to above.

    We’d be interested to know what led you to the Template Pack so we can see if we have misleading guides and/or links to it that we can qualify to make things clearer.

    #241451

    In reply to: Facebook Group

    Henry Wright
    Moderator

    [Moved to the “Your BuddyPress” forum]

    Henry Wright
    Moderator

    Take a look at the BuddyPress Template Hierarchy article. That should answer any questions you have.

    #241446
    wellgolly
    Participant

    Does anyone know where I can find a wp/buddypress login plug in where I can have a regular login and under that I can have social log in buttons (widget)?, Also, it needs to have settings for when a person logs in they are redirected to buddypress profiles/activity page.

    One last question, what is the url to redirect a person to the profile/activity page? Thanks.

    Sillyking
    Participant

    Hello, I’m totally new to buddypress and I’m not the best when it comes to coding, far from it – I just finished building a wordpress theme from scratch with help of a tutorial, I downloaded buddypress and the template pack too but when I make changes in buddypress files in template pack it doesn’t appear on my site, why? The activities page, members, and registration page which buddypress automatically created works fine but even when I try editing their respective files in template pack it still doesn’t reflect on my site. Is there something I’m not doing right? I really do need help, and if possible codes that I need to add to make life easier for me. Thanks everyone.

    Site is hosted locally so I can’t show a link to my website.

    #241441
    shanebp
    Moderator

    Please use the code button.

    Store your meta in the bp_activity_meta table when an activity entry is created.
    Then you can use an Activity Meta Query to filter activities.

    Add custom filters to loops and enjoy them within your plugin

    #241432
    danbp
    Participant

    The anser you expect was in your first topic.

    I’ve searched the forum and there are no other topics about this.

    Topic is now closed.

    Next time you want help, give correct details and don’t ask us to see your site without giving his URL.

    #241431
    Anonymous User
    Inactive

    Thank you, danbp.

    I am sure now that BuddyPress is not the right solution for me.

    Nicole

    #241428

    In reply to: Fields Privacy Problem

    danbp
    Participant

    This is a knowed bug, a bit forgotten over the time (2 years back !).
    https://buddypress.trac.wordpress.org/ticket/4821

    @imath will look at this this week-end.

    Follow the ticket to see progress, and eventually give feedback if asked for. Login on Trac uses same credentials as here.

    That said, in your specific example, if a visitor knows the phone number of a registered user and try to search him on your site using that number, guess the relation between both is nearly familiar, so privacy is not a big problem, at least for them. 🙂

    #241427
    danbp
    Participant

    Seems you posted twice !
    https://buddypress.org/support/topic/where-i/

    or do you mean the Dashboard ?

    #241426
    danbp
    Participant

    Would it work if I would not connect the “members” page with BuddyPress in the settings, set the page to private and pull the dynamic content for the members list by a stortcode?

    No, no, no. That page is core, must exist and should be blank. Just a (custom) title.

    Do I need to learn to code to use BuddyPress?
    No, but it’s better if you know some basics.

    To make the member directory for loggedin users only, you have to:
    – create a child-theme (is explained on WP and BP codex)
    – copy/paste index.php from wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/index.php
    to
    /wp-content/themes/your_child/buddypress/members/index.php

    In this copy, right after <div id="buddypress">, in the existing php opening tag just after, you add if(is_user_logged_in() ):

    At the end of the file, you’ll find the closing div tag of #buddypress.
    Just before this closing tag, again an opening php tag, you add endif; before the do_action you’ll see there.

    If you did it correctly, the directory is now only be visible for loggedin users.

    Some basics:

    open php tag <?php
    closing php tag ?>

    open html tag <div>
    closing html tag </div>

    #241425
    Anonymous User
    Inactive

    Hello danbp,

    So far i understand you use bbPress and now you want a members directory, and eventually some additionnal fields on user’s profiles. And most of this should be private or “members only”, right ?
    >> Correct, combined with private bbpress forums on a website with also public content.

    I have set the “members” page I created as private, but it is still displayed when I go on the page as a logged out user. Why is that so?
    Would it work if I would not connect the “members” page with BuddyPress in the settings, set the page to private and pull the dynamic content for the members list by a stortcode?

    I can read into the codex of course, but do I need to learn to code to use BuddyPress?

    Nicole

    #241424
    danbp
    Participant

    Hi @nmschaller,

    bbPress is a separate plugin and BuddyPress doesn’t manage bbPress. For questions about forum settings, you can use the bbPress support.

    When you use BP groups component, you can add a forum to each of them. In this case only, you have to install bbPress. Of course you can also use bbPress as standalone on a BP install, or use bbPress with WordPress, without BP.

    BP doesn’t use “pages” but templates, and the only pages created during installation are in for internal purpose. The “member” page is used to show the member directory, but also profiles or members activities. This dynamic content is displayed on different templates, depending the context, and using WP’s page system to fire all that via a same page slug (aka internal path).

    your-site/members/some/thing/ where /some/thing/ is using his own template part displayed on “members page”.

    So far i understand you use bbPress and now you want a members directory, and eventually some additionnal fields on user’s profiles. And most of this should be private or “members only”, right ?

    The main problem is that you want some custom behave that need some knowledge (you seem to have), but you cannot edit functions.php Unfortunately, this is the place where to add customisation. And what to tell about bp-custom, which is another crucial cusmisation file.

    You want to drive and have no steering wheel ! Annoying… 😉

    The question is Do you need BuddyPress or can you use another solution ? 🙂

    Depends your project, really. Members directory or extended profiles can be done with separate plugins.

    Read here:
    http://chrislema.com/best-wordpress-membership-plugin-2014/

    Or digg into the Codex if you decide to use BuddyPress.

    #241421
    Anonymous User
    Inactive

    Hi there,

    I addition to bbpress private forums I have set up BuddyPress with minimal functions only: extended profiles / account settings + members page.

    I have seen that the users can choose what of their profile to make visible to whom. But what about the members page? It worries and wonders me is that there is no integrated functionality to restrict the members page to registered users only.

    What is a lightweight option to restrict this without installing another plugin to handle the problems that I did not have before BuddyPress?

    Is there a possibility to use BuddyPress to create a private forum in bbpress? Without opening up a facebook like group posting stream in addition to the bbpress forum? Who needs both?

    Thank you for some hints.

    Pleas note: I am not an IT person. I may handle some CSS or post some code in the filters and hooks sections of my theme options if you give me clear instructions. But I cannot edit functions.php.

    Nicole

Viewing 25 results - 18,926 through 18,950 (of 94,540 total)
Skip to toolbar