Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 17,101 through 17,125 (of 68,918 total)
  • Author
    Search Results
  • #179953
    wellrootedmedia
    Participant

    Hey 4yrs and 8 months later I’m finding myself looking for this solution although this link is 404’ing “https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-profile-data-loop-bp_has_profile/”. Is this still something supported?

    Thx, wrm

    #179952
    virtualgeorge
    Participant

    I just had to delete and re-create my “register” page, still used the same name/slug but when I saved the new page for “register” in the buddypress pages admin it then used my buddypress reg page as I wanted.

    #179924
    Projekt-42
    Participant

    Problem solved.

    Anleitung:

    Im Ordner /wp-content/plugins/ die Datei bp-custom.php anlegen.

    Die bp-custom.php Datei öffnen und folgendes einfügen:

    
    <?php
    /**
    * Disables BuddyPress' registration process and fallsback to WordPress' one.
    */
    function my_disable_bp_registration() {
    remove_action( 'bp_init', 'bp_core_wpsignup_redirect' );
    remove_action( 'bp_screens', 'bp_core_screen_signup' );
    }
    add_action( 'bp_loaded', 'my_disable_bp_registration' );
    
      add_filter( 'bp_get_signup_page', "firmasite_redirect_bp_signup_page");
        function firmasite_redirect_bp_signup_page($page ){
            return bp_get_root_domain() . '/wp-signup.php'; 
        }
    ?>

    Datei speichern. Fertig!

    #179921
    gouessej
    Participant

    Hi

    Actually, WordPress isn’t designed to become a decentralized social network even though BuddyPress is quite good. Anyway, this article written by Jeff Sayre is a great source of inspiration:
    http://jeffsayre.com/2010/02/24/a-flock-of-twitters-decentralized-semantic-microblogging/

    #179920
    Henry Wright
    Moderator

    It isn’t quite ready yet. You can follow the development progress on the GitHub repo:

    https://github.com/karmatosed/buddypress-templates

    #179911
    edsurridge
    Participant

    I’ve been trying to find code that shall present the bp members list (on a charity site) alphabetically listed rather than by most recently active. Not tried this before but from what read I make a child ‘theme’? with the modified code on a blank note pad page then firezilla it to dreamhost.
    Found this but not sure that these people are trying to achieve the same.https://buddypress.org/support/topic/how-to-order-members-list-alphabetically-by-default/
    Any assistance much appreciated. ed

    #179905

    In reply to: unusual event

    carlsandburg
    Participant

    Update.. i deleted the page http://cchca.stevelescure.net/cch-civic-association/leadership/publications/ from my site that was showing up randomly when i chose Profile/View from the BuddyPress menu. Now it works fine.

    really weird. If anybody knows why this might be happening i’d be interested.

    thanks

    #179902
    colabsadmin
    Participant
    #179899
    jakewho
    Participant

    The fatal error is no longer generated in bbPress 2.5.1, so it looks like something new was introduced in bbPress 2.5.2.

    Currently on my staging site I am running bbPress 2.5.1 and buddyPress 1.9.2, but unfortunately even though errors aren’t being generated anymore with this configuration, not all notifications are being displayed either. It looks like friend request notifications are working correctly, but user-to-user message notifications are not working. In addition, I am still getting “blank” notifications from the forum (even though I’m not seeing any fatal errors).

    Any thoughts about next steps?

    Thanks much

    #179892

    In reply to: 3rd Sized Avatar

    darqpony
    Participant

    LOL… yes I have buddypress installed.

    Pierre Clark
    Participant

    Warning: Missing argument 2 for wpdb::prepare(), called in /home/ofjvzrzz/public_html/enetnetwork/wp-content/plugins/buddypress/bp-core/bp-core-functions.php on line 143 and defined in /home/ofjvzrzz/public_html/enetnetwork/wp-includes/wp-db.php on line 992

    Here is another screen I get on another of the sites on my Vodahost hosting service where I upgraded to WordPress 3.8 from the Fantastico application. When I try to log in, I get this message:

    Warning: Missing argument 2 for wpdb::prepare(), called in /home/ofjvzrzz/public_html/enetnetwork/wp-content/plugins/buddypress/bp-core/bp-core-functions.php on line 1003 and defined in /home/ofjvzrzz/public_html/enetnetwork/wp-includes/wp-db.php on line 992

    Warning: Cannot modify header information – headers already sent by (output started at /home/ofjvzrzz/public_html/enetnetwork/wp-includes/wp-db.php:992) in /home/ofjvzrzz/public_html/enetnetwork/wp-login.php on line 415

    Warning: Cannot modify header information – headers already sent by (output started at /home/ofjvzrzz/public_html/enetnetwork/wp-includes/wp-db.php:992) in /home/ofjvzrzz/public_html/enetnetwork/wp-login.php on line 427
    Entrepreneur World Network

    Username

    Password

    Remember Me

    Lost your password?
    ← Back to Entrepreneur World Network

    All of these sites are responding in the same way to the upgrade. I need help to fix the error that is causing this error message.

    Pierre Clark
    Participant

    Here is the error message I get when I try to log into the site:

    Warning: Missing argument 2 for wpdb::prepare(), called in /home/ofjvzrzz/public_html/faithtechnetwork/wp-content/plugins/buddypress/bp-core/bp-core-functions.php on line 176 and defined in /home/ofjvzrzz/public_html/faithtechnetwork/wp-includes/wp-db.php on line 992

    Warning: Missing argument 2 for wpdb::prepare(), called in /home/ofjvzrzz/public_html/faithtechnetwork/wp-content/plugins/buddypress/bp-core/bp-core-options.php on line 293 and defined in /home/ofjvzrzz/public_html/faithtechnetwork/wp-includes/wp-db.php on line 992

    Warning: Cannot modify header information – headers already sent by (output started at /home/ofjvzrzz/public_html/faithtechnetwork/wp-includes/wp-db.php:992) in /home/ofjvzrzz/public_html/faithtechnetwork/wp-includes/pluggable.php on line 896

    Pierre Clark
    Participant

    I get the same error on two other WordPress/Buddypress sites. How can I fix them?

    #179883

    In reply to: BP Messages

    grantg182
    Participant

    Well, there we have it! I just backed up the site and re-uploaded the plugins directory to give the structure you stated, and all I had to do was re-Activate the BuddyPress plugin and my site is back to the way it was – so I can only assume you can still install the BP plugins as /wp-content/plugins/buddypress/bp-core/ OR wp-content/plugins/bp-core/ – they both seem to work.

    #179882

    In reply to: BP Messages

    grantg182
    Participant

    I seem to have the following structure, without any problems.

    /wp-content/plugins/bp-activity/
    /wp-content/plugins/bp-blogs/
    /wp-content/plugins/bp-core/

    I also see the same screen as your screenshot under Settings>BuddyPress in my admin.

    I will proceed with removing these directories and upload them as subdirectories of /wp-content/plugins/buddypress/.

    #179881

    In reply to: 3rd Sized Avatar

    Henry Wright
    Moderator

    bp_get_loggedin_user_fullname() is a function defined in bp-members/bp-members-template.php – are you sure you have BuddyPress installed?

    #179880

    In reply to: BP Messages

    aces
    Participant

    @grantg182

    I’m not clear about what you have done.

    Buddypress is a single plugin and should be in /wp-content/plugins/buddypress/

    Underneath that should be all the other files and folders ie: /wp-content/plugins/buddypress/bp-messages/ etc. that were in the zip.

    It should be installed and activated as a normal plugin.

    Once activated you should have a buddypress section under the wordpress settings section in admin.

    From there you activate different components such as bp messaging image from the codex

    #179877

    In reply to: BP Messages

    grantg182
    Participant

    It appears to be included in BuddyPress 1.9.2.

    I extracted buddypress.1.9.2.zip to a folder on my desktop, buddypress.1.9.2.

    The path is buddypress.1.9.2/buddypress/bp-messages/

    On my site, I uploaded the ‘buddypress’ folder contents to /wp-content/plugins/, so /wp-content/plugins/bp-messages/.

    Thanks

    #179867
    jakewho
    Participant

    I have done some additional investigation and it looks like the problem may be that when someone replies to a topic in a bbPress forum, they are receiving the following error message:

    Fatal error: Call to undefined function bp_notifications_add_notification() in /nas/wp/www/staging/cbblogers/wp-content/plugins/bbpress/includes/extend/buddypress/notifications.php on line 124

    I tried to revert to buddyPress 1.8.1 and bbPress 2.5.2, but unfortunately this didn’t resolve the issue.

    Any thoughts about what I should try next?

    Thanks much,

    #179862
    Henry Wright
    Moderator

    @lonepalmus cc @shanebp

    There is actually a Trac ticket open for this. Just came across it:

    https://buddypress.trac.wordpress.org/ticket/3460

    #179860

    In reply to: profile page Question

    Henry Wright
    Moderator

    Take a look at the BuddyPress template hierarchy article:

    Template Hierarchy

    That should give you a good idea how to set up templates for the various areas of BP.

    Apokh
    Participant

    With the actual BBPress +Buddypress releases it is STILL no solution there :/
    It´s a bit frustrating, for the “Activity Wall” should be a central function of a group driven community.

    Perhaps anyone has a solution meanwhile?

    #179856
    BuddyBoss
    Participant

    I thought I read somewhere it was best to have WP set up as multisite. I may start another site at somepoint… you recommend it being single?

    WP should be installed as single. BuddyPress too. Keep it simple. If you have a need for multisite you can enable it later, but don’t do it for no reason. It will add complexity to your setup for no benefit, unless you need multiple sites in one install.

    #179847
    aaclayton
    Member

    The emails are sent but not received. It is a live site. I am self-hosted. I’m only using 3 plugins, BuddyPress, bbPress, and Members.

    #179834
    maverhick80
    Participant

    BuddyPress is a very powerful social. However, many problems must be solved, especially the slowness that causes the site

Viewing 25 results - 17,101 through 17,125 (of 68,918 total)
Skip to toolbar