Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Talk:Anonymous Users: Difference between revisions

From MoodleDocs
(New page: Are you sure it should be a user_alias_course table? The other option would be to do user_alias_context, which would be more flexible. Not sure if you need the flexibility, but increasingl...)
 
mNo edit summary
Line 1: Line 1:
Are you sure it should be a user_alias_course table? The other option would be to do user_alias_context, which would be more flexible. Not sure if you need the flexibility, but increasingly in Moodle things are being linked to contexts.
Are you sure it should be a user_alias_course table? The other option would be to do user_alias_context, which would be more flexible. Not sure if you need the flexibility, but increasingly in Moodle things are being linked to contexts.
Good point Tim. I played with the code and it actually is a lot easier than I imagined, mostly thanks to seeing the code you did for the filters. Overall I think it does give maximum fexibility so will approach it this way. --[[User:Shane Elliott|Shane Elliott]] 09:41, 1 May 2010 (UTC)

Revision as of 09:41, 1 May 2010

Are you sure it should be a user_alias_course table? The other option would be to do user_alias_context, which would be more flexible. Not sure if you need the flexibility, but increasingly in Moodle things are being linked to contexts.

Good point Tim. I played with the code and it actually is a lot easier than I imagined, mostly thanks to seeing the code you did for the filters. Overall I think it does give maximum fexibility so will approach it this way. --Shane Elliott 09:41, 1 May 2010 (UTC)