Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 5,476 through 5,500 (of 32,678 total)
  • Author
    Search Results
  • #260785
    Venutius
    Moderator

    One of the features of WPFront User Role Editor is that it allows you to set whether menu items are visible to logged in users or not.

    #260772
    r0bm1lls
    Participant

    HI,

    There have been a few rather unhelpful topics around this. It seems like a pretty basic things to be able to do…

    I am using Buddypress with s2Member and want to allow a site visitor to message certain member when viewing their profiles. This is possible for logged in users wh are members themselves but not for public visitors it seems. Some people have tried to use a cotact page alongside a profile to allow the member to be contacted.

    PLease…. This is vital to my application.

    I am using Buddypress as part of a membership site where practitioners can be contacted by people visiting the site.

    Using latest versions of WordPress and Buddypress.

    #260763
    @mercime
    Participant

    @wasanajones Thank you for the report šŸ™‚ We will be removing that information from our readme.txt https://buddypress.trac.wordpress.org/ticket/7328

    #260758

    In reply to: Profile Page

    Earl_D
    Participant

    The look of your pages including the profile will be determined in large part by the theme you are using. Not sure if the image you referenced is the default buddypress theme with modifications or another WordPress theme. Pretty much any well designed WordPress theme should work but those made compatible with BP work best. You may want to try searching the WP theme directory with Buddypress as a keyword. There are also premium themes designed for BP which create their own look and feel for your site.
    Hope that helps

    #260742
    d6collab
    Participant

    Okay, I deactivated every plugin I have, except for BuddyPress and rtMedia. It did not resolve the problem. I can still only upload media from my own activity stream but not from the sitewide activity stream.

    I’m at a loss here. I really need to be able to resolve this. I even activated the Twenty Sixteen default theme to make sure it wasn’t a conflict with my theme and no dice.

    Why can’t media be uploaded from the sitewide activity stream? Anybody have any ideas?

    Please, I’m getting a little desperate here, as I don’t know what else I can do other than deactivate all the other plugins and activate one of the default WordPress themes, which I’ve already done with no resolution. Thanks for any insight you can give!

    #260734
    livingflame
    Participant

    For upload Media install: rtMedia plugin.

    #260717
    Venutius
    Moderator

    Yes this has been identified, a fix is going to be released today, in the meantime you will need to downgrade to 2.7. To do this you will need to download 2.7 from the “Developers” section of https://wordpress.org/plugins/buddypress/developers/, Delete BuddyPress 2.7.1 and then upload 2.7

    #260714
    danbp
    Participant
    #260710
    brumest
    Participant

    Hello,

    I am using the latest WordPress and BuddyPress versions on my site:
    http://www.artisticfreedomcrew.com/

    I set up my site in a way that users can upload their photos/images to the site through a front end uploader.
    Is there a way to add those pictures automatically to their personal profile page, working as a personal Gallery?

    Kind Regards,
    Bruno Mestre

    #260708
    attercop
    Participant

    Hello ! I’ve been looking everywhere for a solution, but since I haven’t found anything that is a real solution, I’m posting a new topic.

    My problem is : the emails sent by BuddyPress are in plain text and not in html. I’ve looked into the plugins we have installed, but none are SMTP. We’re using WordPress 4.6.1, BuddyPress 2.7.1 and the following plugins :
    Advanced Custom Fields
    AMP
    Appfull
    BbPress
    Bottom Admin Bar
    BP Emails for BBP
    BuddyPress Votes
    BuddyPress Xprofile Custom Fields Type
    Duplicate Post
    Glue for Yoast SEO & AMP
    Gravity Forms
    Gravity Forms CSS Ready Class Selector
    Hero Slider
    Loco Translate
    Meta Box
    Multiple Post Thumbnails
    Page Builder par SiteOrigin
    Redirection
    Reveal IDs
    rtMedia for WordPress, BuddyPress and bbPress
    SiteOrigin CSS
    SiteOrigin Widgets Bundle
    TinyMCE Advanced
    Ultimate Addons for SiteOrigin
    WordPress Social Login
    WP Viral Quiz
    Yoast SEO

    I’ve seen someone suggest modifying the bp core functions, which is a really bad idea and not a viable solution for my problem.

    Anyway, thanks in advance !

    #260704
    wasanajones
    Participant

    ummm… https://wordpress.org/plugins/buddypress/

    We list them on both our plugin directory and

    https://buddypress.org/extend/recommended-plugins/

    that is a 404 not found page

    swiftblack
    Participant

    wordpress v 4.6.1
    buddypress v 2.7.1

    I notice there is a ” 0 “ figure appearing anytime I post an update. this started occurring when i updated to the new version 2.7.1 but goes off when reverted to v2.7

    The issue still occurs all themes been used

    Please Help me fix this issue… Thank You

    #260681

    In reply to: Actions not taken

    Slava Abakumov
    Moderator

    One more thought aloud: I see in WordPress core code that this text also displays when nonce check (security) fails. See wp_nonce_ays() if you are interested. This function is used in check_admin_referer() which is used everywhere in BuddyPress. That’s the only hint that I can give you right now. Try investigate in this direction further. In general – this is something with your site/server and not BuddyPress itself.

    To cleanup – you will need to reinstall everything from scratch (I mean create a new database and use it). Those plugins do not provide cleanup on uninstall functionality.

    Slava Abakumov
    Moderator

    You don’t need a BuddyPress theme, any WordPress theme will work just fine.
    You can create a child theme for your current theme and modify BuddyPress behaviour through it. Copy /plugins/buddypress/bp-templates/bp-legacy/buddypress/ to your theme (in root).

    Remove everything that you don’t need, and leave only /your-theme/buddypress/members/single directory. In that dir you should work with home.php files and others, that are relevant to you.

    But now I see that redefining BuddyPress template only won’t work as expected. You also need to create page-members.php file, where members – is the slug of you Members Directory page. It should be modified with

    if ( bp_is_user() ) {
        get_header('slim');
    } else {
        get_header();
    }

    and same for get_footer('slim') instead of the default usage. You will need to create header-slim.php and footer-slim.php files as well, and THERE you should remove all your navigation and all markup you don’t want that pages to have.

    So yeah, quite a work, but doable once you dive into that. Hopefully I gave you the direction and general idea.

    #260670
    jaumearagay
    Participant

    Hi there!

    2 problems with group header file after 2.7.0. update (and cleaning cache in server and in browser and re-logging in).

    These are the versions I use:
    WordPress Version: 4.6.1
    PHP Version: 5.6.27
    MySQL Version: 5.6.28

    1.- I have a warning that I didn’t have before: “Warning: Creating default object from empty value in /home/…/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-member.php on line 1122”. I’ve hidden the warning but it’s not a solution.

    This is the function on line 1122 of that file:

    /**
    * Get a list of all a given group’s moderators.
    *
    * @since 1.6.0
    *
    * @param int $group_id ID of the group.
    * @return array Info about group mods (user_id + date_modified).
    */
    public static function get_group_moderator_ids( $group_id ) {
    global $wpdb;
    
    $group_mods = wp_cache_get( $group_id, ā€˜bp_group_mods’ );
    
    if ( false === $group_mods ) {
    self::prime_group_admins_mods_cache( array( $group_id ) );
    $group_mods = wp_cache_get( $group_id, ā€˜bp_group_mods’ );
    }
    
    // Integer casting.
    foreach ( (array) $group_mods as $key => $data ) {
    $group_mods[ $key ]->user_id = (int) $group_mods[ $key ]->user_id;
    }
    
    return $group_mods;
    }
    
    /*************/

    2.- The problem is somewhere else: In line 33 of the group-header.php file (in groups/single/ ) we find this line:

    if ( bp_group_has_moderators() ) :

    where ā€œbp_group_has_moderators()ā€ is giving a false ā€œtrueā€ value as I don’t have moderators in any group but the code is executed saying ā€œthere are no moderatorsā€ so it should not execute in the first place.

    I added this code to the file:

    /* TMP ************************************************** */
    echo ā€œmoderators: <br/>ā€;
    $tt = bp_group_has_moderators();
    
    echo ā€œ<pre>";
    var_dump( $tt );
    echo "</pre>ā€œ;
    
    /* *************** */

    And this is the result:

    array(1) {
    [0]=>
    object(stdClass)#5165 (1) {
    [ā€œuser_idā€]=>
    int(0)
    }
    }

    Does it bring any light?

    #260669
    neilmudie
    Participant

    Hi. I’m trying to implement a WordPress/BuddyPress ‘membership’ site that delivers online training via Learning Management Systems. Some of the candidate LMSs have limited integration with WordPress via their own plugins but a tonne of must-have features in their own LMS cloud app/website. (Unfortunately the WordPress LMSs like LearnDash etc aren’t functionally rich enough.) As such I wondered if It might be possible for BuddyPress to expose itself to Zapier.com Zaps with Zap.Actions (& maybe Zap.Triggers). For example when a Learner completes their LMS course and sends the event to Zapier.com, I’d like to create a Zap that uses this LMS.Course-Complete trigger to make a zap-action of ‘Log course completion [User] in BuddyPress Activity Stream.

    Other triggers/events might be: Course-Enrolment[User]; Course-Pass/Fail[User]; Lesson-Complete/Pass/Fail[User]; Topic-Complete/Pass/Fail[User] & Quiz/Test-Complete/Pass/Fail[User].

    Thoughts?

    Look forward to any constructive replies, including any known work-arounds or tips to implement the functionality myself.

    Regards, Neil

    #260668
    neilmudie
    Participant

    Hi. I’m trying to implement a WordPress/BuddyPress ‘membership’ site that delivers online training via Learning Management Systems. Some of the candidate LMSs have limited integration with WordPress via their own plugins but a tonne of must-have features in their own LMS cloud app/website. (Unfortunately the WordPress LMSs like LearnDash etc aren’t functionally rich enough.) As such I wondered if It might be possible for BuddyPress to expose itself to Zapier.com Zaps with Zap.Actions (& maybe Zap.Triggers). For example when a Learner completes their LMS course and sends the event to Zapier.com, I’d like to create a Zap that uses this LMS.Course-Complete trigger to make a zap-action of ‘Log course completion [User] in BuddyPress Activity Stream.

    Other triggers/events might be: Course-Enrolment[User]; Course-Pass/Fail[User]; Lesson-Complete/Pass/Fail[User]; Topic-Complete/Pass/Fail[User] & Quiz/Test-Complete/Pass/Fail[User].

    Thoughts?

    Look forward to any constructive replies, including any known work-arounds or tips to implement the functionality myself.

    Cheers, Neil

    d6collab
    Participant

    Hi,

    Hope I put this in the right forum. I really need some help. I’ve been trying to figure this out for a couple of hours, and have searched forums & googled everything I can think of, but have not found an answer.

    I’m running BuddyPress 2.7.0 and rtMedia 4.1.8 on WordPress 4.6.1 with a child theme of evolve 3.6.4. Here is a link to my site: https://d6collab.com/

    Everything is working great as far as I can tell so far, except for one thing. I can’t upload media from the sitewide activity stream, even though I have that option enabled in settings. I can upload it from my profile activity stream with no problems, though. Any ideas on why there is an issue uploading media just from the sitewide activity stream? Any insight is greatly appreciated!

    Thanks so much,
    elle

    #260649
    casttime
    Participant

    I don’t want to use too many Plugins you know about an option to change that directly in WordPress or the Database?

    #260648
    Venutius
    Moderator

    This might be because the emails are coming out with a WordPress email address, you could try using something like CB Change Mail Sender to change the address to one specific to your site maybe?

    #260628
    Slava Abakumov
    Moderator

    The best way – to allow access to specific pages for logged in users only. As GoogleBot is logged out – it will lose access and eventually remove indexed content. You can remove manually from Google Web Developer Console for this site as well.
    There are quite a lot of topics like these here on the forum. Just google it.

    https://wordpress.org/plugins/buddypress-members-only/
    etc

    Slava Abakumov
    Moderator

    You can’t do that in PHP. Well, actually you can – but you will break all the styling, as you will filter our header/footer.php files include. So basically it’s not a good idea.

    The best idea – to use a child theme. You can than even switch to that child theme for specific pages on your site. One of the ways to do that: https://premium.wpmudev.org/blog/wordpress-different-themes-for-pages/

    Another idea – do some magic with BuddyPress templates. It’s totally possible, but you will quite heavily modify them (that will complicate future maintainability).

    Also it would be easier to help you if you provided a URL to your site.

    #260626

    In reply to: registation page

    Slava Abakumov
    Moderator

    Make sure, that you have “Anyone can register” checkbox in Settings checked,
    AND
    on this page /wp-admin/admin.php?page=bp-page-settings “Register” component assigned to a WordPress page like this: http://take.ms/vYrhb

    #260599
    Mark elayan
    Participant

    Dear all,
    I have BuddyPress installed 2.7.0 and bbPress 2.5.10, on WordPress 4.6.1.
    I have a problem when a user delete an activity from their wall, it won’t be deleted, also when accepting a friendship nothing happens and the request still there not accepted and not rejected.
    I reinstalled BB and BP but nothing new and same problems.

    Already tried to disable all plugins and changed to twentysixteen and the same problems happen in there.
    I do not know if there are other problems or not as I just installed today and still trying to test as much as I can.
    Thank you

    #260595
    danbp
    Participant

    Check documentation
    https://codex.wordpress.org/Child_Themes

    Once child is activated, as soon as you click on appearence > editor it is the child style.css file which is showed.

    https://codex.wordpress.org/Appearance_Editor_Screen

    https://codex.wordpress.org/CSS

    Closing this topic as it subject is not related to BuddyPess.

Viewing 25 results - 5,476 through 5,500 (of 32,678 total)
Skip to toolbar