Forums
Hi,
I'm developing a new Video Conference-tool for our Opigno-platform by using BigBlueButton (https://drupal.org/project/bbb). I have already made all the configurations that are needed to make it work, but now I want to implement it to Opigno. I would like to make it work as one of the Course-tools (such as Lessons, Polls, Forum etc..)
Can you give me some tips that which are the files that I should look into first? I was planning to use one of the existing tools as a framework and copy/modify the code from there. I quess that would be the easiest way?
Hi major,
Hi major.
In reply to Hi major. by wadmiraal
Hey,
Hi major,
In reply to Hey, by major
Hi,
In reply to Hi, by cogicube
Bonjour
In reply to Bonjour by axel
Bonjour,
In reply to Bonjour, by cogicube
lien pour télécharger le module
In reply to lien pour télécharger le module by cogicube
Hi cogicube,
Hi cogicube,
What version of Opigno are you using?
Best regards
In reply to Hi cogicube, by James Aparicio
Hi James
In reply to Hi James by cogicube
Students cannot access "node/
Students cannot access "node/%/webinars", is that it?
Best regards
In reply to Students cannot access "node/ by James Aparicio
Yes. All the other roles can
In reply to Yes. All the other roles can by cogicube
If you go to group/node/%
In reply to If you go to group/node/% by James Aparicio
I set the permission for
In reply to I set the permission for by cogicube
With the latest visibility
With the latest visibility changes, there are now per groups og permissions. What happens is that the default og permissions are only set for new groups. So what happened is that the course was created before the default og permissions were set.
We are adding the interface to check and change the per group (og permissions) in our next release. If you want to add it in the meanwhile inside the opigno_simple_ui.module, at the bottom of the function "opigno_simple_ui_menu_alter" add the following.
This will add a new interface inside the group, under users. A new tab "Permissions for group xxx" will appear.
Best regards
In reply to If you go to group/node/% by James Aparicio
Everything works but if I
In reply to Everything works but if I by cogicube
What permission is this
What permission is this "moderate webinars"? og Start meetings , configure bbb?
In reply to With the latest visibility by James Aparicio
In fact, the problem is a
In reply to In fact, the problem is a by cogicube
Thank you for contributing to
Thank you for contributing to Opigno,
Keep us posted.
Best regards
BBB in OPIGNO :for newbie
RE: OPIGNO DEVELOPMENT FROM SCRATCH.
In reply to Hi major, by James Aparicio
Hi James Aparicio,
In reply to Hi James Aparicio, by techseria
Hi techseria,
Hi techseria,
We have a hook for that hook_opigno_tool_alter(&$tools) so that you dont have to hack any files
Best regards
In reply to Hey, by major
Hello,
In reply to Hi techseria, by James Aparicio
Hi James
In reply to Hi James by Jack
Hi Jack,
Hi Jack,
If you want to create a new tool, you can look at any of the already implemented hook_opigno_tool. hook_opigno_tool_alter to to alter an existing one.
All tools implement this hook. For example look at opigno_poll_app_opigno_tool and do the same for yours yourmodulename_opigno_tool.
You an see the documentation in the file opigno.api.php
Best regards
In reply to Hello, by Jack
hello