breadcrumb in Splash Theme

breadcrumb in Splash Theme

Ricardo Groiso - මගින්
Number of replies: 13
Good night all Wish Splash Theme breadcrumb appear like this: Home Page -> moodle -> Had more than one link to indicate the site where the main part of Moodle Thank Ricardo Brazil
ශ්‍රේණිගත කිරීම්වල සාමාන්යය: -
In reply to Ricardo Groiso

Re: breadcrumb in Splash Theme

Ricardo Groiso - මගින්

does anyone have an idea?

ශ්‍රේණිගත කිරීම්වල සාමාන්යය: -
In reply to Ricardo Groiso

Re: breadcrumb in Splash Theme

Mary Evans - මගින්

Idea about what?

Is there a problem with the breadcrumb, is it not working?

The breadcrumb (silly name for it really) is only a trail of where you are in the site. It has limited use really, and in some cases almost confusing as you never ever get to where you want to be after completing some action.

Mary

ශ්‍රේණිගත කිරීම්වල සාමාන්යය: -
In reply to Mary Evans

Re: breadcrumb in Splash Theme

Ricardo Groiso - මගින්

Use Joomla with moodle and am wanting to put a link that leads to the main page of Joomla where Moodle is one of the items on the site.

ශ්‍රේණිගත කිරීම්වල සාමාන්යය: -
In reply to Ricardo Groiso

Re: breadcrumb in Splash Theme

Richard Oelmann - මගින්
Core developers ගේ පින්තුරය Plugin developers ගේ පින්තුරය Testers ගේ පින්තුරය

You could add the link into the general.php layout file where the breadcrumb is called from

<div class="breadcrumb"><a href="your link here">Your label here</a><?php echo $OUTPUT->navbar(); ?></div>

This would need some styling in the css file as well, but would give you a link at the beginning of the moodle breadcrumb.

I'm not sure just how effective this would be though because and ideally you would need to over-ride the renderer which produces the navbar in the first place, rather than adding the link in front of it, but with some css to style it appropriately, it should work.

Richard

ශ්‍රේණිගත කිරීම්වල සාමාන්යය: -
In reply to Ricardo Groiso

Re: breadcrumb in Splash Theme

Mary Evans - මගින්

Ah! This makes it an interesting challenge now. Rather than this being a link in the 'navbar', have you thought about adding a menu in the same area as the Splash switch colour area?

This would be much easier to achive as it could be added in the theme's general.php file.

For Example:

<div id="colourswitcher">
<ul>
<li><img src="<?php echo $OUTPUT->pix_url('colour', 'theme'); ?>" alt="colour" /></li>
<li><a href="<?php echo new moodle_url($PAGE->url, array('splashcolour'=>'red')); ?>" class="styleswitch colour-red"><img src="<?php echo $OUTPUT->pix_url('red-theme2', 'theme'); ?>" alt="red" /></a></li>
<li><a href="<?php echo new moodle_url($PAGE->url, array('splashcolour'=>'green')); ?>" class="styleswitch colour-green"><img src="<?php echo $OUTPUT->pix_url('green-theme2', 'theme'); ?>" alt="green" /></a></li>
<li><a href="<?php echo new moodle_url($PAGE->url, array('splashcolour'=>'blue')); ?>" class="styleswitch colour-blue"><img src="<?php echo $OUTPUT->pix_url('blue-theme2', 'theme'); ?>" alt="blue" /></a></li>
<li><a href="<?php echo new moodle_url($PAGE->url, array('splashcolour'=>'orange')); ?>" class="styleswitch colour-orange"><img src="<?php echo $OUTPUT->pix_url('orange-theme2', 'theme'); ?>" alt="orange" /></a></li>

<li><a href="http://joomla.com" title="Joomla">Joomla</a></li>

</ul>

Mary

ශ්‍රේණිගත කිරීම්වල සාමාන්යය: -
In reply to Ricardo Groiso

Re: breadcrumb in Splash Theme

Richard Oelmann - මගින්
Core developers ගේ පින්තුරය Plugin developers ගේ පින්තුරය Testers ගේ පින්තුරය

Yet another alternative might be to put the link in the custom menu - possibly hiding the breadcrumb altogether. This menu could then be created and styled in a way that is consistent across both the moodle and joomla parts of your site.

Richard

ශ්‍රේණිගත කිරීම්වල සාමාන්යය: -
In reply to Richard Oelmann

Re: breadcrumb in Splash Theme

Ricardo Groiso - මගින්

Before anything else. Thanks!
Richard, to put the link before or after php echo $ OUTPUT-> navbar ();?> </ div> the link is out formatting, or is up or down, that I have tried, but does not work.
Mary told me to use Joodle he makes this integration with Joomla in addition to unifying the breadcrumb.
I'll try to use one of these suggestions and then I'll post the answer here.

ශ්‍රේණිගත කිරීම්වල සාමාන්යය: -
In reply to Ricardo Groiso

Re: breadcrumb in Splash Theme

Ricardo Groiso - මගින්

Still was not good.
This thinking would be better to do than a drop down menu with 3 levels, and include courses as well.
How is a drop down menu? Where exactly should I put it?

Ricardo


ශ්‍රේණිගත කිරීම්වල සාමාන්යය: -
In reply to Richard Oelmann

Import excel file for quiz on Moodle

Pandish R - මගින්

Hi.....

I am Pandish....

I am new to moodle. I have to add the bulk questions in my moodle. I panned to add it using excel tool. So can u give your idea for how to prepare excel sheet for add bulk questions in moodle quiz...........

Any one can you help me for this....

 

Thanks,

R.Pandish..

ශ්‍රේණිගත කිරීම්වල සාමාන්යය: -