Linda Charlotta Ursin | 4 Jan 2010 12:19
Picon
Picon
Favicon

Re: 4 issues with upgrading from 1.4.2 to 1.4.3

Hi
Sorry I didn't say this earlier, but I've been away. Your attachment was
stopped with the following message:

###########################################

WARNING!

F-Secure Anti-Virus for Microsoft Exchange on EX-1-RV-F has detected
Disallowed Attachment in 'mysqlupgrade.php' (5886 bytes) attached to the
message. The file was removed.

For additional information about security threats, connect to
http://www.f-secure.com/virus-info/

###########################################

OriginalFileName=mysqlupgrade.php
OriginalFileSize=5886
VirusInfo=Disallowed Attachment
Server=EX-1-RV-F
Quarantined=suspect\MSESMTP000001\FSAVMSE2009121411280016441
Creator=1
CheckSum=2476251394

Could you send it with a txt-ending?

mvh

Linda Ursin
(Continue reading)

hamada alton | 4 Jan 2010 12:21
Picon
Favicon

Numbers instead of Times


 

.ExternalClass .ecxhmmessage P {padding:0px;} .ExternalClass body.ecxhmmessage {font-size:10pt;font-family:Verdana;} Hello 
As long as the multi-booking cannot be solved at least in the mean time i wonder if it is possible to put numbers "1,2,3 ......30" instead of the times "7:00, 8:00, ..... 24:00".
regards


Keep your friends updated— even when you’re not signed in.

Keep your friends updated— even when you’re not signed in.
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request <at> lists.sourceforge.net?subject=unsubscribe
Campbell Morrison | 4 Jan 2010 14:40
Picon

Re: Numbers instead of Times

You can do this at the moment by using Periods.

 

Campbell

 

 

 

From: hamada alton [mailto:alton_055 <at> hotmail.com]
Sent: 04 January 2010 11:21
To: mrbs-general <at> lists.sourceforge.net
Subject: [MRBS-general] Numbers instead of Times

 


 


Hello 
As long as the multi-booking cannot be solved at least in the mean time i wonder if it is possible to put numbers "1,2,3 ......30" instead of the times "7:00, 8:00, ..... 24:00".
regards


Keep your friends updated— even when you’re not signed in.

Keep your friends updated— even when you’re not signed in.

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request <at> lists.sourceforge.net?subject=unsubscribe
Husnain Kermalli | 7 Jan 2010 06:21
Picon

private login for specific room

Hello all,

 

Anyone know of a way to create a PRIVATE room, where only specific users, once logged in, have access to that room/site?  Any ideas on how to go about setting that up?

 

Running the latest version of MRBS …

 

Thanks - Husnain

 

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request <at> lists.sourceforge.net?subject=unsubscribe
Campbell Morrison | 7 Jan 2010 09:24
Picon

Re: private login for specific room

The easiest way is probably to run two instances of MRBS, one for the private room and one for the other rooms.

 

If you want to have a single instance of MRBS then you’ll have to do some coding.    The best starting point would be the latest version of MRBS in the trunk as that now has an enhanced getWritable() function which takes the room as a third parameter, which will help you a little.   Of course, if you want the private room to be not readable as well as not writable by ordinary users you’ll have to do a bit more work.

 

Campbell

 

 

 

From: Husnain Kermalli [mailto:hkermalli <at> student.uchc.edu]
Sent: 07 January 2010 05:22
To: 'General purpose list (support/developers/users)'
Subject: [MRBS-general] private login for specific room

 

Hello all,

 

Anyone know of a way to create a PRIVATE room, where only specific users, once logged in, have access to that room/site?  Any ideas on how to go about setting that up?

 

Running the latest version of MRBS …

 

