Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 14,026 through 14,050 (of 69,016 total)
  • Author
    Search Results
  • #234610

    In reply to: Entry Page

    danbp
    Participant

    Hello,

    have you already seen this [resolved] thread ?
    https://buddypress.org/support/topic/register-page-as-homepage-redirect-issue/

    #234609

    In reply to: Entry Page

    Yolanda
    Participant

    I’m trying to set up a Welcome page and my question is:
    How to redirect logged in visitors to the main buddypress page? I have a page for buddypress.

    This way visitors logged won’t have to see welcome page each time.

    Thanks!

    #234608
    tammywashington
    Participant

    Sorry about the lack of information. See the updated information:

    We are currently hosting on Amazon’s cloud running Amazon Web Services. Our PhP version is 5.4.31. Using the latest version of the Sweet Date theme. We have four major plugins installed. BuddyPress 2.2.0., bbPress 2.5.4, s2Member Framework Version 150203 + s2Member Pro v150203 and Event Espresso 4.6.6.p. The other plugin do not control permissions,groups our user classifications.

    We are not sure exactly when this problem occurred because we were not using the friend request feature. However we did test this successfully in the past but are not sure of the plugin versions.

    The changes we recently made were the following:
    We had Buddy Press, s2Member and Event Espresso installed with the latest versions. We then installed latest version of bbPress. We created users groups and assigned the appropriate permission of user to subscribe and receive invites to join the group. We learned that members can not join a group unless they are friends with an individual already in a particular group.

    When we send a friend request to a user that person receives the request. They are able to see the notification in their profile under Friends-Pending Request. At this point everything looks good. The user can see the requester image and can the ability to clink Accept Button or Reject Button. When either of the buttons are clicked nothing happens. We waited for exactly 2 minutes and just refreshed the page. We get the same actions if the Reject Button is selected also. Any advice or help is greatly appreciated.

    #234607
    aymanomar85
    Participant

    Hello whoaloic

    you can use BuddyPress cover will help you to upload avatar and cover photo.

    here is plugin link https://wordpress.org/plugins/bp-cover/

    #234601
    bazaarocommunity
    Participant

    I believe I found the cause. It was the BuddyPress Activity Privacy plugin. Great plugin, but I can now no longer use it. Has anyone found a work around for the plugin?

    #234588
    Hugo Ashmore
    Participant

    We don’t really have sufficient information to help in any great details, but read this thread and if you’re comfortable editing files follow the suggestion on patching a WP file that r-a-y suggests as this may be the reason you’re having issues.
    https://buddypress.org/support/topic/profile-pages-disappeared-after-upgrade-to-2-2/

    #234587
    Pete Hudson
    Participant

    WLM tells me to check with you guys. (I hate it when that happens :))

    They say, “WishList member has no true interaction with BuddyPress”… so it looks as though they think it’s not their job to keep up with BP!?

    BuddyPress is the only plugin that keeps WLM from protecting that page.

    Is there an easy way to go back to a previous version of BP on the site? I really don’t want to risk restoring the entire site unless absolutely necessary.

    Thanks for the help.

    #234584
    danbp
    Participant

    Hi, bonjour, buon giorno, guten tag ! 😉

    if you want pertinent help, give more details please. Did issue appeared after update ? Used theme and plugins ? PHP version ?

    https://buddypress.org/support/topic/when-asking-for-support-2/
    https://codex.wordpress.org/Forum_Welcome

    #234582
    danbp
    Participant

    hi @s-sangma,

    you probably made an error somewhere. Please read here for details:

    Configure BuddyPress

    #234576
    Henry Wright
    Moderator

    Hi @gkk

    I remember reading a post on BuddyDEV that helps you make WordPress SEO compatible with BuddyPress. See here for details. Hope that helps!

    #234569
    espagna123
    Participant

    Hi @danbp,

    thanks for your reply!

    I did as you said.

    Still, there is a white screen, however now, in my browser tab I see that it catched the flavicon and the page title. Before renaming it was just the pure adress.

    I haven’t created the custom.php file. I am using buddypress-compatible Kleo theme, where I renamed the buddypress folder as well with no effect.

    Any idea what I can do or would I could google for?

    #234567
    danbp
    Participant

    Hi @espagna123,

    no panic, it’s a common issue. You probably use a custom function or a customised theme containing a php error.

    Go simply to your FTP > wp-content > plugins and rename the buddypress folder like this /xxx_buddypress/
    If you use bp-custom.php, rename it also.

    Return to your site admin, deactivate the current theme and activate 2015.

    Check that anything is correct, and return to FTP and revert BP’s folder to the correct name.
    Than reactivate BuddyPress without forget to check that the needed BP pages exist.

    #234566
    danbp
    Participant

    hi @whoaloic,

    perhaps give a try to this plugin:

    Blog Categories for Groups Plugin

    #234554
    danbp
    Participant

    hi @abhimanyubind,

    i’m not developer, but i think th e answer is yes.

    For example, to allow admin to receive a copy of messages sent by users

    function arc_wp_mail_filter( $args ) {
    	
            $args['headers'] = 'Bcc: <admin@yoursite.com>'; 
    
    	$new_wp_mail = array(
    		'to'          => $args['to'],
    		'subject'     => $args['subject'],
    		'message'     => $args['message'],
    		'headers'     => $args['headers'],
    		'attachments' => $args['attachments']
    	);
    	
    	return $new_wp_mail;
    }
    add_filter( 'wp_mail', 'arc_wp_mail_filter' );

    Here an old topic with a similar question and answered by our core ninja’s.

    Hope this will help you !

    #234543
    danbp
    Participant

    hi @skwegg,

    This issue is not related to BuddyPress.

    i would suggest to re-check your forum settings and breadcrumb links. 😉

    your_site/forums/ -> Main page, displaying all your forums

    your_site/forum/general/ -> General forum -> one of the forums
    your_site/forum/general/best-of-steam-greenlight/ -> category of General

    Breadcrumb link to Forum when in best-of-steam-greenlight
    your_site/forum/ this should be /forum/general/

    See bbpress codex and if you can’t find how and what to do, ask on the bbpress support.

    #234536
    danbp
    Participant

    hi @fuzzielogix,

    check your permalinks. You’re using the default option which is the only one you cannot use when BP is installed. Read here.

    #234534

    In reply to: Entry Page

    danbp
    Participant

    Once BP is installed and you allowed user registration, you have already a register page.
    Simply go to dashboard > general > read and select this page as (static)homepage.

    For the layout, see

    BuddyPress Theme Development


    and searching for homepage on the forum leads to many result. 😉

    danbp
    Participant

    hi @dzagya,

    The new BuddyPress comes with SocialMedia fields encoded into the xProfile, and display with the Base profile fields.

    Is this gonna require a .php hack? – if so anyone got any tips for me?

    or does anyone know a good plugin to handle this?

    BuddyPres hasn’t social fields in the Base xprofile field group. There is only one field which is [username] !

    Check one of your plugin or your theme setings. Or maybe a custom function…
    Give details. Theme & used plugins for example.

    #234529
    r-a-y
    Keymaster

    danbp – You’re right. My technique will work, but would get overwritten when translations are automatically updated.

    I just checked and WordPress saves automatic translations to /wp-content/languages/plugins/ so we should be safe if custom BP translation files are saved to /wp-content/languages/buddypress or /wp-content/languages.

    WordPress might say that there is a new BuddyPress translation, but if you’re using the custom method, then you can ignore the notice as BuddyPress will keep using the custom translation file.

    To tell WordPress to stop fetching automatic translations for BuddyPress, see:
    https://buddypress.org/support/topic/disable-automatic-translation-updates/#post-234528

    #234523
    r-a-y
    Keymaster
    #234518
    ch1n3s3b0y
    Participant

    Thanks Henry! I’ll get to work on that. I have so many questions about BuddyPress!

    #234516
    Henry Wright
    Moderator

    Hi @rosyteddy

    Which features of Ello do you think BuddyPress could benefit from having?

    #234511
    stefcompeers
    Participant

    Great! Found where I was looking for…

    BUT: we use Buddypress Docs, and the page /docs is still accessible…

    Any suggestions?

    THX!!!

    #234505
    Henry Wright
    Moderator

    Hi @omigosh

    This isn’t added by BuddyPress. Social icons are something that BuddyPress leaves up to plugins.

    #234499
    danbp
    Participant

    @r-a-y

    guess you’re wrong !

    Put your language file here:
    /wp-content/languages/buddypress/
    And you will not have to worry about upgrades removing your language file.

    /wp-content/languages/buddypress/ is the directory where glotpress uploads the BP translation file.

    – when the directory is empty ( a first install for example)
    – when the mo file is old
    – the file is also checked when you modify your site language

    To test, make main site to english, throw an old BP .mo into that directory
    Revert site language to fit this mo and you’re immediatly invited to update your translation.

    The place to put a custom po/mo is /wp-content/languages/
    buddypress.mo in this directory is not overwriten.

    But it’s unclear to me (for the moment) if this directory is completly overwriten when WP updates ?
    But i’m sure it was not the case in the past < BP 1.9/WP 3.9 😉

Viewing 25 results - 14,026 through 14,050 (of 69,016 total)
Skip to toolbar