Moodle Plugins directory: Dropdown dynamic menu | Moodle.org
Dropdown dynamic menu
User profile fields ::: profilefield_dynamicmenu
Maintained by
Antonello Moro
Dynamic menu user profile field for moodle
Now users can create user menu fields whose values are retrieved from the moodle DB.
Latest release:
87 sites
15 downloads
15 fans
Current versions available: 2
Dynamic menu user profile field for moodle.
Now users can create user menu fields whose values are retrieved from the moodle DB.
Basically, the user can set a sql query as value definition of the field. Please note that the query *must* return two fields: id and data.
Please note that this is an advanced plugin, mainly intended for developers and very advanced moodle users. You must know moodle DB and sql language to use this plugin properly.
Contributors
Antonello Moro (Lead maintainer)
Please login to view contributors details and/or to contact them
Thanks Antonello for sharing the plugin with the Moodle community, and thanks Dan for the detailed peer-review. I am happy to approve the plugin now. You are cleared to land, welcome to the plugins directory!
Any ideas welcome - interesting module !
Thanks for the plugin! It seems to be working on Moodle 4.0 but I am unable to pull info from the database for current user using %%USERID%%. I get
Error executing the query: Error reading from database. I have tested the query directly in moodle database and in Ad Hoc queries plugin and it works as expected there. Any help appreciated.