OSSN is written in PHP, using MySQL database and other frameworks, such as Bootstrap and jQuery, to deliver a social networking website, allowing users to share their thoughts and opinions. Also, it's possible to send images, create and join public or private groups, and connect and chat with other users.
This system has two versions. One is provided by opensource-socialnetwork.org and allows site creator's to develop a good Social Network using previously shown resources. This version is free of charge. The other version is provided by openteknik.com and offers, besides the resources by opensource-socialnetwork.org's version, another set of components, such as video upload, stories, polls, upcoming birthdays, etc. This version has a cost.
Allow the Admin to create and schedule posts. Also, Admin can send fake posts between users.
Features:
Display a button on the news feed to allow the user to add another user as a friend directly from the timeline. After the user send the friend request, it's possible to cancel the request directly. If the users are friends, the button showed allow them to remove the friendship. These last two buttons can be disabled by editing the params.php file. Also, on this file, it's possible to customize the icons or show buttons instead.
This component sends a notification to the selected admin when a new user registration occurs. Also, it's possible to set up one or multiple email addresses and then, a message will be fired to those addresses.
Implementation of disble-devtool library into OSSN. The disable-devtool disables all access to the devtools, preventing 'code porting' via the devtools
Click on button to buy this component.
Give your users the convenience of switching to dark mode with just one click! The dark mode component integrates seamlessly with Awesome and GoBlue themes, adding a stylish switch to the top-right dropdown menu.
If you need to add some selector in your CSS file, duplicate your selector and add [data-theme="dark"] before the name of selector. Here an example:
body { background-color: #ffffff; }
[data-theme="dark"] body { background-color: #eaeaea; }