BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 11
    Christopher Daw on #41383

    No worries, I figured that would be the issue. Thanks.

  • Participant
    Level: Initiated
    Posts: 11
    Christopher Daw on #41327
    This reply has been marked as private.
  • Participant
    Level: Initiated
    Posts: 11
    Christopher Daw on #41288

    I’ve got it Completion plugin working by erasing the field set and reentering each members data. Not a great solution but if I don’t have to change my fieldset I’ll be alright for now. I’ll try to recreate the problem on a copy to get you a video.

  • Participant
    Level: Initiated
    Posts: 11
    Christopher Daw on #41264

    The correlation is just to have certain people notified without adding them to a group.

  • Participant
    Level: Initiated
    Posts: 11
    Christopher Daw on #41196

    What I mean is it would be nice to be able to choose a tag when posting an activity that correlated to the relevant members but it’s basically the same thing as having tags automatically join a member to a group because then you would choose the group when posting.
    If the intention is to add tags to the Auto Join Groups plugin that will be perfect.

  • Participant
    Level: Initiated
    Posts: 11
    Christopher Daw on #41127

    That would be awesome. I looked into that plugin hoping it would find the tags.
    A workaround for the taging activity or comments would be to use the tags as a condition for auto joing a group using the BuddyPress Auto Join Groups. Are tags one of the matching fields?

  • Participant
    Level: Initiated
    Posts: 11
    Christopher Daw on #41097

    Is there a way to take these tags and add them to any comment or post or message in Buddypress? What would be great is if someone could notify everyone with a particular profile tag of an update (kinda like a mention with @username). What would also be great is being able to drop-down search anyone in the members directory who has one of these tags attached to their profile (like a multi-select checkbox field). The reason I’d like to use the tag field over any of the other fields is because tags allow for users to add their own identifiers.

  • Participant
    Level: Initiated
    Posts: 11
    Christopher Daw on #41093

    I was able to figure out the addition CSS I could add to fix the problem. The problem was due to repeater sets (not sure why) but when I added this, it set the container large enough to allow for scrolling through my default tags.

    
    .select2-container--default .select2-selection--multiple {
    	width:16em;
    }
    
  • Participant
    Level: Initiated
    Posts: 11
    Christopher Daw on #41088

    Quick to respond, thanks so much for that. I figured that would be the case so I’ll reach out to buddyboss.