Forums | Mahara Community
Developers
/
Links and Resources on All Site pages
16 December 2010, 11:03
I'd like Links and Resources to appear on all pages. Can someone provide insight?
20 December 2010, 11:24
Pre login Links and Resources menu available
http://dl.dropbox.com/u/7871070/Screen%20shot%202010-12-20%20at%2010.25.57%20AM.png
Post login Links and Resources menu available
http://dl.dropbox.com/u/7871070/Screen%20shot%202010-12-20%20at%2010.26.43%20AM.png
Detail View of View Links and Resources menu no longer available
http://dl.dropbox.com/u/7871070/Screen%20shot%202010-12-20%20at%2010.27.01%20AM.png
Code added to view.tpl template {include file="sidebar.tpl" blocks=$SIDEBLOCKS.right}
sidebar.tpl contains
</a>
<div id="secondaryLeft">
<hr>
<div id="search">
{include file="header/topright.tpl"}
</div>
{foreach from=$blocks item=sideblock}
{strip}
{counter name="sidebar" assign=sequence}
{/strip}
<div
{if $sideblock.id} id="{$sideblock.id|escape}"
{/if}
class="sideblock sideblock-{$sequence}">
{include file="sideblocks/`$sideblock.name`.tpl" sbdata=$sideblock.data}
</div>
{/foreach}
</div>
Can anybody provide any documentation on the sideblocks and how the links and resources menu appears?
I'd like the detail view of a view to still contain all the definitions listed in the links and resources menu.
If you are interested in seeing what I have so far.
https://portfolio.elab.athabascau.ca/
Although this look and feel is good enough for a soft launch we are experiencing some issues with the site at lower resolutions. So I'm switching all sideblocks to the left.
But the one issue remaining is the fact that that only certain sideblocks appear within certain contexts?
As previously stated a simple point in the right direction would be greatly appreciated.
Thanks in advance
JC