Hi,
I've put in backend all privacy elements (who can see profil, friends, photos, ......) to "Members" by default.
But a user creates a new account, all privacy rules are set by default to "public".
Is it possible to have default values as backend default values ?
Thanks
Hi, ewajoom.
Please provide us with working administrator credentials.
I can't login to your site.
Please, edit your first post and add credentials to corresponding fields.
I tested on my installation and after creating a new member privacy settings should be the same as in backend ( there are in my case).
But users could change privacy settings... I need to test it on your installation.
Hi,
Given administrator credential are working. As site not yet under production I gave the IP adress in comment.
I've sent all info by private message just now.
When a new user creates an account all values are by default on "Public" in each list at right of each field.
Thanks!
Hi, ewajoom.
No, I can't confirm that. I just registered on your site and all preferences by default found set to "Members".
Your post have been placed on hold, it appears the backlink has been removed from your site. The Standard licence must have the backlink displaying as per these link
www.jomsocial.com/license-agreement
or here
www.jomsocial.com/pricing
in the FAQ
"Standard Licence holders must display the Jomsocial backlink in an un-alerted state. Sites with modified or removed backlinks will not be supported"
Alternatively you can upgrade to the Pro version at any time by following this link
www.jomsocial.com/component/digistore/licenses
on the right hand side next to your standard licence there is a button to upgrade to the Pro licence
Please let us know once the backlink is reinstated or you have upgraded and we can assist you further.
Okay, backlink is on website.
Sorry, but I've done just now a test, are we talking about the same thing : When a new user creates an account the list in front of all field is a mini-earth, so public, whatever I've indicated in backend as default value...
Thanks
Hi, ewajoom.
Then no, we don't talk about the same thing :)
You mean fields in registration form - I mean access rights within JomSocial :)
You can change that by editing template. Copy this file:
ROOT/components/com_community/templates/default/privacy.php
to:
ROOT/templates/your-template/html/com_community (if you don't have "html" or "com_community" folders, feel free to create them)
Edit file in line 18, and change this:
$selectedAccess = ($selectedAccess) ? $selectedAccess : 0;
$selectedAccess = ($selectedAccess) ? $selectedAccess : 20;