Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 17,301 through 17,325 (of 69,106 total)
  • Author
    Search Results
  • 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

    #179831
    jakewho
    Participant

    Unfortunately, I think my issue is more problematic than that…I currently have 43 “blank” notifications and the number keeps growing. I have been receiving these blank notifications ever since I upgraded to Buddypress 1.9.1. I even tried reverting to Buddypress 1.8.1, but this did not resolve the problem.

    #179830
    Henry Wright
    Moderator
    #179825
    Ben Hansen
    Participant

    you can only have one theme active at a time. also i think personally, buddypress would make a bad alternative for google drive since its really not the same thing at all.

    as for putting a menu item to take users to the main forum page that will not be a problem.

    it sounds like you may want try using wordpress first and then add buddypress once you are a little more familiar with it before adding buddypress to the mix.

    #179822
    colabsadmin
    Participant

    Hey Michael,

    That usually happens when someone deletes the item you’re being notified about. There’s a ticket open to have the notification deleted when the item is deleted but it hasn’t been implemented yet.

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

    #179819
    modemlooper
    Moderator
    #179816
    maverhick80
    Participant

    I am using buddypress 1.9.2 with wordpress 3.8.1

    #179815
    bigtreesjoe
    Participant

    I understand that the URL rewrite issue has been moved to BP 2.1. However the question still has not been answered as to whether this will solve the BP incompatibility with standard WordPress installation “In Its Own Directory”.
    Will fixing the URL rewrite issues resolve this incompatibility issue as described here: https://codex.buddypress.org/getting-started/before-installing/before-installing/

    #179807
    theatereleven
    Participant

    Oh I see. And the BuddyPress codex tells me what I need to know?

    #179800
    modemlooper
    Moderator

    BuddyPress replaces the_content of page.php with BP html. You can get a lot of style customization with simply adding extra CSS.

    #179788
    colabsadmin
    Participant

    I found bp_notifications_get_registered_components() which will bring back an array “of component names that are currently active and have registered Notifications callbacks”.

    Updated code

    
    function qd_notifications_filter_form() {
    	// Setup local variables
    	$components   = bp_notifications_get_registered_components();
    	$selected = '';
    	
    
    	// Check for a filter
    	if ( !empty( $_REQUEST['s'] ) ) {
    		if ( in_array( $_REQUEST['s'], $components ) ) {
    			$selected = $_REQUEST['s'];
    		}
    	} ?>
    
    	<form action="" method="get" id="notifications-filter">
    		<label for="notifications-filter-list"><?php esc_html_e( 'Filter By:', 'buddypress' ); ?></label>
    
    		<select id="notifications-filter-list" name="s" onchange="this.form.submit();">
            	<option value="" <?php selected( $selected, '' ); ?>><?php _e( 'All', 'buddypress' ); ?></option>
                <?php
                foreach ($components as $component) {
                ?>
                	<option value="<?php echo $component; ?>" <?php selected( $selected, $component ); ?>><?php _e( $component, 'buddypress' ); ?></option>
                <?php
                }
    			?>
    			
    		</select>
    
    		<noscript>
    			<input id="submit" type="submit" name="form-submit" class="submit" value="<?php _e( 'Go', 'buddypress' ); ?>" />
    		</noscript>
    	</form>
    
    <?php
    }
    

    Still not perfect, but better.

    #179786

    In reply to: Permalink Structure

    mcpeanut
    Participant

    @henrywright yeah no worries i will keep you informed too, im going for the xeon straight off so will gladly let you know how it fairs in a real buddypress environment as i will also be launching my site next month as soon as ive configured my new server etc.

    #179784
    colabsadmin
    Participant

    I’ve been playing around with the filtering aspect. Turns out Buddypress has a filter built in, so all you need to do is add a form (dropdown) to use it. I haven’t fully tested this but seems to work. I need a way to determine all possible notification component names and actions so it will autopopulate the dropdown when new plugins use notifications.

    I copied /plugins/buddypress/bp-template/members/single/notifications.php to my child theme and added the following right below the bp_notifications_sort_order_form call

    <li id="members-filter-select" class="last filter">
    	<?php qd_notifications_filter_form(); ?>
    </li>

    Then in my functions.php file, I added the dropdown code (I basically stole this from the code that generates the sort by date dropdown.

    
    function qd_notifications_filter_form() {
    
    	// Setup local variables
            // Need to figure out a way to autopopulate this array
    	$searchterms   = array( 'new_at_mention', 'bbp_new_reply','new_message','friendship_accepted','friendship_request','group_invite','localgroupnotifier','ac_notifier' );
    	$selected = '';
    
    	// Check for a custom sort_order
    	if ( !empty( $_REQUEST['s'] ) ) {
    		if ( in_array( $_REQUEST['s'], $searchterms ) ) {
    			$selected = $_REQUEST['s'];
    		}
    	} ?>
    
    	<form action="" method="get" id="notifications-filter">
    		<label for="notifications-filter-list"><?php esc_html_e( 'Filter By:', 'buddypress' ); ?></label>
    
    // need to loop through this instead of hardcoding the options.
    		<select id="notifications-filter-list" name="s" onchange="this.form.submit();">
            	<option value="" <?php selected( $selected, '' ); ?>><?php _e( 'All', 'buddypress' ); ?></option>
    			<option value="new_at_mention" <?php selected( $selected, 'new_at_mention' ); ?>><?php _e( 'Mentions', 'buddypress' ); ?></option>
    			<option value="bbp_new_reply"  <?php selected( $selected, 'bbp_new_reply'  ); ?>><?php _e( 'Forums', 'buddypress' ); ?></option>
                <option value="new_message"  <?php selected( $selected, 'new_message'  ); ?>><?php _e( 'Messages', 'buddypress' ); ?></option>
                <option value="ac_notifier"  <?php selected( $selected, 'ac_notifier'  ); ?>><?php _e( 'Activity', 'buddypress' ); ?></option>
                <option value="localgroupnotifier"  <?php selected( $selected, 'localgroupnotifier'  ); ?>><?php _e( 'Groups', 'buddypress' ); ?></option>
                <option value="friendship_accepted"  <?php selected( $selected, 'friendship_accepted'  ); ?>><?php _e( 'Friend Accepts', 'buddypress' ); ?></option>
                <option value="friendship_request"  <?php selected( $selected, 'friendship_request'  ); ?>><?php _e( 'Friend Requests', 'buddypress' ); ?></option>
    		</select>
    
    		<noscript>
    			<input id="submit" type="submit" name="form-submit" class="submit" value="<?php _e( 'Go', 'buddypress' ); ?>" />
    		</noscript>
    	</form>
    
    <?php
    }
    
Viewing 25 results - 17,301 through 17,325 (of 69,106 total)
Skip to toolbar