Gallery of recent participants

Gallery of recent participants

Glenys Hanson -
回帖数:3
Hello,

How can you make gallery of recent participants on a course? I mean, one like this one on Moodle.org: Recent Participants? I asked on the Lightbox Gallery Resource discussion, but it doesn't seem very easy to do it with that resource.

Is there another way a non-techie teacher can use?

Cheers,
Glenys

回复Glenys Hanson

Re: Gallery of recent participants

Jon Witts -
Plugin developers的头像 Testers的头像
I would imagine that it would be a variation of the userpix script ( http://yourmoodle/userpix/ ). This script will show all users that have a picture in their profile in order of latest access. So you would need to adjust the script to show all users rather than just those with pictures...
回复Jon Witts

Re: Gallery of recent participants

Glenys Hanson -
Hi Jon,

Thanks for the answer but I don't really understand what a "script" is, where you find it or how to modify it. What I see at http://yourmoodle/userpix is just what I'd like to have of my courses. Can it only be done for a whole site? Is it something I should ask my host to do?

It's something that just automatically happened on WebCT. One of just two things it had that I find Moodle lacks.

Cheers,
Glenys
回复Glenys Hanson

Re: Gallery of recent participants

Jon Witts -
Plugin developers的头像 Testers的头像
If you look at the index.php file in the userpix folder in a text editor you will see the script that displays the user pictures. It is well commented and there is a line that you can comment out so that non-admins can see it too. If you comment this line out you could then provide a link on your front page to the userpix page and all users could then see it...