Poster lagt til av Emma Richardson

Bilde av Documentation writers Bilde av Particularly helpful Moodlers Bilde av Plugin developers

I am pretty sure that you can do this with css - might just be a matter of finding the css used in the previous moove version and using it with the recent version...or, just contact the developer of the theme and ask them..

Bilde av Documentation writers Bilde av Particularly helpful Moodlers Bilde av Plugin developers
There are two tables to reference - this was in the help docs...
SELECT *
FROM prefix_user AS u
JOIN prefix_user_info_data AS uid ON uid.userid = u.id
JOIN prefix_user_info_field AS uif ON (uid.fieldid = uif.id AND uif.shortname = 'class')
WHERE `deleted` = "1" and `institution`="your school name" and `department` = "your department" and `data` = "class level and number"
Gjennomsnittlig vurdering:Useful (1)