Skip to Content Skip to Menu

Asset in Privacy Settings

  • AlexRag
  • AlexRag
  • ONLINE
  • Posts: 586
  • Thanks: 42
  • Karma: 7
14 hours 18 minutes ago #341763 by AlexRag
Asset in Privacy Settings was created by AlexRag
Is there an easy way to figure out which assets go with which item (I was looking at users' Privacy settings and trying to figure out the settings.  Is the number that appends the asset the ID number which would appear in the plugin or tab area?

The reason I am asking is that I am trying to figure out which users have the Connections enabled, so people can request connections and which have made it private, so no one can request connections

 


 

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 49459
  • Thanks: 8469
  • Karma: 1465
14 hours 14 minutes ago #341764 by krileon
Replied by krileon on topic Asset in Privacy Settings
Assets are basically just parts joined by a period. So the first one is "activity.176". This means the activity post with an id of 176. The second is "profile.tab.32" so this means the profile tab with an id of 32.


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.

Please Log in or Create an account to join the conversation.

  • AlexRag
  • AlexRag
  • ONLINE
  • Posts: 586
  • Thanks: 42
  • Karma: 7
14 hours 9 minutes ago #341765 by AlexRag
Replied by AlexRag on topic Asset in Privacy Settings
Got it!   Thanks.

So, which asset would I be looking at that enables the "Connections tab that appears above the profile cover?   I want to configure the privacy settings for it so I can give the user control over whether this is visible or not.

I did something similar for the Connections Tab, but I don't recall how.

 

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 49459
  • Thanks: 8469
  • Karma: 1465
14 hours 7 minutes ago #341766 by krileon
Replied by krileon on topic Asset in Privacy Settings
Tabs are "profile.tab.TAB_ID" and it just controls visibility of the tab. It won't limit who can request connections. So you'll need to check what the tab id is of your connections tab in CB > Tab Management then check what privacy rule they set that tabs asset to.


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.

Please Log in or Create an account to join the conversation.

  • AlexRag
  • AlexRag
  • ONLINE
  • Posts: 586
  • Thanks: 42
  • Karma: 7
13 hours 44 minutes ago #341768 by AlexRag
Replied by AlexRag on topic Asset in Privacy Settings
Thanks.   I figured out why I had done to show or hide the "Request Connections" menu

I set up an Auto Action to hide the Request Connections Tab (above the cover photo) as follows for free members (only paid members can have the Request Connection Option:

Global:  onAfterUserProfileDisplay

Condition: 
Subscriptions
Action User
Has
Plans:  Free Plan
Status: Any Status

Action
CSS Inline
Code:
.cbMenu_UE_MENU_CONNECTIONS {
    display: none !important;
}

The issue was that I had set the Status to Any Status, but many of the user upgraded from the Free Plan to the Paid one, so their "Free Plan" status became inactive, so the Auto Action still applied when it was not meant to.

To resolve this, I changed the Free Plans Status to "Active."

I could also do the opposite Condition
Condition: 
Subscriptions
Action User
Does Not Have
Plans:  Paid Plan
Status: Active
 

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum