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.
But surely that is a quick way back to your home page from anywhere on your Moodle - would you not wish to keep that?
I guess i would.... hmmm..
ill have a "chat" with my boss.. he is coming up with all those weird ideas..
anyway... how can i at least change the symbol between the breadcumbs links..
moodle "arrow" administration
ill have a "chat" with my boss.. he is coming up with all those weird ideas..
anyway... how can i at least change the symbol between the breadcumbs links..
moodle "arrow" administration
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
///$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
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.
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.
Ivan -the word Moodle is what you call it for its shortname in Front Page settings
Go to site admin>front page settings and change its shortname there.
Go to site admin>front page settings and change its shortname there.

thank you..