Forum Replies Created
-
Here are some chat (messenger) programs made for buddypress
https://codecanyon.net/item/wordpress-buddypress-users-chat-plugin/10776067?ref=Barn2Media
https://www.cometchat.com/buddypress-chat (expensive)I’ve tried WordPress, BuddyPress Users Chat Plugin but it is riddled with very bad code and security vulnerabilities.
Which one is that, I will stay away from it ?
more info on vulnerabilities and would be usefulHard to pick one, will take a few hours
I’ve seen some online but they cost upwards of $200.
They seem free at least for free version
<?php $current_user = bp_loggedin_user_id(); if ( 0 == $current_user->xprofile_get_field_data( $Field-NaMe) { ?> nnnnnnnnnn <? } else { ?> yyyyyyyyyyyy <? } ?>
this is also not working
what some people would like is
!
Showing content based on BuddyPress member types:-
You can show content based on BuddyPress member types using the shortcode [bpmtp-show-if-member-type] . It will make contents visible only to the specified member type(s).Member type tabs work with “Member Types Pro” but not “Member Type Generator”
Tabs use to work with the free version. Anyway all good now. Thanks.
you can assign all support to contributor, and then use this plugin https://wordpress.org/plugins/buddypress-conditional-field-groups/
to show profile group tab(s) only to support (contributors)No does not work, that plugin only hides the tab in edit mode for subscriber and shows for contributor, the contents are not effected
What I would be looking for is plugin that only shows the contents by role (contributor) but still allows editing of it by subscriberyou can assign all support to contributor, and then use this plugin https://wordpress.org/plugins/buddypress-conditional-field-groups/
to show profile group tab(s) only to support (contributors)you can easily expand using this approach https://codex.buddypress.org/developer/member-types/ and it will create additional meta box in extended profile and conditional logic are also available, you can display x-profile data on the basis of it.
But such topics are more close to buddypress development not related to Boss theme
.
I am still interested in
If user = friend + member type {[bpps_profile_field field=”fieldname” tab=”section”]}
specific tab (or tab fields) are shown to friends only of specific member typegravity forms also allows multiple registration forms for different users types/sites, and group creation with custom forms
Here is a list of chat (messenger) programs made for buddypress
I’ve tried WordPress, BuddyPress Users Chat Plugin but it is riddled with very bad code and security vulnerabilities.
Which one is that, I will stay away from it ?
more info on vulnerabilities and would be usefulchats to be indexed in the message component of buddy press.
BP Better Messages – is a fully featured replacement for standard BuddyPress Messages. Plugin is fully backward compatible with BuddyPress Messages.
Websocket version (fast) $9.99 (licence) month, but I wonder if you only need to pay for one monthgravity forms allows mapping of buddypress fields with form builder, and was made for it.
how is it created?
These are the themes I have tested
Custom Community
The Columnist
Twenty SeventeenNot a problem with Nouveau theme
I changed to Legacy Template Pack but still no tabs
you could setup another buddypress site and use sync users to it https://premium.wpmudev.org/project/wordpress-user-synchronization/
and then ask users to share their info to experts there,
and rename to friends to experts, and all the profile fields default to share with experts only
works for me 🙂 and is better than what I had in mindp.s.
redirect registration to master site due to plugin one way syncSame question with answers: https://premium.wpmudev.org/forums/topic/xprofile-fields-only-visible-to-specific-role
the above just output buddypress group fields values anywhere I like [bpps_profile_field field=Life tab=LifeColors] but no edit values anywhere i like
Thank paul, I will check some survey plugins and sort some integration myself.
ultimate members plugin has shortcode to add profile fields editing areas I think but only works with registration and base profile fields and not buddypress group fields
any example of code (for editing profile group fields) on homepage or best buddypress survey plugins I can customize would help
THis is what I was looking for
I am installing now, and may post updates if not what I want.
I found these by searching “wordpress profile fields shortcodes” and there are heap more that I can use with buddypress
Took over 10 hours researching before I tried this search termHere is updated code. just in-case anyone has same problem as me.
li.item-entry.odd.hidden.is-admin.is-member.group-has-avatar { display: block !important; visibility: visible !important; } li.item-entry.even.hidden.is-admin.is-member.group-has-avatar { display: block !important; visibility: visible !important; } li.item-entry.odd.hidden.is-member.group-has-avatar { display: block !important; visibility: visible !important; } li.item-entry.even.hidden.is-member.group-has-avatar { display: block !important; visibility: visible !important; }
I dont know what would make a group not have an avatar but that may change the code
If possible I would like Member Admins to be able to create their own questions for Member Users to fill out on the profile page but not needed.