Please Log in or Create an account to join the conversation.
I don't understand the question. You want profile data public, but not public? It's either public or it's not. This is an absolute and is toggled within CB > Configuration > User Profile. You can expand on profile access by using CB Privacy and its profile privacy field, but it's a user by user usage.Problem 1: How can I make profile data visible for other users (logged in or not) without that they are visible for all in the normal profile too?
You would need to develop a Joomla extension or CB component plugin to handle this as you'd need custom PHP parsing, etc..Problem 2: The URL to the online ID card should look like this, so you can not spy out user data:
Please Log in or Create an account to join the conversation.
krileon wrote: I don't understand the question. You want profile data public, but not public?
Please Log in or Create an account to join the conversation.
I see, CB doesn't have any such feature, but you maybe able to fake it a bit with CB Auto Actions. You'd need to create a CB Auto Action that acts on the before profile display trigger. This could be a redirect action for example. In the conditionals you could condition against a CB field. So lets say you've the below example.I just want make profile data public over an encrypted URL. They would be protected for unauthorized access by these encrypted url.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.