Page 1 of 1
Can't assign monitors to groups.
Posted: Fri May 01, 2009 8:48 pm
by MrEvoMan
I am trying to create a couple groups of Monitors. However, there seems to be no way for me to be able to assign any monitors to these groups.
If I click the radio button next to the group and click edit, I get a new screen which says Name and Monitor IDs, but the ids window has nothing selectable.
Any ideas? I know I've done this before on a different installation, but this one doesn't seem to have that functionality.
Posted: Mon May 04, 2009 2:49 pm
by MrEvoMan
Noone has any ideas?
Posted: Mon May 04, 2009 9:37 pm
by cordel
Sorry we are not here every day.
Are you asking about the groups in the montage or the groups for the users.
Setting groups in the montage is the link top left in the console, set a new name and save to to assign.
For users under the user tab just add the monitor numbers.
both are comma delimited.
Posted: Tue May 05, 2009 4:06 am
by MrEvoMan
I'm asking the groups from the standard console, where it says "X Monitors".
You can click on there and make groups. But how do you assign cameras to those created groups?
It looks like there should be a way to select the cameras, but in no way can I choose any. They are all listed there, but nothing is clickable. See attached screenshot.
Posted: Tue May 05, 2009 6:43 am
by cordel
Where you typed the monitor names, is where you should have put the monitor ID numbers.
Posted: Wed May 06, 2009 7:27 pm
by MrEvoMan
cordel wrote:Where you typed the monitor names, is where you should have put the monitor ID numbers.
Ok, I will try once again to explain:
THE "Monitor Ids" FIELD IS NOT EDITABLE.
You cannot edit it. It's text. No blanks. Not even when you "CREATE" a new group.
Posted: Wed May 06, 2009 8:49 pm
by cordel
Are you using the latest SVN?
Posted: Fri May 08, 2009 3:29 pm
by MrEvoMan
cordel wrote:Are you using the latest SVN?
Yes.
Posted: Tue May 12, 2009 1:00 pm
by MrEvoMan
Any suggestions?
Posted: Wed May 13, 2009 10:51 am
by zoneminder
There appears to be a small type in web/skins/classic/views/group.php
Code: Select all
<th scope="row">Monitor Ids</th>
<td
<select name="newGroup[MonitorIds][]" size="4" multiple="multiple">
The '<td' should obviously be a '<td>'. Firefox doesn't seem to care but maybe your browser is more picky. I have fixed in the trunk and it will up on SVN shortly.
Posted: Wed May 13, 2009 3:10 pm
by MrEvoMan
Awesome! Thank you VERY much Phil! Been struggling with this for quite some time now.
I am currently using the latest IE8 from Microsoft... yeah, would expect it was picky.