Search Results for 'buddypress'
-
AuthorSearch Results
-
January 23, 2017 at 7:21 am #263098
In reply to: Remove meta/archives buddypress pages
eastw00dx
ParticipantOn 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..
January 23, 2017 at 2:13 am #263095In reply to: “Create Group” button not showing
designvorlage
ParticipantWith 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/January 22, 2017 at 10:13 pm #263088In reply to: Profile Field Visibility Settings
mrjarbenne
ParticipantIn 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;}January 22, 2017 at 10:05 pm #263086In reply to: [Resolved] Hide join button conditionally
danbp
ParticipantSee 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 buttonJanuary 22, 2017 at 9:25 am #263077In reply to: search members how to set it ?
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
January 21, 2017 at 4:34 pm #263072danbp
ParticipantHi,
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.January 21, 2017 at 8:55 am #263064In reply to: Favorite without loading page
danbp
ParticipantJanuary 21, 2017 at 8:40 am #263062In reply to: How to change/modify buddypress default player
danbp
ParticipantHi,
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.
January 21, 2017 at 8:29 am #263061In reply to: BuddyPress not PHP 7.1 compatible – Broke my site
danbp
ParticipantA 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.
January 21, 2017 at 7:48 am #263059In reply to: BuddyPress not PHP 7.1 compatible – Broke my site
beforeplastic
ParticipantFYI 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 27and 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 281I guess 7.1 isn’t fixed yet.
January 21, 2017 at 7:18 am #263057In reply to: BuddyPress not PHP 7.1 compatible – Broke my site
beforeplastic
ParticipantThank 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!January 20, 2017 at 8:54 am #263040In reply to: How to edit Profile menu?
danbp
ParticipantWhen you have such basic question, please search first the forum and read the documentation.
https://buddypress.org/support/search/bp_get_displayed_user_nav/
http://stackoverflow.com/questions/23041165/buddypress-custom-nav-and-page-templateJanuary 20, 2017 at 8:40 am #263039In reply to: BuddyPress not PHP 7.1 compatible – Broke my site
danbp
ParticipantThank you for the report. Devs are aware of the problem. You can also participate or follow this on Trac.
Read from #7406January 20, 2017 at 8:35 am #263038In reply to: When I upload something site suddenly down.
danbp
ParticipantJanuary 20, 2017 at 5:21 am #263033In reply to: profile image not changing on mobile/ipad
bcanr2d2
ParticipantMy 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.January 19, 2017 at 6:53 pm #263020In reply to: Link from email goes to 404 when not logged in
Henry Wright
ModeratorThis isn’t ideal. Can you open a ticket on Trac explaining the issue?
January 19, 2017 at 6:51 pm #263019In reply to: Auto delete
Henry Wright
ModeratorIs it possible that users can choose to auto delete the chat…
BuddyPress doesn’t have chat functionality. Are you using a plugin?
January 19, 2017 at 4:58 pm #263017In reply to: How to display the content on member page
danbp
ParticipantThat’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.
January 19, 2017 at 4:44 pm #263016danbp
ParticipantThe function used to show @ mention is
bp_displayed_user_mentionnamein 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.
January 18, 2017 at 4:39 pm #262998In reply to: [Resolved] My Profile
danbp
ParticipantIt’s already explained in one of the topics i supplied.
https://buddypress.org/support/topic/create-dynamic-user-links-to-end-users-wallprofile-etc/#post-259946January 18, 2017 at 3:16 pm #262993In reply to: Creating a custom page
argoncobalt
ParticipantDo 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.
January 18, 2017 at 12:13 pm #262989In reply to: [Resolved] My Profile
danbp
ParticipantFortunately, 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/
January 18, 2017 at 9:39 am #262982danbp
ParticipantAs 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.
January 18, 2017 at 8:44 am #262980vjjam
ParticipantNoted. 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?
January 18, 2017 at 8:32 am #262979danbp
ParticipantHi,
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.
-
AuthorSearch Results