I have added BigButton as a plugin in my Moodle 2.7. I need to include the polling module inside it. In my BigBlueButton on my tool bar polling module is not showing. How can I enable polling module into it. I referred this 'https://code.google.com/p/bigbluebutton/wiki/PollingModule'. Please tell me what to do?
BigBluButton Web-Polling Module not showing
225 Views Asked by Santhucool At
1
There are 1 best solutions below
Related Questions in PHP
- php Variable name must change in for loop
- register_shutdown_function is not getting called
- Query returning zero rows despite entries existing
- Retrieving *number* pages by page id
- Automatically closing tags in form input?
- How to resize images with PHP PARSE SDK
- how to send email from localhost using codeigniter?
- Mariadb max Error while sending QUERY packet PID
- Multiusers login redirect different page in php
- Imaginary folder when I use "DirectoryIterator" in PHP?
- CodeIgniter + XDebug: debug only working in the main controller, index() function
- PHP script timeout when I use sleep()
- posting javascript populated form to another php page
- AJAX PHP - Reload div after submit
- PHP : How can I check Array in array?
Related Questions in MOODLE
- moodle development course for version 2.2+
- Cannot find moodle values in database
- applicable_formats for only the user 'My home'
- Add containing folder to project in PhpStorm
- Where can I find the columns of each forum-related table in the Moodle database?
- A required parameter (id) was missing
- Why does my inline JQuery code work, but that in `javascript` directory of theme does NOT work?
- Export Moodle report in csv file
- How to remove programmatically all participation of a student in a Moodle 2.5 group?
- Moodle Student Login Quiz administration Logs
- How do I use the Cohort form in my plugin
- Moodle database connection error
- Moodle Messages Block not showing new messages
- moodle getting values out of database
- Integrate Moodle player to play Scorm File in Laravel
Related Questions in BIGBLUEBUTTON
- BigBlueButton getMeetings from angular
- Editting a bigbluebutton's video
- BigBluButton Web-Polling Module not showing
- How to enable Pole in BigBlueButton Moodle?
- Can i use bigbluebutton Server On Heroku?
- how to hide external video controls from clients
- I am getting the browser old error on flutter webview, how can I solve it?
- Integrating custom PHP script into drupal website
- How to install BigBlueButton 2.7 on Ubuntu server 20.04 without IPv6 support
- bigblue button join API generating link not working
- Meeting gets expired after just 2 minutes of its creation in big blue button
- SOLVED BigBlueButton Api - Uncaught TypeError: stream_get_meta_data(): Argument #1 ($stream) must be of type resource, bool given
- best way to implement video chat on a browser
- bbb-install: You must run this command on Ubuntu 16.04 server
- Webscoket error connection problem in bigblueutton
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You should edit /home/yourusername/dev/bigbluebutton/bigbluebutton-client/client/conf/config.xml (the path might be different for example in /var/www/...)
and uncomment the part
For HOSTNAME it should be your bigbluebutton host name.
change the file, save, then type sudo bbb-config --clean to make a fresh start, you should see the polling module in the toolbar.
regards,
Melih