To change the title of window modules in Bigbluebutton?

164 views
Skip to first unread message

anjali raj

unread,
Feb 8, 2012, 12:15:35 AM2/8/12
to BigBlueButton-dev
Hi am new in bigbluebutton,i want to change the title of the
window .how to do this?for example In "Listeners" window i need to
change "Student"anybody kindly help me?

veeru

unread,
Feb 8, 2012, 12:26:43 AM2/8/12
to bigblueb...@googlegroups.com
The title of the Listener's window has been set in updateNumberOfListeners() method of  org.bigbluebutton.modules.listeners.views.ListenersWindow.mxml  

If you want to change it you need to change it in the property file. 

In locale folder, goto your version of BBB folder, lets say en_US, and open bbbResources.properties file, change the line

bbb.listeners.title = Listeners{0} {1}

to

bbb.listeners.title = Students{0} {1}

Regards.

anjali raj

unread,
Feb 8, 2012, 1:30:37 AM2/8/12
to BigBlueButton-dev
Thanks Veeru how to go bbbResources.properties file kindly explain me
in detail

veeru

unread,
Feb 8, 2012, 1:39:31 AM2/8/12
to bigblueb...@googlegroups.com
If you are using Flash builder, then in the project explorer view, Inside the The main BBB-client folder, there is a child folder "locale", expand that, find your version as en_US, inside that you can find bbbResources.properties

anjali raj

unread,
Feb 8, 2012, 1:49:07 AM2/8/12
to BigBlueButton-dev

ya Veeru i changed that line,but still my window name is "Listeners"

veeru

unread,
Feb 8, 2012, 3:22:01 AM2/8/12
to bigblueb...@googlegroups.com
You need to edit that same property file property file in the BBB VM.  Go till the locale/en_US  folder in the shell, and give 'vi   bbbResources.properties' command.replace the line as i said in the earlier post. 
then go into 

dev/source/bigbluebutton/bigbluebutton-client/


Give 'ant locales'..
This will take 5-10 mins

Then you are done

regards

anjali raj

unread,
Feb 8, 2012, 4:18:17 AM2/8/12
to BigBlueButton-dev
veeru i tried but i got error message like build.xml does not
exit.build failed

anjali raj

unread,
Feb 8, 2012, 8:25:16 AM2/8/12
to BigBlueButton-dev
Thank you i got it veeru
Reply all
Reply to author
Forward
0 new messages