Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 13,851 through 13,875 (of 69,016 total)
  • Author
    Search Results
  • danbp
    Participant

    Hi,

    leave groups & request membership use the same button, depending the context. See reference.

    Try this if you use only private groups

    function xyz() {
    global $groups_template;
       if ( bp_is_active(group) )
          return '';
    }
    add_filter( 'bp_get_group_join_button', 'xyz' );

    Reference: wp-content\plugins\buddypress\bp-groups\bp-groups-template.php:2747

    #235453
    Henry Wright
    Moderator

    Hi @whoaloic

    What do you mean by “note”?

    Messages can be either public or private. Private messages work kind of like chat, and can be seen only by the ‘thread’ participants. Public message are ‘front-end’. You can public message someone by prefixing their username with the @ symbol. Public messages are also known as mentions.

    Regarding favourites, see this Trac ticket for how the feature will be improved over the next few versions.

    Hope this information helps.

    #235452
    Emineminero
    Participant

    @mercime /registro is the way that right now im using to register people, is made with Contact Form, but i dont want to use that anymore, so i created a new webpage that is “/register”.
    in Settings > BuddyPress > Pages i have set “/register”.
    That page has no content, only the title

    Hugo Ashmore
    Participant

    @studdlypig
    The admin user or primary user that is setup when a wordpress site installed is always able to login directly, and it’s initally only that user that can activate plugins i.e BuddyPress so I’m not sure why you are having trouble with activation requests. /wp-login.php should allow the admin to login regardless of whether BP is activated or not.

    What account are you trying to login with, the admin user ID 1 ?

    In the BP settings screen ‘Page’ tab what page have you associated to ‘Activation’ in the select box, as the redirect here appears to be the main issue and the WP link to login on the WP toolbar should redirect to the wp-login screen, which you can actually access directly by modifying your browser url so you can actually login as admin and manage your site.

    fyi you shouldn’t have to trouble your web hosts to deactivate BP, using a control panel or ftp you can rename the plugins folder which will force a deactivation of the plugin or any plugin if they give trouble.

    #235447
    danbp
    Participant
    #235443
    numumar
    Participant

    I don’t know to create a menu of buddypress to display on home page of my blog.
    Besides I need to translate to spanish buddypress.
    And I don’t know if I need other template to buddypress.
    Is there any video to edit buddypress in my web?
    Do you understand me?

    Thanks.

    #235438
    mcpeanut
    Participant

    @utahman1971 hey man, sorry if it sounded rude, it was not meant to be! It was purely a suggestion or more of an idea for you to implement.

    I didn’t realize you wanted the notice to only be displayed within the activity stream itself, my suggestion was a valid suggestion meaning if you added a text widget area to one of your sidebars you could of then excluded it from showing from all pages but the buddypress members pages and or to logged in users only, meaning they would of had a permanent notice that was not close-able to them but was always in view to them depending where you placed it in the sidebar.

    I am sorry if it came across the way it did to you, but trust me i am not like that nor was i aware of the plugin that danbp gave you a link to.

    #235437

    In reply to: Activation Issue

    joeyaberle
    Participant

    Went down to zero plugins, except BuddyPress. Changed to the BuddyBoss parent theme and Twenty Fifteen.

    #235436

    In reply to: Users gallery

    rosyteddy
    Participant

    Core WP media and p2 theme gives good galleries without having to use any plugin.
    Available media plugins do not use core WP media, so if the users are blogging also the media remains scattered, and not in one central place.

    Buddypics by modemlooper allows you to do 2 way commenting and favoriting – users can comment and favorit an image from the post page itself as well as in the activity stream. Buddypics do not offer multiple albums, rtmedia does – but rtmedia does not offer 2 way favoriting – it has its own “like” liking system not integrated with buddypress.
    Brajesh’s Mediapress is also a media plugin in evolution and may work well in your setting – it may have some issues with some forms of WP+BP multisite.

    Thanks

    #235434
    @mercime
    Participant

    @emineminero You have two registration pages
    Your link above: http://www.comunidadcrm.com/register/
    And the url I found: http://www.comunidadcrm.com/registro/

    What was the title of the Page you set to Registration in Settings > BuddyPress > Pages? Is it still associated with Registration? Also, please do not add any content (leave page blank) to the Page you set as Registration page in Settings > BuddyPress > Pages.

    #235433
    sankari
    Participant

    Thanks for your answer, teamduce. You mean you would use Paid Membership Pro INSTEAD OF BuddyPress or in addition?

    #235432
    verdon
    Participant

    Hi – thanks for response

    I am unclear on your answer to my original question (Your Ref – Read Here)

    I did not understand how the features described on the link (Your Ref – Read Here) related to my situation below.

    Context: Assume that a Listings could be a job specification (requirement), or a a supplier solution for sale.

    Q: Can an Account Profile (Member) in BuddyPress set-up a Listing(s) (as those in BePro Listing plug-in) and have those Listing(s) attributable to that Account Profile and could other Members / Visitors search for those Listings?

    Thanks for clarification in advance.

    David

    danbp
    Participant

    hi @michaelhpdx,

    maybe these posts will help you ?

    https://buddypress.org/support/topic/my-conditional-tags-are-not-being-respected-in-genesis/
    https://yoast.com/wordpress/plugins/canonical/

    Or maybe this snippet (intended for WP SEO at least) which removes canonical

    function bpfr_wpseo_canonical_exclude( $canonical ) {
      global $bp;
      if ( function_exists( 'buddypress') && ( buddypress()->displayed_user->id || buddypress()->current_component ) ) {
        $canonical = false;
      }
      return $canonical;
    }
    add_filter( 'wpseo_canonical', 'bpfr_wpseo_canonical_exclude' );
    #235428

    In reply to: Users gallery

    Henry Wright
    Moderator

    Hi @mocmocmk

    A popular plugin to manage media seems to be rtMedia. I think you can display a gallery with the [rtmedia_gallery] shortcode

    #235427
    giuseppecuttone
    Participant

    Hi @danb
    sorry for the duplicate post, but I have published this post 1 week ago and I have not receive reply from @mercime who (maybe) know the solution.
    But there is a difference between this post and the old post I have done reference (https://buddypress.org/support/topic/how-to-disable-group-activity-updates/).
    I need to disable comments and replies in the groups at the “simple users”, but I need to let the administrator of the web (or in alternative the administrator of the group) to be able to do comments and replies in the groups.
    If there is no solution, please let me know. But please, I need someone answer me.
    Thank’s a lot fot your support.

    #235425
    Michael Bryner
    Participant

    [quote]If you want a permanent notice to show without users being able to close it would it not be better to just add a text widget and add your own styling to make it stand out as a permanent reminder?[/quote]

    I rather do just install a widget, then go across google to find ways to do it in a text html styling. If there is a widget of plugin. I rather do that first.

    Thanks danbp, you are the man for showing something better than wasting time trying to code in a text widget.

    This is a widget that came with BuddyPress, and seems to me that with that comment up there, sounds like they rather have me do the work than just take a close button out of there own widget. Not like an adult way, sounds more like I am child and don’t want to do it attitude. Same as WordPress, when you request something. I mean they are developers, and all they want to do is say no for something they already created. Since, getting attitudes are the fondest things on BuddyPress, bbPress, and WordPress forums, then I will just stop asking for things that should be from them. I am not going to develop the software for them.

    For someone like me that rarely asks for anything. I got jumped on pretty fast there.

    Again thanks, danbp for the smarter reply.

    megabait12
    Participant

    Try this one

    
    /**
     * Fix wpseo title
     */
    add_filter('wpseo_title', 'buddypress_wpseo_title');
    
    function buddypress_wpseo_title($title) {
        $wpseo = WPSEO_Frontend::get_instance();
        $separator = $wpseo->options['separator'];
    
        $separator_options = array(
            'sc-dash' => '-',
            'sc-ndash' => '–',
            'sc-mdash' => '—',
            'sc-middot' => '·',
            'sc-bull' => '•',
            'sc-star' => '*',
            'sc-smstar' => '⋆',
            'sc-pipe' => '|',
            'sc-tilde' => '~',
            'sc-laquo' => '«',
            'sc-raquo' => '»',
            'sc-lt' => '<',
            'sc-gt' => '>',
        );
    
        if (array_key_exists($separator, $separator_options)) {
            $separator = $separator_options[$separator];
        }
        $bp = buddypress();
        if (bp_is_user()) {
            $title = bp_get_displayed_user_fullname() . ' | ' . ucfirst($bp->current_component);
        } elseif (bp_is_group()) {
            $title = bp_get_current_group_name() . ' | ' . $bp->bp_options_nav[$bp->groups->current_group->slug][bp_current_action()]['name'];
        }
    
        return $title . ' ' . $separator . ' ' . get_bloginfo();
    }
    
    Hugo Ashmore
    Participant

    >I had already worked out that ‘component_id’ => buddypress()->activity->id was wrong

    No it’s not wrong, buddypress()->activity->id == ‘activity’, in replacing it with a hardcoded string you could possibly cause issues if activities id did change, where it will cause issues is if BP isn’t loaded then buddypress() will fail, a hardcoded value is safer in that respect.

    >but it’s interesting to find that the source of the problem was that the codex example was (and still is, btw) hooking into the wrong action.

    Again it’s not necessarily hooking into wrong action ‘bp_init’ does work, I used it recently on a register_post_type where issues arose on BP update as init ran before bp had re-activated, although that later priority may have solved that one.

    So the reference to codex entry still being wrong is debatable, possibly it ought to be updated, and on that score the codex like the rest of the BP project is all volunteer work and any member has the ability to add, update codex pages if they see somethings wrong

    #235420
    danbp
    Participant

    Thanks all for this. I can confirm that it has solved the problem.

    I had already worked out that 'component_id' => buddypress()->activity->id was wrong and should be 'component_id' => 'activity', but it’s interesting to find that the source of the problem was that the codex example was (and still is, btw) hooking into the wrong action.

    Now, on a related note, does anyone know if it’s possible to insert the name of the post into the 'bp_activity_new_post' parameter?

    Cheers

    #235415
    @mercime
    Participant

    @numumar in wp-admin Appearance > Menus, click on the “Screen Options” tab located under the admin toolbar. A panel will drop down. Check “BuddyPress” in the Show on Screen section.

    #235406

    In reply to: Google Indexing

    Matt
    Participant

    I’ve posted a thread on Google Webmaster Tools forum in case it’s an issue with the sitemap rather than buddypress, but our search engine rankings have dropped dramatically since we installed the new Buddypress-powered site. (Hopefully we can fix this without moving away from Buddypress, but it’s such a key issue to us that we may move away from it if it can’t be resolved.)

    The way I see it it’s either…

    1. An inherent issue with using Buddypress
    2. An issue with the members profile template (part of the custom theme)
    3. An issue with the sitemap
    #235393

    In reply to: Cookies and BuddyPress

    Henry Wright
    Moderator

    Hi @prometheus-fire

    I wrote a reply to a similar question not long ago.

    Ref: https://buddypress.org/support/topic/bp-default-cookie-usage/#post-186554

    #235388
    danbp
    Participant

    Hi @verdon,

    Background

    consider this and this

    Can BuddyPress Profiles (Members) set-up and associate listings

    Read here

    Can BuddyPress have a professional look and feel?

    Visit biowebspin.com

    #235379
    danbp
    Participant

    You didn’t read the Codex ! bp-custom.php

    Do you omitted opening and closing php tags ?

    <?php
    // hacks and mods will go here</blockquote
    ?>
Viewing 25 results - 13,851 through 13,875 (of 69,016 total)
Skip to toolbar