Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Theme:Aardvark

De MoodleDocs
La revisió el 08:34, 13 ago 2010 per Derek Chirnside (discussió | contribucions) (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...)
(dif.) ← Versió més antiga | Versió actual (dif.) | Versió més nova → (dif.)
Salta a:navegació, cerca

A page to support Ardvaark

Totally unofficial of course.

The [Plug in Page]

FAQ

how 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

  • <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>
  • 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 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. Visit [1] to see how the menu bar looks. From this forum post