This file contains 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 | |
* @link https://www.opensource-socialnetwork.org/ | |
* @package Privacy Changer | |
* @author Michael Zülsdorff <[email protected]> | |
* @copyright (C) Michael Zülsdorff | |
* @license GNU General Public License https://www.gnu.de/documents/gpl-2.0.en.html | |
*/ | |
$user = ossn_loggedin_user(); |
This file contains 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 | |
* @link https://www.opensource-socialnetwork.org/ | |
* @package Restrict Group Creation | |
* @author Michael Zülsdorff <[email protected]> | |
* @copyright (C) Michael Zülsdorff | |
* @license GNU General Public License https://www.gnu.de/documents/gpl-2.0.en.html | |
*/ |
This file contains 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 Open Source Social Network | |
* @author OSSN Core Team <[email protected]> | |
* @copyright 2014-2017 OpenTeknik LLC | |
* @license Open Source Social Network License (OSSN LICENSE) http://www.opensource-socialnetwork.org/licence | |
* @link https://www.opensource-socialnetwork.org/ | |
*/ |
This file contains 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 | |
switch(date('i')){ | |
case 0: | |
case 15: | |
case 30: | |
case 45: | |
$x = 0; | |
break; | |
case 5: |
This file contains 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 |
This file contains 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 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 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 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 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/ | |
*/ |
NewerOlder