Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 12,951 through 12,975 (of 73,986 total)
  • Author
    Search Results
  • #259658
    Venutius
    Moderator

    The BuddyPress specific Menu items, including the link to the members profile page are now only avaialble from the menu options in Customize, you need to go there to find the menu item you need

    #259657
    aladinDr
    Participant

    Hello , i would ask about the block of widget how can show something like this button contact teacher just under the title (course create by …. , showing button contact course creator , that’s in buddypress but i try to find solution make that button showing thnx

    #259651
    BGRATED
    Participant

    Hi guys… I know this is a bit old.
    I would LOVE to have it as this.
    name – gender – age – city | MyWebsite.com

    I use the extended profile fields (gender) <- drop down pick only one., (Birthday) as primary and (city) text box.

    All are primary and required. I had something like this before (not buddypress) and I found the search results awesome.

    Thank you if anyone could help.
    The above code works like a charm.

    #259650
    danbp
    Participant
    403laura
    Participant

    I have wordpress version 4.6.1. I have buddypress version 2.2.2 (child theme in use). I also have bbpress 2.5.10. My website is http://getjobhelp.ca

    I am having issues with the activity stream…I am unable to see any activity posted by other people in my forum, regardless of what dropdown menu I use. I am able to only see my own activity. I hope the following example is specific enough, asI don’t really know how else to describe this.

    ***Example 1: when I am logged in as the “adminsitrator/keyholder”, I am able to see what I have posted in the activity stream but I cannot see anyone elses posts, no matter what dropdown menu I use i.e.; everything, updates, friendship, group updates, group memberships, posts, comments topics, replies, new docs, doc edits, doc comments.***

    ***Example 2: when I am logged in as a “User” I can see my own activity but I cannot see what anyone else has posted, regardless of which dropdown menu I use. (Same as above example but as a user) So in other words, the posts I made as the “administrator/keyholder” do not show up on my activity stream as a “user.”***

    After reading through this help section to get help with seeing the activity feed, someone suggested to deactivate the “buddyboss wall” plugin…I did that and was finally able to see my own activity stream but still having the above issues.

    I then installed the buddypress activity plus” plugin so users could interact through comments, videos and links…which appears and seems to work just fine. But When you cant see what anyone other than yourself posts in the forum, what use does it really serve? I would like for the members to be able to interact with each other but they wont know if someone else posted in the forum if the activity stream doesn’t work. (When I say forum, I do mean the whole site…not an individual forum)

    Lastly, I really do not know anything about code or where to put it or how to find where to insert it into the css or php or whatever, as I am not a developer, I am just a networking forum owner looking for some help please. 🙂 Thank you.

    Kishores
    Participant
    #259622
    Venutius
    Moderator

    Try logging out and then viewing them from the frontend, they don’t display if you are already logged in, though I thought they just took you to the homepage.

    Failing that I would try deactivating all plugins apart from BuddyPress to see if there is a conflict.

    IF that does not help try changing the theme to 2015.

    #259620
    Venutius
    Moderator

    It’s easiest if you enable New Users to Register before you activate BuddyPress for the first time, it then creates these pages automatically.

    However if you installed BuddyPress and then enabled new users to register then you have to set these pages up yourself, it’s pretty easy, you go to Dashboard>>Pages>>Add New and create two pages, one called “Register” and the other called “Activate”.

    Then you go to Dashboard>>Settings>>BuddyPress and click on the Pages option, from here you can associate the BuddyPress Activate and Register Items with the pages you just set up.

    FYI, I am setting up a BuddyPress Blog and have just published an article on setting up BuddyPress for the first time, you may find it useful.

    BuddyPress User

    I’m going to follow up with testing and configuring your BP site pretty soon.

    #259619
    randricks
    Participant

    Hello,

    This is my first time using BuddyPress and I’m pretty new to WordPress and don’t know how to assign my “Register” and “Activate” page to a blank page correctly. I’ve looked at my “Members” and “Groups” pages and they both seem to be blank when editing but when I go to the page url they have dynamically loaded content. I’m not sure where this content is being generated from and how to get “Register” and “Activate” to do the same. Any help would be much appreciated!

    Thanks!

    #259617
    Slava Abakumov
    Moderator

    Better to prevent spam users to register at all. There are a lot of plugins, that help with it.
    I use WP-SpamShield successfully on a BuddyPress site.

    #259613
    Slava Abakumov
    Moderator

    Can BuddyPress send all other emails? Like new message, groups changes etc?
    So, is the email with activation link the only email, that is not sent by BuddyPress?

    Slava Abakumov
    Moderator

    Here is related Codex page.
    You will need to change in your template something like this:

    <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>

    to this:

    <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&per_page=10' ) ) : ?>

    Check your theme /buddypress/activity/activity-loop.php file. If you don’t have it, just copy this file (preserving directories structure) from
    /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/activity-loop.php

    #259610

    In reply to: Login Keeps Admin

    Slava Abakumov
    Moderator

    That’s definitely not a BuddyPress issue.
    Make sure that you don’t have some “security” plugin activated, that might prevent the usual login process.

    Slava Abakumov
    Moderator

    AFAIK, installing BuddyPress on a subdomain of WordPress MultiSite won’t give you BP widgets (and other content) on a main site, thus you won’t be able easily (without coding) display BuddyPress content on any site in the network, excerpt the BP-site.
    So BuddyPress content will be available only on site where you activated BuddyPress.

    I hope I’ve answered your question.

    #259608
    Venutius
    Moderator

    I’ve been told that BP does not work that way and has never worked that way, however when I first set up the site that’s exactly how it worked. I tried your suggestion, unfortunately that did not work.

    I was also told to copy my three column layout file from the theme to /themes/buddypress.php but this did not work either.

    #259606
    Slava Abakumov
    Moderator

    So bp.example.com is the subdomain, that you use for BuddyPress. Does it have separate WordPress installation (not related to example.com)?
    Is WordPress on your example.com MultiSite or ordinary?

    #259603
    Slava Abakumov
    Moderator

    You definitely should try first to re-save page structure in Admin area => Pages => Members.
    Users profile inherits everything related to that page (like slug and structure), BuddyPress just substitutes that page content, so all its settings should be in place.

    #259602

    In reply to: Activity BuddyPress

    Slava Abakumov
    Moderator

    That’s quite a lot of custom code.
    All that activities are not related to BuddyPress directly. Although you can store them in activity directory when that action was performed using bp_activity_add() function.

    But as everything you described is not a default WordPress and BuddyPress functionality – I strongly advice you to find some developers, that will implement all that.

    #259600
    Hugo Ashmore
    Participant

    You’ll probably need to be a little more specific as to what you have done and are looking to control. BP provides many paths to custom styling you can create a child theme and then copy various BP templates or the stylesheets to it to modify, or you can create a new buddypress.php template from the themes page.php and redefine the get_template calls for header or footer so new unique ones are called when BP screens are being shown.

    The BP codex has all these details, have a hunt through the theme section and a read of the template hierarchy to learn how you can introduce new template parts.

    But re-state what you’re trying to do in a little more detail as we may be able to give better suggestions on how to achieve.

    r083r7
    Participant

    Hello BuddyPress community,

    I would like to know how could I have a specific theme template load for all BP pages.
    I created a theme template called “buddypress” (just a couple of changes to the header) and I would like this new template to load for BP.

    Any ideas on how to make this happen?

    #259596
    darklord236
    Participant

    I’m currently using wordpress version 4.6.1, and buddypress version 2.6.2. I am using the Gmail SMTP plugin. I have configured it correctly, and I can send test emails already. My problem is, Buddypress still won’t send activation emails. My question is, what is causing this problem, and how do I fix it?

    kida18
    Participant

    Hello!

    I would like to restrict the registration on my site to only a specific email domain, and only if the member type is X.
    My registration form includes the basic name/email/password fields as well as the buddypress base group fields, where the user can choose the member type (set up with plugin BuddyPress Xprofile Member Type Field).

    Browsing around I found the following code to validate the email domain:

       function is_valid_email_domain($login, $email, $errors ){
     $valid_email_domains = array("gmail.com","yahoo.com");// whitelist email domain lists
     $valid = false;
     foreach( $valid_email_domains as $d ){
     $d_length = strlen( $d );
     $current_email_domain = strtolower( substr( $email, -($d_length), $d_length));
     if( $current_email_domain == strtolower($d) ){
     $valid = true;
     break;
     }
     }
     // if invalid, return error message
     if( $valid === false ){
     $errors->add('domain_whitelist_error',__( '<strong>ERROR</strong>: you can only register using @gmail.com or @yahoo.com emails' ));
     }
    }
    add_action('register_post', 'is_valid_email_domain',10,3 );

    1) I tried replacing $valid_email_domains = array("gmail.com","yahoo.com"); with $valid_email_domains = (".edu"); but it didn’t work – I guess I should add a variable before it, to precise anything.edu as a valid domain? In a function, what would be the way to pass the “anything” argument? (I apologize if I don’t use the proper terms)
    Would it be “” ?

    2) I’ve tried checking how I could add one more validation argument, but I’m a bit lost.
    After checking around and in the register.php, I guess I should use something like :

    $membertype = $_POST ( 'type' => 'recruiter' )
     foreach( $membertype as $membertype ) {

    So, perhaps something like

    function is_valid_email_domain($login, $email, $membertype, $errors ){
     $membertype = $_POST ( 'type' => 'recruiter' )
     foreach( $membertype as $membertype ) {
    I don't know what to put here - how to link both arguments "if member type is "recruiter" and if email domain belong to the whitelist then proceed, if not give an error message"
        $valid_email_domains = (""".edu");// whitelist
        $valid = false;
        foreach( $valid_email_domains as $d ){
    	    $d_length = strlen( $d );
            $current_email_domain = strtolower( substr( $email, -($d_length), $d_length));
            if( $current_email_domain == strtolower($d) ){
                $valid = true;
                break;
            }
        }
        // if invalid, return error
        if( $valid === false ){
            $errors->add('domain_whitelist_error',__( '<strong>ERROR</strong>: you can only register using your .edu email address' ));
        }
    }
    
    add_action('register_post', 'is_valid_email_domain',10,3 );

    I’m probably completely wrong, I don’t know how to code, I’ve just tried putting several things I found together..but if someone has an idea on how I could make it work I would be very grateful

    #259589

    In reply to: Groups on Buddy press

    danbp
    Participant

    Hi,

    if you mean mailing blog posts to members and if you use BuddyPress only for it’s group component, you have better to use WP Groups plugin. You don’t need BP.

    if you mean group notices, you can code something yourself or use this plugin or this one and send the post permalink to the group users.

    Not exactly what you asked for, but i have no better idea.

    For the phone question, i’ve never heard about such an app.

    #259587
    jillparks
    Participant

    I’d like to use Buddypress only for groups, like a facebook group… but on my site.

    I’d like to know that once people are in the group, if I can make my post (as administrator) get emailed to them… in addition to being posted on the page?

    Also, is there an app on an iphone or android they can use for the group? or just use the phones browser and go to the page?

    Thanks!

    #259586
    danbp
    Participant

    hi @lemonsmcgee,

    this question is documented on codex

    Emails

Viewing 25 results - 12,951 through 12,975 (of 73,986 total)
Skip to toolbar