Note: You are currently viewing documentation for Moodle 3.9. Up-to-date documentation for the latest stable version of Moodle may be available here: Theme:Aardvark.

Theme:Aardvark: Difference between revisions

From MoodleDocs
m (New page: ==A page to support Ardvaark== Totally unofficial of course. The http://moodle.org/mod/data/view.php?d=26&rid=4049 Plug in Page ==FAQ== ===how you include the stars and 'New' in th...)
 
Line 7: Line 7:
==FAQ==
==FAQ==


===how you include the stars and 'New' in the YUI menu?===
===How do you include the stars and 'New' in the YUI menu?===
You need to add a bit of code to insert an image, do this in the aardvark_menu.php file > insert where you want it, in the example below the image is displayed before the text.
You need to add a bit of code to insert an image, do this in the aardvark_menu.php file > insert where you want it, in the example below the image is displayed before the text.


For example you have something like this
For example you have something like this


<li class="yuimenuitem"><a class="yuimenuitemlabel" href="http://www.pdhpe.org/user/view.php?id=0&course=1"><img width="16" vspace="0" hspace="0" height="16" border="0" src="http://www.pdhpe.org/file.php/1/images/menu_bar/profile.png" alt="Profile" title="Profile" /> My Profile</a></li>
<nowiki><li class="yuimenuitem"><a class="yuimenuitemlabel" href="http://www.pdhpe.org/user/view.php?id=0&course=1"><img width="16" vspace="0" hspace="0" height="16" border="0" src="http://www.pdhpe.org/file.php/1/images/menu_bar/profile.png" alt="Profile" title="Profile" /> My Profile</a></li></nowiki>


Blue is my URL link, when clicked this is where the user is sent.
Blue is my URL link, when clicked this is where the user is sent.
Line 19: Line 19:
Grey is the Text displayed in the menu that users will click
Grey is the Text displayed in the menu that users will click


I just uploaded the images I wanted in my menubar to the Front Page Site files, probably not the best place but it worked....... this was just an easy work around.
From [http://moodle.org/mod/forum/discuss.php?d=155052#p680097 this forum post] See this page for the colouring.


Visit [http://www.pdhpe.org] to see how the menu bar looks.
Just upload the images wanted in your menubar to the Front Page Site files, probably not the best place but it works....... this was just an easy work around.


From [http://moodle.org/mod/forum/discuss.php?d=155052#p680097 this forum post]
Visit http://www.pdhpe.org to see how the menu bar looks.

Revision as of 08:36, 13 August 2010

A page to support Ardvaark

Totally unofficial of course.

The [Plug in Page]

FAQ

How do you include the stars and 'New' in the YUI menu?

You need to add a bit of code to insert an image, do this in the aardvark_menu.php file > insert where you want it, in the example below the image is displayed before the text.

For example you have something like this

<li class="yuimenuitem"><a class="yuimenuitemlabel" href="http://www.pdhpe.org/user/view.php?id=0&course=1"><img width="16" vspace="0" hspace="0" height="16" border="0" src="http://www.pdhpe.org/file.php/1/images/menu_bar/profile.png" alt="Profile" title="Profile" /> My Profile</a></li>

Blue is my URL link, when clicked this is where the user is sent. Red specifies the properties of my image to be inserted. Pink is the actual location of my image to be displayed. Grey is the Text displayed in the menu that users will click

From this forum post See this page for the colouring.

Just upload the images wanted in your menubar to the Front Page Site files, probably not the best place but it works....... this was just an easy work around.

Visit http://www.pdhpe.org to see how the menu bar looks.