Topic: Editing Footer

1. How can I edit the "Powered by Monstra CMS" message in the front-end? Which file should I edit
2. Can you tell me how to use categories and blocks?

2 2014-12-11 23:08:18

Re: Editing Footer

mashayo wrote:

1. How can I edit the "Powered by Monstra CMS" message in the front-end? Which file should I edit.

you have to go to: Extensions -> Themes and on the section: "Chunks" edit the footer ... then search this line:

Re: Editing Footer

It's good but there footer monstra cms

Re: Editing Footer

Okay, if you want to edit the message then do the following:

1). Go to the directory where you installed Monstra.
2). Go to: engine/Site.php (open the file with your text editor)
3). Find the line:

public static function powered()
    {
        return __('Powered by', 'system').' Monstra ' . Monstra::VERSION;
    }

4). Change all text that is in the return. Example:

public static function powered()
    {
        return __('I am from Nicaragua', 'system');
    }

5). Save the changes and see the magic.

Best regards to the Monstra Community. wink