Disable your social network from public viewing! This component will force visitors to register and login in order to access any inner pages of your site.
Please note that this component is owned by the https://www.openteknik.com. If you need any more information please contact https://www.openteknik.com/contact.
Please also see the link:
https://www.opensource-socialnetwork.org/discussion/view/1565/how-to-create-a-private-social-network
Release 5.3 comes with a hook now to extend the array of hardcoded allowed pages to be used by any component like
ossn_add_hook('private:network', 'allowed:pages', 'com_YOUR_COMPONENT_ID_extend_allowed_pages');
and an accompanying function like
function com_YOUR_COMPONENT_ID_extend_allowed_pages($hook, $type, $allowed_pages, $params) {
$allowed_pages[0][] = 'extrapage'; // pages to be addressed by 1 path element
$allowed_pages[1][] = 'hey/hello'; // pages to be addressed by 2 path elements
/* ...
$allowed_pages[n][] = 'a/b/c/...'; // pages to be addressed by n+1 path elements
*/
return $allowed_pages;
}
Changes
V 7.1
V 6.3
V 6.2
V 6.1
V 5.4
https://site.com/subdir/
V 5.3
V 5.2
/home
as usual.V 5.1
Hi, is there a way to make Site Pages: About, Privacy, Terms and Conditions, to be visible to the public? Thanks.
My question about making pages public is answered here: https://www.opensource-socialnetwork.org/discussion/view/1565/how-to-create-a-private-social-network
There is code to add to exclude pages from the privacy handling.
Hi, is there a way to make Site Pages: About, Privacy, Terms and Conditions, to be visible to the public? Thanks.
I recommend all developers, inluding core team developers, create github repositories for their open source plugins. That way we can all work on making plugins better and submit pull requests, with feature improvements, bug fixes, and documentation upgrades.
I also recommemd that OSSN add a field to their plugin submission page for their github project url.
Any one is here who can help me?i am new here???
@Gergory , i think he forgot to add the version file, its now available for download.
There is no download link, this is a link that directly goes to "softlabs", OSSN's paid components.
Where i the download link?