Thanks - Husnain

 

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request <at> lists.sourceforge.net?subject=unsubscribe
Kermalli,Husnain (stu | 7 Jan 2010 15:59
Picon

Re: private login for specific room

I,m assuming i,ll need to run a full install 
 to a new directory and new database then copy Over pertinent files for previous customization 

Husnain Kermalli
________________________________________
From: Campbell Morrison [mail <at> campbellmorrison.co.uk]
Sent: Thursday, January 07, 2010 3:24 AM
To: 'General purpose list (support/developers/users)'
Subject: Re: [MRBS-general] private login for specific room

The easiest way is probably to run two instances of MRBS, one for the private room and one for the other rooms.

If you want to have a single instance of MRBS then you’ll have to do some coding.    The best starting point
would be the latest version of MRBS in the trunk as that now has an enhanced getWritable() function which
takes the room as a third parameter, which will help you a little.   Of course, if you want the private room to
be not readable as well as not writable by ordinary users you’ll have to do a bit more work.

Campbell

From: Husnain Kermalli [mailto:hkermalli <at> student.uchc.edu]
Sent: 07 January 2010 05:22
To: 'General purpose list (support/developers/users)'
Subject: [MRBS-general] private login for specific room

Hello all,

Anyone know of a way to create a PRIVATE room, where only specific users, once logged in, have access to that
room/site?  Any ideas on how to go about setting that up?

Running the latest version of MRBS …

Thanks - Husnain

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request <at> lists.sourceforge.net?subject=unsubscribe

hamada alton | 12 Jan 2010 10:55
Picon
Favicon

FW: Numbers instead of Times


 hey
I searched the mailing list archive about how to put a photo of the room or what is gonna be booked somewhere in the booking system but all the post seems to be old. I wounder if it is possible to be done????
regards

Keep your friends updated— even when you’re not signed in.
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request <at> lists.sourceforge.net?subject=unsubscribe
hamada alton | 17 Jan 2010 00:01
Picon
Favicon

adding photos


  .ExternalClass .ecxhmmessage P {padding:0px;} .ExternalClass body.ecxhmmessage {font-size:10pt;font-family:Verdana;}
 hey
I searched the mailing list archive about how to put a photo of the room or what is gonna be booked somewhere in the booking system but all the post seems to be old. I wounder if it is possible to be done????
regards


Windows Live Hotmail: Your friends can get your Facebook updates, right from Hotmail®.
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request <at> lists.sourceforge.net?subject=unsubscribe
Anselm Martin Hoffmeister | 17 Jan 2010 17:33
Picon

Re: adding photos

Am Sonntag, den 17.01.2010, 00:01 +0100 schrieb hamada alton:
> 
>   
>  hey
> I searched the mailing list archive about how to put a photo of the
> room or what is gonna be booked somewhere in the booking system but
> all the post seems to be old. I wounder if it is possible to be
> done????
> regards

Dear hamada alton,

this is possible of course, although it requires a small tweak in the
MRBS code (not out-of-the-box).
The easiest case I can image would be having one picture per room which
has a name like room_X.jpeg (where X is the "id" MRBS uses internally to
identify that room). If you want that image displayed in the column
headers (in day view, where the room name already appears) you can find
the place in day.php where the day name is printed, and add something
like

echo '<img src="room_'.$row[2].'.jpeg" width="100" height="80" alt="Room
picture" />';

Of course this needs adapting to your layout etc., as fixed size images
are not always good for a layout. There are much more elegant ways
(hover image display, background images etc.) - those will need a little
more complicated ideas which I cannot help you with out of my head.

BR
Anselm

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request <at> lists.sourceforge.net?subject=unsubscribe

hamada alton | 18 Jan 2010 09:34
Picon
Favicon

Re: adding photos

Hey
First of all thanx for the reply. I secceded in showing the photo in the day view if i put just "test.jpg" but if i put 
 
"test_'.$row['id'].'.jpg"
 
it does not work and i get only an empty box on the day view and when i check the properties it shows me test_.jpg
it seems that this part .$row['id']. does not get anything. so any ideas why it does not work ?
 
Regards
 
> From: anselm <at> hoffmeister.be
> To: mrbs-general <at> lists.sourceforge.net
> Date: Sun, 17 Jan 2010 17:33:51 +0100
> Subject: Re: [MRBS-general] adding photos
>
> Am Sonntag, den 17.01.2010, 00:01 +0100 schrieb hamada alton:
> >
> >
> > hey
> > I searched the mailing list archive about how to put a photo of the
> > room or what is gonna be booked somewhere in the booking system but
> > all the post seems to be old. I wounder if it is possible to be
> > done????
> > regards
>
> Dear hamada alton,
>
> this is possible of course, although it requires a small tweak in the
> MRBS code (not out-of-the-box).
> The easiest case I can image would be having one picture per room which
> has a name like room_X.jpeg (where X is the "id" MRBS uses internally to
> identify that room). If you want that image displayed in the column
> headers (in day view, where the room name already appears) you can find
> the place in day.php where the day name is printed, and add something
> like
>
> echo '<img src="room_'.$row[2].'.jpeg" width="100" height="80" alt="Room
> picture" />';
>
> Of course this needs adapting to your layout etc., as fixed size images
> are not always good for a layout. There are much more elegant ways
> (hover image display, background images etc.) - those will need a little
> more complicated ideas which I cannot help you with out of my head.
>
> BR
> Anselm
>
>
> ------------------------------------------------------------------------------
> Throughout its 18-year history, RSA Conference consistently attracts the
> world's best and brightest in the field, creating opportunities for Conference
> attendees to learn about information security's most important issues through
> interactions with peers, luminaries and emerging and established companies.
> http://p.sf.net/sfu/rsaconf-dev2dev
> _______________________________________________
> mrbs-general mailing list
> mrbs-general <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mrbs-general
> Want to unsubscribe: mailto:mrbs-general-request <at> lists.sourceforge.net?subject=unsubscribe

Windows Live: Friends get your Flickr, Yelp, and Digg updates when they e-mail you.
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request <at> lists.sourceforge.net?subject=unsubscribe

Gmane