Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 7,076 through 7,100 (of 69,044 total)
  • Author
    Search Results
  • #271445
    stokim2012
    Participant

    @dcavins
    I strongly agree with guys.
    Why does not Buddypress offer cover image crop but profile image?
    It’s hardly choose cover image users want!
    Please offer cover image crop.

    #271444
    Venutius
    Moderator

    I can’t work out exactly what you are asking, but maybe you should take a look at this:

    Activity dropdown filters in templates

    jonleesky
    Participant

    I just want the original wordpress registration page. After I installed buddypress, It becomes a new registration page. is there any way to stop it? ((o(^_^)o))

    #271435
    Venutius
    Moderator

    Just search the forum for past suggestions, this thread for example explains how to change the menu ordering:

    BP 2.6.1.1 – Object of class BP_Core_BP_Nav_BackCompat could not be converted to string error

    #271431

    In reply to: Embed Groups

    Venutius
    Moderator

    Hold the presses! I’ve found a plugin that promises to deliver what you need!

    Shortcodes for BuddyPress

    If you install this one, it seems to have a group list shortcode where you can specify the id of the user that each group will belong to.

    For example [groups-listing user_id=1]

    I think this should in the least show all the groups you are a member of, WBCOM, the plugin author are also quite active and may add a feature for an admin= option.

    #271429

    In reply to: Embed Groups

    Venutius
    Moderator

    Actually I don’t think my way will work, it only lists out the groups that the user is a member of, not groups created by you. You could ask the plugin creator to add a feature to the BuddyPress Extended User Groups widget. http://www.buddydev.com have a support forum and generally welcome suggestions for plugin enhancements.

    I’m not even sure David’s suggestion is going to work for you, are you thinking about making this feature available for others to use?

    #271425
    threwthenevr
    Participant

    Not sure if thats the issue.

    I myself am having issues with the what’s new form.
    Trying to change border color.

    
    
    #buddypress form#whats new form {
          background-color: #82E0AA;
      padding: 4px 0 !important;
    }
    #271421

    In reply to: Embed Groups

    flannelgraphs
    Participant

    Thanks! Here’s what I want to do: I want a page that I can place text on and then list out my groups underneath that text. There should be a way to do that, right? I feel like I’m just missing it…

    We’re using BuddyPress for small groups and I want all of the available small groups to be listed on the same page underneath some explanatory text.

    #271420
    Venutius
    Moderator

    Regarding point 3, I have discovered one way to do this.

    You would need to overload the members-header.php (if not using cover images) or cover-image-header.php file, located in plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single

    Copy this file to themes/YOURTHEME/buddypress/members/single

    Then after line 36 insert the following:

    <div id="online">
        <?php
        global $bp;
        function check_is_user_online($user_id){
            if ( bp_has_members( 'type=online&include='.$user_id) ) return true;
            else return false;
        }
        $this_id = bp_displayed_user_id();
        $is_online = check_is_user_online($this_id);
        if ($is_online) echo "<label><img src='http://yourserver.com/wp-content/uploads/online.png' /> Online</Label>";
        else{ echo "<label><img src='http://http:yourserver.com/wp-content/uploads//offline.jpg' /> Offline</label>";}
        ?>
    </div>

    Replace the URL’s for the images to your own links and that should work, you can style it using the id #online

    #271412
    jameshh93
    Participant

    Anyone got any ideas for this as in search engine none of my buddypress posts rank whilst bbpress posts do because of use of title…

    #271410

    In reply to: Link is not embedding

    Venutius
    Moderator

    Is the link one that is supported by embed? my understanding is that only links with supported URL’s will embed, one such link would be https://wordpress.org/plugins/buddypress/

    pedger
    Participant

    @dro-i-de aparently this is a feature not a bug. If the user editing the fields has a bp_moderate capability, it is allowed to save empty fields. Your regular users will not.

    Found it here: https://buddypress.trac.wordpress.org/ticket/7483#comment:6

    I tested and it works as expecteded.

    Cheers

    pedger
    Participant

    I have the same issue. Apart from the Name field, all new fields marked as required doesn’t throw errors when the user saves its profile on either on frontend and backend.

    I created the fields using User > Profile fields tool, where there’s a required option. The input elements on the frontend even has ‘aria-required=”true”‘ param.

    In my case, when the user leaves a field empty (i.e. deletes the info that was there previously, the db entry is simply deleted. (agreed with @dro-i-de, not the expected behavior)

    How xprofile handles the fields marked as required?

    running WP 4.9.4 Theme: Boss (child Theme) 2.4.2
    Buddypress: 2.5.14

    #271379
    David Cavins
    Keymaster

    Hi @teljkon-

    I don’t understand your points 2 and 3, but 1 can be solved easily: https://codex.buddypress.org/administrator-guide/extended-profiles/

    Fields in the “Primary (Base)” profile field group are added to the registration form.

    #271376
    David Cavins
    Keymaster

    Cover images work best when the original image is large enough. You can disable cover images for groups and/or members at wp-admin > settings > buddypress > options:
    • Group Settings > Allow customizable cover images for groups
    • Profile Settings > Allow registered members to upload cover images

    Venutius
    Moderator

    No the comments are WordPress Territory, not BuddyPress, BuddyPress is extremely light in it’s handling of posts and comments and it does not have any moderation, WordPress handles that for comments.

    lorndal
    Participant

    Hi Venutius,
    Before a comment appears: “Comment must be manually approved ”

    it was set correctly, already.

    Also this is set correctly
    “Allow people to post comments on new articles”

    But still, the comments needs to be approved!

    The plugin “AccessPress Anonymous Post.” is super, thanks a lot 🙂

    But I still have the comment-needs-approvement-problem!
    Could the reason be somewhere else in other settings, somewhere in the BuddyPress-System?

    lorndal
    Participant

    Hi,
    in my private, user-login BuddyPress Community with groups, forums, activity-stream, I´m just integrating a blog, in which everyone should be able to create posts and comments, without having to wait for approvement!

    Here is my first problem:
    A participant can´t comment on an post, created by admin:
    “Your comment is awaiting moderation.”
    Even in the settings/discussion, “Allow people to post comments on new articles” is set!
    I also can´t find any other option, which could feed to this problem!

    Second:
    People should be able to create posts in the frontend, that it is not necessary, that they logg in into the wordpress-backend.
    Can anyone suggested a plugin for that?

    nice greetings and thousand thanks
    Sandra

    #271346
    Venutius
    Moderator

    This is not a feature of core BuddyPress. There’s a plugin (pretty old though) called BuddyPress Moderation however this allows the post to be flagged for moderation after it has been posted, as opposed to holding posts in a moderation queue.

    #271339
    Venutius
    Moderator

    You could check the Register page is set correctly in Dashboard>>Settings>>BuddyPress>>Pages. There should be a dropdown there to select the register page you wish to use. It should be set automatically though.

    #271335
    Venutius
    Moderator

    If I were you I’ve deactivate all plugins except BuddyPress to see if you still have the issue. I’ve got a test site running 2015 and bp and here it works so it seems that it’s something specific to your site.

    #271330
    Venutius
    Moderator

    I notice the registration form does not ask for the BuddyPress username, only the WordPress username. have you changed anything from the default to make it this way? That login does not seem to work.

    Venutius
    Moderator
    #271317

    In reply to: Embed Groups

    Venutius
    Moderator

    An alternative would be to use the BuddyPress Extended User Groups Widget from BuddyDev to display groups the user is admin of, then use something like Shortcode any Widget to display it in the page content. Not quite what you are looking for but simpler if you don’t feel up to coding.

    #271316

    In reply to: Embed Groups

    David Cavins
    Keymaster

    I don’t know of a shortcode for listing out groups. However, you could use the code in buddypress/bp-templates/bp-legacy/buddypress/groups/groups-loop.php as a starter. The loop is powered by bp_has_groups() which is template loop like the WordPress posts loop. You could add a template to your child theme, like page-group-list.php and copy that groups loop into it and start tinkering. you can read more about the parameters you can pass into bp_has_groups() here: https://buddypress.trac.wordpress.org/browser/branches/2.9/src/bp-groups/bp-groups-template.php#L290

    I do want to make sure that you know there’s a group directory built by default, right?

Viewing 25 results - 7,076 through 7,100 (of 69,044 total)
Skip to toolbar