Replies
No worries, I figured that would be the issue. Thanks.
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.
The correlation is just to have certain people notified without adding them to a group.
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.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?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.
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; }
- This reply was modified 1 year, 7 months ago by
Christopher Daw.
- This reply was modified 1 year, 7 months ago by
Quick to respond, thanks so much for that. I figured that would be the case so I’ll reach out to buddyboss.