You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by he...@isn10.com on 2014/04/07 07:59:39 UTC

OM3.0.1 - Room exit button

Hi!

In OM2.2.0 I changed Room Exit button destination to Dashboard page by 
changing in file base\mainMethods.lzx line: 
quicklinkAct('conferenceModuleRoomList') to 
quicklinkAct('dashboardModuleStartScreen')

This is found in line around 514 (<method name="doActionmenu" 
args="stringSub">).

I changed this in OM3.0.1 and made new main.swf8.swf (like on OM2.2.0) 
but it does not work. Room Exit button still takes user to Public Rooms 
list.

How to change Room Exit button destination in OM3.0.1?

Thanks!

Re: OM3.0.1 - Room exit button

Posted by Maxim Solodovnik <so...@gmail.com>.
In case it would be fixed for too long I'll try to provide a patch, but I
really believe @Horsed will do it better :)


On Wed, Apr 9, 2014 at 3:27 AM, <he...@isn10.com> wrote:

> Thank you Maxim. Now we just have to wait.
>
>
> Maxim Solodovnik kirjoitti 2014-04-08 16:17:
>
>> Seems to be issue in library we are using :(
>> You can watch the progress
>> here: https://github.com/wicketstuff/core/issues/296 [1]
>>
>>
>> On Tue, Apr 8, 2014 at 5:22 AM, <he...@isn10.com> wrote:
>>
>>  Ok! Yes, it seems to be similar.
>>>
>>> Maxim Solodovnik kirjoitti 2014-04-08 14:20:
>>>
>>> I'll to investigate this. Seems to be similar to your 'links'
>>> problem
>>> On Apr 8, 2014 1:48 AM, <he...@isn10.com> wrote:
>>>
>>> Hi!
>>>
>>> I changed in swf-functions.js
>>>
>>> function roomExit() {
>>>         $('#header, #topControls, #chatPanel').show();
>>>         $('div[id="contents"], div[id="contents"] >
>>> div').css('height', 'auto');
>>>         window.location.hash = "#rooms/public";
>>>         $('#lzappContainer').remove();
>>> }
>>>
>>> This: window.location.hash = "#rooms/public";
>>> To this: window.location.hash = "#rooms/dashboard";
>>> And then did restart for red5.
>>>
>>> After exiting from room it shows right path in browser but still
>>> loads Public Rooms page.
>>>
>>> How to fix?
>>>
>>> Thanks!
>>>
>>> Maxim Solodovnik kirjoitti 2014-04-08 03:45:
>>> Hello
>>>
>>> you can change swf-functions.js and restart
>>>
>>> On Sun, Apr 6, 2014 at 11:59 PM, <he...@isn10.com> wrote:
>>>
>>> Hi!
>>>
>>> In OM2.2.0 I changed Room Exit button destination to Dashboard page
>>> by changing in file basemainMethods.lzx line:
>>> quicklinkAct('conferenceModuleRoomList') to
>>> quicklinkAct('dashboardModuleStartScreen')
>>>
>>> This is found in line around 514 (<method name="doActionmenu"
>>> args="stringSub">).
>>>
>>> I changed this in OM3.0.1 and made new main.swf8.swf (like on
>>> OM2.2.0) but it does not work. Room Exit button still takes user to
>>> Public Rooms list.
>>>
>>> How to change Room Exit button destination in OM3.0.1?
>>>
>>> Thanks!
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>> Links:
>> ------
>> [1] https://github.com/wicketstuff/core/issues/296
>>
>


-- 
WBR
Maxim aka solomax

Re: OM3.0.1 - Room exit button

Posted by he...@isn10.com.
Thank you Maxim. Now we just have to wait.


Maxim Solodovnik kirjoitti 2014-04-08 16:17:
> Seems to be issue in library we are using :(
> You can watch the progress
> here: https://github.com/wicketstuff/core/issues/296 [1]
> 
> On Tue, Apr 8, 2014 at 5:22 AM, <he...@isn10.com> wrote:
> 
>> Ok! Yes, it seems to be similar.
>> 
>> Maxim Solodovnik kirjoitti 2014-04-08 14:20:
>> 
>> I'll to investigate this. Seems to be similar to your 'links'
>> problem
>> On Apr 8, 2014 1:48 AM, <he...@isn10.com> wrote:
>> 
>> Hi!
>> 
>> I changed in swf-functions.js
>> 
>> function roomExit() {
>>         $('#header, #topControls, #chatPanel').show();
>>         $('div[id="contents"], div[id="contents"] >
>> div').css('height', 'auto');
>>         window.location.hash = "#rooms/public";
>>         $('#lzappContainer').remove();
>> }
>> 
>> This: window.location.hash = "#rooms/public";
>> To this: window.location.hash = "#rooms/dashboard";
>> And then did restart for red5.
>> 
>> After exiting from room it shows right path in browser but still
>> loads Public Rooms page.
>> 
>> How to fix?
>> 
>> Thanks!
>> 
>> Maxim Solodovnik kirjoitti 2014-04-08 03:45:
>> Hello 
>> 
>> you can change swf-functions.js and restart 
>> 
>> On Sun, Apr 6, 2014 at 11:59 PM, <he...@isn10.com> wrote:
>> 
>> Hi!
>> 
>> In OM2.2.0 I changed Room Exit button destination to Dashboard page
>> by changing in file basemainMethods.lzx line:
>> quicklinkAct('conferenceModuleRoomList') to
>> quicklinkAct('dashboardModuleStartScreen')
>> 
>> This is found in line around 514 (<method name="doActionmenu"
>> args="stringSub">).
>> 
>> I changed this in OM3.0.1 and made new main.swf8.swf (like on
>> OM2.2.0) but it does not work. Room Exit button still takes user to
>> Public Rooms list.
>> 
>> How to change Room Exit button destination in OM3.0.1?
>> 
>> Thanks!
>> 
>> --
>> WBR
>> Maxim aka solomax
> 
> --
> WBR
> Maxim aka solomax
> 
> Links:
> ------
> [1] https://github.com/wicketstuff/core/issues/296

Re: OM3.0.1 - Room exit button

Posted by Maxim Solodovnik <so...@gmail.com>.
Seems to be issue in library we are using :(
You can watch the progress here:
https://github.com/wicketstuff/core/issues/296



On Tue, Apr 8, 2014 at 5:22 AM, <he...@isn10.com> wrote:

> Ok! Yes, it seems to be similar.
>
>
> Maxim Solodovnik kirjoitti 2014-04-08 14:20:
>
>  I'll to investigate this. Seems to be similar to your 'links' problem
>> On Apr 8, 2014 1:48 AM, <he...@isn10.com> wrote:
>>
>>  Hi!
>>>
>>> I changed in swf-functions.js
>>>
>>> function roomExit() {
>>>         $('#header, #topControls, #chatPanel').show();
>>>         $('div[id="contents"], div[id="contents"] >
>>> div').css('height', 'auto');
>>>         window.location.hash = "#rooms/public";
>>>         $('#lzappContainer').remove();
>>> }
>>>
>>> This: window.location.hash = "#rooms/public";
>>> To this: window.location.hash = "#rooms/dashboard";
>>> And then did restart for red5.
>>>
>>> After exiting from room it shows right path in browser but still
>>> loads Public Rooms page.
>>>
>>> How to fix?
>>>
>>> Thanks!
>>>
>>> Maxim Solodovnik kirjoitti 2014-04-08 03:45:
>>> Hello
>>>
>>> you can change swf-functions.js and restart
>>>
>>> On Sun, Apr 6, 2014 at 11:59 PM, <he...@isn10.com> wrote:
>>>
>>> Hi!
>>>
>>> In OM2.2.0 I changed Room Exit button destination to Dashboard page
>>> by changing in file basemainMethods.lzx line:
>>> quicklinkAct('conferenceModuleRoomList') to
>>> quicklinkAct('dashboardModuleStartScreen')
>>>
>>> This is found in line around 514 (<method name="doActionmenu"
>>> args="stringSub">).
>>>
>>> I changed this in OM3.0.1 and made new main.swf8.swf (like on
>>> OM2.2.0) but it does not work. Room Exit button still takes user to
>>> Public Rooms list.
>>>
>>> How to change Room Exit button destination in OM3.0.1?
>>>
>>> Thanks!
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>


-- 
WBR
Maxim aka solomax

Re: OM3.0.1 - Room exit button

Posted by he...@isn10.com.
Ok! Yes, it seems to be similar.


Maxim Solodovnik kirjoitti 2014-04-08 14:20:
> I'll to investigate this. Seems to be similar to your 'links' problem
> On Apr 8, 2014 1:48 AM, <he...@isn10.com> wrote:
> 
>> Hi!
>> 
>> I changed in swf-functions.js
>> 
>> function roomExit() {
>>         $('#header, #topControls, #chatPanel').show();
>>         $('div[id="contents"], div[id="contents"] >
>> div').css('height', 'auto');
>>         window.location.hash = "#rooms/public";
>>         $('#lzappContainer').remove();
>> }
>> 
>> This: window.location.hash = "#rooms/public";
>> To this: window.location.hash = "#rooms/dashboard";
>> And then did restart for red5.
>> 
>> After exiting from room it shows right path in browser but still
>> loads Public Rooms page.
>> 
>> How to fix?
>> 
>> Thanks!
>> 
>> Maxim Solodovnik kirjoitti 2014-04-08 03:45:
>> Hello 
>> 
>> you can change swf-functions.js and restart 
>> 
>> On Sun, Apr 6, 2014 at 11:59 PM, <he...@isn10.com> wrote:
>> 
>> Hi!
>> 
>> In OM2.2.0 I changed Room Exit button destination to Dashboard page
>> by changing in file basemainMethods.lzx line:
>> quicklinkAct('conferenceModuleRoomList') to
>> quicklinkAct('dashboardModuleStartScreen')
>> 
>> This is found in line around 514 (<method name="doActionmenu"
>> args="stringSub">).
>> 
>> I changed this in OM3.0.1 and made new main.swf8.swf (like on
>> OM2.2.0) but it does not work. Room Exit button still takes user to
>> Public Rooms list.
>> 
>> How to change Room Exit button destination in OM3.0.1?
>> 
>> Thanks!
>> 
>> --
>> WBR
>> Maxim aka solomax

Re: OM3.0.1 - Room exit button

Posted by Maxim Solodovnik <so...@gmail.com>.
I'll to investigate this. Seems to be similar to your 'links' problem
On Apr 8, 2014 1:48 AM, <he...@isn10.com> wrote:

> Hi!
>
> I changed in swf-functions.js
>
> function roomExit() {
>         $('#header, #topControls, #chatPanel').show();
>         $('div[id="contents"], div[id="contents"] > div').css('height',
> 'auto');
>         window.location.hash = "#rooms/public";
>         $('#lzappContainer').remove();
> }
>
> This: window.location.hash = "#rooms/public";
> To this: window.location.hash = "#rooms/dashboard";
> And then did restart for red5.
>
> After exiting from room it shows right path in browser but still loads
> Public Rooms page.
>
> How to fix?
>
> Thanks!
>
>
> Maxim Solodovnik kirjoitti 2014-04-08 03:45:
>
>> Hello
>>
>> you can change swf-functions.js and restart
>>
>> On Sun, Apr 6, 2014 at 11:59 PM, <he...@isn10.com> wrote:
>>
>>  Hi!
>>>
>>> In OM2.2.0 I changed Room Exit button destination to Dashboard page
>>> by changing in file basemainMethods.lzx line:
>>> quicklinkAct('conferenceModuleRoomList') to
>>> quicklinkAct('dashboardModuleStartScreen')
>>>
>>> This is found in line around 514 (<method name="doActionmenu"
>>> args="stringSub">).
>>>
>>> I changed this in OM3.0.1 and made new main.swf8.swf (like on
>>> OM2.2.0) but it does not work. Room Exit button still takes user to
>>> Public Rooms list.
>>>
>>> How to change Room Exit button destination in OM3.0.1?
>>>
>>> Thanks!
>>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>

Re: OM3.0.1 - Room exit button

Posted by he...@isn10.com.
Hi!

I changed in swf-functions.js

function roomExit() {
	$('#header, #topControls, #chatPanel').show();
	$('div[id="contents"], div[id="contents"] > div').css('height', 
'auto');
	window.location.hash = "#rooms/public";
	$('#lzappContainer').remove();
}

This: window.location.hash = "#rooms/public";
To this: window.location.hash = "#rooms/dashboard";
And then did restart for red5.

After exiting from room it shows right path in browser but still loads 
Public Rooms page.

How to fix?

Thanks!


Maxim Solodovnik kirjoitti 2014-04-08 03:45:
> Hello 
> 
> you can change swf-functions.js and restart 
> 
> On Sun, Apr 6, 2014 at 11:59 PM, <he...@isn10.com> wrote:
> 
>> Hi!
>> 
>> In OM2.2.0 I changed Room Exit button destination to Dashboard page
>> by changing in file basemainMethods.lzx line:
>> quicklinkAct('conferenceModuleRoomList') to
>> quicklinkAct('dashboardModuleStartScreen')
>> 
>> This is found in line around 514 (<method name="doActionmenu"
>> args="stringSub">).
>> 
>> I changed this in OM3.0.1 and made new main.swf8.swf (like on
>> OM2.2.0) but it does not work. Room Exit button still takes user to
>> Public Rooms list.
>> 
>> How to change Room Exit button destination in OM3.0.1?
>> 
>> Thanks!
> 
> --
> WBR
> Maxim aka solomax

Re: OM3.0.1 - Room exit button

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello

you can change swf-functions.js and restart


On Sun, Apr 6, 2014 at 11:59 PM, <he...@isn10.com> wrote:

> Hi!
>
> In OM2.2.0 I changed Room Exit button destination to Dashboard page by
> changing in file base\mainMethods.lzx line: quicklinkAct('conferenceModuleRoomList')
> to quicklinkAct('dashboardModuleStartScreen')
>
> This is found in line around 514 (<method name="doActionmenu"
> args="stringSub">).
>
> I changed this in OM3.0.1 and made new main.swf8.swf (like on OM2.2.0) but
> it does not work. Room Exit button still takes user to Public Rooms list.
>
> How to change Room Exit button destination in OM3.0.1?
>
> Thanks!
>



-- 
WBR
Maxim aka solomax