Moodle - Home layout with a column

Asked

Viewed 68 times

2

Hello,

I would like to know how I leave only my home page with only one column (content column), I want to take the <aside> on the left (administrative block).

Only way I could get closer to it was to change the file columns3.php putting a span12 on divof the content, this made her occupy all layout playing the <aside> down. But I think it’s not right to do that right?

I have another option?

Like this inserir a descrição da imagem aqui

As I would like inserir a descrição da imagem aqui

1 answer

2


I found the solution:

I just point at the config.php which php file you want to use on this page, ai vc can customize this file the way you want it.

In my case it’s like this:

// My dashboard page.
    'mydashboard' => array(
        'file' => 'frontpage.php',
        'regions' => array(),
        'options' => array('nonavbar'=>true),
    ),

I used in Dashboard which is the screen that you are directed after login the file Frontpage.php but I can create another.php file and programmer the way you want.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.