Skip to Content Skip to Menu

🕒 Save Time and Effort with CB Editor Assistant: Effortlessly create and refine content in Joomla 3, 4, & 5.
🎁 Limited Offer: Enjoy a 5-day FREE trial and save up to 30% afterward!

User profile not private!

  • AlexRag
  • AlexRag
  • OFFLINE
  • Posts: 501
  • Thanks: 33
  • Karma: 6
12 years 1 month ago #216027 by AlexRag
Replied by AlexRag on topic Re: User profile not private!
I think I'll have the courage to go for it. (As long as I back up first!)

Thanks for all your help.

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

  • AlexRag
  • AlexRag
  • OFFLINE
  • Posts: 501
  • Thanks: 33
  • Karma: 6
12 years 1 month ago #216105 by AlexRag
Replied by AlexRag on topic Re: User profile not private!
Had a look at the table. Seems like only the ones I was editing on the backend that were saved manually are appearing in the table.

The columns in the table are
userid
type
xid
rule

I can deduce the first 3, but what about the rule? More specifically , what should I be changing?

thanks for your patience!

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48710
  • Thanks: 8319
  • Karma: 1447
12 years 1 month ago #216140 by krileon
Replied by krileon on topic Re: User profile not private!
"rule" is the privacy value. Below is the privacy values that you can supply as "rule".

1 = Only to logged-in users
2 = Only for direct connections
3 = Also for connections' connections
99 = Invisible on profile

"rule" is what you'll want to change to adjust the privacy setting for the user. So basically what you could do is the below query.
Code:
UPDATE `#__comprofiler_privacy` SET `rule` = 99 WHERE `type` = 'field' AND `xid` = 100

The above example would set all entries for the field 100 (id of the field) to invisible.


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
  • OFFLINE
  • Posts: 501
  • Thanks: 33
  • Karma: 6
12 years 1 month ago #216148 by AlexRag
Replied by AlexRag on topic Re: User profile not private!
Awesome - Thanks for this.

When I checked out the table the only entries I see are ones I had looked at in the back end and saved manually. Shouldn't I be seeing all the members populate the table with a "visible setting" after I enabled the CB Privacy plugin?

I'll likely simplify the process by making the tabs invisible instead of just the individual fields.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48710
  • Thanks: 8319
  • Karma: 1447
12 years 1 month ago #216162 by krileon
Replied by krileon on topic Re: User profile not private!

Shouldn't I be seeing all the members populate the table with a "visible setting" after I enabled the CB Privacy plugin?

No, an entry is only created on profile update or registration.

I'll likely simplify the process by making the tabs invisible instead of just the individual fields.

That's probably the easiest approach.


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
  • OFFLINE
  • Posts: 501
  • Thanks: 33
  • Karma: 6
12 years 1 month ago #216186 by AlexRag
Replied by AlexRag on topic Re: User profile not private!

No, an entry is only created on profile update or registration.

So it look like I'll have to go into each existing members application and save them (in the backend) to create the table entry - Darn! If that's the case I may as well make the change there manually, or just go in quickly just save and then execute the query to set the proper setting afterwards.

Too bad there isn't a way to create the table entry some other way. :(

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

Moderators: beatnantkrileon
Powered by Kunena Forum