breadcrumb

breadcrumb

por ivan breziansky -
Número de respostas: 6
Hi,

im trying to modify the breadcrumb by removing the first "moodle" from it.. si only actual path will be displayed. Can you please tell me how..? ataching is the screenshot what exactly im talking about.

Thank you.
Anexo untitled.JPG
Média das avaliações:  -
Em resposta à ivan breziansky

Re: breadcrumb

por Mary Cooch -
Imagem de Documentation writers Imagem de Moodle HQ Imagem de Particularly helpful Moodlers Imagem de Testers Imagem de Translators
But surely that is a quick way back to your home page from anywhere on your Moodle - would you not wish to keep that?
Em resposta à Mary Cooch

Re: breadcrumb

por ivan breziansky -
I guess i would.... hmmm..

ill have a "chat" with my boss.. he is coming up with all those weird ideas.. sorriso

anyway... how can i at least change the symbol between the breadcumbs links..

moodle "arrow" administration
Em resposta à ivan breziansky

Re: breadcrumb

por Patrick Malley -
At the bottom of your theme's config.php file, you'll find the following:

///$THEME->rarrow = '►' //OR '→';

Uncomment this bit and change the ► to your preferred symbol. My new favorite site for glyphs is:

http://www.public.asu.edu/~rjansen/glyph_encoding.html
Em resposta à Patrick Malley

Re: breadcrumb

por ivan breziansky -
Hi Patrick,

youre a star.. thanks for the link. However wanted to ask, if the "moodle" as a first word in breadcromb can be changed to .. home or something else..

Thank you.