Forums | Mahara Community
Developers
/
Asking for a little change
14 October 2009, 12:01
My students are not much goods in reading and they want relevant things in front of their nose every time they enter a page.
So my idea is in Groups, the first tab About put the Shared views at the top, and the rest of information, below.
So my lazy students could see directly Shared views when they enter in a Group.
Somthing like that:
Could it be possible? Thanks
14 October 2009, 21:20
Hi - that could be done with a reasonably simple template change, I think. The template is theme/default/templates/group/view.tpl. There's a block that starts with {if $sharedviews} and ends with {/if} further down, you could move that whole block up above the {if $group->public || $role} block.
I'm not sure we'd want to change it in the core of Mahara, but then the beauty of FOSS is that you can customise it to your needs
17 October 2009, 7:46
It works!
I changed the template file and the result is enough for me.
Thanks for the advice.