Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 8,451 through 8,475 (of 69,044 total)
  • Author
    Search Results
  • #263098
    eastw00dx
    Participant

    On the right side of the page, I want to remove them and make a full widht-page. I was able to do it in normal pages, but I cant do it with buddypress pages since they dont appear in the Pages section..

    #263095
    designvorlage
    Participant

    With BuddyPress/bbPress installed you can add a link to your profile with ##profile_link## in the URL input from Links section bellow. Example: ##profile_link##/messages

    You can also include the members username next to the My Account avatar with ##member_name## in the Title Attribute field.

    For add Create Groups for everyone type in the Title Attribute field
    ##profile_link##/groups/create/step/group-details/

    #263088
    mrjarbenne
    Participant

    In case anyone runs into this forum topic looking for a similar fix. I needed to do two more things to get this perfect (thanks @danbp for the great start).

    Under each field, the default privacy is displayed, so you need to make sure that for every option you add, the default is either “All Members”, or “Only Me” so that “Everyone” doesn’t appear as a default under each field, despite the fact that you’ve hidden the option to chose it once the user hits the Change button.

    Additionally, under the name field, “Everyone” is the default, and it can’t be changed. This isn’t really accurate if you site is private, so I have hidden the line that says that the Name field is visible by Everyone with an additional CSS snippet.

    /* Remove Everyone option from Profile Fields to ease confusion on a private site */
    
    li.public {display:none!important;}
    
    #buddypress div#item-body div.profile form#profile-edit-form.standard-form.member-information div.editfield.field_1.field_name.required-field.visibility-public.field_type_textbox div#field-visibility-settings-toggle-1.field-visibility-settings-notoggle {display:none!important;}
    #263086
    danbp
    Participant

    See http://hookr.io/plugins/buddypress/#index=g&search=bp_get_member_types

    1 – get the member types
    2 – if $mt == the_allowed_type
    3 – show the button

    #263077
    djsteveb
    Participant


    @johanna75
    – looks like an interesting plugin – not sure if it’s a free plugin with paid extensions, or a premium plugin altogether – or how it works- you are best off asking those plugin makers more than likely. I see they have 2 premium add on extensions that seem to fit in with what you are asking about though: the geo members directory and the xprofile fields extensioons – which seem to be priced from $29 – $130 each.

    again, not sure how any of the plugin is working for you – it kind of sounds like there is some info that has been added to your member’s profiles.. and if it that’s the case – you may have some luck with adding the “bp profile search” plugin – which is free. There some quick docs on how to get it up and running on a page or wdiget with certain features -> http://dontdream.it/

    That may be all you need… if not, I would cough up the money for the premium addon and ask the author of the main plugin – sounds like it’ll be faster and easier to get working..

    the buddypress forums are likely going to leave you hanging with no answers if you ask about anything like plugins, themes, custom mods that are premium / aka costs money.

    I’d love to know if your plugin maker there has a way to turn off the “google maps” part – I mean it sounds nice on the features page – but I’m pretty sure html5 has a geo location feature that can be tapped into without using google maps.. and if I was to use a plugin like that, I would certainly not be sacrificing my user’s privacy by using something that depended on the big G to get their data. Surely there are other ways / other options.

    my 2cents.. your situations may be different

    #263072
    danbp
    Participant

    Hi,

    seems you’re in wp-admin media library when you get that error. The message comes from WordPress. BuddyPress doesn’t use backend editing and doesn’t use edit tools on front-end like “mirror” or “rotate” when he handles pictures.

    With BP, a user can handle his avatar picture and the cover header for profile and groups, and all that from front-end.

    Where is the image in BuddyPress that you try to edit ?
    Please give details, so your issue could evtl. be reproduced.

    #263064
    danbp
    Participant

    That’s how it works with JS. No idea if you can modify easely this behave between BP/theme and client side… personnally, i can’t help you with that.

    And the codex is not very verbose about favorites.

    If interest to study code, see here.

    #263062
    danbp
    Participant

    Hi,

    BuddyPress hasn’t a video player. By default, BP use WordPress embeds. Read attentively this document, to understand how embeding videos is working and how READING videos is automatted.

    If you want thumbnails in place of the default wrapper, you could use some plugin like this one (untested). And they’re many other on the plugin repo. Only thing you have to take attention with such a plugin, is his compatibility with BP. For ex. wall activities are not exactly blog posts.

    If you’re comfortable with CSS, you can even try to modify the existing wrapper size.

    Note also that all of these tips have not very much to do with BuddyPress, but with theming.

    #263061
    danbp
    Participant

    A brief check for wp-content/themes/rehub/buddypress/groups/single/index.php indicates that you use a wrong file.

    There is no index.php file in the original template directory of /groups/single/…

    So it may by interesting for you to review the group page install – evtl. register permalinks again and to check how you implemented “/buddypress” into your theme. About theme, do you use a child theme ?

    Perhaps read the template doc if it is a bit unclear.

    Add BuddyPress Styles to a Theme

    #263059
    beforeplastic
    Participant

    FYI we tried putting it back to 7.1 and it broke the site again:

    Error on the front end:
    Fatal error: Uncaught TypeError: Argument 1 passed to MC4WP_Form_Listener::listen() must be an instance of MC4WP_Request, instance of MC4WP_Request given, called in /home/mysite/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-manager.php on line 92 and defined in /home/mysite/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-listener.php:27 Stack trace: #0 /home/mysite/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-manager.php(92): MC4WP_Form_Listener->listen(Object(MC4WP_Request)) #1 /home/mysite/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-manager.php(59): MC4WP_Form_Manager->init_form_listener() #2 /home/mysite/public_html/wp-includes/class-wp-hook.php(298): MC4WP_Form_Manager->initialize(”) #3 /home/mysite/public_html/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array) #4 /home/mysite/public_html/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #5 /home/mysite/public_html in /home/mysite/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-listener.php on line 27

    and now this error on the back end in WP-admin:
    Fatal error: Uncaught Error: [] operator not supported for strings in /home/mysite/public_html/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-component.php:281 Stack trace: #0 /home/mysite/public_html/wp-includes/class-wp-hook.php(298): BP_Activity_Component->setup_admin_bar(”) #1 /home/mysite/public_html/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array) #2 /home/mysite/public_html/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /home/mysite/public_html/wp-content/plugins/buddypress/bp-core/bp-core-dependency.php(143): do_action(‘bp_setup_admin_…’) #4 /home/mysite/public_html/wp-includes/class-wp-hook.php(298): bp_setup_admin_bar(Object(WP_Admin_Bar)) #5 /home/mysite/public_html/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array) #6 /home/mysite/public_html/wp-includes/plugin.php(515): WP_Hook->do_action(Array) #7 /home/mysite/public_html/wp-includes/admin-bar.php(83): do_action_ref_array(‘admin_bar_menu’, Array) #8 /home/mysite in /home/mysite/public_html/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-component.php on line 281

    I guess 7.1 isn’t fixed yet.

    #263057
    beforeplastic
    Participant

    Thank you. FYI I am still having issues:

    See ticket I just submitted to my hosting company and their response.
    You
    Posted On 21 Jan, 2017 00:55 CST
    Hello,

    I am getting this error:

    Warning: include(): Filename cannot be empty in /home/mysite/public_html/wp-content/themes/rehub/buddypress/groups/single/index.php on line 14

    Warning: include(): Failed opening ” for inclusion (include_path=’.:/usr/local/php56/pear’) in /home/mysite/public_html/wp-content/themes/rehub/buddypress/groups/single/index.php on line 14

    on this page https://www.beforeplastic.com/groups/shop-owners/

    Wondering if this is connected to the support ticket submitted yesterday.

    Thanks so much

    Support GuruPosts: 5856Posted On 21 Jan, 2017 01:10 CST
    Hello,

    Thank you for contacting our Help Desk center!

    Indeed, this is caused by changing the PHP version as it was done in the previous ticket. It seems that by solving one problem another one arises and this might mean that something in your website is misconfigured. I recommend you to seek the assistance of a professional developer to find the weak link in the coding of BuddyPress.

    If you need further assistance, do not hesitate to contact us again.

    ——

    My hope is that the BuddyPress developers are already working on a fix to this problem.
    Thanks so much!

    #263040
    danbp
    Participant
    #263039
    danbp
    Participant

    Thank you for the report. Devs are aware of the problem. You can also participate or follow this on Trac.
    Read from #7406

    #263038
    danbp
    Participant

    Hi and sorry for your issue. Could be a lot of things. From php version to file access rules… Best to do is to verify you have the minimum requirements needed by WP and BP on your host plan and to contact your host support.

    #263033
    bcanr2d2
    Participant

    My experience on an iPad with BuddyPress and the change profile photo is as follows:

    Safari (custom theme) – same as above, hard to find the right spot to get the iOS menu to appear
    Chrome (custome theme) – worked perfectly, the touch zone matched the physically drawn button on screen.
    Safari (Twenty theme) – different site, but worked without an issue straight away.

    There is something with some of the themes (I am using one from Template Monster that has this issue, and another from them does not have an issue at all.
    About to see if they can provide a fix for this. It seems odd it’s only a Safari issue, and only on some themes.

    #263020
    Henry Wright
    Moderator

    This isn’t ideal. Can you open a ticket on Trac explaining the issue?

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

    #263019

    In reply to: Auto delete

    Henry Wright
    Moderator

    Is it possible that users can choose to auto delete the chat…

    BuddyPress doesn’t have chat functionality. Are you using a plugin?

    #263017
    danbp
    Participant

    That’s what i expected, but you’re wrong and can’t get any content from there.

    Members is a BuddyPress page which should stay empty. This page (like the other BP pages) exist for internal purpose only. WP create the slug and BP need that slug to fire dynamic content into the “members” page.

    To resume, the page called “members” is mandatory, and depending the context, will show different things.

    your-site/members/ -> the members list
    your-site/members/seb/ -> Seb’s profile
    your-site/members/seb/notifications -> Seb’s notification
    etc….

    You’re always on the same permalink/page, but with very different content.

    If you need to add some content to the member page, you can do that by using the action hooks you’ll get on the different contextual templates.

    Or a little more complex, by hardcoding something yours into a template, with help of a child theme.

    Or even much better, specially if you want to reuse your work on another site, with a plugin. But whatever, you have to use the template parts, not the page itself, or the “page editor”, which is to write static content.

    danbp
    Participant

    The function used to show @ mention is bp_displayed_user_mentionname in this template context:

    <h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2>

    Above the profile header you have the fullname, which use this function: bp_displayed_user_fullname.

    To replace the mention by the fullname, you can use this snippet (goes to bp-custom.php):

    function bpfr_user_fullname() {
            // uncomment below if you want this only for logged in users.
    	//if ( !is_user_logged_in() )
    		//return false;
    
    	echo bp_displayed_user_fullname();
    	
    }
    add_filter( 'bp_get_displayed_user_mentionname', 'bpfr_user_fullname' );

    To remove the existing fullname, you use something like:

    function bpfr_remove_fullname_from_profile() {	
    global $bp;
    	
    	if ( bp_is_active( 'xprofile' ) )
    
    	if( bp_is_user() && ! bp_get_member_user_id() ) {
            $user_id = 'displayed: '. bp_displayed_user_id();
        } else {
            $user_id = 'get_member_user: '. bp_get_member_user_id();
        }
    
    	remove_filter( 'bp_displayed_user_fullname', isset( $bp->displayed_user->fullname ) ? $bp->displayed_user->fullname : '' );
    	
    }
    add_filter( 'bp_displayed_user_fullname', 'bpfr_remove_fullname_from_profile' );

    And in case of you want to modify the @ sign, it is hardcoded in the template. You have to remove it manually via a child-theme.

    Many other related topics on the forum.

    Function reference.

    #262998

    In reply to: [Resolved] My Profile

    danbp
    Participant
    #262993

    In reply to: Creating a custom page

    argoncobalt
    Participant

    Do you know how I can just create a custom BuddyPress template? I need to create it such that my client can enter the information herself manually (we are using the Advanced Custom Fields plugin for that), and such that it can only be viewed once a user is logged in. It needs to say “Welcome [user]!” at the top.

    #262989

    In reply to: [Resolved] My Profile

    danbp
    Participant

    Fortunately, the BuddyPress support forum has a search feature!

    I used it to find “link to profile” specially for you:

    https://buddypress.org/support/topic/create-dynamic-user-links-to-end-users-wallprofile-etc/

    bp_core_get_userlink()

    danbp
    Participant

    As you know that it is your plugin who generate the redirection, it is on their support that you have to ask for a solution.

    This forum is related to BuddyPress and maintained by volonteers. We can’t offer support for third party or premium plugins and themes.

    vjjam
    Participant

    Noted. The Affiliate Royale website is: https://www.affiliateroyale.com/

    I also just tested by deactivating the Affiliate Royale plugin, the problem of redirect from buddypress pages is resolved.

    But I would like to ask if anyone here will be able to help why the Affiliate Royale plugin is redirecting. I have enabled the plugin so that you guys can see the issue and how to resolve it. I want to have an affiliate plugin for my site, hence looking to solve it.

    Any kind souls able to help?

    danbp
    Participant

    Hi,

    while reading your story, it appears that your issue came up just after you installed an affiliate plugin.
    Why don’t you remove that plugin ? And why do you think that BuddyPress is the only to be concerned ? Have you made some test ? How can we reproduce your issue ?

    Also you provide an url to a register page. If you use restricted access, it’s not very handy to check what’s going on on your site. And mentionning a plugin without giving a link where to get or find it, is useless…

    Without details, nobody can help you here.

Viewing 25 results - 8,451 through 8,475 (of 69,044 total)
Skip to toolbar