Title can be customized (additional string should be added, what should I add?)
You should put your contents between <wicket:panel> tags You can put your images into top level images/css folder and put absolute url to it On Sun, Dec 29, 2019, 20:53 R. Scholz <[email protected]> wrote: > Hello Maxim, > > you made good work with the "WaitModerator". My first tries it seems > looking good. > > I have modified the WaitModeratorDialog.html. > As caption of the window there is "error" (in german "Fehler"). Is is > possible to make another word? > Or nothing? > > Or, my 2nd approach: > I try to remove the whole "wicket:panel" and make my own site in HTML-Code. > But after that all is empty. > Is it possible to make my own part/site? And, if Yes, where I have to put > my logo (jpg) and which is the relative path to this? > > Today I try it out with different devices. > On my Tablet (10') I can see passable good. There is no automatically > scaling, the camera-picture is to large and I can not move > this window, but I can see it and (funny) I can use it as moderator with > camera and microphone. In "case of emergency" it is good > to know that it's possible to use it. > > On my Smartphone (Samsung S9) its not so easy. OM scale good, but I can > not see/listen the camera/sound from the tablet. > (On my PC I see the video/sound from tablet good.) > I'm afraid, when "our" OM should usable under different devices, there is > a little bit to do. > (In my opinion it makes sense. Many of my clients use a smartphone as > universal communication-device the whole day.) > > Best regards, > > René > > > > > > Am 29.12.2019 um 13:00 schrieb Maxim Solodovnik: > > Great, > Thanks for checking > Please let me know if you will find any weird behavior :) (with > detailed steps :))) > > On Sun, 29 Dec 2019 at 04:02, R. Scholz <[email protected]> > wrote: > >> Hello Maxim, >> >> today I make a completely new installation of my OM5. >> >> Oh boy, what a lot of work to make all the modifies again - but I don't >> want to restore automatically something. >> >> So I try out the new "wait moderator-option", and it works. >> I don't know why it is not working with my running configuration. >> >> Best regards, >> >> René >> >> >> >> Am 28.12.2019 um 08:36 schrieb Maxim Solodovnik: >> >> Just have checked locally everything seems to work >> >> here is the request I used to create hash >> $.ajax({ >> method: "POST", >> url: "services/user/hash?sid=b1a16dad-68f7-4e7c-badd-841ab8b7e032", >> data: {user: JSON.stringify({ >> firstname: 'John', >> lastname: 'Doe', >> externalId: 'uid1', >> externalType: 'myCMS', >> login: 'superjohn' >> }), >> options: JSON.stringify({ >> roomId: 5582, >> moderator: false, >> showAudioVideoTest: true >> }) >> }, >> dataType: "json" >> }) >> >> NOTE moderator param is `false` >> >> On Sat, 28 Dec 2019 at 01:40, R. Scholz < >> [email protected]> wrote: >> >>> Hello Maxim, >>> >>> i have it checked. >>> >>> I restore my configuration from yesterday-backup and start my M3-version. >>> All OK, I generate an invitation-link, the "no-rights-only-viewer-user" >>> can login, it can see and no modify: All OK. >>> >>> When I update from the M3 to the newest M4 my >>> "no-rights-only-viewer-user" can modify the whiteboard. >>> >>> When I check on the flags "moderated" and "Wait moderator" nothing >>> happenes. >>> The "no-rights-only-viewer-user" can login with my generated link, get >>> the window who ask the name and can modify the whiteboard. >>> >>> Hint: I have no backup from my MySQL-database before I try out the >>> M4-version the first time. >>> So every of my tries are with the same database. >>> >>> With best regards, >>> >>> René >>> >>> >>> >>> Am 27.12.2019 um 03:43 schrieb Maxim Solodovnik: >>> >>> Let make one mail thread for discussion :) >>> >>> To test: >>> 1) any room type >>> 2) both "Moderated" and "Wait moderator" are checked >>> If user without moderator right will enter "Special dialog will be >>> displayed" >>> >>> You can customize dialog contents add additional languages >>> To do so you need to modify >>> >>> https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/WaitModeratorDialog.html >>> To translate: create ADDITIONAL file for ex. >>> this is Russian translation: >>> https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/WaitModeratorDialog_ru.html >>> (please NOTE *ru* suffix) >>> >>> The feature was just implemented >>> so might contain bugs >>> Please report them here with very detailed steps :))) (so I can >>> reproduce and fix) >>> >>> >>> On Fri, 27 Dec 2019 at 03:36, R. Scholz < >>> [email protected]> wrote: >>> >>>> Hello Maxim, >>>> >>>> when I login as "user without rights" I can paint all things the >>>> moderatror can do. >>>> Include polls. >>>> >>>> I mean before I update to the M4-version my test room is OK: Only mod >>>> can present something, viewers can only view. >>>> >>>> Hm, I will have a further look tomorrow. >>>> >>>> Best regards, >>>> >>>> René >>>> >>>> >>>> Am 26.12.2019 um 20:06 schrieb R. Scholz: >>>> > Hello Maxim, >>>> > >>>> > today I had updated my Openmeetings to the newest M4-version after I >>>> > got the JIRA-message that you implemented my wish with the >>>> > "wait-picture". >>>> > >>>> > I see the new flag in the room-config: "Wait moderator". >>>> > >>>> > Great! >>>> > >>>> > I check on both flags: "Moderated" and "Wait moderator", put myself >>>> as >>>> > default-moderator and save the room-config. >>>> > Then I logged out after generate a invitation to my test-account (an >>>> > account without rights). >>>> > >>>> > No differnce, I see the room. >>>> > >>>> > What do I wrong? >>>> > Where I can configurate my favorite wait-picture? >>>> > >>>> > Best regards, >>>> > >>>> > René >>>> >>>> >>> >>> -- >>> WBR >>> Maxim aka solomax >>> >>> >>> >> >> -- >> WBR >> Maxim aka solomax >> >> >> > > -- > WBR > Maxim aka solomax > > >
