Menu

Only Admin user can start meeting. No Teacher

plg
2008-06-09
2013-05-01
  • plg

    plg - 2008-06-09

    Hi:
    I have a small problem. Only the Admin user can start meeting. No Teacher can start a meeting.

    I am using Moodle 1.9 and the "free" ww1.dimdim.com site

    Please help.
    Pedro

     
    • Rajesh Dharmalingam

      Hi,

      Can you try this.

      Open "view.php" file it will be available at "\moodle\moodle\mod\dimdim" this location.

      For Dimdim_Alpha_1_6_Moodle_1_9_Integration_Pack, change the code 

                      if(dimdim_is_teacher($dimdim)) 
                              to 
                      if ($PAGE->user_allowed_editing())

      Please do let us know if this solves your problem.

      Regards,
      -Rajesh
      rajesh@dimdim.com

       
    • plg

      plg - 2008-06-21

      I made the change and it is working OK

      Thanks a lot

       

Log in to post a comment.