Thank you Maxim,As it was in previous versions, I've tried to modify the language editor labels #282, 283, 286, 287. Here is my configuration. Label name 282 Label value www.example.com
Label name 283 Label value [email protected] Label name 286 Label value www.example.com Label name 287 Label value [email protected] But in my case I get a new link (www.example.com:5080/openmeetings/www.example.com and www.example.com:5080/openmeetings/[email protected] respectively).www.example.com:5080/openmeetings is my application.base.urlwww.example.com is the webaddress where i want to redirect the [email protected] is the mail address for the admin user. What went here wrong?Thank you From: Maxim Solodovnik <[email protected]> To: Openmeetings user-list <[email protected]>; Getachew Areda <[email protected]> Sent: Wednesday, December 2, 2015 7:20 AM Subject: Re: Openmeetings 3.0.7 Dashboard and verification mail Hello Tadewos, 1) to update " links under "Help and Support"" you need to go to Admin->Languaguage Editor and modify labels #282, 283, 286, 287 for required language2) you can easily "hide" username/password from user by modifying RegisterUserTemplate.html template (available at ./webapps/openmeetings/WEB-INF/classes/org/apache/openmeetings/web/mail/template/RegisterUserTemplate.html)and adding <div style="display:none"> to it to hide some elements to completely remove these elements you need to perform code modification and recompile please use http://openmeetings.markmail.org/ to search answers to your questions :) On Tue, Dec 1, 2015 at 4:07 AM, Getachew Areda <[email protected]> wrote: I've installed openmeetings 3.0.7. on debian 7. I want to modify the two links under "Help and Support" -Project website and User Mailing lists. Further I prefer not to send user access data (user name and password) in registration notification mail. Is it possible to customize the Dashoard of Openmeetings 3.0.7 especially the above two links? How can I configure om so that the newly registered user receives only the verification link without his access data? Thank you Tadewos -- WBR Maxim aka solomax
