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.
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; }