[SOLVED] Condition to show based on userid and userid of connections

9 years 7 months ago - 9 years 7 months ago #248961 by michaedt
Is it possible using CB Conditionals and/or delimiter/Custom HTML to show/hide data in a tab or inside a custom HTML field if the user ID = me and my connections. In other words, anyone that is connected to me (i.e., friends with via CB) can also see the data, but not users that are not connected to me?

I can set to show for only the logged in user, but not for the logged in user and friends:
Display: Tab conditional
Field: Custom - Value
Value: [user_id]
Operator: Equal To
Value: [cb:userdata field="user_id" user="#me" /]
Mode: Show

Please Log in to join the conversation.

9 years 7 months ago - 9 years 7 months ago #249003 by krileon
Use CB Privacy and set the privacy controls to be moderator controlled then set the default privacy to Connections. Note if you're doing this for tabs it's bugged and you'll need to apply the below quickfix.

IN: /components/com_comprofiler/plugin/user/plug_cbprivacy/tab.cbprivacy.php
ON: Line 130
FROM:
if ( ( $display == 1 ) || ( ( $display == 2 ) && isModerator( $myId ) ) ) {
TO:
if ( ( $isDisplay && ( ( $display == 1 ) || ( $display == 2 ) ) ) || ( $isSave && ( $display == 2 ) && isModerator( $myId ) ) || ( $isSave && ( $display == 1 ) ) ) {


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: michaedt

Please Log in to join the conversation.

9 years 7 months ago #249057 by michaedt
Exactly what I needed. Thank you.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.212 seconds

Facebook Twitter LinkedIn