Two column dashboard

Hi!

I'm pretty new to Elgg and are trying to figure out how to adjust the dashboard to use two columns, one taking up 2/3 of the space. Can I do this without ruining the widget editing and such?

  • I think you are talkning about using riverdashboard . Go to to your plugins enable Riverdahboard plugin and go to to riverdashboard settings , change it to "Yes" . You will get it

     

  • Not really, I want to be able to edit widgets as with the default page just as two columns instead of three.

    Thanks for showing me the Riverdashboard though, I had missed the option :)

  • I solved it by editing views/default/canvas/layouts/widgets.php and changed the dashboard/index.php to use "widgets_two.php". Guessing this should have been done with a plugin, but I'm not quite there yet :)

    $body = elgg_view_layout('widgets_two',"","",$intro_message);

     

     

  • Hi Niklas!

    Did you finally came to a plugin for this? Otherwise, if you send me your modified files, I'll try to pack them in a plugin for the community.

    Kind regards,

    Jesus Lafuente