Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 8,501 through 8,525 (of 69,104 total)
  • Author
    Search Results
  • #263133

    In reply to: Hide Emails Menu

    Alex Stine
    Participant

    OK, if anyone else was wondering how to do this, it’s simple. Just add this code to functions.php or a mu-plugin and the BuddyPress items disappear.

    function remove_admin_menu_items() {
    /*Remove Emails from Appearance.*/
    	remove_submenu_page( 'themes.php', 'bp-emails-customizer-redirect' );
    /*Remove Manage Signups*/
    	remove_submenu_page( 'users.php', 'bp-signups' );
    }
    add_action( 'admin_menu', 'remove_admin_menu_items' );

    Hope that helps someone else. 🙂 Thanks.

    #263122
    danbp
    Participant

    Was explained somehow:

    You can do that by CSS from within your child-theme style.css
    As it is not only BuddyPress css, but also dependent of your theme, you have to check for the correct classes and id’s to use.

    completed by:
    On each BP page is a page-id-{number}. You need it to define the style for this page only.

    Sorry, i can’t do more for you. It is to you to learn and understand what is explained. Or to hire a dev if it is too difficult.

    #263120
    danbp
    Participant

    7.0 yes – like WP
    7.0.x maybe
    7.x.x too early to know…

    Search !
    https://buddypress.org/support/search/PHP7+Compatible/

    #263118
    manishn
    Participant

    Hello there..

    I am newbie in buddypress, can anyone help me in this:

    I am using this plugin for hashtagin https://rup.wordpress.org/plugins-wp/buddypress-activity-stream-hashtags/

    Its working fine, but I want to show #hashtag filter on site. So when anyone can search particular #hashtag it will display the result for that #hashtag only. I know there must be a way which I can’t find.

    Thanks you in advance.

    #263117
    eastw00dx
    Participant

    I’m a newbie and I don’t know how to do it. I just paste this in the style.css, right? But it works only for 1 buddypress page, how do I make it for every BP page?

    #263111
    danbp
    Participant

    Read here for a solution:

    Full Width Profile Pages

    Note that it exist other solutions, perhaps more complex or difficult, in function of your experience with theming.

    #263100

    In reply to: import xprofile CSV

    A paid plugin available to import users BuddyPress xprofile fields data.

    BuddyPress Members Import

    #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.

Viewing 25 results - 8,501 through 8,525 (of 69,104 total)
Skip to toolbar