bbb-client logo change after join demo meeting

574 views
Skip to first unread message

Dhaval Patel

unread,
May 15, 2013, 3:34:03 AM5/15/13
to bigblueb...@googlegroups.com
Hi everyone,

I want to change BBB logo after join demo meeting in bbb-client.

I have change in theme.css file replace my logo instead of BBBLogo.png

And make changes like <skinning enabled="true" url="branding/css/theme.swf" /> in config.xml then build again and build success but logo does not change !!

Is there any changes remain??

Please help on this issue.

Thanks,
Dhaval.


Fred Dixon

unread,
May 15, 2013, 7:39:14 AM5/15/13
to BigBlueButton-dev
Hi Dhaval,

Just to calibrate your expectations, the core developers are pretty focused at the moment on getting 0.81 to beta.  We're more interested in finding and fixing bugs in master than help with branding issues.

For more reasons no why branding is a lower priority, see:



Regards,... Fred
-- 
BigBlueButton Developer
BigBlueButton on twitter: @bigbluebutton







--
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-...@googlegroups.com.
To post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at http://groups.google.com/group/bigbluebutton-dev?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 




Dhaval Patel

unread,
May 15, 2013, 9:03:55 AM5/15/13
to bigblueb...@googlegroups.com
Hi Fred,

should I have to copy  theme.css.swf file to
/var/www/bigbluebutton/client/branding/css/theme.css.swf ?
I am using dev environment.
Regards,
Dhaval




Chad Pilkey

unread,
May 15, 2013, 10:18:56 AM5/15/13
to bigblueb...@googlegroups.com
If your branding entry in config.xml is the same as what you put in your first post you have misspelled the file name. The CSS file will compile to "theme.css.swf", whereas in your config.xml you have "theme.swf".

Dhaval Patel

unread,
May 16, 2013, 3:17:39 AM5/16/13
to bigblueb...@googlegroups.com
Hi Chad Pilke,

I have followed all steps given by this URL- http://code.google.com/p/bigbluebutton/wiki/Branding

I also compiled theme.css.swf in bigbluebutton-client\client\branding\css directory. and make change in config.xml like <skinning enabled="true" url="branding/css/theme.css.swf" />.
And replace my new logo in theme.css in bigbluebutton-client\src\branding\css directory.

BrandingLogo
{
    backgroundImage: Embed(source="assets/img/newlogo.png");
    backgroundSize: "100%";
}

Even though my new logo is not replaced after login.

Is there any changes missing??

Regards,
Dhaval

Chad Pilkey

unread,
May 16, 2013, 10:33:00 AM5/16/13
to bigblueb...@googlegroups.com
I'm not sure, sorry. I haven't done much branding work so I'm not familiar with it.

HostBBB.com

unread,
May 16, 2013, 11:01:06 AM5/16/13
to BigBlueButton-dev
Dhaval,

Try using another browser, and see if it is a caching issue. Once
you get it working in VM you just move the swf file to production
server and change config.xml.
If I remember right, not all themes support the embedded logo in right
corner.. I personally stopped using it, and just use a default 1
slide presentation with logo. You also can load entire new bg image
with them, that has graphics already on it. This allows you to place
info anywhere on desktop and not just limited but the 200x200 logo.

Regards,
Stephen
hostbbb.com



