BBB- Footer and URL changes 0.8 Reg

181 views
Skip to first unread message

Jaya Bala

unread,
Jan 8, 2013, 6:56:49 AM1/8/13
to bigblueb...@googlegroups.com

Hai,
 
I am using BBB VM0.8 i tried to change both footer link and URL in to my name... but i am unable to do both.. i changed the settings in nginx files.
 
location /client/BigBlueButton.html {

rewrite ^ /meeting permanent;

}

location /meeting {

alias /var/www/bigbluebutton/client;

index BigBlueButton.html;

expires 1m;

}

 either i can do the footer name change or URL name change.
 
Any one if you did earlier please let me know..
 
Thanks in Advance...
Attached the scree shot...
 
Always yours
Joe....

Chad Pilkey

unread,
Jan 8, 2013, 11:05:30 PM1/8/13
to bigblueb...@googlegroups.com
When you setup a development environment for the client it changes the client.nginx link to point to the client_dev file instead of the client file. You should be able to do a similar modification to client_dev and you can have both changes.

The other alternative is to do any customizations and building in a vm and then copy bin folder from your vm to your production server. You just have to make sure to edit the config.xml and change all the ip address references after to copy the bin folder over.

Chad

Jaya Bala

unread,
Jan 9, 2013, 4:24:38 AM1/9/13
to bigblueb...@googlegroups.com
Thanks Chad..

I tried the same but i can change  both parameters independently. if try both i am getting error message of nginx forbidden.
I can modify either URL part alone or footer part alone.

Regards
jay

Jay....

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To view this discussion on the web visit https://groups.google.com/d/msg/bigbluebutton-dev/-/wl8EWfOS__wJ.
To post to this group, send email to bigblueb...@googlegroups.com.
To unsubscribe from this group, send email to bigbluebutton-...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bigbluebutton-dev?hl=en.

Chad Pilkey

unread,
Jan 9, 2013, 1:15:00 PM1/9/13
to bigblueb...@googlegroups.com
I just successfully followed the steps here, http://code.google.com/p/bigbluebutton/wiki/FAQ#How_do_I_change_the_/client/_BigBlueButton_.html_portion_of_the, to change client to conference for my development client. I'm not sure what you're doing wrong, but it's definitely possible to do what you want.

HostBBB.com

unread,
Jan 11, 2013, 6:38:51 AM1/11/13
to BigBlueButton-dev
Jaya, changing the footer requires modifying client code and
recompiling. There is an example of the wiki on how to do this.

regards.
Stephen
hostbbb.com

On Jan 9, 4:24 am, Jaya Bala <jayabalapr...@gmail.com> wrote:
> Thanks Chad..
>
> I tried the same but i can change  both parameters independently. if try
> both i am getting error message of nginx forbidden.
> I can modify either URL part alone or footer part alone.
>
> Regards
> jay
>
>
>
> On Wed, Jan 9, 2013 at 9:35 AM, Chad Pilkey <capil...@gmail.com> wrote:
> > When you setup a development environment for the client it changes the
> > client.nginx link to point to the client_dev file instead of the client
> > file. You should be able to do a similar modification to client_dev and you
> > can have both changes.
>
> > The other alternative is to do any customizations and building in a vm and
> > then copy bin folder from your vm to your production server. You just have
> > to make sure to edit the config.xml and change all the ip address
> > references after to copy the bin folder over.
>
> > Chad
>
> > On Tuesday, January 8, 2013 6:56:49 AM UTC-5, jayabal wrote:
>
> >> Hai,
>
> >> I am using BBB VM0.8 i tried to change both footer link and URL in to my
> >> name... but i am unable to do both.. i changed the settings in nginx files.
>
> >> location /client/BigBlueButton.html {
>
> >> *rewrite ^ /meeting permanent;*
>
> >> *} *
>
> >> *location /meeting { *
>
> >> *alias /var/www/bigbluebutton/client; *
>
> >> *index BigBlueButton.html; *
>
> >> *expires 1m;*
>
> >> *}*
Reply all
Reply to author
Forward
0 new messages