Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 13,001 through 13,025 (of 73,986 total)
  • Author
    Search Results
  • danbp
    Participant

    You need to specify the object.

     $attachment = bp_attachments_get_attachment( 'url', array( 
       'object_dir' => 'groups',  
       'item_id' => $group_id,  
    ) );

    Reference

    bp_attachments_get_attachment

    #259418
    juuderd
    Participant

    Hi,

    I followed different tutorials to instal buddypress step by step. But still i got the message not found page for the page’s: PROFILE, NOTIFICATIONS, MESSAGES, FRIENDS, GROUPS, SETTINGS. And i get a blank page to register.

    I already connect the right pages in the “Pages” tab in buddypress settings.. And still i get the message:

    Not Found
    The requested URL /members/admin/activity/ was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Or when i trie it with an other account:

    Not Found

    The requested URL /members/juuderd/profile/ was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    I also installed a theme that is compatible with buddypress so i don’t know what i’m doing wrong anymore. Can someone please help me>

    #259415
    danbp
    Participant

    Hi,

    what do you get when you use the Topics filter on profile ?
    Activate wp_debug in wp_config.php, and post here the error message (if exist).

    And read this please
    https://buddypress.org/support/topic/when-asking-for-support-2/

    #259414
    danbp
    Participant

    Hi @koded1999,

    please, use the <code> button to insert snippets. Also avoid double posting.
    Closing this topic as duplicate.
    Conversation goes ahead here:

    Disable or Hide Private Message Button

    wolfpup64
    Participant

    Hey Buddies, first off the obligatory I’m totally new to this stuff, php makes sense but I haven’t the faintest grasp of the language or the logic. I got asked to build a community page for a smallish company and I’ll hopefully get a position more fitting my background if I do a decent job.

    Running:
    Current version of WordPress/BuddyPress
    The BuddyBoss Boss. Theme
    gVectors wpForo

    Basically what I’m trying to do is create a link in the BuddyPress Profile page tabs that directs to the wpForo forum profile, to better integrate the 2 profiles. I managed to create the tab by bogarting some code from some other support page, however the link is dictated by a slug and if I remove the slug the whole tab disappears. The code is located in a mu-plugin and this is what it looks like:

    function add_communityprofile_tab() {
    	global $bp;
    	
    	bp_core_new_nav_item( array(
    		'name'                  => 'Community',
    		'slug'                  => 'communityprofile',
    		'parent_url'            => $bp->displayed_user->domain,
    		'parent_slug'           => $bp->profile->slug,
    		'screen_function'       => 'communityprofile_screen',			
    		'position'              => 200,
    		'default_subnav_slug'   => 'communityprofile'
    	) );
    
    }
    add_action( 'bp_setup_nav', 'add_communityprofile_tab', 100 );

    The url of the profile pages is

    http://localhost/wordpress/users/*username*/profile/

    The tab naturally links to

    http://localhost/wordpress/users/admin/communityprofile/

    what I am trying to link to is

    http://localhost/wordpress/community/profile/<displayed_user>/

    at least I’m pretty sure displayed_user would get the job done.

    I looked into exploding and parsing the URL but that seemed more trouble than it was worth. I’ve spent quite a bit of time stubbornly trying to figure this out hahaha. But I think this is something that anyone with a decent knowledge of what they are doing could solve quickly, I’d really appreciate it if someone could give me a hand.

    Damonomad
    Participant

    Hi all,
    Curious if anyone has experience using LMS’s on top of a Buddypress social community site. I’m building out a creative community that ties together social and collaborative elements. I know there are dedicated LMS templates, and clear LMS plugins, but just curious what’s been done out there integrating the classes/modules into group activity, etc.

    I’m currently running Commons in a Box plugin on Divi as my BP install, and adding plugins as needed, but wondering what elegant solutions are out there.

    I’m not a coder, fyi.

    Thanks all!
    Damon

    domisny
    Participant

    I am using BuddyPress Group Extras for adding Pages to my groups. I am using the rich text editor but couldn’t have the interpretation of short code or oEmbed urls to work in pages while it works in activity message.

    In other words neither [vimeo 111111] nor https://vimeo.com/111111 are interpreted and replaced by the Vimeo viewer in pages while it works well in activity messages.

    Any idea on where to look at to fix this ?

    #259394
    metalhead
    Participant

    Thanks, and I went through the process, and then I re-installed Buddypress, but I’m still having the same problem. It’s when I click the button to save the new user info, and instead of proceeding to the next step (“Check your email for verification,” it’s just refreshing the new user registration form. It won’t let a new user get passed that screen.

    I read about someone else having the same problem, in this forum, but he never did describe how he overcame the problem. I’ve tried deactivating all buddypress related plugins, but no luck.

    I think the best thing for me to do is going to be to re-install WordPress from scratch, but do you have any other recommendations before I do that?

    Thanks.

    #259393
    limburgerer
    Participant

    hello i added buddypress offline registration in my menu but it doesnt show up?
    i select that everybody can registration

    login works perfect and when i activeted the toolbar(on top of the website) i can registration with succes.

    http://dutch-rebellion.nl/

    Hope you guys can help me out

    Greetz

    #259389
    lil_bugga
    Participant

    I’ve been working on my theme development and got the basic styling pretty much where I want it. Now I’m trying to make some adjustments to the user profile page, like removing the @ from in front of the user name. I’ve tried making a copy of member-header.php and placing that in my theme directory to no avail. I’ve also tried editing the same file located in vwrx-theme\bp-themes\bp-default\members\single\ still with no luck.

    How can I achieve this? I’d like to make some other changes to buddypress, like displaying a users posts/uploaded photos in a gallery etc on their profile. Is there any recommended plugin or way to achieve these goals.

    My website, still undergoing development, can be found at http://www.vwrx-project.co.uk

    danbp
    Participant

    It is possible because it doesn’t exist and you never noticed his mention in many topics of this forum, and perhaps never read the codex. 🙂

    Read here please:

    bp-custom.php

    #259383
    buddycore
    Participant

    Bumping this, for those looking to test drive BuddyPress with a custom theme and maybe take it a bit further and customize for core WordPress and BuddyPress features.

    There is no support for BBPress in this theme at the moment, but if there are enough people wanting this I will bring it in the future.

    #259382
    Henry Wright
    Moderator

    Check out this article:

    Deleting BuddyPress

    #259381
    metalhead
    Participant

    Yes, I’ve tried that, but with no luck. Do you know if there’s a way to delete buddypress & all settings so that when I re-install it will be like a fresh install? I’m asking because typically when I re-install a plugin, it always remembers the previous settings.

    redpixelstudios
    Participant

    WordPress v4.6.1
    BuddyPress v2.6.2
    Sites are restricted to client employees, cannot provide link.

    We are running two separate BuddyPress sites, each on their own install of WordPress. Users are able to register for the site using BuddyPress register and activate pages.

    BuddyPress seems to be creating numerous duplicate pages each time a user registers. This is not expected and does not appear to be normal.

    In BuddyPress Settings > Pages, the registration pages are assigned as:
    Register: page name “Register” slug domain/register/
    Activate: page name “Activate” slug domain/activate/

    There are 150 pages named “Account Activated” with slug domain/account-activated-X, where X is the appended number of the duplicate.

    There are 270 pages named “Activate Your Account” with slug domain/activate-X, where X is the appended number of the duplicate.

    There are 422 pages named “Create An Account” with slug domain/register-X, where X is the appended number of the duplicate.

    There are 218 pages named “Check Your Email To Activate Your Account” with slug domain/register-X, where X is the appended number of the duplicate.

    In addition there are also several pages named with a user’s Profile Name and slug domain/profile-name, with numerous duplicate pages /profile-name-X; not all users have had pages created in this manner.

    Appreciate any considered thoughts on what is causing this or where we should look to resolve.

    simon1970
    Participant

    Hi,

    On my site, the BuddyPress drop down menu that is located in the WordPress adminbar extends to below the bottom of some screens, especially mobiles, so it needs to be scrollable. I have tried adding overflow: visible to the .ab-sub-wrapper class but that hasn’t worked. Does anyone know how I can get this to work?

    Thanks!

    Simon

    #259372

    In reply to: BuddyPress Components

    mikke1978
    Participant

    Thank you @danbp for replying. For the past month, I have been trying to get BuddyPress to work for me on Yahoo’s hosting server. Yahoo has been offering me no help to resolve the issue. They keep telling to contact buddypress. org or wordpress.org. Basically, they got the money for one year, and they don’t care if the problem is resolved or not. They don’t even seem to understand the problem.

    Everything is configured according to the required settings for BuddyPress to supposedly work. I have custom permalinks, each component has its own page etc.. I am not sure what you meant by WordPress doesn’t use www by default, but the way Yahoo host is set up for WordPress, we have to install WordPress in a default folder called “blog” (http://www.site.com/blog) or any name we choose. And I think this is what is causing the problem. BuddyPress components don’t know where WordPress is installed. Under the Dashboard-General Settings, both the WordPress Address (URL) and Site Address (URL) show the correct path (http://www.site.com/blog). I think it is a matter of telling BuddyPress components where to look for the WordPress installation.And this is where I lack experience and knowledge. I tried every possible solution I found online, especially on the WordPress site regarding installs in own directory: https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory

    Nothing worked for me. Yahoo told me they do not support the .htaccess file, they don’t seem to have a web.config file. I am sure there is a solution where a certain file(S) can be edited and all would be resolved, but I need someone to point them out to me since I can’t browse the hundreds of installed BuddyPress files looking for the ones that point to the WordPress installation location. I would really appreciate anyone’s help to resolve this issue.

    Currently, I installed WordPress locally on my laptop, I set up BuddyPress plugin and it works like a charm. Yahoo suggested I uploaded it to the root of my host account, but I am have issues with the data base set up.

    If I can get a solution for the default install that I get with Yahoo host set up, I would really appreciate it.

    Thanks!

    Mikke1978

    #259369
    Venutius
    Moderator

    For the second part of your ask there are a couple of mass messaging plugins that allow only certain roles to send messages to everyone.

    one does it from the front end, the other from the backend.

    https://wordpress.org/plugins/mass-messaging-in-buddypress/

    https://wordpress.org/plugins/mass-messaging-for-buddypress-by-alkaweb/

    #259368
    danbp
    Participant

    Hi guys,

    you should read topics completely! 👿
    In one of my answer to the above mentionned, you have the necessary information to get it to work for replies. I tested it today and it works for me.

    Now I repeat it again, it’s not done to add wp_editor to a textarea which was never intented to be a post editor. It’s a simple message composer ! Do you write MMS with Word ?

    By adding wp_editor to this composer, you can only add the the HTML editor, like the one you have on this forum. The visual tab won’t work because of numerous filters and the way wp_editor is working. Activating the visual tab on the compose screen will also break your theme, in 99% of cases.

    Once you have it correctly displayed, you will see that most of the tags will be striped. This can be avoided by defining $allowedtags in wp_kses filter. The inconvenient of this is that it will also be available on what’s new form and any other form you use on your site. So, you’re warned.

    The code i used today, including allowed tags i had to activate.

    function bpfr_compose_msg_tiny_editor() {
    add_filter ( 'user_can_richedit' , create_function ( '$a' , 'return false;' ) , 50 );
    
    $content = "";
    	
    	if ( isset( $_GET['r'] ) ) :
    	$content = esc_textarea( $_GET['r'] ); 
    	endif;
    
    	$editor_settings = array(
    		'content' => bp_messages_content_value(),
    		'textarea_name' => 'content',
    		'editor_id' => 'message_content',
    		'teeny'=>true,
    		'media_buttons'=>false,
    		'quicktags' => array(
    			'buttons' => 'strong,em,link,img,block,del,ul,ol,li,code,close'
    	) ); 
    
    	wp_editor( bp_messages_content_value(), 'message_content', $editor_settings); 
    
    }
    add_action( 'compose_edit_tools', 'bpfr_compose_msg_tiny_editor' );
    
    function bpex_allowed_tags() {
    	global $allowedtags;
    	$allowedtags['img']		= array( 'src' => array () );
    	$allowedtags['ul']		= array();
    	$allowedtags['ol']		= array();
    	$allowedtags['li']		= array();	
    }
    add_action('init', 'bpex_allowed_tags', 10);
    

    How-to is explained on the other topic.

    nabiloulou
    Participant

    I use buddypress private message through an e-learning platform, I want users with the role “student” only send messages to the teacher and the teacher with the role “admin” or “professor” can send messages to all users
    Note that I would not that students communicates with others student with this module

    fidelduque
    Participant

    Hi guys, I’m trying to create a new “order by” item in members loop. I’ve used this code in functions.php to change the sorting alphabetically functionality:

    /* Sorting by lastname in buddypress*/
    function alphabetize_by_last_name( $bp_user_query ) {
        if ( 'alphabetical' == $bp_user_query->query_vars['type'] ){
    		
            $bp_user_query->uid_clauses['orderby'] = "ORDER BY (select value from pwisa_bp_xprofile_data where field_id = 2 and user_id = u.ID) ";
    	}		
    }
    add_action ( 'bp_pre_user_query', 'alphabetize_by_last_name' );

    That code works. But now I want to use another item.

    I’ve created the new item in my customized: /members/index.php file.

    <option value="country">[:es]Por País[:en]By Country[:pb]By Country[:]</option>

    But if i do this in my functions.php

    /* Sorting by lastname in buddypress*/
    function alphabetize_by_last_name( $bp_user_query ) {
    	error_log("---" . $bp_user_query->query_vars['type']);
        if ( 'alphabetical' == $bp_user_query->query_vars['type'] ){
    		
            $bp_user_query->uid_clauses['orderby'] = "ORDER BY (select value from pwisa_bp_xprofile_data where field_id = 2 and user_id = u.ID) ";
    	}	
    	if('country' == $bp_user_query->query_vars['type'] ){
    		$bp_user_query->uid_clauses['orderby'] = "ORDER BY (select value from pwisa_bp_xprofile_data where field_id = 7 and user_id = u.ID) ";
    	}
    }
    add_action ( 'bp_pre_user_query', 'alphabetize_by_last_name' );

    It won’t work. the variable $bp_user_query->query_vars[‘type’] is alwas getting: alphabetical value.

    What can I check or change to fix this? help.

    #259359

    In reply to: connections

    Henry Wright
    Moderator

    This isn’t possible by default. You will need to find a plugin or add some custom code to get this done. Try looking here first to see if something is already available:

    https://wordpress.org/plugins/tags/buddypress

    #259358
    Henry Wright
    Moderator

    This can’t be done with BuddyPress by default. You’ll need to find a plugin. Try looking through the Plugin Directory to see if anything is available:

    https://wordpress.org/plugins/tags/buddypress

    #259356
    mlvc1958
    Participant

    I’m using Buddypress in my community site. I’d like to add some features so my Buddypress I’m not sure if they are available in plugins.

    These are the features I’d like to add.
    As the administrator of my site. Under all user profiles I’d like to be able to leave notes on individual users that only admins of my site can read and update. I’d like to be able to leave notes that admins/moderators can read. So like a place holder where I can leave notes with a toggle switch which lets me decide if admins only can read or admins/moderators can read.

    With every note dated and in its own thread.
    Is this possible to achieve?

    Mudito
    Participant

    Hello, I’m new to Buddypress but everything is looking great so far. I have one suggestion: the ‘friendship connections’ is turned off in my install because everybody in my site is already assumed friends, there is no need for that feature, we want everybody to see everyone’s activity.

    That is just fine but one problem now is that the sending of invitations for groups only works among friends. As it stands right now, is not possible to send invitations for a group in my site. It would be nice to have that even though it can be easily solved by announcing publicly the existence of your group and asking people to join in, but it becomes more difficult when the group is hidden and people cannot request to join and invitations cannot be sent. In that case they need to be added manually through the WordPress panel. So my request is that the invitation feature also work when the ‘friendship’ model is turned off.

    On the same vein: because there is no friendship relationship, when sending a private message, the auto-complete for the name is not working because it also requires the friendship to show. A message can only be sent if you write the exactly correct “username” that nobody really remembers. So that also could be changed for a global search when the friendship module is absent.

    Other than that, everything is fine. Thanks for the great job.

Viewing 25 results - 13,001 through 13,025 (of 73,986 total)
Skip to toolbar