Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 21 replies - 1 through 21 (of 21 total)
  • @onions2578

    Participant

    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.

    @onions2578

    Participant

    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 type

    @onions2578

    Participant

    gravity forms also allows multiple registration forms for different users types/sites, and group creation with custom forms

    @onions2578

    Participant

    chats to be indexed in the message component of buddy press.

    BP Better Messages


    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 month

    @onions2578

    Participant

    gravity forms allows mapping of buddypress fields with form builder, and was made for it.

    Home

    @onions2578

    Participant

    @onions2578

    Participant

    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 mind

    p.s.
    redirect registration to master site due to plugin one way sync

    @onions2578

    Participant

    @onions2578

    Participant

    @onions2578

    Participant

    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

    @onions2578

    Participant

    THis is what I was looking for

    Profile field based content shortcode

    BP Profile Shortcodes Extra


    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 term

    @onions2578

    Participant

    Here 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

    @onions2578

    Participant

    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.

    @onions2578

    Participant

    Code to put registration form where I want it
    https://premium.wpmudev.org/forums/topic/how-to-put-register-form-on-a-home-page-for-non-logged-in-users
    but I have not tested it. may need wpmudev plugin?

    @onions2578

    Participant

    Thank you. I will pay someone to create the group condition and post it here.

    Also I think I will create another plugin to tag friends as best friends. So that groups can be created for “best friends” or “all friends”

    @onions2578

    Participant
    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;
    }

    @onions2578

    Participant

    ignore last message, it was a reply to another topic I accidentally posted here

    @onions2578

    Participant

    problem was with CSS

    Add

    li.item-entry.odd.hidden.is-admin.is-member.group-has-avatar {
    display: block !important;
    visibility: visible !important;
    }

    and problem fixed

    the hidden groups are there for members if you look at the code but hidden by CSS for some reason, where as for members when are not in group they dont display at all which is correct

    @onions2578

    Participant

    problem was with CSS

    Add

    li.item-entry.odd.hidden.is-admin.is-member.group-has-avatar {
    display: block !important;
    visibility: visible !important;
    }
    

    and problem fixed

    the hidden groups are there for members if you look at the code but hidden by CSS for some reason, where as for members when are not in group they dont display at all which is correct

    @onions2578

    Participant

    I am making the plugin https://www.upwork.com/jobs/~0137bd1953398b3c35
    just wondering if it exists already
    when done I will post link here

    @onions2578

    Participant

    Says: Viewing 1 – 2 of 2 groups
    it shows just the group I joined but not my hidden group
    only has one group on the page

Viewing 21 replies - 1 through 21 (of 21 total)
Skip to toolbar