On May 16, 10:33 am, Chad Pilkey <capil...@gmail.com> wrote:
> I'm not sure, sorry. I haven't done much branding work so I'm not familiar
> with it.
>
>
>
>
>
>
>
> On Thursday, May 16, 2013 3:17:39 AM UTC-4, Dhaval Patel wrote:
>
> > Hi Chad Pilke,
>
> > I have followed all steps given by this URL-
> >http://code.google.com/p/bigbluebutton/wiki/Branding
>
> > I also compiled theme.css.swf in bigbluebutton-client\client\branding\css
> > directory. and make change in config.xml like <skinning enabled="true"
> > url="branding/css/theme.css.swf" />.
> > And replace my new logo in theme.css in
> > bigbluebutton-client\src\branding\css directory.
>
> > BrandingLogo
> > {
> >     backgroundImage: Embed(source="assets/img/newlogo.png");
> >     backgroundSize: "100%";
> > }
>
> > Even though my new logo is not replaced after login.
>
> > Is there any changes missing??
>
> > Regards,
> > Dhaval
>
> > On 15 May 2013 19:48, Chad Pilkey <capi...@gmail.com <javascript:>> wrote:
>
> >> If your branding entry in config.xml is the same as what you put in your
> >> first post you have misspelled the file name. The CSS file will compile to
> >> "theme.css.swf", whereas in your config.xml you have "theme.swf".
>
> >> On Wednesday, May 15, 2013 9:03:55 AM UTC-4, Dhaval Patel wrote:
>
> >>> Hi Fred,
>
> >>> should I have to copy  theme.css.swf file to
>
> >>> /var/www/bigbluebutton/client/**branding/css/theme.css.swf ?
>
> >>> I am using dev environment.
>
> >>> Regards,
> >>> Dhaval
>
> >>> On 15 May 2013 17:09, Fred Dixon <ffd...@gmail.com> wrote:
>
> >>>> Hi Dhaval,
>
> >>>> Just to calibrate your expectations, the core developers are pretty
> >>>> focused at the moment on getting 0.81 to beta.  We're more interested in
> >>>> finding and fixing bugs in master than help with branding issues.
>
> >>>> For more reasons no why branding is a lower priority, see:
>
> >>>>  https://code.google.com/p/**bigbluebutton/wiki/FAQ#How_do_**
> >>>> I_change_the_brand_of_**BigBlueButton<https://code.google.com/p/bigbluebutton/wiki/FAQ#How_do_I_change_the_...>
>
> >>>> Regards,... Fred
> >>>> --
> >>>> BigBlueButton Developer
> >>>>http://bigbluebutton.org/
> >>>>http://code.google.com/p/**bigbluebutton<http://code.google.com/p/bigbluebutton>
> >>>> BigBlueButton on twitter: @bigbluebutton
>
> >>>> On Wed, May 15, 2013 at 3:34 AM, Dhaval Patel <198...@gmail.com> wrote:
>
> >>>>> Hi everyone,
>
> >>>>> I want to change BBB logo after join demo meeting in bbb-client.
>
> >>>>> I have change in theme.css file replace my logo instead of BBBLogo.png
>
> >>>>> And make changes like <skinning enabled="true"
> >>>>> url="branding/css/theme.swf" /> in config.xml then build again and build
> >>>>> success but logo does not change !!
>
> >>>>> Is there any changes remain??
>
> >>>>> Please help on this issue.
>
> >>>>> Thanks,
> >>>>> Dhaval.
>
> >>>>>  --
> >>>>> 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-...@**googlegroups.com.
> >>>>> To post to this group, send email to bigblueb...@**googlegroups.com.
>
> >>>>> Visit this group athttp://groups.google.com/**
> >>>>> group/bigbluebutton-dev?hl=en<http://groups.google.com/group/bigbluebutton-dev?hl=en>
> >>>>> .
> >>>>> For more options, visithttps://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
> >>>>> .
>
> >>>>  --
> >>>> 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-...@**googlegroups.com.
> >>>> To post to this group, send email to bigblueb...@**googlegroups.com.
>
> >>>> Visit this group athttp://groups.google.com/**
> >>>> group/bigbluebutton-dev?hl=en<http://groups.google.com/group/bigbluebutton-dev?hl=en>
> >>>> .
> >>>> For more options, visithttps://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
> >>>> .
>
> >>>  --
> >> 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-...@googlegroups.com <javascript:>.
> >> To post to this group, send email to bigblueb...@googlegroups.com<javascript:>
> >> .
Reply all
Reply to author
Forward
0 new messages