Set privacy post default to friends ?

Eric F. Posted in General Discussion 9 years ago

Hi,

How can I change the privacy default post to freinds ?

I've try in /system/templates/input/privacy.php to checked="checked" from line 20 to 25 but still need to validate to have it working.

What do I need to do more ?

Thanks - Eric

Replies
Indonesian Arsalan Shah Replied 9 years ago

As long as it works, its fine.

French Eric F. Replied 9 years ago

May be I've found the solution ?

/components/OssnWall/forms/user/container.php line 45 I've changed:

<?php echo OSSNPUBLIC; ?>
to
<?php echo OSSN
FRIENDS; ?>

It seems to work but don't know if it's the good way ?

Thanks

Eric