Hello,
I would like to know the code so that the index.php or Home page is another link.
for example I want the first page that appears at startup or by clicking on home from my topbar to be another link.
What is the code please ?.
Thank you
no good
by clicking on home from my topbar to be another link.
themes/goblue/plugins/default/theme/page/elements/topbar.php
<span><a href="<?php echo ossn_site_url();?>"><?php echo ossn_site_settings('site_name');?></a></span>
The rest I didn't understand.
<?php
/**
* Open Source Social Network
*
* @package Open Source Social Network
* @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/
*/
define('OSSNALLOWSYSTEMSTART', TRUE);
requireonce('system/start.php');
//page handler
$handler = input('h');
//page name
$page = input('p');
//check if there is no handler then load index page handler
if (empty($handler)) {
$handler = 'index';
}
echo ossnloadpage($handler, $page);
what is the code please
I would recommend to contact your hosting provider in order to change the webspace your base url is pointing to.
Due to the many requests in the past for additonal features and components we have decided to develope a premium version. Features like Hashtags, Videos, Polls, Events, Stories, Link Preview, etc included in it.
$199 (Life Time)