Plasings gemaak deur Emma Richardson

Prentjie van Documentation writers Prentjie van Particularly helpful Moodlers Prentjie van 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..

Gemiddeld van beoordelings: -
Prentjie van Documentation writers Prentjie van Particularly helpful Moodlers Prentjie van 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"
Gemiddeld van beoordelings:Useful (1)