remove invitation link from greenlight chat.

705 views
Skip to first unread message

aayush kamboj

unread,
Jul 4, 2017, 4:56:39 AM7/4/17
to BigBlueButton-dev
Hi BBB Team,

I am running bigbluebutton 1.1 with greenlight configuration. When i am creating and joining a class with greenlight it showing an invitation link in chat window (invitation link - http://domain name/b/meetings/asdfasf). i want to remove this URL from Chat window. Please suggest where i need to change to make it done.

Please help.

Best,
Aayush

Joshua Arts

unread,
Jul 4, 2017, 9:18:01 AM7/4/17
to BigBlueButton-dev
Hey Aayush,

In order to remove this URL, you will have to directly change the code. The code to insert this text is contained within the bbb_api.rb file. This file can be found at app/lib/bbb_api.rb .

The parameter your looking to change is moderatorOnlyMessage, found on line 79.


You can either remove it all together or change it to some string of your choice.

Hope this helps!

Josh

aayush kamboj

unread,
Jul 5, 2017, 1:51:11 AM7/5/17
to bigblueb...@googlegroups.com
Hi Josh,

Thanks for your reply.

With some change in this file resolved my issue. Thanks a lot.

Best,
Aayush

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-dev+unsubscribe@googlegroups.com.
To post to this group, send email to bigbluebutton-dev@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.

aayush kamboj

unread,
Dec 18, 2019, 2:53:23 AM12/18/19
to BigBlueButton-dev
Dear Team,

I am unable to hide this now as every time when i restart the greenlight, it get the fresh code.

Please help to hide this invite link.

Best
Aayush

On Wednesday, 5 July 2017 11:21:11 UTC+5:30, aayush kamboj wrote:
Hi Josh,

Thanks for your reply.

With some change in this file resolved my issue. Thanks a lot.

Best,
Aayush

Ahmad Farhat

unread,
Dec 19, 2019, 1:44:24 PM12/19/19
to BigBlueButton-dev
Hi Aayush,

What version of Greenlight are you running?

On Wednesday, December 18, 2019 at 2:53:23 AM UTC-5, aayush kamboj wrote:
Dear Team,

I am unable to hide this now as every time when i restart the greenlight, it get the fresh code.

Please help to hide this invite link.

Best
Aayush

On Wednesday, 5 July 2017 11:21:11 UTC+5:30, aayush kamboj wrote:
Hi Josh,

Thanks for your reply.

With some change in this file resolved my issue. Thanks a lot.

Best,
Aayush
On Tue, Jul 4, 2017 at 6:48 PM, Joshua Arts <josh...@blindsidenetworks.com> wrote:
Hey Aayush,

In order to remove this URL, you will have to directly change the code. The code to insert this text is contained within the bbb_api.rb file. This file can be found at app/lib/bbb_api.rb .

The parameter your looking to change is moderatorOnlyMessage, found on line 79.


You can either remove it all together or change it to some string of your choice.

Hope this helps!

Josh

On Tuesday, July 4, 2017 at 4:56:39 AM UTC-4, aayush kamboj wrote:
Hi BBB Team,

I am running bigbluebutton 1.1 with greenlight configuration. When i am creating and joining a class with greenlight it showing an invitation link in chat window (invitation link - http://domain name/b/meetings/asdfasf). i want to remove this URL from Chat window. Please suggest where i need to change to make it done.

Please help.

Best,
Aayush

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigblueb...@googlegroups.com.
To post to this group, send email to bigblueb...@googlegroups.com.

aayush kamboj

unread,
Dec 20, 2019, 1:45:33 AM12/20/19
to bigblueb...@googlegroups.com
Hi Ahmad,

We are using greenlight 2.0

Best,
Aayush

You received this message because you are subscribed to a topic in the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bigbluebutton-dev/1bTiAZyu9Es/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/c4df7fcb-69f8-419e-877b-9090d4125523%40googlegroups.com.

Ahmad Farhat

unread,
Dec 20, 2019, 10:29:05 AM12/20/19
to BigBlueButton-dev
So the next steps would depend on how you installed Greenlight (as in which instructions you followed)

Did you install Greenlight using the "Install" instructions? (docker pull)

or did you install Greenlight using the "Customize" instructions? (git clone and fork)

On Friday, December 20, 2019 at 1:45:33 AM UTC-5, aayush kamboj wrote:
Hi Ahmad,

We are using greenlight 2.0

Best,
Aayush

To unsubscribe from this group and all its topics, send an email to bigblueb...@googlegroups.com.

aayush kamboj

unread,
Dec 20, 2019, 10:33:08 AM12/20/19
to bigblueb...@googlegroups.com
i have installed greenlight with docker.

To unsubscribe from this group and all its topics, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/5e71fe62-675e-4b11-95c1-70e0b21f871a%40googlegroups.com.

Ahmad Farhat

unread,
Jan 6, 2020, 11:17:19 AM1/6/20
to BigBlueButton-dev
So for you to remove the link, you need to switch the "Customize" version of Greenlight. You can find the instructions for that here:

Once you've made the change, you should be able to just delete lines 40-44 in this file:

On Friday, December 20, 2019 at 10:33:08 AM UTC-5, aayush kamboj wrote:
i have installed greenlight with docker.

aayush kamboj

unread,
Mar 29, 2020, 12:53:42 PM3/29/20
to BigBlueButton-dev
Thanks Ahmad,

Could you please also help if i want to redirect the logout URL to my own URL.

Best,
Aayush

Ahmad Farhat

unread,
Mar 30, 2020, 11:44:18 AM3/30/20
to BigBlueButton-dev
Did you switch to the Customize version? If so, what version of Greenlight are you using?

aayush kamboj

unread,
Mar 30, 2020, 11:58:47 AM3/30/20
to bigblueb...@googlegroups.com
yes i have switched on the customize version 2

On Mon, Mar 30, 2020, 9:14 PM Ahmad Farhat <ahmad....@blindsidenetworks.com> wrote:
Did you switch to the Customize version? If so, what version of Greenlight are you using?

--
You received this message because you are subscribed to a topic in the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bigbluebutton-dev/1bTiAZyu9Es/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/21f87ed2-1b0c-45a6-9cde-07b52bf82a54%40googlegroups.com.

Ahmad Farhat

unread,
Mar 30, 2020, 12:31:51 PM3/30/20
to BigBlueButton-dev

On Monday, March 30, 2020 at 11:58:47 AM UTC-4, aayush kamboj wrote:
yes i have switched on the customize version 2

On Mon, Mar 30, 2020, 9:14 PM Ahmad Farhat <ahmad...@blindsidenetworks.com> wrote:
Did you switch to the Customize version? If so, what version of Greenlight are you using?

--
You received this message because you are subscribed to a topic in the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bigbluebutton-dev/1bTiAZyu9Es/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bigblueb...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages