Html5 remove branding and change title.

995 views
Skip to first unread message

Rahul Chowdhary

unread,
Nov 15, 2017, 6:07:34 AM11/15/17
to BigBlueButton-dev


Hi,

I have installed BigBlueButton html5 client, it is working good.
I have searched a lot but I was unable to find the HTML view file that is rendered by the html5 client.

How can I change the branding of the HTML5 client?

I have attached the screenshots of the places where I am trying to do changes in the html5 client:-

Rahul Chowdhary

unread,
Nov 17, 2017, 12:11:51 AM11/17/17
to BigBlueButton-dev
I think the only way to do branding changes is to manually build the HTML5 client after doing changing the source file in bbb-html5.
To do the above changes following can be used. http://docs.bigbluebutton.org/html/html5-dev.html

If anyone has a better and easy solution kindly suggest.

Jibon Costa

unread,
Nov 17, 2017, 10:18:40 PM11/17/17
to BigBlueButton-dev
You can try this:

Go to : /usr/share/meteor/bundle/programs/web.browser

You will see "head.html" & another '.js' file. I think the name of the JS file is auto generated. So, name will be different in each installation.

Open "head.html" file & you can change the title value from "BBB - HTML5 Client" to anything :P

Now open ".js" file & search for

Meteor.settings.public.app.copyright

replace that text using your desirer value. Don't forget to use double quotation. Like:

"MyCompany"

That's all. Save the files & clean your browser cache before reload. Enjoy :)

Jibon Costa

unread,
Nov 17, 2017, 10:22:03 PM11/17/17
to BigBlueButton-dev
Sorry, After changes you can restart HTML5 client for apply changes perfectly. Like this:

sudo systemctl restart bbb-html5.service

Rahul Chowdhary

unread,
Nov 19, 2017, 12:45:28 PM11/19/17
to BigBlueButton-dev
Thanks, Jibon,

Your suggestion worked.
 
Also, i have posted a query regarding how can one move html5 changes in the development environment to a production server.
In case you know anything about it.

Once again Thanks.

Jibon Costa

unread,
Jun 15, 2018, 10:24:10 AM6/15/18
to BigBlueButton-dev
New config location :D :

/usr/share/meteor/bundle/programs/server/assets/app/config


Reply all
Reply to author
Forward
0 new messages