Toggle navigation
Home
Hosting
Community
Developers
Github
Web Services (API)
Documentation
References
Report Issue
Download
Installer
Virtual Machine Image
Components
Themes
Member Area
Login
Register
Search
Tired of Facebook, Instagram & Twitter selling your data?
You reached the right place
Create your own social network website!
Newsfeed Page
Newsfeed page helps you to find what's happening on the network.
MOBILE FRIENDLY
Mobile friendly design allows your users to browse social network on their mobile devices.
USER PROFILE
PERSONAL WALL, FRIENDS LIST, PHOTO ALBUMS, PROFILE COVER, USER INFORMATION AND MUCH MORE.
Groups
Groups make it easy to communicate with friends , family or your work mates
Administration Panel
Using administration panel you can manage your website pages, components and users
Page load
As page ovrride view will simply stop the content of the pages from viewing. Now to change content of the page you need to use this hook. ~~~ <?php function override_group_page(){ ossn_add_hook('page', 'load', 'new_group_page'); } function new_group_page($hook, $type, $return, $params){ if(isset($params['handler']) && !empty($params['handler']) && $params['handler'] == 'group' && $params['page'][1] == 'edit'){ $id = $params['page'][0]; echo 'new stuff'; } } ossn_register_callback('ossn', 'init', 'override_group_page'); ~~~ You need to use this in combination of https://www.opensource-socialnetwork.org/documentation/view/5583/page-override-view
Quick Access
Dashboard
Page load
Page override view