Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleClick here for instructions...

Instructions:

This theme is provides provided by VCRP .  Main goal is to adapt the look of the OpenMeetings rooms to the look of our LMS, where it OM is used integrated.  Therefore the Icons are mostly replaced by a set of dark gray ones.

Some elements are hidden and some elements are styled different to preserve the look and feel of the LMS. 

Note
We just took care about the room. If you don't use an integration, please check the dashboard before production use!

To safely remove some elements we add some anchors to the translation files. On Linux you could use this code:


Code Block
languagebash
linenumberstrue
xmlstarlet ed --ps --inplace -u 'properties/entry[@key="1488"]' -v 'Call external people via VoIP/SIP ---' /SERVER/red5/webapps/openmeetings/WEB-INF/classes/org/apache/openmeetings/web/app/Application_*.properties.xml
xmlstarlet ed --ps --inplace -u 'properties/entry[@key="1489"]' -v 'Send an email with a direct link to this room ---' /SERVER/red5/webapps/openmeetings/WEB-INF/classes/org/apache/openmeetings/web/app/Application_*.pproperties.xml


xmlstarlet ed --ps --inplace -u 'properties/entry[@key="1488"]' -v 'Call external people via VoIP/SIP ---' /SERVER/red5/webapps/openmeetings/WEB-INF/classes/org/apache/openmeetings/web/app/Application.properties.xml
xmlstarlet ed --ps --inplace -u 'properties/entry[@key="1489"]' -v 'Send an email with a direct link to this room ---' /SERVER/red5/webapps/openmeetings/WEB-INF/classes/org/apache/openmeetings/web/app/Application.properties.xml

These changes takes place after restart of OpenMeetings.

Copy cliparts ( as wanted) to /SERVER/red5/webapps/openmeetings/public/cliparts/ , icons to /SERVERred5/webapps/openmeetings/css/images/ and custom.css-file to /SERVER/red5/webapps/openmeetings/css/. These changes will be visible after room reload.

...