This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //<script> | |
| Ossn.isInViewPort = function($params) { | |
| var params = $params['params']; | |
| var callback = $params['callback']; | |
| if (!params) { | |
| params = {}; | |
| } | |
| if (!callback) { | |
| callback = function() {}; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="google_translate_element"></div> | |
| <script type="text/javascript"> | |
| function googleTranslateElementInit() { | |
| new google.translate.TranslateElement( | |
| {pageLanguage: 'en'}, | |
| 'google_translate_element' | |
| ); | |
| } | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Open Source Social Network | |
| * | |
| * @package (softlab24.com).ossn | |
| * @author OSSN Core Team <[email protected]> | |
| * @copyright (C) SOFTLAB24 LIMITED | |
| * @license Open Source Social Network License (OSSN LICENSE) http://www.opensource-socialnetwork.org/licence | |
| * @link https://www.opensource-socialnetwork.org/ | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Open Source Social Network | |
| * | |
| * @package (softlab24.com).ossn | |
| * @author OSSN Core Team <[email protected]> | |
| * @copyright (C) SOFTLAB24 LIMITED | |
| * @license Open Source Social Network License (OSSN LICENSE) http://www.opensource-socialnetwork.org/licence | |
| * @link https://www.opensource-socialnetwork.org/ | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Open Source Social Network | |
| * | |
| * @package (softlab24.com).ossn | |
| * @author OSSN Core Team <[email protected]> | |
| * @copyright (C) SOFTLAB24 LIMITED | |
| * @license Open Source Social Network License (OSSN LICENSE) http://www.opensource-socialnetwork.org/licence | |
| * @link https://www.opensource-socialnetwork.org/ | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Open Source Social Network | |
| * | |
| * @packageOpen Source Social Network | |
| * @author Open Social Website Core Team <[email protected]> | |
| * @copyright 2014 iNFORMATIKON TECHNOLOGIES | |
| * @license General Public Licence http://www.opensource-socialnetwork.org/licence | |
| * @link http://www.opensource-socialnetwork.org/licence | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Open Source Social Network | |
| * | |
| * @package (softlab24.com).ossn | |
| * @author OSSN Core Team <[email protected]> | |
| * @copyright 2014-2017 SOFTLAB24 LIMITED | |
| * @license Open Source Social Network License (OSSN LICENSE) http://www.opensource-socialnetwork.org/licence | |
| * @link https://www.opensource-socialnetwork.org/ | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //<script> | |
| $(document).ready(function() { | |
| var comRightColumnFocusizerPosition = $(window).scrollTop(); | |
| var comRightColumnFocusizerWidth = $(window).width(); | |
| var comRightColumnFocusizerOldFix = 0; | |
| var comRightColumnFocusizerPushed = false; | |
| var themeAwesome = false; | |
| if($('#navbarNavDropdown').length) { | |
| themeAwesome = true; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| function add_custom_any_existing_handler_page_inot(){ | |
| if(ossn_isAdminLoggedin()){ | |
| ossn_add_hook('page', 'load', 'add_custom_any_existing_handler_page'); | |
| ossn_add_hook('page', 'override:view', 'add_custom_any_existing_handler_override'); | |
| } | |
| } | |
| function add_custom_any_existing_handler_override($hook, $type, $return, $params){ | |
| if(isset($params['handler']) && !empty($params['handler']) && $params['handler'] == 'administrator' && $params['page'][0] == 'custompage'){ | |
| return true; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ["fas fa-address-book","fas fa-address-card","fas fa-adjust","fas fa-align-center","fas fa-align-justify","fas fa-align-left","fas fa-align-right","fas fa-allergies","fas fa-ambulance","fas fa-american-sign-language-interpreting","fas fa-anchor","fas fa-angle-double-down","fas fa-angle-double-left","fas fa-angle-double-right","fas fa-angle-double-up","fas fa-angle-down","fas fa-angle-left","fas fa-angle-right","fas fa-angle-up","fas fa-archive","fas fa-arrow-alt-circle-down","fas fa-arrow-alt-circle-left","fas fa-arrow-alt-circle-right","fas fa-arrow-alt-circle-up","fas fa-arrow-circle-down","fas fa-arrow-circle-left","fas fa-arrow-circle-right","fas fa-arrow-circle-up","fas fa-arrow-down","fas fa-arrow-left","fas fa-arrow-right","fas fa-arrow-up","fas fa-arrows-alt","fas fa-arrows-alt-h","fas fa-arrows-alt-v","fas fa-assistive-listening-systems","fas fa-asterisk","fas fa-at","fas fa-audio-description","fas fa-backward","fas fa-balance-scale","fas fa-ban","fas fa-band-aid","fas fa-barcode","fas fa-bars","fas |