Skip to content

Close the pages and leave the forum as is #115

@SeditioCMS

Description

@SeditioCMS

system/core/index/index.php find

require(SED_ROOT . '/system/core/index/index.inc.php'); // delete

add below

switch($m)
    {
    default:
    if ($cfg['disable_page']) 
        {
        define('SED_FORUMS', TRUE);
        $location = 'Forums';
        $z = 'forums';
        require(SED_ROOT . '/system/core/forums/forums.inc.php');
        }
    else
        {
		require(SED_ROOT . '/system/core/index/index.inc.php');
        }
    break;
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions