From Farhad.Esfandiari at newham.gov.uk Thu Mar 1 00:47:38 2012 From: Farhad.Esfandiari at newham.gov.uk (Farhad.Esfandiari at newham.gov.uk) Date: Thu, 1 Mar 2012 00:47:38 +0000 Subject: [Xerte] Xerte resources Message-ID: Hi All Is there a bank of xerte resources which I could edit to use for the assessment of my students? Regards Farhad ________________________________ NOTE: This communication is sent for and on behalf of the London Borough of Newham. However the views expressed within it are not necessarily the views or policies of the Council. The unauthorised use, disclosure, copying or alteration of this communication and any attachments is forbidden. This communication and any attachments are intended for the addressee only and may be confidential. If this has come to you in error you should immediately permanently destroy it. You should take no action based on it or copy or show it to anyone and telephone the Council immediately with any issues on 020 8430 2000 or any other number provided in the communication. Please note that electronic communication is not considered a secure medium for sending information and therefore maybe at risk. We advise that you understand and accept this lack of security when using this form of communication with us. Although we have taken steps to ensure that this email and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free and should run current anti-virus software. Please note that email may be monitored and checked to safeguard the council network from viruses, hoax messages or abuse of the Council's systems. Action may be taken against any malicious and deliberate attempts to infect the council network. The information contained in this email maybe subject to public disclosure under the Freedom of Information Act 2000. Unless the information is legally exempt from disclosure the confidentiality of this email and your reply cannot be guaranteed. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jparadis at umn.edu Thu Mar 1 01:10:52 2012 From: jparadis at umn.edu (Jonathan Paradise) Date: Wed, 29 Feb 2012 19:10:52 -0600 Subject: [Xerte] Can Xerte do the following tasks that I now do using Authorware? Message-ID: <4F4ECC9C.8000609@umn.edu> An HTML attachment was scrubbed... URL: From cprudhoe at musapp.com Thu Mar 1 02:34:31 2012 From: cprudhoe at musapp.com (Clarence Prudhoe) Date: Wed, 29 Feb 2012 20:34:31 -0600 Subject: [Xerte] Installing Xerte on Lenux server Message-ID: <4F4EE037.20605@musapp.com> Hello, I have a new Lenux server running: * Apache version 2.2.22 * PHP version 5.3.10 * MySQL version 5.1.56-log I have Moodle 2.2+ installed and running without any problems. I attempted to install XOT on my server by following the instructions in "ToolkitsInstallationGuide.pdf". These instructions are confusing because they mix installation on a local machine with instructions to install on a web server. It is further complicated because instructions appear to mix the directions to install Xerte on a Windows IIs server with instruction to install it on a Linux box. I followed these instructions carefully (ignoring what appears to be IIs spicific): Folder Permissions The are some settings which must be in place before starting the installer. You should set the file permissions on the following folders as the page specifies. 1. The root folder for this install must be set to chmod 0777 / Full write access. 2. The setup folder for this install must be set to chmod 0777 / Full write access. 3. The user files folder for this install must be set to chmod 0777 / Full write access. 4. The error log folder for this install must be set to chmod 0777 / Full write access. 5. The import folder for this install must be set to chmod 0777 / Full write access. Once the installer has finished, you can set the folder permissions to your own preferences - except for USER-FILES, error_logs and import, to which the web server will still need write / read and delete access. Installing on IIS This guide to installing toolkits on ISS was contributed by Peter Hartley. "h The server should be running MySQL and PHP - the usual set up for something like Moodle should suffice. "h Create a database on the server using MySQL called Xerte "h Create a user called xerte and give them all schema privileges to the database, choose a suitable password "h Create a folder in the server web site called xertetoolkits "h Give Everyone modify access rights to this folder "h**In IIS Manager right click on the folder and go to properties o In Directory Security make the folder Anonymous Access o In HTTP headers select MIME Types and add "X Extension: .rlm and MIMEtype: text/plain "X Extension: .rlo and MIMEtype: text/plain "X Extension: .rlt and MIMEtype: text/plain "h Download the Xerte Online Toolkits from http://www.nottingham.ac.uk/toolkits/ "h Extract the zip file to another folder "h Rename the file index.php as index1.php "h Rename the file switch.txt as index.php "h Look at the index.php file and find the line which says switch($_POST["login"]){. Below that line is a set of users and passwords, you will need to use one of these for testing. "h Now copy all the files from the extracted folder into the xerte folder on the web site "h On the server itself load a web browser and run http://(yourserver)/xertetoolkits/setup and click on 'For a full install'. When I run http://mysite.com/xertetoolkits/setup I get a 500 server misconfiguration error. When I run http://mysite.com/xertetoolkits/setup/phpinfo.php I get a 500 server misconfiguration error. I would expect that if the server will run Moodle 2.2+ it should be set correctly to run Xerte. Any suggestions as to what I am doing wrong? Thanks, Clarence Prudhoe -------------- next part -------------- An HTML attachment was scrubbed... URL: From jparadis at umn.edu Thu Mar 1 04:41:32 2012 From: jparadis at umn.edu (Jonathan Paradise) Date: Wed, 29 Feb 2012 22:41:32 -0600 Subject: [Xerte] Re: Moodle and cmi calls In-Reply-To: References: Message-ID: <4F4EFDFC.1040205@umn.edu> An HTML attachment was scrubbed... URL: From david at palepurple.co.uk Thu Mar 1 07:41:59 2012 From: david at palepurple.co.uk (David Goodwin) Date: Thu, 1 Mar 2012 07:41:59 +0000 Subject: [Xerte] Re: Installing Xerte on Lenux server In-Reply-To: <4F4EE037.20605@musapp.com> References: <4F4EE037.20605@musapp.com> Message-ID: > When I run http://mysite.com/xertetoolkits/setup I get a 500 server misconfiguration error. > When I run http://mysite.com/xertetoolkits/setup/phpinfo.php I get a 500 server misconfiguration error. > > I would expect that if the server will run Moodle 2.2+ it should be set correctly to run Xerte. > Any suggestions as to what I am doing wrong? What do the apache error log files say? Are you displaying or logging PHP errors? Were there any PHP errors logged ? > It could be an issue with your .htaccess file. Thanks David -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Thu Mar 1 08:46:41 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Thu, 1 Mar 2012 08:46:41 +0000 Subject: [Xerte] Re: Can Xerte do the following tasks that I now do using Authorware? In-Reply-To: <4F4ECC9C.8000609@umn.edu> References: <4F4ECC9C.8000609@umn.edu> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4094202@EXCHANGE1.ad.nottingham.ac.uk> 1. Yes. 2. No. 3. Yes. 4. Yes, but you'll need to develop the solution. One sounds are loaded you can start stop anywhere in the sound. 5. Yes, but the native controllers aren'the best solution in this case, as the reset button will take the user to 00:00 6. Yes. 7. There is a built in Glossary, otherwise yes. 8. Yes. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Jonathan Paradise Sent: 01 March 2012 01:11 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Can Xerte do the following tasks that I now do using Authorware? I have been developing e-learning materials for years on Authorware (Macromedia, now Adobe) I am looking for a new replacement for AW (because of its demise) Xerte looks very promising. Here are a number of questions that I was not able to clarify from your demos 1. Does Xerte support Unicode? 2. Can I use the program for Right-to-Left languages like Hebrew and Arabic? 3. Does the program allow the learner to respond in sentences or paragraphs? 4. I have a great deal of audio (I teach languages) that I currently play to illustrate words and text. I would like to be able to play only a small segment of a sound (mp3) file using start cue and stop cues that the program accesses using query to a database. Can Xerte support this? In other words, I want to avoid having a separate sound file for each utterance. 5. Can I also play a segment of a video clip (again startcue to stopcue)? 6. From within the program can an email be sent to the instructor with the results of an exercise that the learner has done that would report on: the scores, the time spent on the exercise and possible other data? 7. Can I build a dictionary with which the learner can look up the meaning of a word or phrase in my dictionary database? In other words, can I address SQL queries to my database from within Xerte? 8. Can the learner run xerte programs from his/her hard drive or must the program be run from a server? And must the server be my university's server or could it be on a web server that I rent an account from? 9. Presently I can do all of the above using Authorware---except that I have to trick the machine into displaying Hebrew and Authorware no longer is supported by Macintosh. I do not know if I have addressed these questions to the right address. If not, would you be so kind to forward my query to the right person or direct me to do so. Cordially, Jonathan Paradise Professor of Hebrew -------------- next part -------------- An HTML attachment was scrubbed... URL: From patrick.lockley at googlemail.com Thu Mar 1 10:03:16 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Thu, 1 Mar 2012 10:03:16 +0000 Subject: [Xerte] Re: Installing Xerte on Lenux server In-Reply-To: References: <4F4EE037.20605@musapp.com> Message-ID: I am assuming either The php in the folder isn't executable The rights on the folder aren't compatible with your hosts profiles - some hosts won't allow 777 phpinfo.php is literally If that doesn't work it's a PHP on the server issue. Pat On Thu, Mar 1, 2012 at 7:41 AM, David Goodwin wrote: > > > When I run http://mysite.com/xertetoolkits/setup? I get a 500 server > misconfiguration error. > When I run http://mysite.com/xertetoolkits/setup/phpinfo.php? I get a 500 > server misconfiguration error. > > I would expect that if the server will run Moodle 2.2+ it should be set > correctly to run Xerte. > Any suggestions as to what I am doing wrong? > > > What do the apache error log files say? Are you displaying or logging PHP > errors? Were there any PHP errors logged ? > > It could be an issue with your .htaccess file. > > Thanks > David > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. ? Please do not > use, copy or disclose the information contained in this message or in any > attachment. ?Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > From j.prior2 at bath.ac.uk Thu Mar 1 10:23:51 2012 From: j.prior2 at bath.ac.uk (Julian Prior) Date: Thu, 01 Mar 2012 10:23:51 +0000 Subject: [Xerte] Re: Xerte user cannot insert new page (Insert button greyed out) In-Reply-To: <4F4DFF1F.90506@bath.ac.uk> References: <4F4D01FC.3010708@bath.ac.uk> <4F4DF8AE.3050909@bath.ac.uk> <12C67A1EEC419342AF5E59DA31562C3F0BA4093D79@EXCHANGE1.ad.nottingham.ac.uk> <4F4DFF1F.90506@bath.ac.uk> Message-ID: <4F4F4E37.20008@bath.ac.uk> Hi all - Solved! For some reason Sue's username was appearing in upper-case within Xerte, our developer changed it back to lower-case in the User Table and that fixed it. thanks for all your help, Julian P > Julian Prior > 29 February 2012 10:34 > Hi Julian/Pat, > > Yes, she can make changes to and save her existing projects. I'll get > our developer to have a look at USER_FILES and get back to you. > > many thanks > > Julian P > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Julian Tenney > 29 February 2012 10:09 > > This sounds like rights for the user on the server. > > She can make changes to, and save her existing projects? > > Can you see the USER_FILES folder? Are projects getting created in there? > > *From:*xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] *On Behalf Of *Julian Prior > *Sent:* 29 February 2012 10:07 > *To:* Xerte discussion list > *Subject:* [Xerte] Re: Xerte user cannot insert new page (Insert > button greyed out) > > Hi Dave/Julian, > > The exact sequence is that Sue logs in ok at our installation URL > (http://multimedia.bath.ac.uk/xerte/) and sees all of her previously > created projects. She can edit and play her existing projects fine, no > problems. If she tries to create a new project from the XOT template, > however, she cannot Insert new pages (or delete the object as Dave > pointed out). If she tries to play the object it doesn't generate (see > attached screenshots). > > We have tested this across OS's and browsers and Sue is getting the > same issue. It only affects her, i.e our other Xerte users don't have > this problem. > > cheers > > Julian P > > > > > *Dave Burnett* > > 28 February 2012 19:11 > > Delete appears similarly greyed out, and I do not see any Objects in > the panels below. > > Can you give the exact sequence to get to this point? > > Dave > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > *Julian Prior* > > 28 February 2012 16:34 > > Hi all, bit of a strange one this. > > We have a staff member at Bath who created a bunch of Xerte content in > XOT for us and then left to work elsewhere temporarily. We are > presuming her ldap account details were disabled but have now been > re-enabled as she is now back working for us. She can login to our > installation fine and can see all of her Xerte material from before. > She can create a new template fine but when she goes to insert a new > page type she cannot as the green 'Insert' button is greyed out (see > attached). > > Any idea what this could be? > > cheers > > Julian > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > -- > ----------------------------------- > > *Julian Prior* > e-Learning Technologist > > Learning and Teaching Enhancement Office > Wessex House 5.27 > University of Bath > Claverton Campus > BATH > BA2 7AY > > Tel: 01225383864 > Email: j.prior2 at bath.ac.uk > Twitter: @jpodcaster > Skype: joolsyp > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Julian Prior > 29 February 2012 10:06 > Hi Dave/Julian, > > The exact sequence is that Sue logs in ok at our installation URL > (http://multimedia.bath.ac.uk/xerte/) and sees all of her previously > created projects. She can edit and play her existing projects fine, no > problems. If she tries to create a new project from the XOT template, > however, she cannot Insert new pages (or delete the object as Dave > pointed out). If she tries to play the object it doesn't generate (see > attached screenshots). > > We have tested this across OS's and browsers and Sue is getting the > same issue. It only affects her, i.e our other Xerte users don't have > this problem. > > cheers > > Julian P > > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Dave Burnett > 28 February 2012 19:11 > Delete appears similarly greyed out, and I do not see any Objects in > the panels below. > > Can you give the exact sequence to get to this point? > > Dave > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Julian Prior > 28 February 2012 16:34 > Hi all, bit of a strange one this. > > We have a staff member at Bath who created a bunch of Xerte content in > XOT for us and then left to work elsewhere temporarily. We are > presuming her ldap account details were disabled but have now been > re-enabled as she is now back working for us. She can login to our > installation fine and can see all of her Xerte material from before. > She can create a new template fine but when she goes to insert a new > page type she cannot as the green 'Insert' button is greyed out (see > attached). > > Any idea what this could be? > > cheers > > Julian > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -- ----------------------------------- Julian Prior e-Learning Technologist Learning and Teaching Enhancement Office Wessex House 5.27 University of Bath Claverton Campus BATH BA2 7AY Tel: 01225383864 Email: j.prior2 at bath.ac.uk Twitter: @jpodcaster Skype: joolsyp -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: postbox-contact.jpg Type: image/jpeg Size: 1180 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: compose-unknown-contact.jpg Type: image/jpeg Size: 770 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.jpg Type: image/jpeg Size: 886 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.jpg Type: image/jpeg Size: 1176 bytes Desc: not available URL: From david at palepurple.co.uk Thu Mar 1 11:10:19 2012 From: david at palepurple.co.uk (David Goodwin) Date: Thu, 1 Mar 2012 11:10:19 +0000 Subject: [Xerte] Re: Installing Xerte on Lenux server In-Reply-To: References: <4F4EE037.20605@musapp.com> Message-ID: On 1 Mar 2012, at 10:03, Pat Lockley wrote: > I am assuming either > > The php in the folder isn't executable > The rights on the folder aren't compatible with your hosts profiles - > some hosts won't allow 777 PHP scripts do not need to be executable. David. From Farhad.Esfandiari at newham.gov.uk Thu Mar 1 15:44:17 2012 From: Farhad.Esfandiari at newham.gov.uk (Farhad.Esfandiari at newham.gov.uk) Date: Thu, 1 Mar 2012 15:44:17 +0000 Subject: [Xerte] MCQ and pictures Message-ID: Hi All Is it possible to use pictures instead of texts when multiple choice questions are prepared? Regards Farhad ________________________________ NOTE: This communication is sent for and on behalf of the London Borough of Newham. However the views expressed within it are not necessarily the views or policies of the Council. The unauthorised use, disclosure, copying or alteration of this communication and any attachments is forbidden. This communication and any attachments are intended for the addressee only and may be confidential. If this has come to you in error you should immediately permanently destroy it. You should take no action based on it or copy or show it to anyone and telephone the Council immediately with any issues on 020 8430 2000 or any other number provided in the communication. Please note that electronic communication is not considered a secure medium for sending information and therefore maybe at risk. We advise that you understand and accept this lack of security when using this form of communication with us. Although we have taken steps to ensure that this email and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free and should run current anti-virus software. Please note that email may be monitored and checked to safeguard the council network from viruses, hoax messages or abuse of the Council's systems. Action may be taken against any malicious and deliberate attempts to infect the council network. The information contained in this email maybe subject to public disclosure under the Freedom of Information Act 2000. Unless the information is legally exempt from disclosure the confidentiality of this email and your reply cannot be guaranteed. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Thu Mar 1 16:14:18 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Thu, 1 Mar 2012 16:14:18 +0000 Subject: [Xerte] Re: MCQ and pictures In-Reply-To: References: Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4094699@EXCHANGE1.ad.nottingham.ac.uk> Using Xerte Online Toolkits? You have you use some smoke and mirrors, and create one composite picture of the four pictures you want to use, and then annotate it, and then use it as the picture for your question, and refer to it in the options. Does that make sense? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Farhad.Esfandiari at newham.gov.uk Sent: 01 March 2012 15:44 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] MCQ and pictures Hi All Is it possible to use pictures instead of texts when multiple choice questions are prepared? Regards Farhad ________________________________ NOTE: This communication is sent for and on behalf of the London Borough of Newham. However the views expressed within it are not necessarily the views or policies of the Council. The unauthorised use, disclosure, copying or alteration of this communication and any attachments is forbidden. This communication and any attachments are intended for the addressee only and may be confidential. If this has come to you in error you should immediately permanently destroy it. You should take no action based on it or copy or show it to anyone and telephone the Council immediately with any issues on 020 8430 2000 or any other number provided in the communication. Please note that electronic communication is not considered a secure medium for sending information and therefore maybe at risk. We advise that you understand and accept this lack of security when using this form of communication with us. Although we have taken steps to ensure that this email and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free and should run current anti-virus software. Please note that email may be monitored and checked to safeguard the council network from viruses, hoax messages or abuse of the Council's systems. Action may be taken against any malicious and deliberate attempts to infect the council network. The information contained in this email maybe subject to public disclosure under the Freedom of Information Act 2000. Unless the information is legally exempt from disclosure the confidentiality of this email and your reply cannot be guaranteed. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jason.bardell at kent.fire-uk.org Thu Mar 1 21:02:01 2012 From: jason.bardell at kent.fire-uk.org (Bardell Jason) Date: Thu, 1 Mar 2012 21:02:01 +0000 Subject: [Xerte] Re: XOT In-Reply-To: References: <4CB7B46F7BEA0843BD441B9F832A23BC19AA2D81@KFBMAIL01.kentfire.internal> Message-ID: <4CB7B46F7BEA0843BD441B9F832A23BC19AA320C@KFBMAIL01.kentfire.internal> Hello Fay Thank you, this works a treat. Regards Jason Jason Bardell?| Station Manager?| Organisational Development?| Kent Fire & Rescue Service | T: 01622 692121 Extn 6183? | M: 07967332236 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Fay Cross Sent: 29 February 2012 11:01 To: Xerte discussion list Subject: [Xerte] Re: XOT Hi Jason, The bug in the multiple perspectives page was fixed a while ago. I've attached the amended file. Fay -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Bardell Jason Sent: 28 February 2012 21:53 To: 'xerte at lists.nottingham.ac.uk' Subject: [Xerte] XOT Hello We are using XOT as part of a regional project, I have noticed a few quirks which you may already be aware of, if you are could you point me in the right direction to sort them out? Firstly when using the 'Multiple perspectives' slide, we have found that when you add videos of 7 or more you get a scroll arrow what should allow you to scroll to the videos that are there but can't be seen by the user, instead when the learner clicks on the scroll arrow the LO turns grey and nothing is viewable. We have restricted to loading only 5 videos to each slide as an interim measure but wondered how we could fix this please? Secondly on a couple of occasions when 2 people have shared LO's to edit and produce, they have been greeted with a page that says something similar to 'person 'x' (their username) is working on this LO, if you continue you could lose work(or similar)'. This has happened on a number of occasions and each time we have confirmed through telephone calls that the other person is not online & therefore not editing the LO. Is there something we should be specifically doing when sharing objects to close them down? Thirdly, when using timeline/matching pairs we have a 'glitch' where the 'green ticks' for the correct answers hasn't been correct. The example in question has four questions and four possible drag and drop options, twice we have had it that the learner has scored 3 out of 4, and not the true result of 4 out of 4, I attach a screen shot for you that captures this. It is worth adding that although I have full administrative privileges, I am by no means a technical whiz and you might need to explain a step by step process to get me though any answer you may have for this. It is also worth adding that XOT is a great authoring tool and we are enjoying creating LO's and getting learners involved. Thank you for such a great and useful tool! Regards Jason Jason Bardell | Station Manager | Organisational Development | Kent Fire & Rescue Service | T: 01622 692121 Extn 6183 | M: 07967332236 ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. From Alistair.McNaught at HEAcademy.ac.uk Fri Mar 2 10:12:01 2012 From: Alistair.McNaught at HEAcademy.ac.uk (Alistair McNaught) Date: Fri, 2 Mar 2012 10:12:01 +0000 Subject: [Xerte] Re: MCQ and pictures In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA4094699@EXCHANGE1.ad.nottingham.ac.uk> References: , <12C67A1EEC419342AF5E59DA31562C3F0BA4094699@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: On a related note, is it technically feasible to create a matching pairs page type where the options included text image or video in the match permutations, eg text to text, or text to image, text to video, image to image, image to video etc Or adding video or images to the subpages of hotspot image pagetype etc? I'm not asking anyone to do lots of work for nowt but if there are no technical barriers there are projects that may be interested in funding the work. A Sent from my Windows Phone ________________________________ From: Julian Tenney Sent: 01/03/2012 16:21 To: Xerte discussion list Subject: [Xerte] Re: MCQ and pictures Using Xerte Online Toolkits? You have you use some smoke and mirrors, and create one composite picture of the four pictures you want to use, and then annotate it, and then use it as the picture for your question, and refer to it in the options. Does that make sense? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Farhad.Esfandiari at newham.gov.uk Sent: 01 March 2012 15:44 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] MCQ and pictures Hi All Is it possible to use pictures instead of texts when multiple choice questions are prepared? Regards Farhad ________________________________ NOTE: This communication is sent for and on behalf of the London Borough of Newham. However the views expressed within it are not necessarily the views or policies of the Council. The unauthorised use, disclosure, copying or alteration of this communication and any attachments is forbidden. This communication and any attachments are intended for the addressee only and may be confidential. If this has come to you in error you should immediately permanently destroy it. You should take no action based on it or copy or show it to anyone and telephone the Council immediately with any issues on 020 8430 2000 or any other number provided in the communication. Please note that electronic communication is not considered a secure medium for sending information and therefore maybe at risk. We advise that you understand and accept this lack of security when using this form of communication with us. Although we have taken steps to ensure that this email and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free and should run current anti-virus software. Please note that email may be monitored and checked to safeguard the council network from viruses, hoax messages or abuse of the Council's systems. Action may be taken against any malicious and deliberate attempts to infect the council network. The information contained in this email maybe subject to public disclosure under the Freedom of Information Act 2000. Unless the information is legally exempt from disclosure the confidentiality of this email and your reply cannot be guaranteed. This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. This email is confidential and may be privileged. If you are not the intended recipient please accept our apologies. Please do not disclose, copy, or distribute information in this email nor take any action in reliance on its contents: to do so is strictly prohibited and may be unlawful. Please inform us that this message has gone astray before deleting it. Please note that views expressed in this email are those of the author and do not necessarily represent those of the Higher Education Academy. Please note that this e-mail has been created in the knowledge that Internet e-mail is not a secure communications medium. We advise that you understand and observe this lack of security when e-mailing us. Although we have taken steps to ensure this e-mail and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free. The Higher Education Academy Registered No 4930131 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Farhad.Esfandiari at newham.gov.uk Fri Mar 2 11:43:56 2012 From: Farhad.Esfandiari at newham.gov.uk (Farhad.Esfandiari at newham.gov.uk) Date: Fri, 2 Mar 2012 11:43:56 +0000 Subject: [Xerte] Re: Xerte Digest, Vol 66, Issue 30 In-Reply-To: References: Message-ID: Hi all Thanks for your advice. To make it clear what I need to do, a sample Word file has been attached. Please look at the sample I attached and let me know whether it is possible to create it by using xerte. Regards Farhad -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of xerte-request at lists.nottingham.ac.uk Sent: 02 March 2012 10:11 To: xerte at lists.nottingham.ac.uk Subject: Xerte Digest, Vol 66, Issue 30 Send Xerte mailing list submissions to xerte at lists.nottingham.ac.uk To subscribe or unsubscribe via the World Wide Web, visit http://lists.nottingham.ac.uk/mailman/listinfo/xerte or, via email, send a message with subject or body 'help' to xerte-request at lists.nottingham.ac.uk You can reach the person managing the list at xerte-owner at lists.nottingham.ac.uk When replying, please edit your Subject line so it is more specific than "Re: Contents of Xerte digest..." Today's Topics: 1. MCQ and pictures (Farhad.Esfandiari at newham.gov.uk) 2. Re: MCQ and pictures (Julian Tenney) 3. Re: XOT (Bardell Jason) 4. Re: MCQ and pictures (Alistair McNaught) ---------------------------------------------------------------------- Message: 1 Date: Thu, 1 Mar 2012 15:44:17 +0000 From: To: Subject: [Xerte] MCQ and pictures Message-ID: Content-Type: text/plain; charset="us-ascii" Hi All Is it possible to use pictures instead of texts when multiple choice questions are prepared? Regards Farhad ________________________________ NOTE: This communication is sent for and on behalf of the London Borough of Newham. However the views expressed within it are not necessarily the views or policies of the Council. The unauthorised use, disclosure, copying or alteration of this communication and any attachments is forbidden. This communication and any attachments are intended for the addressee only and may be confidential. If this has come to you in error you should immediately permanently destroy it. You should take no action based on it or copy or show it to anyone and telephone the Council immediately with any issues on 020 8430 2000 or any other number provided in the communication. Please note that electronic communication is not considered a secure medium for sending information and therefore maybe at risk. We advise that you understand and accept this lack of security when using this form of communication with us. Although we have taken steps to ensure that this email and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free and should run current anti-virus software. Please note that email may be monitored and checked to safeguard the council network from viruses, hoax messages or abuse of the Council's systems. Action may be taken against any malicious and deliberate attempts to infect the council network. The information contained in this email maybe subject to public disclosure under the Freedom of Information Act 2000. Unless the information is legally exempt from disclosure the confidentiality of this email and your reply cannot be guaranteed. -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 2 Date: Thu, 1 Mar 2012 16:14:18 +0000 From: Julian Tenney To: Xerte discussion list Subject: [Xerte] Re: MCQ and pictures Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4094699 at EXCHANGE1.ad.nottingham.ac.uk> Content-Type: text/plain; charset="us-ascii" Using Xerte Online Toolkits? You have you use some smoke and mirrors, and create one composite picture of the four pictures you want to use, and then annotate it, and then use it as the picture for your question, and refer to it in the options. Does that make sense? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Farhad.Esfandiari at newham.gov.uk Sent: 01 March 2012 15:44 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] MCQ and pictures Hi All Is it possible to use pictures instead of texts when multiple choice questions are prepared? Regards Farhad ________________________________ NOTE: This communication is sent for and on behalf of the London Borough of Newham. However the views expressed within it are not necessarily the views or policies of the Council. The unauthorised use, disclosure, copying or alteration of this communication and any attachments is forbidden. This communication and any attachments are intended for the addressee only and may be confidential. If this has come to you in error you should immediately permanently destroy it. You should take no action based on it or copy or show it to anyone and telephone the Council immediately with any issues on 020 8430 2000 or any other number provided in the communication. Please note that electronic communication is not considered a secure medium for sending information and therefore maybe at risk. We advise that you understand and accept this lack of security when using this form of communication with us. Although we have taken steps to ensure that this email and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free and should run current anti-virus software. Please note that email may be monitored and checked to safeguard the council network from viruses, hoax messages or abuse of the Council's systems. Action may be taken against any malicious and deliberate attempts to infect the council network. The information contained in this email maybe subject to public disclosure under the Freedom of Information Act 2000. Unless the information is legally exempt from disclosure the confidentiality of this email and your reply cannot be guaranteed. -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 3 Date: Thu, 1 Mar 2012 21:02:01 +0000 From: Bardell Jason To: 'Xerte discussion list' Subject: [Xerte] Re: XOT Message-ID: <4CB7B46F7BEA0843BD441B9F832A23BC19AA320C at KFBMAIL01.kentfire.internal> Content-Type: text/plain; charset="iso-8859-1" Hello Fay Thank you, this works a treat. Regards Jason Jason Bardell?| Station Manager?| Organisational Development?| Kent Fire & Rescue Service | T: 01622 692121 Extn 6183? | M: 07967332236 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Fay Cross Sent: 29 February 2012 11:01 To: Xerte discussion list Subject: [Xerte] Re: XOT Hi Jason, The bug in the multiple perspectives page was fixed a while ago. I've attached the amended file. Fay -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Bardell Jason Sent: 28 February 2012 21:53 To: 'xerte at lists.nottingham.ac.uk' Subject: [Xerte] XOT Hello We are using XOT as part of a regional project, I have noticed a few quirks which you may already be aware of, if you are could you point me in the right direction to sort them out? Firstly when using the 'Multiple perspectives' slide, we have found that when you add videos of 7 or more you get a scroll arrow what should allow you to scroll to the videos that are there but can't be seen by the user, instead when the learner clicks on the scroll arrow the LO turns grey and nothing is viewable. We have restricted to loading only 5 videos to each slide as an interim measure but wondered how we could fix this please? Secondly on a couple of occasions when 2 people have shared LO's to edit and produce, they have been greeted with a page that says something similar to 'person 'x' (their username) is working on this LO, if you continue you could lose work(or similar)'. This has happened on a number of occasions and each time we have confirmed through telephone calls that the other person is not online & therefore not editing the LO. Is there something we should be specifically doing when sharing objects to close them down? Thirdly, when using timeline/matching pairs we have a 'glitch' where the 'green ticks' for the correct answers hasn't been correct. The example in question has four questions and four possible drag and drop options, twice we have had it that the learner has scored 3 out of 4, and not the true result of 4 out of 4, I attach a screen shot for you that captures this. It is worth adding that although I have full administrative privileges, I am by no means a technical whiz and you might need to explain a step by step process to get me though any answer you may have for this. It is also worth adding that XOT is a great authoring tool and we are enjoying creating LO's and getting learners involved. Thank you for such a great and useful tool! Regards Jason Jason Bardell | Station Manager | Organisational Development | Kent Fire & Rescue Service | T: 01622 692121 Extn 6183 | M: 07967332236 ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. ------------------------------ Message: 4 Date: Fri, 2 Mar 2012 10:12:01 +0000 From: Alistair McNaught To: Xerte discussion list Subject: [Xerte] Re: MCQ and pictures Message-ID: Content-Type: text/plain; charset="us-ascii" On a related note, is it technically feasible to create a matching pairs page type where the options included text image or video in the match permutations, eg text to text, or text to image, text to video, image to image, image to video etc Or adding video or images to the subpages of hotspot image pagetype etc? I'm not asking anyone to do lots of work for nowt but if there are no technical barriers there are projects that may be interested in funding the work. A Sent from my Windows Phone ________________________________ From: Julian Tenney Sent: 01/03/2012 16:21 To: Xerte discussion list Subject: [Xerte] Re: MCQ and pictures Using Xerte Online Toolkits? You have you use some smoke and mirrors, and create one composite picture of the four pictures you want to use, and then annotate it, and then use it as the picture for your question, and refer to it in the options. Does that make sense? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Farhad.Esfandiari at newham.gov.uk Sent: 01 March 2012 15:44 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] MCQ and pictures Hi All Is it possible to use pictures instead of texts when multiple choice questions are prepared? Regards Farhad ________________________________ NOTE: This communication is sent for and on behalf of the London Borough of Newham. However the views expressed within it are not necessarily the views or policies of the Council. The unauthorised use, disclosure, copying or alteration of this communication and any attachments is forbidden. This communication and any attachments are intended for the addressee only and may be confidential. If this has come to you in error you should immediately permanently destroy it. You should take no action based on it or copy or show it to anyone and telephone the Council immediately with any issues on 020 8430 2000 or any other number provided in the communication. Please note that electronic communication is not considered a secure medium for sending information and therefore maybe at risk. We advise that you understand and accept this lack of security when using this form of communication with us. Although we have taken steps to ensure that this email and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free and should run current anti-virus software. Please note that email may be monitored and checked to safeguard the council network from viruses, hoax messages or abuse of the Council's systems. Action may be taken against any malicious and deliberate attempts to infect the council network. The information contained in this email maybe subject to public disclosure under the Freedom of Information Act 2000. Unless the information is legally exempt from disclosure the confidentiality of this email and your reply cannot be guaranteed. This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. This email is confidential and may be privileged. If you are not the intended recipient please accept our apologies. Please do not disclose, copy, or distribute information in this email nor take any action in reliance on its contents: to do so is strictly prohibited and may be unlawful. Please inform us that this message has gone astray before deleting it. Please note that views expressed in this email are those of the author and do not necessarily represent those of the Higher Education Academy. Please note that this e-mail has been created in the knowledge that Internet e-mail is not a secure communications medium. We advise that you understand and observe this lack of security when e-mailing us. Although we have taken steps to ensure this e-mail and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free. The Higher Education Academy Registered No 4930131 -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte End of Xerte Digest, Vol 66, Issue 30 ************************************* -------------- next part -------------- A non-text attachment was scrubbed... Name: sample.doc Type: application/msword Size: 497664 bytes Desc: sample.doc URL: From jparadis at umn.edu Fri Mar 2 20:26:48 2012 From: jparadis at umn.edu (Jonathan Paradise) Date: Fri, 02 Mar 2012 14:26:48 -0600 Subject: [Xerte] Dave Burnett's AuthorWare converter Message-ID: <4F512D08.7050008@umn.edu> An HTML attachment was scrubbed... URL: From Alistair.McNaught at HEAcademy.ac.uk Mon Mar 5 10:34:49 2012 From: Alistair.McNaught at HEAcademy.ac.uk (Alistair McNaught) Date: Mon, 5 Mar 2012 10:34:49 +0000 Subject: [Xerte] Re: Xerte Digest, Vol 66, Issue 30 In-Reply-To: References: Message-ID: Easily done using hotspot image - take screenshot of word doc, save as png or jpg, upload into a Xerte Toolkits hotspot image template. Create hotspot fo reach tick box and then enter the feedback so as they click on tick box (or even the image depending on how hotspots set up) they get the feedback saying yes, no, why etc. A Alistair -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Farhad.Esfandiari at newham.gov.uk Sent: 02 March 2012 11:44 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Re: Xerte Digest, Vol 66, Issue 30 Hi all Thanks for your advice. To make it clear what I need to do, a sample Word file has been attached. Please look at the sample I attached and let me know whether it is possible to create it by using xerte. Regards Farhad -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of xerte-request at lists.nottingham.ac.uk Sent: 02 March 2012 10:11 To: xerte at lists.nottingham.ac.uk Subject: Xerte Digest, Vol 66, Issue 30 Send Xerte mailing list submissions to xerte at lists.nottingham.ac.uk To subscribe or unsubscribe via the World Wide Web, visit http://lists.nottingham.ac.uk/mailman/listinfo/xerte or, via email, send a message with subject or body 'help' to xerte-request at lists.nottingham.ac.uk You can reach the person managing the list at xerte-owner at lists.nottingham.ac.uk When replying, please edit your Subject line so it is more specific than "Re: Contents of Xerte digest..." Today's Topics: 1. MCQ and pictures (Farhad.Esfandiari at newham.gov.uk) 2. Re: MCQ and pictures (Julian Tenney) 3. Re: XOT (Bardell Jason) 4. Re: MCQ and pictures (Alistair McNaught) ---------------------------------------------------------------------- Message: 1 Date: Thu, 1 Mar 2012 15:44:17 +0000 From: To: Subject: [Xerte] MCQ and pictures Message-ID: Content-Type: text/plain; charset="us-ascii" Hi All Is it possible to use pictures instead of texts when multiple choice questions are prepared? Regards Farhad ________________________________ NOTE: This communication is sent for and on behalf of the London Borough of Newham. However the views expressed within it are not necessarily the views or policies of the Council. The unauthorised use, disclosure, copying or alteration of this communication and any attachments is forbidden. This communication and any attachments are intended for the addressee only and may be confidential. If this has come to you in error you should immediately permanently destroy it. You should take no action based on it or copy or show it to anyone and telephone the Council immediately with any issues on 020 8430 2000 or any other number provided in the communication. Please note that electronic communication is not considered a secure medium for sending information and therefore maybe at risk. We advise that you understand and accept this lack of security when using this form of communication with us. Although we have taken steps to ensure that this email and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free and should run current anti-virus software. Please note that email may be monitored and checked to safeguard the council network from viruses, hoax messages or abuse of the Council's systems. Action may be taken against any malicious and deliberate attempts to infect the council network. The information contained in this email maybe subject to public disclosure under the Freedom of Information Act 2000. Unless the information is legally exempt from disclosure the confidentiality of this email and your reply cannot be guaranteed. -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 2 Date: Thu, 1 Mar 2012 16:14:18 +0000 From: Julian Tenney To: Xerte discussion list Subject: [Xerte] Re: MCQ and pictures Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4094699 at EXCHANGE1.ad.nottingham.ac.uk> Content-Type: text/plain; charset="us-ascii" Using Xerte Online Toolkits? You have you use some smoke and mirrors, and create one composite picture of the four pictures you want to use, and then annotate it, and then use it as the picture for your question, and refer to it in the options. Does that make sense? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Farhad.Esfandiari at newham.gov.uk Sent: 01 March 2012 15:44 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] MCQ and pictures Hi All Is it possible to use pictures instead of texts when multiple choice questions are prepared? Regards Farhad ________________________________ NOTE: This communication is sent for and on behalf of the London Borough of Newham. However the views expressed within it are not necessarily the views or policies of the Council. The unauthorised use, disclosure, copying or alteration of this communication and any attachments is forbidden. This communication and any attachments are intended for the addressee only and may be confidential. If this has come to you in error you should immediately permanently destroy it. You should take no action based on it or copy or show it to anyone and telephone the Council immediately with any issues on 020 8430 2000 or any other number provided in the communication. Please note that electronic communication is not considered a secure medium for sending information and therefore maybe at risk. We advise that you understand and accept this lack of security when using this form of communication with us. Although we have taken steps to ensure that this email and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free and should run current anti-virus software. Please note that email may be monitored and checked to safeguard the council network from viruses, hoax messages or abuse of the Council's systems. Action may be taken against any malicious and deliberate attempts to infect the council network. The information contained in this email maybe subject to public disclosure under the Freedom of Information Act 2000. Unless the information is legally exempt from disclosure the confidentiality of this email and your reply cannot be guaranteed. -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 3 Date: Thu, 1 Mar 2012 21:02:01 +0000 From: Bardell Jason To: 'Xerte discussion list' Subject: [Xerte] Re: XOT Message-ID: <4CB7B46F7BEA0843BD441B9F832A23BC19AA320C at KFBMAIL01.kentfire.internal> Content-Type: text/plain; charset="iso-8859-1" Hello Fay Thank you, this works a treat. Regards Jason Jason Bardell?| Station Manager?| Organisational Development?| Kent Fire & Rescue Service | T: 01622 692121 Extn 6183? | M: 07967332236 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Fay Cross Sent: 29 February 2012 11:01 To: Xerte discussion list Subject: [Xerte] Re: XOT Hi Jason, The bug in the multiple perspectives page was fixed a while ago. I've attached the amended file. Fay -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Bardell Jason Sent: 28 February 2012 21:53 To: 'xerte at lists.nottingham.ac.uk' Subject: [Xerte] XOT Hello We are using XOT as part of a regional project, I have noticed a few quirks which you may already be aware of, if you are could you point me in the right direction to sort them out? Firstly when using the 'Multiple perspectives' slide, we have found that when you add videos of 7 or more you get a scroll arrow what should allow you to scroll to the videos that are there but can't be seen by the user, instead when the learner clicks on the scroll arrow the LO turns grey and nothing is viewable. We have restricted to loading only 5 videos to each slide as an interim measure but wondered how we could fix this please? Secondly on a couple of occasions when 2 people have shared LO's to edit and produce, they have been greeted with a page that says something similar to 'person 'x' (their username) is working on this LO, if you continue you could lose work(or similar)'. This has happened on a number of occasions and each time we have confirmed through telephone calls that the other person is not online & therefore not editing the LO. Is there something we should be specifically doing when sharing objects to close them down? Thirdly, when using timeline/matching pairs we have a 'glitch' where the 'green ticks' for the correct answers hasn't been correct. The example in question has four questions and four possible drag and drop options, twice we have had it that the learner has scored 3 out of 4, and not the true result of 4 out of 4, I attach a screen shot for you that captures this. It is worth adding that although I have full administrative privileges, I am by no means a technical whiz and you might need to explain a step by step process to get me though any answer you may have for this. It is also worth adding that XOT is a great authoring tool and we are enjoying creating LO's and getting learners involved. Thank you for such a great and useful tool! Regards Jason Jason Bardell | Station Manager | Organisational Development | Kent Fire & Rescue Service | T: 01622 692121 Extn 6183 | M: 07967332236 ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. ------------------------------ Message: 4 Date: Fri, 2 Mar 2012 10:12:01 +0000 From: Alistair McNaught To: Xerte discussion list Subject: [Xerte] Re: MCQ and pictures Message-ID: Content-Type: text/plain; charset="us-ascii" On a related note, is it technically feasible to create a matching pairs page type where the options included text image or video in the match permutations, eg text to text, or text to image, text to video, image to image, image to video etc Or adding video or images to the subpages of hotspot image pagetype etc? I'm not asking anyone to do lots of work for nowt but if there are no technical barriers there are projects that may be interested in funding the work. A Sent from my Windows Phone ________________________________ From: Julian Tenney Sent: 01/03/2012 16:21 To: Xerte discussion list Subject: [Xerte] Re: MCQ and pictures Using Xerte Online Toolkits? You have you use some smoke and mirrors, and create one composite picture of the four pictures you want to use, and then annotate it, and then use it as the picture for your question, and refer to it in the options. Does that make sense? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Farhad.Esfandiari at newham.gov.uk Sent: 01 March 2012 15:44 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] MCQ and pictures Hi All Is it possible to use pictures instead of texts when multiple choice questions are prepared? Regards Farhad ________________________________ NOTE: This communication is sent for and on behalf of the London Borough of Newham. However the views expressed within it are not necessarily the views or policies of the Council. The unauthorised use, disclosure, copying or alteration of this communication and any attachments is forbidden. This communication and any attachments are intended for the addressee only and may be confidential. If this has come to you in error you should immediately permanently destroy it. You should take no action based on it or copy or show it to anyone and telephone the Council immediately with any issues on 020 8430 2000 or any other number provided in the communication. Please note that electronic communication is not considered a secure medium for sending information and therefore maybe at risk. We advise that you understand and accept this lack of security when using this form of communication with us. Although we have taken steps to ensure that this email and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free and should run current anti-virus software. Please note that email may be monitored and checked to safeguard the council network from viruses, hoax messages or abuse of the Council's systems. Action may be taken against any malicious and deliberate attempts to infect the council network. The information contained in this email maybe subject to public disclosure under the Freedom of Information Act 2000. Unless the information is legally exempt from disclosure the confidentiality of this email and your reply cannot be guaranteed. This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. This email is confidential and may be privileged. If you are not the intended recipient please accept our apologies. Please do not disclose, copy, or distribute information in this email nor take any action in reliance on its contents: to do so is strictly prohibited and may be unlawful. Please inform us that this message has gone astray before deleting it. Please note that views expressed in this email are those of the author and do not necessarily represent those of the Higher Education Academy. Please note that this e-mail has been created in the knowledge that Internet e-mail is not a secure communications medium. We advise that you understand and observe this lack of security when e-mailing us. Although we have taken steps to ensure this e-mail and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free. The Higher Education Academy Registered No 4930131 -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte End of Xerte Digest, Vol 66, Issue 30 ************************************* This email is confidential and may be privileged. If you are not the intended recipient please accept our apologies. Please do not disclose, copy, or distribute information in this email nor take any action in reliance on its contents: to do so is strictly prohibited and may be unlawful. Please inform us that this message has gone astray before deleting it. Please note that views expressed in this email are those of the author and do not necessarily represent those of the Higher Education Academy. Please note that this e-mail has been created in the knowledge that Internet e-mail is not a secure communications medium. We advise that you understand and observe this lack of security when e-mailing us. Although we have taken steps to ensure this e-mail and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free. The Higher Education Academy Registered No 4930131 From d_b_burnett at hotmail.com Mon Mar 5 14:01:58 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Mon, 5 Mar 2012 09:01:58 -0500 Subject: [Xerte] ordered drag/drop In-Reply-To: <4F512D08.7050008@umn.edu> References: <4F512D08.7050008@umn.edu> Message-ID: Has anyone developed anything along these lines: - phrase of up to 10 words of various length- individual words in random order initially.- user drags/drops a word into a new position between 2 words, display reorders. -------------- next part -------------- An HTML attachment was scrubbed... URL: From cprudhoe at musapp.com Mon Mar 5 15:50:36 2012 From: cprudhoe at musapp.com (Clarence Prudhoe) Date: Mon, 05 Mar 2012 09:50:36 -0600 Subject: [Xerte] Moodle Integration Message-ID: <4F54E0CC.2010707@musapp.com> Hello, Please tell me how to integrate XOT with Moodle 2.2+. I followed the instructions in the Word Doc that was included in the XOT download. I managed to get XOT installed and was able to run the Manage.php file. I could not use Switch.txt because I don't have Ldap. So I tried to integrate XOT with my Moodle site. I followed the instructions on page 31 and downloaded the moodlepatch.zip. *Running Xerte Online Toolkits with Authentication from Moodle** *Ron Mitchell has created a patch to allow Moodle users to use Moodle to authenticate users to Xerte Online Toolkits. The patch can be downloaded from http://mitchellmedia.co.uk/xerte/xerte_1.0.2_moodlepatch.zip When I ran the script, all I could get was a BLANK screen. Then I reverted back to the installed XOT and tried to implement the Moodle integration as described in the moodle_integration_readme.txt. I renamed the appropriate .txt files and edited the path to Moodle config.php. Now XOT tries to open but it stalls at the bottom of config.php. I get the following error message: *Fatal error*: Allowed memory size of 268435456 bytes exhausted (tried to allocate 77824 bytes) in */home/musappc/public_html/Cm2Pm/xertetoolkits/config.php* on line *237* I am on a dedicated server and the memory allocation is set to 256 MBs. Please tell me what I am doing wrong. Thanks, Clarence Prudhoe www.musapp.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From ronm at mitchellmedia.co.uk Mon Mar 5 17:35:29 2012 From: ronm at mitchellmedia.co.uk (Ron Mitchell) Date: Mon, 5 Mar 2012 17:35:29 -0000 Subject: [Xerte] Re: Moodle Integration In-Reply-To: <4F54E0CC.2010707@musapp.com> References: <4F54E0CC.2010707@musapp.com> Message-ID: <010701ccfaf6$5da1b7c0$18e52740$@co.uk> The moodle integration is now part of the XOT download as you have mentioned so the old moodle patch is no longer relevant to the latest versions of XOT. We obviously need to update the word document accordingly. Did you test that your install works via demo.php or switch.php before trying to enable the moodle integration? I'm not sure if the error you mention is caused by the moodle integration or completely separate so I would verify that via demo.php or switch.php first. BTW switch.php doesn't require ldap - if you only need a small number of authors you can simply use that with hard coded accounts. Edit the file and replace the existing usernames and passwords with your own. HTH Ron From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Clarence Prudhoe Sent: 05 March 2012 15:51 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Moodle Integration Hello, Please tell me how to integrate XOT with Moodle 2.2+. I followed the instructions in the Word Doc that was included in the XOT download. I managed to get XOT installed and was able to run the Manage.php file. I could not use Switch.txt because I don't have Ldap. So I tried to integrate XOT with my Moodle site. I followed the instructions on page 31 and downloaded the moodlepatch.zip. Running Xerte Online Toolkits with Authentication from Moodle Ron Mitchell has created a patch to allow Moodle users to use Moodle to authenticate users to Xerte Online Toolkits. The patch can be downloaded from http://mitchellmedia.co.uk/xerte/xerte_1.0.2_moodlepatch.zip When I ran the script, all I could get was a BLANK screen. Then I reverted back to the installed XOT and tried to implement the Moodle integration as described in the moodle_integration_readme.txt. I renamed the appropriate .txt files and edited the path to Moodle config.php. Now XOT tries to open but it stalls at the bottom of config.php. I get the following error message: Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 77824 bytes) in /home/musappc/public_html/Cm2Pm/xertetoolkits/config.php on line 237 I am on a dedicated server and the memory allocation is set to 256 MBs. Please tell me what I am doing wrong. Thanks, Clarence Prudhoe www.musapp.com This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Celine.RestrepoZea at unil.ch Tue Mar 6 09:51:23 2012 From: Celine.RestrepoZea at unil.ch (=?ISO-8859-1?Q?Restrepo_Zea_C=E9line?=) Date: Tue, 06 Mar 2012 10:51:23 +0100 Subject: [Xerte] specific sound playing In-Reply-To: <010701ccfaf6$5da1b7c0$18e52740$@co.uk> References: <4F54E0CC.2010707@musapp.com> <010701ccfaf6$5da1b7c0$18e52740$@co.uk> Message-ID: <4F55DE1B.50400@unil.ch> Hello, I am using Xerte toolkits and would like to know how to play specific parts of an audio (narration) when for example clicking on hotspot Image. I want to do something similar to what is done in the webside http://www.languageguide.org/french/vocabulary/body/ With the hotspot Image activity, I can insert a narration (containing the different recorded words), then I can have my image with the pictures of the different words and the clicking zones. What I would like is that when a person clicks on one specific element of the picture, not only the text is shown but also one specific part of the narration to be played. I hope I am being clear enough. Cheers, C?line Restrepo From Julian.Tenney at nottingham.ac.uk Tue Mar 6 10:02:30 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Tue, 6 Mar 2012 10:02:30 +0000 Subject: [Xerte] Re: specific sound playing In-Reply-To: <4F55DE1B.50400@unil.ch> References: <4F54E0CC.2010707@musapp.com> <010701ccfaf6$5da1b7c0$18e52740$@co.uk> <4F55DE1B.50400@unil.ch> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA44DBA6E@EXCHANGE1.ad.nottingham.ac.uk> You'd have to develop that functionality - there isn't anything that quite does what you describe at the moment, Julian -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Restrepo Zea C?line Sent: 06 March 2012 09:51 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] specific sound playing Hello, I am using Xerte toolkits and would like to know how to play specific parts of an audio (narration) when for example clicking on hotspot Image. I want to do something similar to what is done in the webside http://www.languageguide.org/french/vocabulary/body/ With the hotspot Image activity, I can insert a narration (containing the different recorded words), then I can have my image with the pictures of the different words and the clicking zones. What I would like is that when a person clicks on one specific element of the picture, not only the text is shown but also one specific part of the narration to be played. I hope I am being clear enough. Cheers, C?line Restrepo _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte From Oliver.Haslam at uwe.ac.uk Tue Mar 6 10:08:36 2012 From: Oliver.Haslam at uwe.ac.uk (Oliver Haslam) Date: Tue, 6 Mar 2012 10:08:36 +0000 Subject: [Xerte] Re: feedback form on logged in page In-Reply-To: References: <12C67A1EEC419342AF5E59DA31562C3F0BA2FC0675@EXCHANGE1.ad.nottingham.ac.uk> <017701ccf319$e6d3e480$b47bad80$@cambridge-serendipity.com> <01ef01ccf55b$c9f35be0$5dda13a0$@co.uk> <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> Message-ID: <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> Hi I THINK the site is now set up to send email. But I still can't get the feedback form to successfully send emails to me. I'm not sure if it is a setting that needs changing within Xerte or on the server itself. In the error log in management.php I get the following: [D:\shared\xerte\feedback\index.php:42]: To: oliver.haslam at uwe.ac.uk; -- Headers: mail() on Any ideas what I should do next? Many thanks _______________________________ Oliver Haslam Course Developer (Technologist) Applied Sciences & Allied Health Professions Technology Enhanced Learning University of the West of England _______________________________ T: 0117 32 88215 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley Sent: 27 February 2012 16:26 To: Xerte discussion list Subject: [Xerte] Re: feedback form on logged in page is your site set up to send email? php email functions can be turned off On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam wrote: > How do I get the feedback form on the logged in page to work? > > I've put my email address in management.php under 'Site settings (HTML / Images)' where it says: > "The site's feedback list is (A semi-colon separated list of email addresses to receive feedback from the feedback page)" > > And I've put my email address in management.php under 'Email' where it says: > "The site email account is" > > But I still don't get anything when I test the form. > > Any suggestions? > > Thanks > > Oli > _______________________________ > > Oliver Haslam > Course Developer (Technologist) > Applied Sciences & Allied Health Professions > > Technology Enhanced Learning > University of the West of England > _______________________________ > T: 0117 32 88215 > > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with > the University of Nottingham may be monitored as permitted by UK legislation. > _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. From patrick.lockley at googlemail.com Tue Mar 6 10:11:34 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Tue, 6 Mar 2012 10:11:34 +0000 Subject: [Xerte] Re: feedback form on logged in page In-Reply-To: <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> References: <12C67A1EEC419342AF5E59DA31562C3F0BA2FC0675@EXCHANGE1.ad.nottingham.ac.uk> <017701ccf319$e6d3e480$b47bad80$@cambridge-serendipity.com> <01ef01ccf55b$c9f35be0$5dda13a0$@co.uk> <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> Message-ID: Set the email headers option in management.php On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam wrote: > Hi > > I THINK the site is now set up to send email. But I still can't get the feedback form to successfully send emails to me. I'm not sure if it is a setting that needs changing within Xerte or on the server itself. > > In the error log in management.php I get the following: > [D:\shared\xerte\feedback\index.php:42]: To: oliver.haslam at uwe.ac.uk; -- Headers: mail() on > > Any ideas what I should do next? > > Many thanks > > _______________________________ > > Oliver Haslam > Course Developer (Technologist) > Applied Sciences & Allied Health Professions > > Technology Enhanced Learning > University of the West of England > _______________________________ > T: 0117 32 88215 > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley > Sent: 27 February 2012 16:26 > To: Xerte discussion list > Subject: [Xerte] Re: feedback form on logged in page > > is your site set up to send email? > > php email functions can be turned off > > On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam wrote: >> How do I get the feedback form on the logged in page to work? >> >> I've put my email address in management.php under 'Site settings (HTML / Images)' where it says: >> "The site's feedback list is (A semi-colon separated list of email addresses to receive feedback from the feedback page)" >> >> And I've put my email address in management.php under 'Email' where it says: >> "The site email account is" >> >> But I still don't get anything when I test the form. >> >> Any suggestions? >> >> Thanks >> >> Oli >> _______________________________ >> >> Oliver Haslam >> Course Developer (Technologist) >> Applied Sciences & Allied Health Professions >> >> Technology Enhanced Learning >> University of the West of England >> _______________________________ >> T: 0117 32 88215 >> >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an >> attachment may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with >> the University of Nottingham may be monitored as permitted by UK legislation. >> > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte From j.prior2 at bath.ac.uk Tue Mar 6 10:26:45 2012 From: j.prior2 at bath.ac.uk (Julian Prior) Date: Tue, 06 Mar 2012 10:26:45 +0000 Subject: [Xerte] Cannot add projects to folders on a Mac Message-ID: <4F55E665.9000302@bath.ac.uk> Anyone else on a Mac having this problem with XOT? Regardless of which browser I use (Firefox, Chrome, Safari) I cannot pick up, drag and drop a project into a folder in the My Projects area. Seems my only option is to have a long list of projects but would be good to be able to sort them into folders. cheers Julian -- Julian Prior Learning Technologist Learning and Teaching Enhancement Office Wessex House 5.27 University of Bath Claverton Campus BA2 7AY t: 01225 383864 e: j.prior2 at bath.ac.uk twitter: @jpodcaster skype: joolsyp -------------- next part -------------- An HTML attachment was scrubbed... URL: From Oliver.Haslam at uwe.ac.uk Tue Mar 6 10:30:10 2012 From: Oliver.Haslam at uwe.ac.uk (Oliver Haslam) Date: Tue, 6 Mar 2012 10:30:10 +0000 Subject: [Xerte] Re: feedback form on logged in page In-Reply-To: References: <12C67A1EEC419342AF5E59DA31562C3F0BA2FC0675@EXCHANGE1.ad.nottingham.ac.uk> <017701ccf319$e6d3e480$b47bad80$@cambridge-serendipity.com> <01ef01ccf55b$c9f35be0$5dda13a0$@co.uk> <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> Message-ID: <31CDB875D4C8E948899F952DE8C500C827B710988F@EGEN-MBX02.campus.ads.uwe.ac.uk> What should I put in the email headers field? _______________________________ Oliver Haslam Course Developer (Technologist) Applied Sciences & Allied Health Professions Technology Enhanced Learning University of the West of England _______________________________ T: 0117 32 88215 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley Sent: 06 March 2012 10:12 To: Xerte discussion list Subject: [Xerte] Re: feedback form on logged in page Set the email headers option in management.php On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam wrote: > Hi > > I THINK the site is now set up to send email. But I still can't get the feedback form to successfully send emails to me. I'm not sure if it is a setting that needs changing within Xerte or on the server itself. > > In the error log in management.php I get the following: > [D:\shared\xerte\feedback\index.php:42]: To: oliver.haslam at uwe.ac.uk; > -- Headers: mail() on > > Any ideas what I should do next? > > Many thanks > > _______________________________ > > Oliver Haslam > Course Developer (Technologist) > Applied Sciences & Allied Health Professions > > Technology Enhanced Learning > University of the West of England > _______________________________ > T: 0117 32 88215 > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley > Sent: 27 February 2012 16:26 > To: Xerte discussion list > Subject: [Xerte] Re: feedback form on logged in page > > is your site set up to send email? > > php email functions can be turned off > > On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam wrote: >> How do I get the feedback form on the logged in page to work? >> >> I've put my email address in management.php under 'Site settings (HTML / Images)' where it says: >> "The site's feedback list is (A semi-colon separated list of email addresses to receive feedback from the feedback page)" >> >> And I've put my email address in management.php under 'Email' where it says: >> "The site email account is" >> >> But I still don't get anything when I test the form. >> >> Any suggestions? >> >> Thanks >> >> Oli >> _______________________________ >> >> Oliver Haslam >> Course Developer (Technologist) >> Applied Sciences & Allied Health Professions >> >> Technology Enhanced Learning >> University of the West of England >> _______________________________ >> T: 0117 32 88215 >> >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an >> attachment may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with >> the University of Nottingham may be monitored as permitted by UK legislation. >> > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. From patrick.lockley at googlemail.com Tue Mar 6 11:25:48 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Tue, 6 Mar 2012 11:25:48 +0000 Subject: [Xerte] Re: feedback form on logged in page In-Reply-To: <31CDB875D4C8E948899F952DE8C500C827B710988F@EGEN-MBX02.campus.ads.uwe.ac.uk> References: <12C67A1EEC419342AF5E59DA31562C3F0BA2FC0675@EXCHANGE1.ad.nottingham.ac.uk> <017701ccf319$e6d3e480$b47bad80$@cambridge-serendipity.com> <01ef01ccf55b$c9f35be0$5dda13a0$@co.uk> <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B710988F@EGEN-MBX02.campus.ads.uwe.ac.uk> Message-ID: Been ages since I've done it, you might need to get someone to share their install setting On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam wrote: > What should I put in the email headers field? > > _______________________________ > > Oliver Haslam > Course Developer (Technologist) > Applied Sciences & Allied Health Professions > > Technology Enhanced Learning > University of the West of England > _______________________________ > T: 0117 32 88215 > > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley > Sent: 06 March 2012 10:12 > To: Xerte discussion list > Subject: [Xerte] Re: feedback form on logged in page > > Set the email headers option in management.php > > On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam wrote: >> Hi >> >> I THINK the site is now set up to send email. But I still can't get the feedback form to successfully send emails to me. I'm not sure if it is a setting that needs changing within Xerte or on the server itself. >> >> In the error log in management.php I get the following: >> [D:\shared\xerte\feedback\index.php:42]: To: oliver.haslam at uwe.ac.uk; >> -- Headers: mail() on >> >> Any ideas what I should do next? >> >> Many thanks >> >> _______________________________ >> >> Oliver Haslam >> Course Developer (Technologist) >> Applied Sciences & Allied Health Professions >> >> Technology Enhanced Learning >> University of the West of England >> _______________________________ >> T: 0117 32 88215 >> >> -----Original Message----- >> From: xerte-bounces at lists.nottingham.ac.uk >> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley >> Sent: 27 February 2012 16:26 >> To: Xerte discussion list >> Subject: [Xerte] Re: feedback form on logged in page >> >> is your site set up to send email? >> >> php email functions can be turned off >> >> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam wrote: >>> How do I get the feedback form on the logged in page to work? >>> >>> I've put my email address in management.php under 'Site settings (HTML / Images)' where it says: >>> "The site's feedback list is (A semi-colon separated list of email addresses to receive feedback from the feedback page)" >>> >>> And I've put my email address in management.php under 'Email' where it says: >>> "The site email account is" >>> >>> But I still don't get anything when I test the form. >>> >>> Any suggestions? >>> >>> Thanks >>> >>> Oli >>> _______________________________ >>> >>> Oliver Haslam >>> Course Developer (Technologist) >>> Applied Sciences & Allied Health Professions >>> >>> Technology Enhanced Learning >>> University of the West of England >>> _______________________________ >>> T: 0117 32 88215 >>> >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> >>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>> >>> This message has been checked for viruses but the contents of an >>> attachment may still contain software viruses which could damage your computer system: >>> you are advised to perform your own checks. Email communications with >>> the University of Nottingham may be monitored as permitted by UK legislation. >>> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte From patrick.lockley at googlemail.com Tue Mar 6 11:26:27 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Tue, 6 Mar 2012 11:26:27 +0000 Subject: [Xerte] Re: Cannot add projects to folders on a Mac In-Reply-To: <4F55E665.9000302@bath.ac.uk> References: <4F55E665.9000302@bath.ac.uk> Message-ID: Do you get a JS error? On Tue, Mar 6, 2012 at 10:26 AM, Julian Prior wrote: > Anyone else on a Mac having this problem with XOT? Regardless of which > browser I use (Firefox, Chrome, Safari) I cannot pick up, drag and drop a > project into a folder in the My Projects area. > > Seems my only option is to have a long list of projects but would be good to > be able to sort them into folders. > > cheers > > Julian > > -- > Julian Prior > Learning Technologist > Learning and Teaching Enhancement Office > Wessex House 5.27 > University of Bath > Claverton Campus > BA2 7AY > > t: 01225 383864 > e: j.prior2 at bath.ac.uk > > twitter: @jpodcaster > skype: joolsyp > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. ? Please do not > use, copy or disclose the information contained in this message or in any > attachment. ?Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > From j.prior2 at bath.ac.uk Tue Mar 6 11:32:05 2012 From: j.prior2 at bath.ac.uk (Julian Prior) Date: Tue, 06 Mar 2012 11:32:05 +0000 Subject: [Xerte] Re: Cannot add projects to folders on a Mac In-Reply-To: References: <4F55E665.9000302@bath.ac.uk> Message-ID: <4F55F5B5.6050405@bath.ac.uk> I might do - if I knew how to spot one :-) JP > Pat Lockley > 6 March 2012 11:26 > Do you get a JS error? > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > Julian Prior > 6 March 2012 10:26 > Anyone else on a Mac having this problem with XOT? Regardless of which > browser I use (Firefox, Chrome, Safari) I cannot pick up, drag and > drop a project into a folder in the My Projects area. > > Seems my only option is to have a long list of projects but would be > good to be able to sort them into folders. > > cheers > > Julian > > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -- Julian Prior Learning Technologist Learning and Teaching Enhancement Office Wessex House 5.27 University of Bath Claverton Campus BA2 7AY t: 01225 383864 e: j.prior2 at bath.ac.uk twitter: @jpodcaster skype: joolsyp -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: postbox-contact.jpg Type: image/jpeg Size: 1270 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: postbox-contact.jpg Type: image/jpeg Size: 1180 bytes Desc: not available URL: From patrick.lockley at googlemail.com Tue Mar 6 11:38:43 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Tue, 6 Mar 2012 11:38:43 +0000 Subject: [Xerte] Re: Cannot add projects to folders on a Mac In-Reply-To: <4F55F5B5.6050405@bath.ac.uk> References: <4F55E665.9000302@bath.ac.uk> <4F55F5B5.6050405@bath.ac.uk> Message-ID: Go into advanced preferences Advanced Show develop menu in menu bar Then in the develop menu Show Error Console Simple! Macs are so easy. On Tue, Mar 6, 2012 at 11:32 AM, Julian Prior wrote: > I might do - if I knew how to spot one :-) > > JP > > Pat Lockley > 6 March 2012 11:26 > Do you get a JS error? > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > Julian Prior > 6 March 2012 10:26 > Anyone else on a Mac having this problem with XOT? Regardless of which > browser I use (Firefox, Chrome, Safari) I cannot pick up, drag and drop a > project into a folder in the My Projects area. > > Seems my only option is to have a long list of projects but would be good > to be able to sort them into folders. > > cheers > > Julian > > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > -- > Julian Prior > Learning Technologist > Learning and Teaching Enhancement Office > Wessex House 5.27 > University of Bath > Claverton Campus > BA2 7AY > > t: 01225 383864 > e: j.prior2 at bath.ac.uk > > twitter: @jpodcaster > skype: joolsyp > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: postbox-contact.jpg Type: image/jpeg Size: 1180 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: postbox-contact.jpg Type: image/jpeg Size: 1270 bytes Desc: not available URL: From Oliver.Haslam at uwe.ac.uk Tue Mar 6 11:46:13 2012 From: Oliver.Haslam at uwe.ac.uk (Oliver Haslam) Date: Tue, 6 Mar 2012 11:46:13 +0000 Subject: [Xerte] Re: feedback form on logged in page In-Reply-To: References: <12C67A1EEC419342AF5E59DA31562C3F0BA2FC0675@EXCHANGE1.ad.nottingham.ac.uk> <017701ccf319$e6d3e480$b47bad80$@cambridge-serendipity.com> <01ef01ccf55b$c9f35be0$5dda13a0$@co.uk> <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B710988F@EGEN-MBX02.campus.ads.uwe.ac.uk> Message-ID: <31CDB875D4C8E948899F952DE8C500C827B710998C@EGEN-MBX02.campus.ads.uwe.ac.uk> Thanks Pat. Appreciated. _______________________________ Oliver Haslam Course Developer (Technologist) Applied Sciences & Allied Health Professions Technology Enhanced Learning University of the West of England _______________________________ T: 0117 32 88215 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley Sent: 06 March 2012 11:26 To: Xerte discussion list Subject: [Xerte] Re: feedback form on logged in page Been ages since I've done it, you might need to get someone to share their install setting On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam wrote: > What should I put in the email headers field? > > _______________________________ > > Oliver Haslam > Course Developer (Technologist) > Applied Sciences & Allied Health Professions > > Technology Enhanced Learning > University of the West of England > _______________________________ > T: 0117 32 88215 > > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley > Sent: 06 March 2012 10:12 > To: Xerte discussion list > Subject: [Xerte] Re: feedback form on logged in page > > Set the email headers option in management.php > > On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam wrote: >> Hi >> >> I THINK the site is now set up to send email. But I still can't get the feedback form to successfully send emails to me. I'm not sure if it is a setting that needs changing within Xerte or on the server itself. >> >> In the error log in management.php I get the following: >> [D:\shared\xerte\feedback\index.php:42]: To: oliver.haslam at uwe.ac.uk; >> -- Headers: mail() on >> >> Any ideas what I should do next? >> >> Many thanks >> >> _______________________________ >> >> Oliver Haslam >> Course Developer (Technologist) >> Applied Sciences & Allied Health Professions >> >> Technology Enhanced Learning >> University of the West of England >> _______________________________ >> T: 0117 32 88215 >> >> -----Original Message----- >> From: xerte-bounces at lists.nottingham.ac.uk >> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >> Lockley >> Sent: 27 February 2012 16:26 >> To: Xerte discussion list >> Subject: [Xerte] Re: feedback form on logged in page >> >> is your site set up to send email? >> >> php email functions can be turned off >> >> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam wrote: >>> How do I get the feedback form on the logged in page to work? >>> >>> I've put my email address in management.php under 'Site settings (HTML / Images)' where it says: >>> "The site's feedback list is (A semi-colon separated list of email addresses to receive feedback from the feedback page)" >>> >>> And I've put my email address in management.php under 'Email' where it says: >>> "The site email account is" >>> >>> But I still don't get anything when I test the form. >>> >>> Any suggestions? >>> >>> Thanks >>> >>> Oli >>> _______________________________ >>> >>> Oliver Haslam >>> Course Developer (Technologist) >>> Applied Sciences & Allied Health Professions >>> >>> Technology Enhanced Learning >>> University of the West of England >>> _______________________________ >>> T: 0117 32 88215 >>> >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> >>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>> >>> This message has been checked for viruses but the contents of an >>> attachment may still contain software viruses which could damage your computer system: >>> you are advised to perform your own checks. Email communications >>> with the University of Nottingham may be monitored as permitted by UK legislation. >>> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. From Oliver.Haslam at uwe.ac.uk Tue Mar 6 11:55:26 2012 From: Oliver.Haslam at uwe.ac.uk (Oliver Haslam) Date: Tue, 6 Mar 2012 11:55:26 +0000 Subject: [Xerte] Example email headers for Xerte install please. Anyone? In-Reply-To: References: <12C67A1EEC419342AF5E59DA31562C3F0BA2FC0675@EXCHANGE1.ad.nottingham.ac.uk> <017701ccf319$e6d3e480$b47bad80$@cambridge-serendipity.com> <01ef01ccf55b$c9f35be0$5dda13a0$@co.uk> <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B710988F@EGEN-MBX02.campus.ads.uwe.ac.uk> Message-ID: <31CDB875D4C8E948899F952DE8C500C827B71099A2@EGEN-MBX02.campus.ads.uwe.ac.uk> Can anyone share with me an example of what to write in the email headers field when they installed Xerte on a web server? I need an example of what to put where it says the following in management.php > Site > Email: "The site email headers is (use the * symbol to represent a new line)" Presumably this is the email TO, FROM, SUBJECT information etc. But I have no idea what format it should be in. Thanks Oli _______________________________ Oliver Haslam Course Developer (Technologist) Applied Sciences & Allied Health Professions Technology Enhanced Learning University of the West of England _______________________________ T: 0117 32 88215 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley Sent: 06 March 2012 11:26 To: Xerte discussion list Subject: [Xerte] Re: feedback form on logged in page Been ages since I've done it, you might need to get someone to share their install setting On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam wrote: > What should I put in the email headers field? > > _______________________________ > > Oliver Haslam > Course Developer (Technologist) > Applied Sciences & Allied Health Professions > > Technology Enhanced Learning > University of the West of England > _______________________________ > T: 0117 32 88215 > > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley > Sent: 06 March 2012 10:12 > To: Xerte discussion list > Subject: [Xerte] Re: feedback form on logged in page > > Set the email headers option in management.php > > On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam wrote: >> Hi >> >> I THINK the site is now set up to send email. But I still can't get the feedback form to successfully send emails to me. I'm not sure if it is a setting that needs changing within Xerte or on the server itself. >> >> In the error log in management.php I get the following: >> [D:\shared\xerte\feedback\index.php:42]: To: oliver.haslam at uwe.ac.uk; >> -- Headers: mail() on >> >> Any ideas what I should do next? >> >> Many thanks >> >> _______________________________ >> >> Oliver Haslam >> Course Developer (Technologist) >> Applied Sciences & Allied Health Professions >> >> Technology Enhanced Learning >> University of the West of England >> _______________________________ >> T: 0117 32 88215 >> >> -----Original Message----- >> From: xerte-bounces at lists.nottingham.ac.uk >> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >> Lockley >> Sent: 27 February 2012 16:26 >> To: Xerte discussion list >> Subject: [Xerte] Re: feedback form on logged in page >> >> is your site set up to send email? >> >> php email functions can be turned off >> >> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam wrote: >>> How do I get the feedback form on the logged in page to work? >>> >>> I've put my email address in management.php under 'Site settings (HTML / Images)' where it says: >>> "The site's feedback list is (A semi-colon separated list of email addresses to receive feedback from the feedback page)" >>> >>> And I've put my email address in management.php under 'Email' where it says: >>> "The site email account is" >>> >>> But I still don't get anything when I test the form. >>> >>> Any suggestions? >>> >>> Thanks >>> >>> Oli >>> _______________________________ >>> >>> Oliver Haslam >>> Course Developer (Technologist) >>> Applied Sciences & Allied Health Professions >>> >>> Technology Enhanced Learning >>> University of the West of England >>> _______________________________ >>> T: 0117 32 88215 >>> >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> >>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>> >>> This message has been checked for viruses but the contents of an >>> attachment may still contain software viruses which could damage your computer system: >>> you are advised to perform your own checks. Email communications >>> with the University of Nottingham may be monitored as permitted by UK legislation. >>> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. From j.prior2 at bath.ac.uk Tue Mar 6 12:11:42 2012 From: j.prior2 at bath.ac.uk (Julian Prior) Date: Tue, 06 Mar 2012 12:11:42 +0000 Subject: [Xerte] Re: Cannot add projects to folders on a Mac In-Reply-To: References: <4F55E665.9000302@bath.ac.uk> <4F55F5B5.6050405@bath.ac.uk> Message-ID: <4F55FEFE.9090303@bath.ac.uk> Thanks, hope they were nice to you :-) See attached screengrab movie - only error I can see is a 404 but think this is related to a previous action in Safari? cheers JP > Pat Lockley > 6 March 2012 11:38 > people in office> > > Go into advanced preferences > > Advanced > Show develop menu in menu bar > > Then in the develop menu > Show Error Console > > Simple! Macs are so easy. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Julian Prior > 6 March 2012 11:32 > I might do - if I knew how to spot one :-) > > JP > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Pat Lockley > 6 March 2012 11:26 > Do you get a JS error? > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > Julian Prior > 6 March 2012 10:26 > Anyone else on a Mac having this problem with XOT? Regardless of which > browser I use (Firefox, Chrome, Safari) I cannot pick up, drag and > drop a project into a folder in the My Projects area. > > Seems my only option is to have a long list of projects but would be > good to be able to sort them into folders. > > cheers > > Julian > > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -- Julian Prior Learning Technologist Learning and Teaching Enhancement Office Wessex House 5.27 University of Bath Claverton Campus BA2 7AY t: 01225 383864 e: j.prior2 at bath.ac.uk twitter: @jpodcaster skype: joolsyp -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: postbox-contact.jpg Type: image/jpeg Size: 1270 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: postbox-contact.jpg Type: image/jpeg Size: 1180 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: XerteDragDropProjectsMacSafari.mov Type: video/quicktime Size: 946868 bytes Desc: not available URL: From j.prior2 at bath.ac.uk Tue Mar 6 12:15:11 2012 From: j.prior2 at bath.ac.uk (Julian Prior) Date: Tue, 06 Mar 2012 12:15:11 +0000 Subject: [Xerte] Re: Cannot add projects to folders on a Mac In-Reply-To: <4F55FEFE.9090303@bath.ac.uk> References: <4F55E665.9000302@bath.ac.uk> <4F55F5B5.6050405@bath.ac.uk> <4F55FEFE.9090303@bath.ac.uk> Message-ID: <4F55FFCF.3020603@bath.ac.uk> Pat - just to add, we are having all sorts of permissions issues with our toolkits installation at the moment (we're on 1.5) - hoping to have a clean install of 1.7 when our developer gets some free time . . . cheers JP > Julian Prior > 6 March 2012 12:11 > Thanks, hope they were nice to you :-) > > See attached screengrab movie - only error I can see is a 404 but > think this is related to a previous action in Safari? > > cheers > > JP > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Pat Lockley > 6 March 2012 11:38 > people in office> > > Go into advanced preferences > > Advanced > Show develop menu in menu bar > > Then in the develop menu > Show Error Console > > Simple! Macs are so easy. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Julian Prior > 6 March 2012 11:32 > I might do - if I knew how to spot one :-) > > JP > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Pat Lockley > 6 March 2012 11:26 > Do you get a JS error? > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > Julian Prior > 6 March 2012 10:26 > Anyone else on a Mac having this problem with XOT? Regardless of which > browser I use (Firefox, Chrome, Safari) I cannot pick up, drag and > drop a project into a folder in the My Projects area. > > Seems my only option is to have a long list of projects but would be > good to be able to sort them into folders. > > cheers > > Julian > > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -- Julian Prior Learning Technologist Learning and Teaching Enhancement Office Wessex House 5.27 University of Bath Claverton Campus BA2 7AY t: 01225 383864 e: j.prior2 at bath.ac.uk twitter: @jpodcaster skype: joolsyp -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: postbox-contact.jpg Type: image/jpeg Size: 1180 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: postbox-contact.jpg Type: image/jpeg Size: 1270 bytes Desc: not available URL: From reijnders at tor.nl Tue Mar 6 12:15:46 2012 From: reijnders at tor.nl (Tom Reijnders) Date: Tue, 06 Mar 2012 13:15:46 +0100 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? In-Reply-To: <31CDB875D4C8E948899F952DE8C500C827B71099A2@EGEN-MBX02.campus.ads.uwe.ac.uk> References: <017701ccf319$e6d3e480$b47bad80$@cambridge-serendipity.com> <01ef01ccf55b$c9f35be0$5dda13a0$@co.uk> <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B710988F@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B71099A2@EGEN-MBX02.campus.ads.uwe.ac.uk> Message-ID: <4F55FFF2.6010000@tor.nl> I haven't used it, but I'll give it a try and let you know. Mind you, I don't have time to do this before Thursday, so I invite someone else with a working configuration to answer before that. Tom Op 6-3-2012 12:55, Oliver Haslam schreef: > Can anyone share with me an example of what to write in the email headers field when they installed Xerte on a web server? > > I need an example of what to put where it says the following in management.php> Site> Email: > > "The site email headers is (use the * symbol to represent a new line)" > > Presumably this is the email TO, FROM, SUBJECT information etc. But I have no idea what format it should be in. > > Thanks > > Oli > > _______________________________ > > Oliver Haslam > Course Developer (Technologist) > Applied Sciences& Allied Health Professions > > Technology Enhanced Learning > University of the West of England > _______________________________ > T: 0117 32 88215 > > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley > Sent: 06 March 2012 11:26 > To: Xerte discussion list > Subject: [Xerte] Re: feedback form on logged in page > > Been ages since I've done it, you might need to get someone to share their install setting > > On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam wrote: >> What should I put in the email headers field? >> >> _______________________________ >> >> Oliver Haslam >> Course Developer (Technologist) >> Applied Sciences& Allied Health Professions >> >> Technology Enhanced Learning >> University of the West of England >> _______________________________ >> T: 0117 32 88215 >> >> >> -----Original Message----- >> From: xerte-bounces at lists.nottingham.ac.uk >> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley >> Sent: 06 March 2012 10:12 >> To: Xerte discussion list >> Subject: [Xerte] Re: feedback form on logged in page >> >> Set the email headers option in management.php >> >> On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam wrote: >>> Hi >>> >>> I THINK the site is now set up to send email. But I still can't get the feedback form to successfully send emails to me. I'm not sure if it is a setting that needs changing within Xerte or on the server itself. >>> >>> In the error log in management.php I get the following: >>> [D:\shared\xerte\feedback\index.php:42]: To: oliver.haslam at uwe.ac.uk; >>> -- Headers: mail() on >>> >>> Any ideas what I should do next? >>> >>> Many thanks >>> >>> _______________________________ >>> >>> Oliver Haslam >>> Course Developer (Technologist) >>> Applied Sciences& Allied Health Professions >>> >>> Technology Enhanced Learning >>> University of the West of England >>> _______________________________ >>> T: 0117 32 88215 >>> >>> -----Original Message----- >>> From: xerte-bounces at lists.nottingham.ac.uk >>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>> Lockley >>> Sent: 27 February 2012 16:26 >>> To: Xerte discussion list >>> Subject: [Xerte] Re: feedback form on logged in page >>> >>> is your site set up to send email? >>> >>> php email functions can be turned off >>> >>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam wrote: >>>> How do I get the feedback form on the logged in page to work? >>>> >>>> I've put my email address in management.php under 'Site settings (HTML / Images)' where it says: >>>> "The site's feedback list is (A semi-colon separated list of email addresses to receive feedback from the feedback page)" >>>> >>>> And I've put my email address in management.php under 'Email' where it says: >>>> "The site email account is" >>>> >>>> But I still don't get anything when I test the form. >>>> >>>> Any suggestions? >>>> >>>> Thanks >>>> >>>> Oli >>>> _______________________________ >>>> >>>> Oliver Haslam >>>> Course Developer (Technologist) >>>> Applied Sciences& Allied Health Professions >>>> >>>> Technology Enhanced Learning >>>> University of the West of England >>>> _______________________________ >>>> T: 0117 32 88215 >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> >>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>> >>>> This message has been checked for viruses but the contents of an >>>> attachment may still contain software viruses which could damage your computer system: >>>> you are advised to perform your own checks. Email communications >>>> with the University of Nottingham may be monitored as permitted by UK legislation. >>>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>> >>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 From patrick.lockley at googlemail.com Tue Mar 6 12:20:20 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Tue, 6 Mar 2012 12:20:20 +0000 Subject: [Xerte] Re: Cannot add projects to folders on a Mac In-Reply-To: <4F55FEFE.9090303@bath.ac.uk> References: <4F55E665.9000302@bath.ac.uk> <4F55F5B5.6050405@bath.ac.uk> <4F55FEFE.9090303@bath.ac.uk> Message-ID: Ok When you click on the picture, safari thinks you want to drag the picture - maybe to your desktop, but that's a safari based drag and drop, not a toolkits drag and drop. If you click on the name of the project, and commence the drag there, then it should allow you to drag On Tue, Mar 6, 2012 at 12:11 PM, Julian Prior wrote: > Thanks, hope they were nice to you :-) > > See attached screengrab movie - only error I can see is a 404 but think > this is related to a previous action in Safari? > > cheers > > JP > > > Pat Lockley > 6 March 2012 11:38 > in office> > > Go into advanced preferences > > Advanced > Show develop menu in menu bar > > Then in the develop menu > Show Error Console > > Simple! Macs are so easy. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Julian Prior > 6 March 2012 11:32 > I might do - if I knew how to spot one :-) > > JP > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Pat Lockley > 6 March 2012 11:26 > Do you get a JS error? > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > Julian Prior > 6 March 2012 10:26 > Anyone else on a Mac having this problem with XOT? Regardless of which > browser I use (Firefox, Chrome, Safari) I cannot pick up, drag and drop a > project into a folder in the My Projects area. > > Seems my only option is to have a long list of projects but would be good > to be able to sort them into folders. > > cheers > > Julian > > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > -- > Julian Prior > Learning Technologist > Learning and Teaching Enhancement Office > Wessex House 5.27 > University of Bath > Claverton Campus > BA2 7AY > > t: 01225 383864 > e: j.prior2 at bath.ac.uk > > twitter: @jpodcaster > skype: joolsyp > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From patrick.lockley at googlemail.com Tue Mar 6 12:20:50 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Tue, 6 Mar 2012 12:20:50 +0000 Subject: [Xerte] Re: Cannot add projects to folders on a Mac In-Reply-To: <4F55FFCF.3020603@bath.ac.uk> References: <4F55E665.9000302@bath.ac.uk> <4F55F5B5.6050405@bath.ac.uk> <4F55FEFE.9090303@bath.ac.uk> <4F55FFCF.3020603@bath.ac.uk> Message-ID: Permissions issues? I'd not rush to 1.7 at the moment..... On Tue, Mar 6, 2012 at 12:15 PM, Julian Prior wrote: > Pat - just to add, we are having all sorts of permissions issues with our > toolkits installation at the moment (we're on 1.5) - hoping to have a clean > install of 1.7 when our developer gets some free time . . . > > cheers > > JP > > Julian Prior > 6 March 2012 12:11 > Thanks, hope they were nice to you :-) > > See attached screengrab movie - only error I can see is a 404 but think > this is related to a previous action in Safari? > > cheers > > JP > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Pat Lockley > 6 March 2012 11:38 > in office> > > Go into advanced preferences > > Advanced > Show develop menu in menu bar > > Then in the develop menu > Show Error Console > > Simple! Macs are so easy. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Julian Prior > 6 March 2012 11:32 > I might do - if I knew how to spot one :-) > > JP > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Pat Lockley > 6 March 2012 11:26 > Do you get a JS error? > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > Julian Prior > 6 March 2012 10:26 > Anyone else on a Mac having this problem with XOT? Regardless of which > browser I use (Firefox, Chrome, Safari) I cannot pick up, drag and drop a > project into a folder in the My Projects area. > > Seems my only option is to have a long list of projects but would be good > to be able to sort them into folders. > > cheers > > Julian > > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > -- > Julian Prior > Learning Technologist > Learning and Teaching Enhancement Office > Wessex House 5.27 > University of Bath > Claverton Campus > BA2 7AY > > t: 01225 383864 > e: j.prior2 at bath.ac.uk > > twitter: @jpodcaster > skype: joolsyp > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From j.prior2 at bath.ac.uk Tue Mar 6 12:24:41 2012 From: j.prior2 at bath.ac.uk (Julian Prior) Date: Tue, 06 Mar 2012 12:24:41 +0000 Subject: [Xerte] Re: Cannot add projects to folders on a Mac In-Reply-To: References: <4F55E665.9000302@bath.ac.uk> <4F55F5B5.6050405@bath.ac.uk> <4F55FEFE.9090303@bath.ac.uk> Message-ID: <4F560209.8040806@bath.ac.uk> Ah ha - that did the trick, thanks! JP > Pat Lockley > 6 March 2012 12:20 > Ok > > When you click on the picture, safari thinks you want to drag the > picture - maybe to your desktop, but that's a safari based drag and > drop, not a toolkits drag and drop. > > If you click on the name of the project, and commence the drag there, > then it should allow you to drag > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Julian Prior > 6 March 2012 12:11 > Thanks, hope they were nice to you :-) > > See attached screengrab movie - only error I can see is a 404 but > think this is related to a previous action in Safari? > > cheers > > JP > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Pat Lockley > 6 March 2012 11:38 > people in office> > > Go into advanced preferences > > Advanced > Show develop menu in menu bar > > Then in the develop menu > Show Error Console > > Simple! Macs are so easy. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Julian Prior > 6 March 2012 11:32 > I might do - if I knew how to spot one :-) > > JP > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Pat Lockley > 6 March 2012 11:26 > Do you get a JS error? > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > -- Julian Prior Learning Technologist Learning and Teaching Enhancement Office Wessex House 5.27 University of Bath Claverton Campus BA2 7AY t: 01225 383864 e: j.prior2 at bath.ac.uk twitter: @jpodcaster skype: joolsyp -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: postbox-contact.jpg Type: image/jpeg Size: 1270 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: postbox-contact.jpg Type: image/jpeg Size: 1180 bytes Desc: not available URL: From Julian.Tenney at nottingham.ac.uk Tue Mar 6 12:25:27 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Tue, 6 Mar 2012 12:25:27 +0000 Subject: [Xerte] Re: Cannot add projects to folders on a Mac In-Reply-To: References: <4F55E665.9000302@bath.ac.uk> <4F55F5B5.6050405@bath.ac.uk> <4F55FEFE.9090303@bath.ac.uk> <4F55FFCF.3020603@bath.ac.uk> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA44DBBCF@EXCHANGE1.ad.nottingham.ac.uk> Give it a month or six week s or so. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley Sent: 06 March 2012 12:21 To: Xerte discussion list Subject: [Xerte] Re: Cannot add projects to folders on a Mac Permissions issues? I'd not rush to 1.7 at the moment..... On Tue, Mar 6, 2012 at 12:15 PM, Julian Prior > wrote: Pat - just to add, we are having all sorts of permissions issues with our toolkits installation at the moment (we're on 1.5) - hoping to have a clean install of 1.7 when our developer gets some free time . . . cheers JP Error! Filename not specified. Julian Prior 6 March 2012 12:11 Thanks, hope they were nice to you :-) See attached screengrab movie - only error I can see is a 404 but think this is related to a previous action in Safari? cheers JP _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. Error! Filename not specified. Pat Lockley 6 March 2012 11:38 Go into advanced preferences Advanced Show develop menu in menu bar Then in the develop menu Show Error Console Simple! Macs are so easy. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. Error! Filename not specified. Julian Prior 6 March 2012 11:32 I might do - if I knew how to spot one :-) JP _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. Error! Filename not specified. Pat Lockley 6 March 2012 11:26 Do you get a JS error? _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte Error! Filename not specified. Julian Prior 6 March 2012 10:26 Anyone else on a Mac having this problem with XOT? Regardless of which browser I use (Firefox, Chrome, Safari) I cannot pick up, drag and drop a project into a folder in the My Projects area. Seems my only option is to have a long list of projects but would be good to be able to sort them into folders. cheers Julian This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -- Julian Prior Learning Technologist Learning and Teaching Enhancement Office Wessex House 5.27 University of Bath Claverton Campus BA2 7AY t: 01225 383864 e: j.prior2 at bath.ac.uk twitter: @jpodcaster skype: joolsyp _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From j.prior2 at bath.ac.uk Tue Mar 6 12:29:23 2012 From: j.prior2 at bath.ac.uk (Julian Prior) Date: Tue, 06 Mar 2012 12:29:23 +0000 Subject: [Xerte] Re: Cannot add projects to folders on a Mac In-Reply-To: References: <4F55E665.9000302@bath.ac.uk> <4F55F5B5.6050405@bath.ac.uk> <4F55FEFE.9090303@bath.ac.uk> <4F55FFCF.3020603@bath.ac.uk> Message-ID: <4F560323.2010200@bath.ac.uk> We're having a strange issue whereby a colleague who worked with us then left but has since returned cannot give projects to us - they transfer to us as empty of all content. Our developer has tried changing the case of her username within Xerte and that fixed things temporarily but she is still unable to create new projects (the insert button remains greyed out). She can access all her old content fine but at the moment cannot create any new projects - we might go down the route of requesting a new LDAP username in order to create new Xerte content only. And we're still having the issue of YouTube content not playing which I understand is fixed in 1.7? cheers JP > Pat Lockley > 6 March 2012 12:20 > Permissions issues? > > I'd not rush to 1.7 at the moment..... > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Julian Prior > 6 March 2012 12:15 > Pat - just to add, we are having all sorts of permissions issues with > our toolkits installation at the moment (we're on 1.5) - hoping to > have a clean install of 1.7 when our developer gets some free time . . . > > cheers > > JP > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Julian Prior > 6 March 2012 12:11 > Thanks, hope they were nice to you :-) > > See attached screengrab movie - only error I can see is a 404 but > think this is related to a previous action in Safari? > > cheers > > JP > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Pat Lockley > 6 March 2012 11:38 > people in office> > > Go into advanced preferences > > Advanced > Show develop menu in menu bar > > Then in the develop menu > Show Error Console > > Simple! Macs are so easy. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Julian Prior > 6 March 2012 11:32 > I might do - if I knew how to spot one :-) > > JP > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -- Julian Prior Learning Technologist Learning and Teaching Enhancement Office Wessex House 5.27 University of Bath Claverton Campus BA2 7AY t: 01225 383864 e: j.prior2 at bath.ac.uk twitter: @jpodcaster skype: joolsyp -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: postbox-contact.jpg Type: image/jpeg Size: 1270 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: postbox-contact.jpg Type: image/jpeg Size: 1180 bytes Desc: not available URL: From j.prior2 at bath.ac.uk Tue Mar 6 12:30:26 2012 From: j.prior2 at bath.ac.uk (Julian Prior) Date: Tue, 06 Mar 2012 12:30:26 +0000 Subject: [Xerte] Re: Cannot add projects to folders on a Mac In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA44DBBCF@EXCHANGE1.ad.nottingham.ac.uk> References: <4F55E665.9000302@bath.ac.uk> <4F55F5B5.6050405@bath.ac.uk> <4F55FEFE.9090303@bath.ac.uk> <4F55FFCF.3020603@bath.ac.uk> <12C67A1EEC419342AF5E59DA31562C3F0BA44DBBCF@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <4F560362.3000902@bath.ac.uk> ok - think it will be around that time anyway! cheers JP > Julian Tenney > 6 March 2012 12:25 > > Give it a month or six week s or so. > > *From:*xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] *On Behalf Of *Pat Lockley > *Sent:* 06 March 2012 12:21 > *To:* Xerte discussion list > *Subject:* [Xerte] Re: Cannot add projects to folders on a Mac > > Permissions issues? > > I'd not rush to 1.7 at the moment..... > > On Tue, Mar 6, 2012 at 12:15 PM, Julian Prior > wrote: > > Pat - just to add, we are having all sorts of permissions issues with > our toolkits installation at the moment (we're on 1.5) - hoping to > have a clean install of 1.7 when our developer gets some free time . . . > > cheers > > JP > > > *Error! Filename not specified.* > > *Julian Prior* > > 6 March 2012 12:11 > > Thanks, hope they were nice to you :-) > > See attached screengrab movie - only error I can see is a 404 but > think this is related to a previous action in Safari? > > cheers > > JP > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > *Error! Filename not specified.* > > *Pat Lockley* > > 6 March 2012 11:38 > > people in office> > > Go into advanced preferences > > Advanced > > Show develop menu in menu bar > > Then in the develop menu > > Show Error Console > > Simple! Macs are so easy. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > *Error! Filename not specified.* > > *Julian Prior* > > 6 March 2012 11:32 > > I might do - if I knew how to spot one :-) > > JP > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > *Error! Filename not specified.* > > *Pat Lockley* > > 6 March 2012 11:26 > > Do you get a JS error? > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > *Error! Filename not specified.* > > *Julian Prior* > > 6 March 2012 10:26 > > Anyone else on a Mac having this problem with XOT? Regardless of which > browser I use (Firefox, Chrome, Safari) I cannot pick up, drag and > drop a project into a folder in the My Projects area. > > Seems my only option is to have a long list of projects but would be > good to be able to sort them into folders. > > cheers > > Julian > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > -- > *Julian Prior* > Learning Technologist > Learning and Teaching Enhancement Office > Wessex House 5.27 > University of Bath > Claverton Campus > BA2 7AY > > t: 01225 383864 > e: j.prior2 at bath.ac.uk > > twitter: @jpodcaster > skype: joolsyp > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Pat Lockley > 6 March 2012 12:20 > Permissions issues? > > I'd not rush to 1.7 at the moment..... > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Julian Prior > 6 March 2012 12:15 > Pat - just to add, we are having all sorts of permissions issues with > our toolkits installation at the moment (we're on 1.5) - hoping to > have a clean install of 1.7 when our developer gets some free time . . . > > cheers > > JP > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Julian Prior > 6 March 2012 12:11 > Thanks, hope they were nice to you :-) > > See attached screengrab movie - only error I can see is a 404 but > think this is related to a previous action in Safari? > > cheers > > JP > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Pat Lockley > 6 March 2012 11:38 > people in office> > > Go into advanced preferences > > Advanced > Show develop menu in menu bar > > Then in the develop menu > Show Error Console > > Simple! Macs are so easy. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -- Julian Prior Learning Technologist Learning and Teaching Enhancement Office Wessex House 5.27 University of Bath Claverton Campus BA2 7AY t: 01225 383864 e: j.prior2 at bath.ac.uk twitter: @jpodcaster skype: joolsyp -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: compose-unknown-contact.jpg Type: image/jpeg Size: 770 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: postbox-contact.jpg Type: image/jpeg Size: 1270 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: postbox-contact.jpg Type: image/jpeg Size: 1180 bytes Desc: not available URL: From patrick.lockley at googlemail.com Tue Mar 6 12:31:19 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Tue, 6 Mar 2012 12:31:19 +0000 Subject: [Xerte] Re: Cannot add projects to folders on a Mac In-Reply-To: <4F560323.2010200@bath.ac.uk> References: <4F55E665.9000302@bath.ac.uk> <4F55F5B5.6050405@bath.ac.uk> <4F55FEFE.9090303@bath.ac.uk> <4F55FFCF.3020603@bath.ac.uk> <4F560323.2010200@bath.ac.uk> Message-ID: So when they "give" They give you a project - but it is empty? On Tue, Mar 6, 2012 at 12:29 PM, Julian Prior wrote: > We're having a strange issue whereby a colleague who worked with us then > left but has since returned cannot give projects to us - they transfer to > us as empty of all content. Our developer has tried changing the case of > her username within Xerte and that fixed things temporarily but she is > still unable to create new projects (the insert button remains greyed out). > She can access all her old content fine but at the moment cannot create any > new projects - we might go down the route of requesting a new LDAP username > in order to create new Xerte content only. > > And we're still having the issue of YouTube content not playing which I > understand is fixed in 1.7? > > cheers > > JP > > Pat Lockley > 6 March 2012 12:20 > Permissions issues? > > I'd not rush to 1.7 at the moment..... > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Julian Prior > 6 March 2012 12:15 > Pat - just to add, we are having all sorts of permissions issues with our > toolkits installation at the moment (we're on 1.5) - hoping to have a clean > install of 1.7 when our developer gets some free time . . . > > cheers > > JP > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Julian Prior > 6 March 2012 12:11 > Thanks, hope they were nice to you :-) > > See attached screengrab movie - only error I can see is a 404 but think > this is related to a previous action in Safari? > > cheers > > JP > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Pat Lockley > 6 March 2012 11:38 > in office> > > Go into advanced preferences > > Advanced > Show develop menu in menu bar > > Then in the develop menu > Show Error Console > > Simple! Macs are so easy. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Julian Prior > 6 March 2012 11:32 > I might do - if I knew how to spot one :-) > > JP > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > -- > Julian Prior > Learning Technologist > Learning and Teaching Enhancement Office > Wessex House 5.27 > University of Bath > Claverton Campus > BA2 7AY > > t: 01225 383864 > e: j.prior2 at bath.ac.uk > > twitter: @jpodcaster > skype: joolsyp > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From j.prior2 at bath.ac.uk Tue Mar 6 12:41:31 2012 From: j.prior2 at bath.ac.uk (Julian Prior) Date: Tue, 06 Mar 2012 12:41:31 +0000 Subject: [Xerte] Re: Cannot add projects to folders on a Mac In-Reply-To: References: <4F55E665.9000302@bath.ac.uk> <4F55F5B5.6050405@bath.ac.uk> <4F55FEFE.9090303@bath.ac.uk> <4F55FFCF.3020603@bath.ac.uk> <4F560323.2010200@bath.ac.uk> Message-ID: <4F5605FB.2080304@bath.ac.uk> Yes, exactly that. JP > Pat Lockley > 6 March 2012 12:31 > So when they "give" > > They give you a project - but it is empty? > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Julian Prior > 6 March 2012 12:29 > We're having a strange issue whereby a colleague who worked with us > then left but has since returned cannot give projects to us - they > transfer to us as empty of all content. Our developer has tried > changing the case of her username within Xerte and that fixed things > temporarily but she is still unable to create new projects (the insert > button remains greyed out). She can access all her old content fine > but at the moment cannot create any new projects - we might go down > the route of requesting a new LDAP username in order to create new > Xerte content only. > > And we're still having the issue of YouTube content not playing which > I understand is fixed in 1.7? > > cheers > > JP > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Pat Lockley > 6 March 2012 12:20 > Permissions issues? > > I'd not rush to 1.7 at the moment..... > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Julian Prior > 6 March 2012 12:15 > Pat - just to add, we are having all sorts of permissions issues with > our toolkits installation at the moment (we're on 1.5) - hoping to > have a clean install of 1.7 when our developer gets some free time . . . > > cheers > > JP > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > Julian Prior > 6 March 2012 12:11 > Thanks, hope they were nice to you :-) > > See attached screengrab movie - only error I can see is a 404 but > think this is related to a previous action in Safari? > > cheers > > JP > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment > may still contain software viruses which could damage your computer > system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -- Julian Prior Learning Technologist Learning and Teaching Enhancement Office Wessex House 5.27 University of Bath Claverton Campus BA2 7AY t: 01225 383864 e: j.prior2 at bath.ac.uk twitter: @jpodcaster skype: joolsyp -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: postbox-contact.jpg Type: image/jpeg Size: 1270 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: postbox-contact.jpg Type: image/jpeg Size: 1180 bytes Desc: not available URL: From patrick.lockley at googlemail.com Tue Mar 6 13:33:55 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Tue, 6 Mar 2012 13:33:55 +0000 Subject: [Xerte] Re: Cannot add projects to folders on a Mac In-Reply-To: <4F5605FB.2080304@bath.ac.uk> References: <4F55E665.9000302@bath.ac.uk> <4F55F5B5.6050405@bath.ac.uk> <4F55FEFE.9090303@bath.ac.uk> <4F55FFCF.3020603@bath.ac.uk> <4F560323.2010200@bath.ac.uk> <4F5605FB.2080304@bath.ac.uk> Message-ID: <9A170869-32C0-4DB5-9C2A-4FE55CEDCB1E@googlemail.com> I would imagine this is the same as the last problem. The user login is part of the path to a folder on the system. So give might fail as the path is odd. Obviously code should try and catch but some things unforseeable On 6 Mar 2012, at 12:41, Julian Prior wrote: > Yes, exactly that. > > JP > >> Pat Lockley 6 March 2012 12:31 >> So when they "give" >> >> They give you a project - but it is empty? >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment >> may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the >> University of Nottingham may be monitored as permitted by UK legislation. >> >> Julian Prior 6 March 2012 12:29 >> We're having a strange issue whereby a colleague who worked with us then left but has since returned cannot give projects to us - they transfer to us as empty of all content. Our developer has tried changing the case of her username within Xerte and that fixed things temporarily but she is still unable to create new projects (the insert button remains greyed out). She can access all her old content fine but at the moment cannot create any new projects - we might go down the route of requesting a new LDAP username in order to create new Xerte content only. >> >> And we're still having the issue of YouTube content not playing which I understand is fixed in 1.7? >> >> cheers >> >> JP >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment >> may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the >> University of Nottingham may be monitored as permitted by UK legislation. >> >> Pat Lockley 6 March 2012 12:20 >> Permissions issues? >> >> I'd not rush to 1.7 at the moment..... >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment >> may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the >> University of Nottingham may be monitored as permitted by UK legislation. >> >> Julian Prior 6 March 2012 12:15 >> Pat - just to add, we are having all sorts of permissions issues with our toolkits installation at the moment (we're on 1.5) - hoping to have a clean install of 1.7 when our developer gets some free time . . . >> >> cheers >> >> JP >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment >> may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the >> University of Nottingham may be monitored as permitted by UK legislation. >> >> Julian Prior 6 March 2012 12:11 >> Thanks, hope they were nice to you :-) >> >> See attached screengrab movie - only error I can see is a 404 but think this is related to a previous action in Safari? >> >> cheers >> >> JP >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment >> may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the >> University of Nottingham may be monitored as permitted by UK legislation. >> > > -- > Julian Prior > Learning Technologist > Learning and Teaching Enhancement Office > Wessex House 5.27 > University of Bath > Claverton Campus > BA2 7AY > > t: 01225 383864 > e: j.prior2 at bath.ac.uk > > twitter: @jpodcaster > skype: joolsyp > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Oliver.Haslam at uwe.ac.uk Tue Mar 6 16:24:32 2012 From: Oliver.Haslam at uwe.ac.uk (Oliver Haslam) Date: Tue, 6 Mar 2012 16:24:32 +0000 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? In-Reply-To: <4F55FFF2.6010000@tor.nl> References: <017701ccf319$e6d3e480$b47bad80$@cambridge-serendipity.com> <01ef01ccf55b$c9f35be0$5dda13a0$@co.uk> <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B710988F@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B71099A2@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F55FFF2.6010000@tor.nl> Message-ID: <31CDB875D4C8E948899F952DE8C500C827B7109CE3@EGEN-MBX02.campus.ads.uwe.ac.uk> Thanks Tom. Does anyone else have 'email header' info already written in the mean time? Oli _______________________________ Oliver Haslam Course Developer (Technologist) Applied Sciences & Allied Health Professions Technology Enhanced Learning University of the West of England _______________________________ T: 0117 32 88215 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders Sent: 06 March 2012 12:16 To: Xerte discussion list Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? I haven't used it, but I'll give it a try and let you know. Mind you, I don't have time to do this before Thursday, so I invite someone else with a working configuration to answer before that. Tom Op 6-3-2012 12:55, Oliver Haslam schreef: > Can anyone share with me an example of what to write in the email headers field when they installed Xerte on a web server? > > I need an example of what to put where it says the following in management.php> Site> Email: > > "The site email headers is (use the * symbol to represent a new line)" > > Presumably this is the email TO, FROM, SUBJECT information etc. But I have no idea what format it should be in. > > Thanks > > Oli > > _______________________________ > > Oliver Haslam > Course Developer (Technologist) > Applied Sciences& Allied Health Professions > > Technology Enhanced Learning > University of the West of England > _______________________________ > T: 0117 32 88215 > > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley > Sent: 06 March 2012 11:26 > To: Xerte discussion list > Subject: [Xerte] Re: feedback form on logged in page > > Been ages since I've done it, you might need to get someone to share > their install setting > > On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam wrote: >> What should I put in the email headers field? >> >> _______________________________ >> >> Oliver Haslam >> Course Developer (Technologist) >> Applied Sciences& Allied Health Professions >> >> Technology Enhanced Learning >> University of the West of England >> _______________________________ >> T: 0117 32 88215 >> >> >> -----Original Message----- >> From: xerte-bounces at lists.nottingham.ac.uk >> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >> Lockley >> Sent: 06 March 2012 10:12 >> To: Xerte discussion list >> Subject: [Xerte] Re: feedback form on logged in page >> >> Set the email headers option in management.php >> >> On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam wrote: >>> Hi >>> >>> I THINK the site is now set up to send email. But I still can't get the feedback form to successfully send emails to me. I'm not sure if it is a setting that needs changing within Xerte or on the server itself. >>> >>> In the error log in management.php I get the following: >>> [D:\shared\xerte\feedback\index.php:42]: To: >>> oliver.haslam at uwe.ac.uk; >>> -- Headers: mail() on >>> >>> Any ideas what I should do next? >>> >>> Many thanks >>> >>> _______________________________ >>> >>> Oliver Haslam >>> Course Developer (Technologist) >>> Applied Sciences& Allied Health Professions >>> >>> Technology Enhanced Learning >>> University of the West of England >>> _______________________________ >>> T: 0117 32 88215 >>> >>> -----Original Message----- >>> From: xerte-bounces at lists.nottingham.ac.uk >>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>> Lockley >>> Sent: 27 February 2012 16:26 >>> To: Xerte discussion list >>> Subject: [Xerte] Re: feedback form on logged in page >>> >>> is your site set up to send email? >>> >>> php email functions can be turned off >>> >>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam wrote: >>>> How do I get the feedback form on the logged in page to work? >>>> >>>> I've put my email address in management.php under 'Site settings (HTML / Images)' where it says: >>>> "The site's feedback list is (A semi-colon separated list of email addresses to receive feedback from the feedback page)" >>>> >>>> And I've put my email address in management.php under 'Email' where it says: >>>> "The site email account is" >>>> >>>> But I still don't get anything when I test the form. >>>> >>>> Any suggestions? >>>> >>>> Thanks >>>> >>>> Oli >>>> _______________________________ >>>> >>>> Oliver Haslam >>>> Course Developer (Technologist) >>>> Applied Sciences& Allied Health Professions >>>> >>>> Technology Enhanced Learning >>>> University of the West of England >>>> _______________________________ >>>> T: 0117 32 88215 >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> >>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>> >>>> This message has been checked for viruses but the contents of an >>>> attachment may still contain software viruses which could damage your computer system: >>>> you are advised to perform your own checks. Email communications >>>> with the University of Nottingham may be monitored as permitted by UK legislation. >>>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>> >>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte From reijnders at tor.nl Tue Mar 6 20:39:56 2012 From: reijnders at tor.nl (Tom Reijnders) Date: Tue, 06 Mar 2012 21:39:56 +0100 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? In-Reply-To: <31CDB875D4C8E948899F952DE8C500C827B7109CE3@EGEN-MBX02.campus.ads.uwe.ac.uk> References: <01ef01ccf55b$c9f35be0$5dda13a0$@co.uk> <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B710988F@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B71099A2@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F55FFF2.6010000@tor.nl> <31CDB875D4C8E948899F952DE8C500C827B7109CE3@EGEN-MBX02.campus.ads.uwe.ac.uk> Message-ID: <4F56761C.80504@tor.nl> Had a look, and it's complicated... 1. I had to fix config.php, the line where the headers are set: Change $xerte_toolkits_site->headers = $row['headers']; in $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); (Line 194 in my installation) 2. The list of people who have to receive the feedback should be set in the feedback list (Last item of the Site settings) 3. The site email account is as of yet unclear to me 4. An example of the headers is Content-Type: text/html; charset=ISO-8859-1*From: XOT 5. The site email to add to username is the email domain name that is added to a xot username in the case of peer to peer feedback of a user to another user. This is working for me. Regards, Tom Op 6-3-2012 17:24, Oliver Haslam schreef: > Thanks Tom. Does anyone else have 'email header' info already written in the mean time? > > Oli > > _______________________________ > > Oliver Haslam > Course Developer (Technologist) > Applied Sciences& Allied Health Professions > > Technology Enhanced Learning > University of the West of England > _______________________________ > T: 0117 32 88215 > > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders > Sent: 06 March 2012 12:16 > To: Xerte discussion list > Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? > > I haven't used it, but I'll give it a try and let you know. > Mind you, I don't have time to do this before Thursday, so I invite someone else with a working configuration to answer before that. > > Tom > Op 6-3-2012 12:55, Oliver Haslam schreef: >> Can anyone share with me an example of what to write in the email headers field when they installed Xerte on a web server? >> >> I need an example of what to put where it says the following in management.php> Site> Email: >> >> "The site email headers is (use the * symbol to represent a new line)" >> >> Presumably this is the email TO, FROM, SUBJECT information etc. But I have no idea what format it should be in. >> >> Thanks >> >> Oli >> >> _______________________________ >> >> Oliver Haslam >> Course Developer (Technologist) >> Applied Sciences& Allied Health Professions >> >> Technology Enhanced Learning >> University of the West of England >> _______________________________ >> T: 0117 32 88215 >> >> >> -----Original Message----- >> From: xerte-bounces at lists.nottingham.ac.uk >> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley >> Sent: 06 March 2012 11:26 >> To: Xerte discussion list >> Subject: [Xerte] Re: feedback form on logged in page >> >> Been ages since I've done it, you might need to get someone to share >> their install setting >> >> On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam wrote: >>> What should I put in the email headers field? >>> >>> _______________________________ >>> >>> Oliver Haslam >>> Course Developer (Technologist) >>> Applied Sciences& Allied Health Professions >>> >>> Technology Enhanced Learning >>> University of the West of England >>> _______________________________ >>> T: 0117 32 88215 >>> >>> >>> -----Original Message----- >>> From: xerte-bounces at lists.nottingham.ac.uk >>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>> Lockley >>> Sent: 06 March 2012 10:12 >>> To: Xerte discussion list >>> Subject: [Xerte] Re: feedback form on logged in page >>> >>> Set the email headers option in management.php >>> >>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam wrote: >>>> Hi >>>> >>>> I THINK the site is now set up to send email. But I still can't get the feedback form to successfully send emails to me. I'm not sure if it is a setting that needs changing within Xerte or on the server itself. >>>> >>>> In the error log in management.php I get the following: >>>> [D:\shared\xerte\feedback\index.php:42]: To: >>>> oliver.haslam at uwe.ac.uk; >>>> -- Headers: mail() on >>>> >>>> Any ideas what I should do next? >>>> >>>> Many thanks >>>> >>>> _______________________________ >>>> >>>> Oliver Haslam >>>> Course Developer (Technologist) >>>> Applied Sciences& Allied Health Professions >>>> >>>> Technology Enhanced Learning >>>> University of the West of England >>>> _______________________________ >>>> T: 0117 32 88215 >>>> >>>> -----Original Message----- >>>> From: xerte-bounces at lists.nottingham.ac.uk >>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>> Lockley >>>> Sent: 27 February 2012 16:26 >>>> To: Xerte discussion list >>>> Subject: [Xerte] Re: feedback form on logged in page >>>> >>>> is your site set up to send email? >>>> >>>> php email functions can be turned off >>>> >>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam wrote: >>>>> How do I get the feedback form on the logged in page to work? >>>>> >>>>> I've put my email address in management.php under 'Site settings (HTML / Images)' where it says: >>>>> "The site's feedback list is (A semi-colon separated list of email addresses to receive feedback from the feedback page)" >>>>> >>>>> And I've put my email address in management.php under 'Email' where it says: >>>>> "The site email account is" >>>>> >>>>> But I still don't get anything when I test the form. >>>>> >>>>> Any suggestions? >>>>> >>>>> Thanks >>>>> >>>>> Oli >>>>> _______________________________ >>>>> >>>>> Oliver Haslam >>>>> Course Developer (Technologist) >>>>> Applied Sciences& Allied Health Professions >>>>> >>>>> Technology Enhanced Learning >>>>> University of the West of England >>>>> _______________________________ >>>>> T: 0117 32 88215 >>>>> >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> >>>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>>> >>>>> This message has been checked for viruses but the contents of an >>>>> attachment may still contain software viruses which could damage your computer system: >>>>> you are advised to perform your own checks. Email communications >>>>> with the University of Nottingham may be monitored as permitted by UK legislation. >>>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>> >>>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>>> >>>> >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>> >>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> > -- > -- > > Tom Reijnders > TOR Informatica > Chopinlaan 27 > 5242HM Rosmalen > Tel: 073 5226191 > Fax: 073 5226196 > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 From patrick.lockley at googlemail.com Tue Mar 6 20:42:34 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Tue, 6 Mar 2012 20:42:34 +0000 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? In-Reply-To: <4F56761C.80504@tor.nl> References: <01ef01ccf55b$c9f35be0$5dda13a0$@co.uk> <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B710988F@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B71099A2@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F55FFF2.6010000@tor.nl> <31CDB875D4C8E948899F952DE8C500C827B7109CE3@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F56761C.80504@tor.nl> Message-ID: site email account is for the feedback page install_url/feedback i think it might do the str_replace in the place headers is used (been so long it's all a bit vague) On Tue, Mar 6, 2012 at 8:39 PM, Tom Reijnders wrote: > Had a look, and it's complicated... > > 1. I had to fix config.php, the line where the headers are set: > Change > > ? $xerte_toolkits_site->headers = $row['headers']; > > in > > ? $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); > (Line 194 in my installation) > > 2. The list of people who have to receive the feedback should be set in the > feedback list (Last item of the Site settings) > 3. The site email account is as of yet unclear to me > 4. An example of the headers is > > Content-Type: text/html; charset=ISO-8859-1*From: XOT > > 5. The site email to add to username is the email domain ?name that is added > to a xot username in the case of peer to peer feedback of a user to another > user. > > This is working for me. > > Regards, > > Tom > > Op 6-3-2012 17:24, Oliver Haslam schreef: >> >> Thanks Tom. Does anyone else have 'email header' info already written in >> the mean time? >> >> Oli >> >> _______________________________ >> >> Oliver Haslam >> Course Developer (Technologist) >> Applied Sciences& ?Allied Health Professions >> >> Technology Enhanced Learning >> University of the West of England >> _______________________________ >> T: 0117 32 88215 >> >> >> -----Original Message----- >> From: xerte-bounces at lists.nottingham.ac.uk >> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders >> Sent: 06 March 2012 12:16 >> To: Xerte discussion list >> Subject: [Xerte] Re: Example email headers for Xerte install please. >> Anyone? >> >> I haven't used it, but I'll give it a try and let you know. >> Mind you, I don't have time to do this before Thursday, so I invite >> someone else with a working configuration to answer before that. >> >> Tom >> Op 6-3-2012 12:55, Oliver Haslam schreef: >>> >>> Can anyone share with me an example of what to write in the email headers >>> field when they installed Xerte on a web server? >>> >>> I need an example of what to put where it says the following in >>> management.php> ? Site> ? Email: >>> >>> "The site email headers is (use the * symbol to represent a new line)" >>> >>> Presumably this is the email TO, FROM, SUBJECT information etc. But I >>> have no idea what format it should be in. >>> >>> Thanks >>> >>> Oli >>> >>> _______________________________ >>> >>> Oliver Haslam >>> Course Developer (Technologist) >>> Applied Sciences& ? Allied Health Professions >>> >>> Technology Enhanced Learning >>> University of the West of England >>> _______________________________ >>> T: 0117 32 88215 >>> >>> >>> -----Original Message----- >>> From: xerte-bounces at lists.nottingham.ac.uk >>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley >>> Sent: 06 March 2012 11:26 >>> To: Xerte discussion list >>> Subject: [Xerte] Re: feedback form on logged in page >>> >>> Been ages since I've done it, you might need to get someone to share >>> their install setting >>> >>> On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam >>> wrote: >>>> >>>> What should I put in the email headers field? >>>> >>>> _______________________________ >>>> >>>> Oliver Haslam >>>> Course Developer (Technologist) >>>> Applied Sciences& ? Allied Health Professions >>>> >>>> Technology Enhanced Learning >>>> University of the West of England >>>> _______________________________ >>>> T: 0117 32 88215 >>>> >>>> >>>> -----Original Message----- >>>> From: xerte-bounces at lists.nottingham.ac.uk >>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>> Lockley >>>> Sent: 06 March 2012 10:12 >>>> To: Xerte discussion list >>>> Subject: [Xerte] Re: feedback form on logged in page >>>> >>>> Set the email headers option in management.php >>>> >>>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam >>>> ? wrote: >>>>> >>>>> Hi >>>>> >>>>> I THINK the site is now set up to send email. But I still can't get the >>>>> feedback form to successfully send emails to me. I'm not sure if it is a >>>>> setting that needs changing within Xerte or on the server itself. >>>>> >>>>> In the error log in management.php I get the following: >>>>> [D:\shared\xerte\feedback\index.php:42]: To: >>>>> oliver.haslam at uwe.ac.uk; >>>>> -- Headers: mail() on >>>>> >>>>> Any ideas what I should do next? >>>>> >>>>> Many thanks >>>>> >>>>> _______________________________ >>>>> >>>>> Oliver Haslam >>>>> Course Developer (Technologist) >>>>> Applied Sciences& ? Allied Health Professions >>>>> >>>>> Technology Enhanced Learning >>>>> University of the West of England >>>>> _______________________________ >>>>> T: 0117 32 88215 >>>>> >>>>> -----Original Message----- >>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>> Lockley >>>>> Sent: 27 February 2012 16:26 >>>>> To: Xerte discussion list >>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>> >>>>> is your site set up to send email? >>>>> >>>>> php email functions can be turned off >>>>> >>>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam >>>>> ? wrote: >>>>>> >>>>>> How do I get the feedback form on the logged in page to work? >>>>>> >>>>>> I've put my email address in management.php under 'Site settings (HTML >>>>>> / Images)' where it says: >>>>>> "The site's feedback list is (A semi-colon separated list of email >>>>>> addresses to receive feedback from the feedback page)" >>>>>> >>>>>> And I've put my email address in management.php under 'Email' where it >>>>>> says: >>>>>> "The site email account is" >>>>>> >>>>>> But I still don't get anything when I test the form. >>>>>> >>>>>> Any suggestions? >>>>>> >>>>>> Thanks >>>>>> >>>>>> Oli >>>>>> _______________________________ >>>>>> >>>>>> Oliver Haslam >>>>>> Course Developer (Technologist) >>>>>> Applied Sciences& ? Allied Health Professions >>>>>> >>>>>> Technology Enhanced Learning >>>>>> University of the West of England >>>>>> _______________________________ >>>>>> T: 0117 32 88215 >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Xerte mailing list >>>>>> Xerte at lists.nottingham.ac.uk >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>> >>>>>> This message and any attachment are intended solely for the addressee >>>>>> and may contain confidential information. If you have received this message >>>>>> in error, please send it back to me, and immediately delete it. ? Please do >>>>>> not use, copy or disclose the information contained in this message or in >>>>>> any attachment. ?Any views or opinions expressed by the author of this email >>>>>> do not necessarily reflect the views of the University of Nottingham. >>>>>> >>>>>> This message has been checked for viruses but the contents of an >>>>>> attachment may still contain software viruses which could damage your >>>>>> computer system: >>>>>> you are advised to perform your own checks. Email communications >>>>>> with the University of Nottingham may be monitored as permitted by UK >>>>>> legislation. >>>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> This message and any attachment are intended solely for the addressee >>>>> and may contain confidential information. If you have received this message >>>>> in error, please send it back to me, and immediately delete it. ? Please do >>>>> not use, copy or disclose the information contained in this message or in >>>>> any attachment. ?Any views or opinions expressed by the author of this email >>>>> do not necessarily reflect the views of the University of Nottingham. >>>>> >>>>> This message has been checked for viruses but the contents of an >>>>> attachment may still contain software viruses which could damage your >>>>> computer system: >>>>> you are advised to perform your own checks. Email communications with >>>>> the University of Nottingham may be monitored as permitted by UK >>>>> legislation. >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> This message and any attachment are intended solely for the addressee >>>> and may contain confidential information. If you have received this message >>>> in error, please send it back to me, and immediately delete it. ? Please do >>>> not use, copy or disclose the information contained in this message or in >>>> any attachment. ?Any views or opinions expressed by the author of this email >>>> do not necessarily reflect the views of the University of Nottingham. >>>> >>>> This message has been checked for viruses but the contents of an >>>> attachment may still contain software viruses which could damage your >>>> computer system: >>>> you are advised to perform your own checks. Email communications with >>>> the University of Nottingham may be monitored as permitted by UK >>>> legislation. >>>> >>>> >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> This message and any attachment are intended solely for the addressee and >>> may contain confidential information. If you have received this message in >>> error, please send it back to me, and immediately delete it. ? Please do not >>> use, copy or disclose the information contained in this message or in any >>> attachment. ?Any views or opinions expressed by the author of this email do >>> not necessarily reflect the views of the University of Nottingham. >>> >>> This message has been checked for viruses but the contents of an >>> attachment may still contain software viruses which could damage your >>> computer system: >>> you are advised to perform your own checks. Email communications with the >>> University of Nottingham may be monitored as permitted by UK legislation. >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> >> -- >> -- >> >> Tom Reijnders >> TOR Informatica >> Chopinlaan 27 >> 5242HM Rosmalen >> Tel: 073 5226191 >> Fax: 073 5226196 >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > > -- > -- > > Tom Reijnders > TOR Informatica > Chopinlaan 27 > 5242HM Rosmalen > Tel: 073 5226191 > Fax: 073 5226196 > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte From reijnders at tor.nl Tue Mar 6 21:18:45 2012 From: reijnders at tor.nl (Tom Reijnders) Date: Tue, 06 Mar 2012 22:18:45 +0100 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? In-Reply-To: References: <01ef01ccf55b$c9f35be0$5dda13a0$@co.uk> <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B710988F@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B71099A2@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F55FFF2.6010000@tor.nl> <31CDB875D4C8E948899F952DE8C500C827B7109CE3@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F56761C.80504@tor.nl> Message-ID: <4F567F35.6060202@tor.nl> Not in my install in feedback/index.php, and the mail function in feedback is not using site email account... at least not that I can see. I can't find any other instance of site_email_account find . -type f -exec grep site_email \{\} \; -ls returns only the locations in the code where the database is set. Op 6-3-2012 21:42, Pat Lockley schreef: > site email account is for the feedback page install_url/feedback > > i think it might do the str_replace in the place headers is used (been > so long it's all a bit vague) > > On Tue, Mar 6, 2012 at 8:39 PM, Tom Reijnders wrote: >> Had a look, and it's complicated... >> >> 1. I had to fix config.php, the line where the headers are set: >> Change >> >> $xerte_toolkits_site->headers = $row['headers']; >> >> in >> >> $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); >> (Line 194 in my installation) >> >> 2. The list of people who have to receive the feedback should be set in the >> feedback list (Last item of the Site settings) >> 3. The site email account is as of yet unclear to me >> 4. An example of the headers is >> >> Content-Type: text/html; charset=ISO-8859-1*From: XOT >> >> 5. The site email to add to username is the email domain name that is added >> to a xot username in the case of peer to peer feedback of a user to another >> user. >> >> This is working for me. >> >> Regards, >> >> Tom >> >> Op 6-3-2012 17:24, Oliver Haslam schreef: >>> Thanks Tom. Does anyone else have 'email header' info already written in >>> the mean time? >>> >>> Oli >>> >>> _______________________________ >>> >>> Oliver Haslam >>> Course Developer (Technologist) >>> Applied Sciences& Allied Health Professions >>> >>> Technology Enhanced Learning >>> University of the West of England >>> _______________________________ >>> T: 0117 32 88215 >>> >>> >>> -----Original Message----- >>> From: xerte-bounces at lists.nottingham.ac.uk >>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders >>> Sent: 06 March 2012 12:16 >>> To: Xerte discussion list >>> Subject: [Xerte] Re: Example email headers for Xerte install please. >>> Anyone? >>> >>> I haven't used it, but I'll give it a try and let you know. >>> Mind you, I don't have time to do this before Thursday, so I invite >>> someone else with a working configuration to answer before that. >>> >>> Tom >>> Op 6-3-2012 12:55, Oliver Haslam schreef: >>>> Can anyone share with me an example of what to write in the email headers >>>> field when they installed Xerte on a web server? >>>> >>>> I need an example of what to put where it says the following in >>>> management.php> Site> Email: >>>> >>>> "The site email headers is (use the * symbol to represent a new line)" >>>> >>>> Presumably this is the email TO, FROM, SUBJECT information etc. But I >>>> have no idea what format it should be in. >>>> >>>> Thanks >>>> >>>> Oli >>>> >>>> _______________________________ >>>> >>>> Oliver Haslam >>>> Course Developer (Technologist) >>>> Applied Sciences& Allied Health Professions >>>> >>>> Technology Enhanced Learning >>>> University of the West of England >>>> _______________________________ >>>> T: 0117 32 88215 >>>> >>>> >>>> -----Original Message----- >>>> From: xerte-bounces at lists.nottingham.ac.uk >>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley >>>> Sent: 06 March 2012 11:26 >>>> To: Xerte discussion list >>>> Subject: [Xerte] Re: feedback form on logged in page >>>> >>>> Been ages since I've done it, you might need to get someone to share >>>> their install setting >>>> >>>> On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam >>>> wrote: >>>>> What should I put in the email headers field? >>>>> >>>>> _______________________________ >>>>> >>>>> Oliver Haslam >>>>> Course Developer (Technologist) >>>>> Applied Sciences& Allied Health Professions >>>>> >>>>> Technology Enhanced Learning >>>>> University of the West of England >>>>> _______________________________ >>>>> T: 0117 32 88215 >>>>> >>>>> >>>>> -----Original Message----- >>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>> Lockley >>>>> Sent: 06 March 2012 10:12 >>>>> To: Xerte discussion list >>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>> >>>>> Set the email headers option in management.php >>>>> >>>>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam >>>>> wrote: >>>>>> Hi >>>>>> >>>>>> I THINK the site is now set up to send email. But I still can't get the >>>>>> feedback form to successfully send emails to me. I'm not sure if it is a >>>>>> setting that needs changing within Xerte or on the server itself. >>>>>> >>>>>> In the error log in management.php I get the following: >>>>>> [D:\shared\xerte\feedback\index.php:42]: To: >>>>>> oliver.haslam at uwe.ac.uk; >>>>>> -- Headers: mail() on >>>>>> >>>>>> Any ideas what I should do next? >>>>>> >>>>>> Many thanks >>>>>> >>>>>> _______________________________ >>>>>> >>>>>> Oliver Haslam >>>>>> Course Developer (Technologist) >>>>>> Applied Sciences& Allied Health Professions >>>>>> >>>>>> Technology Enhanced Learning >>>>>> University of the West of England >>>>>> _______________________________ >>>>>> T: 0117 32 88215 >>>>>> >>>>>> -----Original Message----- >>>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>>> Lockley >>>>>> Sent: 27 February 2012 16:26 >>>>>> To: Xerte discussion list >>>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>>> >>>>>> is your site set up to send email? >>>>>> >>>>>> php email functions can be turned off >>>>>> >>>>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam >>>>>> wrote: >>>>>>> How do I get the feedback form on the logged in page to work? >>>>>>> >>>>>>> I've put my email address in management.php under 'Site settings (HTML >>>>>>> / Images)' where it says: >>>>>>> "The site's feedback list is (A semi-colon separated list of email >>>>>>> addresses to receive feedback from the feedback page)" >>>>>>> >>>>>>> And I've put my email address in management.php under 'Email' where it >>>>>>> says: >>>>>>> "The site email account is" >>>>>>> >>>>>>> But I still don't get anything when I test the form. >>>>>>> >>>>>>> Any suggestions? >>>>>>> >>>>>>> Thanks >>>>>>> >>>>>>> Oli >>>>>>> _______________________________ >>>>>>> >>>>>>> Oliver Haslam >>>>>>> Course Developer (Technologist) >>>>>>> Applied Sciences& Allied Health Professions >>>>>>> >>>>>>> Technology Enhanced Learning >>>>>>> University of the West of England >>>>>>> _______________________________ >>>>>>> T: 0117 32 88215 >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Xerte mailing list >>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>> >>>>>>> This message and any attachment are intended solely for the addressee >>>>>>> and may contain confidential information. If you have received this message >>>>>>> in error, please send it back to me, and immediately delete it. Please do >>>>>>> not use, copy or disclose the information contained in this message or in >>>>>>> any attachment. Any views or opinions expressed by the author of this email >>>>>>> do not necessarily reflect the views of the University of Nottingham. >>>>>>> >>>>>>> This message has been checked for viruses but the contents of an >>>>>>> attachment may still contain software viruses which could damage your >>>>>>> computer system: >>>>>>> you are advised to perform your own checks. Email communications >>>>>>> with the University of Nottingham may be monitored as permitted by UK >>>>>>> legislation. >>>>>>> >>>>>> _______________________________________________ >>>>>> Xerte mailing list >>>>>> Xerte at lists.nottingham.ac.uk >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>> This message and any attachment are intended solely for the addressee >>>>>> and may contain confidential information. If you have received this message >>>>>> in error, please send it back to me, and immediately delete it. Please do >>>>>> not use, copy or disclose the information contained in this message or in >>>>>> any attachment. Any views or opinions expressed by the author of this email >>>>>> do not necessarily reflect the views of the University of Nottingham. >>>>>> >>>>>> This message has been checked for viruses but the contents of an >>>>>> attachment may still contain software viruses which could damage your >>>>>> computer system: >>>>>> you are advised to perform your own checks. Email communications with >>>>>> the University of Nottingham may be monitored as permitted by UK >>>>>> legislation. >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Xerte mailing list >>>>>> Xerte at lists.nottingham.ac.uk >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> This message and any attachment are intended solely for the addressee >>>>> and may contain confidential information. If you have received this message >>>>> in error, please send it back to me, and immediately delete it. Please do >>>>> not use, copy or disclose the information contained in this message or in >>>>> any attachment. Any views or opinions expressed by the author of this email >>>>> do not necessarily reflect the views of the University of Nottingham. >>>>> >>>>> This message has been checked for viruses but the contents of an >>>>> attachment may still contain software viruses which could damage your >>>>> computer system: >>>>> you are advised to perform your own checks. Email communications with >>>>> the University of Nottingham may be monitored as permitted by UK >>>>> legislation. >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> This message and any attachment are intended solely for the addressee and >>>> may contain confidential information. If you have received this message in >>>> error, please send it back to me, and immediately delete it. Please do not >>>> use, copy or disclose the information contained in this message or in any >>>> attachment. Any views or opinions expressed by the author of this email do >>>> not necessarily reflect the views of the University of Nottingham. >>>> >>>> This message has been checked for viruses but the contents of an >>>> attachment may still contain software viruses which could damage your >>>> computer system: >>>> you are advised to perform your own checks. Email communications with the >>>> University of Nottingham may be monitored as permitted by UK legislation. >>>> >>>> >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> >>> -- >>> -- >>> >>> Tom Reijnders >>> TOR Informatica >>> Chopinlaan 27 >>> 5242HM Rosmalen >>> Tel: 073 5226191 >>> Fax: 073 5226196 >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> -- >> -- >> >> Tom Reijnders >> TOR Informatica >> Chopinlaan 27 >> 5242HM Rosmalen >> Tel: 073 5226191 >> Fax: 073 5226196 >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 From patrick.lockley at googlemail.com Tue Mar 6 21:22:32 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Tue, 6 Mar 2012 21:22:32 +0000 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? In-Reply-To: <4F567F35.6060202@tor.nl> References: <01ef01ccf55b$c9f35be0$5dda13a0$@co.uk> <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B710988F@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B71099A2@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F55FFF2.6010000@tor.nl> <31CDB875D4C8E948899F952DE8C500C827B7109CE3@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F56761C.80504@tor.nl> <4F567F35.6060202@tor.nl> Message-ID: <236E9643-1261-4CEB-A063-8F3E0F03948E@googlemail.com> It might have been in error_libray.php? On 6 Mar 2012, at 21:18, Tom Reijnders wrote: > Not in my install in feedback/index.php, and the mail function in feedback is not using site email account... at least not that I can see. > > I can't find any other instance of site_email_account > > find . -type f -exec grep site_email \{\} \; -ls > > returns only the locations in the code where the database is set. > > Op 6-3-2012 21:42, Pat Lockley schreef: >> site email account is for the feedback page install_url/feedback >> >> i think it might do the str_replace in the place headers is used (been >> so long it's all a bit vague) >> >> On Tue, Mar 6, 2012 at 8:39 PM, Tom Reijnders wrote: >>> Had a look, and it's complicated... >>> >>> 1. I had to fix config.php, the line where the headers are set: >>> Change >>> >>> $xerte_toolkits_site->headers = $row['headers']; >>> >>> in >>> >>> $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); >>> (Line 194 in my installation) >>> >>> 2. The list of people who have to receive the feedback should be set in the >>> feedback list (Last item of the Site settings) >>> 3. The site email account is as of yet unclear to me >>> 4. An example of the headers is >>> >>> Content-Type: text/html; charset=ISO-8859-1*From: XOT >>> >>> 5. The site email to add to username is the email domain name that is added >>> to a xot username in the case of peer to peer feedback of a user to another >>> user. >>> >>> This is working for me. >>> >>> Regards, >>> >>> Tom >>> >>> Op 6-3-2012 17:24, Oliver Haslam schreef: >>>> Thanks Tom. Does anyone else have 'email header' info already written in >>>> the mean time? >>>> >>>> Oli >>>> >>>> _______________________________ >>>> >>>> Oliver Haslam >>>> Course Developer (Technologist) >>>> Applied Sciences& Allied Health Professions >>>> >>>> Technology Enhanced Learning >>>> University of the West of England >>>> _______________________________ >>>> T: 0117 32 88215 >>>> >>>> >>>> -----Original Message----- >>>> From: xerte-bounces at lists.nottingham.ac.uk >>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders >>>> Sent: 06 March 2012 12:16 >>>> To: Xerte discussion list >>>> Subject: [Xerte] Re: Example email headers for Xerte install please. >>>> Anyone? >>>> >>>> I haven't used it, but I'll give it a try and let you know. >>>> Mind you, I don't have time to do this before Thursday, so I invite >>>> someone else with a working configuration to answer before that. >>>> >>>> Tom >>>> Op 6-3-2012 12:55, Oliver Haslam schreef: >>>>> Can anyone share with me an example of what to write in the email headers >>>>> field when they installed Xerte on a web server? >>>>> >>>>> I need an example of what to put where it says the following in >>>>> management.php> Site> Email: >>>>> >>>>> "The site email headers is (use the * symbol to represent a new line)" >>>>> >>>>> Presumably this is the email TO, FROM, SUBJECT information etc. But I >>>>> have no idea what format it should be in. >>>>> >>>>> Thanks >>>>> >>>>> Oli >>>>> >>>>> _______________________________ >>>>> >>>>> Oliver Haslam >>>>> Course Developer (Technologist) >>>>> Applied Sciences& Allied Health Professions >>>>> >>>>> Technology Enhanced Learning >>>>> University of the West of England >>>>> _______________________________ >>>>> T: 0117 32 88215 >>>>> >>>>> >>>>> -----Original Message----- >>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley >>>>> Sent: 06 March 2012 11:26 >>>>> To: Xerte discussion list >>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>> >>>>> Been ages since I've done it, you might need to get someone to share >>>>> their install setting >>>>> >>>>> On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam >>>>> wrote: >>>>>> What should I put in the email headers field? >>>>>> >>>>>> _______________________________ >>>>>> >>>>>> Oliver Haslam >>>>>> Course Developer (Technologist) >>>>>> Applied Sciences& Allied Health Professions >>>>>> >>>>>> Technology Enhanced Learning >>>>>> University of the West of England >>>>>> _______________________________ >>>>>> T: 0117 32 88215 >>>>>> >>>>>> >>>>>> -----Original Message----- >>>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>>> Lockley >>>>>> Sent: 06 March 2012 10:12 >>>>>> To: Xerte discussion list >>>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>>> >>>>>> Set the email headers option in management.php >>>>>> >>>>>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam >>>>>> wrote: >>>>>>> Hi >>>>>>> >>>>>>> I THINK the site is now set up to send email. But I still can't get the >>>>>>> feedback form to successfully send emails to me. I'm not sure if it is a >>>>>>> setting that needs changing within Xerte or on the server itself. >>>>>>> >>>>>>> In the error log in management.php I get the following: >>>>>>> [D:\shared\xerte\feedback\index.php:42]: To: >>>>>>> oliver.haslam at uwe.ac.uk; >>>>>>> -- Headers: mail() on >>>>>>> >>>>>>> Any ideas what I should do next? >>>>>>> >>>>>>> Many thanks >>>>>>> >>>>>>> _______________________________ >>>>>>> >>>>>>> Oliver Haslam >>>>>>> Course Developer (Technologist) >>>>>>> Applied Sciences& Allied Health Professions >>>>>>> >>>>>>> Technology Enhanced Learning >>>>>>> University of the West of England >>>>>>> _______________________________ >>>>>>> T: 0117 32 88215 >>>>>>> >>>>>>> -----Original Message----- >>>>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>>>> Lockley >>>>>>> Sent: 27 February 2012 16:26 >>>>>>> To: Xerte discussion list >>>>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>>>> >>>>>>> is your site set up to send email? >>>>>>> >>>>>>> php email functions can be turned off >>>>>>> >>>>>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam >>>>>>> wrote: >>>>>>>> How do I get the feedback form on the logged in page to work? >>>>>>>> >>>>>>>> I've put my email address in management.php under 'Site settings (HTML >>>>>>>> / Images)' where it says: >>>>>>>> "The site's feedback list is (A semi-colon separated list of email >>>>>>>> addresses to receive feedback from the feedback page)" >>>>>>>> >>>>>>>> And I've put my email address in management.php under 'Email' where it >>>>>>>> says: >>>>>>>> "The site email account is" >>>>>>>> >>>>>>>> But I still don't get anything when I test the form. >>>>>>>> >>>>>>>> Any suggestions? >>>>>>>> >>>>>>>> Thanks >>>>>>>> >>>>>>>> Oli >>>>>>>> _______________________________ >>>>>>>> >>>>>>>> Oliver Haslam >>>>>>>> Course Developer (Technologist) >>>>>>>> Applied Sciences& Allied Health Professions >>>>>>>> >>>>>>>> Technology Enhanced Learning >>>>>>>> University of the West of England >>>>>>>> _______________________________ >>>>>>>> T: 0117 32 88215 >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Xerte mailing list >>>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>>> >>>>>>>> This message and any attachment are intended solely for the addressee >>>>>>>> and may contain confidential information. If you have received this message >>>>>>>> in error, please send it back to me, and immediately delete it. Please do >>>>>>>> not use, copy or disclose the information contained in this message or in >>>>>>>> any attachment. Any views or opinions expressed by the author of this email >>>>>>>> do not necessarily reflect the views of the University of Nottingham. >>>>>>>> >>>>>>>> This message has been checked for viruses but the contents of an >>>>>>>> attachment may still contain software viruses which could damage your >>>>>>>> computer system: >>>>>>>> you are advised to perform your own checks. Email communications >>>>>>>> with the University of Nottingham may be monitored as permitted by UK >>>>>>>> legislation. >>>>>>>> >>>>>>> _______________________________________________ >>>>>>> Xerte mailing list >>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>> This message and any attachment are intended solely for the addressee >>>>>>> and may contain confidential information. If you have received this message >>>>>>> in error, please send it back to me, and immediately delete it. Please do >>>>>>> not use, copy or disclose the information contained in this message or in >>>>>>> any attachment. Any views or opinions expressed by the author of this email >>>>>>> do not necessarily reflect the views of the University of Nottingham. >>>>>>> >>>>>>> This message has been checked for viruses but the contents of an >>>>>>> attachment may still contain software viruses which could damage your >>>>>>> computer system: >>>>>>> you are advised to perform your own checks. Email communications with >>>>>>> the University of Nottingham may be monitored as permitted by UK >>>>>>> legislation. >>>>>>> >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Xerte mailing list >>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>> _______________________________________________ >>>>>> Xerte mailing list >>>>>> Xerte at lists.nottingham.ac.uk >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>> This message and any attachment are intended solely for the addressee >>>>>> and may contain confidential information. If you have received this message >>>>>> in error, please send it back to me, and immediately delete it. Please do >>>>>> not use, copy or disclose the information contained in this message or in >>>>>> any attachment. Any views or opinions expressed by the author of this email >>>>>> do not necessarily reflect the views of the University of Nottingham. >>>>>> >>>>>> This message has been checked for viruses but the contents of an >>>>>> attachment may still contain software viruses which could damage your >>>>>> computer system: >>>>>> you are advised to perform your own checks. Email communications with >>>>>> the University of Nottingham may be monitored as permitted by UK >>>>>> legislation. >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Xerte mailing list >>>>>> Xerte at lists.nottingham.ac.uk >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> This message and any attachment are intended solely for the addressee and >>>>> may contain confidential information. If you have received this message in >>>>> error, please send it back to me, and immediately delete it. Please do not >>>>> use, copy or disclose the information contained in this message or in any >>>>> attachment. Any views or opinions expressed by the author of this email do >>>>> not necessarily reflect the views of the University of Nottingham. >>>>> >>>>> This message has been checked for viruses but the contents of an >>>>> attachment may still contain software viruses which could damage your >>>>> computer system: >>>>> you are advised to perform your own checks. Email communications with the >>>>> University of Nottingham may be monitored as permitted by UK legislation. >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> >>>> -- >>>> -- >>>> >>>> Tom Reijnders >>>> TOR Informatica >>>> Chopinlaan 27 >>>> 5242HM Rosmalen >>>> Tel: 073 5226191 >>>> Fax: 073 5226196 >>>> >>>> >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> >>>> >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> >>> -- >>> -- >>> >>> Tom Reijnders >>> TOR Informatica >>> Chopinlaan 27 >>> 5242HM Rosmalen >>> Tel: 073 5226191 >>> Fax: 073 5226196 >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment >> may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the >> University of Nottingham may be monitored as permitted by UK legislation. >> > > -- > -- > > Tom Reijnders > TOR Informatica > Chopinlaan 27 > 5242HM Rosmalen > Tel: 073 5226191 > Fax: 073 5226196 > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte From reijnders at tor.nl Tue Mar 6 21:41:29 2012 From: reijnders at tor.nl (Tom Reijnders) Date: Tue, 06 Mar 2012 22:41:29 +0100 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? In-Reply-To: <236E9643-1261-4CEB-A063-8F3E0F03948E@googlemail.com> References: <01ef01ccf55b$c9f35be0$5dda13a0$@co.uk> <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B710988F@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B71099A2@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F55FFF2.6010000@tor.nl> <31CDB875D4C8E948899F952DE8C500C827B7109CE3@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F56761C.80504@tor.nl> <4F567F35.6060202@tor.nl> <236E9643-1261-4CEB-A063-8F3E0F03948E@googlemai l.com> Message-ID: <4F568489.6070901@tor.nl> That is using 'email_error_list' as far as I can tell.... Can it be a leftover from before having a feedback list and an error list? We have to change the header thing anyway I think. XOT is creating html mails, so we should ALWAYS put in the content type header, and we can use the site_email_acount as the From header. Op 6-3-2012 22:22, Pat Lockley schreef: > It might have been in error_libray.php? > > On 6 Mar 2012, at 21:18, Tom Reijnders wrote: > >> Not in my install in feedback/index.php, and the mail function in feedback is not using site email account... at least not that I can see. >> >> I can't find any other instance of site_email_account >> >> find . -type f -exec grep site_email \{\} \; -ls >> >> returns only the locations in the code where the database is set. >> >> Op 6-3-2012 21:42, Pat Lockley schreef: >>> site email account is for the feedback page install_url/feedback >>> >>> i think it might do the str_replace in the place headers is used (been >>> so long it's all a bit vague) >>> >>> On Tue, Mar 6, 2012 at 8:39 PM, Tom Reijnders wrote: >>>> Had a look, and it's complicated... >>>> >>>> 1. I had to fix config.php, the line where the headers are set: >>>> Change >>>> >>>> $xerte_toolkits_site->headers = $row['headers']; >>>> >>>> in >>>> >>>> $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); >>>> (Line 194 in my installation) >>>> >>>> 2. The list of people who have to receive the feedback should be set in the >>>> feedback list (Last item of the Site settings) >>>> 3. The site email account is as of yet unclear to me >>>> 4. An example of the headers is >>>> >>>> Content-Type: text/html; charset=ISO-8859-1*From: XOT >>>> >>>> 5. The site email to add to username is the email domain name that is added >>>> to a xot username in the case of peer to peer feedback of a user to another >>>> user. >>>> >>>> This is working for me. >>>> >>>> Regards, >>>> >>>> Tom >>>> >>>> Op 6-3-2012 17:24, Oliver Haslam schreef: >>>>> Thanks Tom. Does anyone else have 'email header' info already written in >>>>> the mean time? >>>>> >>>>> Oli >>>>> >>>>> _______________________________ >>>>> >>>>> Oliver Haslam >>>>> Course Developer (Technologist) >>>>> Applied Sciences& Allied Health Professions >>>>> >>>>> Technology Enhanced Learning >>>>> University of the West of England >>>>> _______________________________ >>>>> T: 0117 32 88215 >>>>> >>>>> >>>>> -----Original Message----- >>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders >>>>> Sent: 06 March 2012 12:16 >>>>> To: Xerte discussion list >>>>> Subject: [Xerte] Re: Example email headers for Xerte install please. >>>>> Anyone? >>>>> >>>>> I haven't used it, but I'll give it a try and let you know. >>>>> Mind you, I don't have time to do this before Thursday, so I invite >>>>> someone else with a working configuration to answer before that. >>>>> >>>>> Tom >>>>> Op 6-3-2012 12:55, Oliver Haslam schreef: >>>>>> Can anyone share with me an example of what to write in the email headers >>>>>> field when they installed Xerte on a web server? >>>>>> >>>>>> I need an example of what to put where it says the following in >>>>>> management.php> Site> Email: >>>>>> >>>>>> "The site email headers is (use the * symbol to represent a new line)" >>>>>> >>>>>> Presumably this is the email TO, FROM, SUBJECT information etc. But I >>>>>> have no idea what format it should be in. >>>>>> >>>>>> Thanks >>>>>> >>>>>> Oli >>>>>> >>>>>> _______________________________ >>>>>> >>>>>> Oliver Haslam >>>>>> Course Developer (Technologist) >>>>>> Applied Sciences& Allied Health Professions >>>>>> >>>>>> Technology Enhanced Learning >>>>>> University of the West of England >>>>>> _______________________________ >>>>>> T: 0117 32 88215 >>>>>> >>>>>> >>>>>> -----Original Message----- >>>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley >>>>>> Sent: 06 March 2012 11:26 >>>>>> To: Xerte discussion list >>>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>>> >>>>>> Been ages since I've done it, you might need to get someone to share >>>>>> their install setting >>>>>> >>>>>> On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam >>>>>> wrote: >>>>>>> What should I put in the email headers field? >>>>>>> >>>>>>> _______________________________ >>>>>>> >>>>>>> Oliver Haslam >>>>>>> Course Developer (Technologist) >>>>>>> Applied Sciences& Allied Health Professions >>>>>>> >>>>>>> Technology Enhanced Learning >>>>>>> University of the West of England >>>>>>> _______________________________ >>>>>>> T: 0117 32 88215 >>>>>>> >>>>>>> >>>>>>> -----Original Message----- >>>>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>>>> Lockley >>>>>>> Sent: 06 March 2012 10:12 >>>>>>> To: Xerte discussion list >>>>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>>>> >>>>>>> Set the email headers option in management.php >>>>>>> >>>>>>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam >>>>>>> wrote: >>>>>>>> Hi >>>>>>>> >>>>>>>> I THINK the site is now set up to send email. But I still can't get the >>>>>>>> feedback form to successfully send emails to me. I'm not sure if it is a >>>>>>>> setting that needs changing within Xerte or on the server itself. >>>>>>>> >>>>>>>> In the error log in management.php I get the following: >>>>>>>> [D:\shared\xerte\feedback\index.php:42]: To: >>>>>>>> oliver.haslam at uwe.ac.uk; >>>>>>>> -- Headers: mail() on >>>>>>>> >>>>>>>> Any ideas what I should do next? >>>>>>>> >>>>>>>> Many thanks >>>>>>>> >>>>>>>> _______________________________ >>>>>>>> >>>>>>>> Oliver Haslam >>>>>>>> Course Developer (Technologist) >>>>>>>> Applied Sciences& Allied Health Professions >>>>>>>> >>>>>>>> Technology Enhanced Learning >>>>>>>> University of the West of England >>>>>>>> _______________________________ >>>>>>>> T: 0117 32 88215 >>>>>>>> >>>>>>>> -----Original Message----- >>>>>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>>>>> Lockley >>>>>>>> Sent: 27 February 2012 16:26 >>>>>>>> To: Xerte discussion list >>>>>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>>>>> >>>>>>>> is your site set up to send email? >>>>>>>> >>>>>>>> php email functions can be turned off >>>>>>>> >>>>>>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam >>>>>>>> wrote: >>>>>>>>> How do I get the feedback form on the logged in page to work? >>>>>>>>> >>>>>>>>> I've put my email address in management.php under 'Site settings (HTML >>>>>>>>> / Images)' where it says: >>>>>>>>> "The site's feedback list is (A semi-colon separated list of email >>>>>>>>> addresses to receive feedback from the feedback page)" >>>>>>>>> >>>>>>>>> And I've put my email address in management.php under 'Email' where it >>>>>>>>> says: >>>>>>>>> "The site email account is" >>>>>>>>> >>>>>>>>> But I still don't get anything when I test the form. >>>>>>>>> >>>>>>>>> Any suggestions? >>>>>>>>> >>>>>>>>> Thanks >>>>>>>>> >>>>>>>>> Oli >>>>>>>>> _______________________________ >>>>>>>>> >>>>>>>>> Oliver Haslam >>>>>>>>> Course Developer (Technologist) >>>>>>>>> Applied Sciences& Allied Health Professions >>>>>>>>> >>>>>>>>> Technology Enhanced Learning >>>>>>>>> University of the West of England >>>>>>>>> _______________________________ >>>>>>>>> T: 0117 32 88215 >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> Xerte mailing list >>>>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>>>> >>>>>>>>> This message and any attachment are intended solely for the addressee >>>>>>>>> and may contain confidential information. If you have received this message >>>>>>>>> in error, please send it back to me, and immediately delete it. Please do >>>>>>>>> not use, copy or disclose the information contained in this message or in >>>>>>>>> any attachment. Any views or opinions expressed by the author of this email >>>>>>>>> do not necessarily reflect the views of the University of Nottingham. >>>>>>>>> >>>>>>>>> This message has been checked for viruses but the contents of an >>>>>>>>> attachment may still contain software viruses which could damage your >>>>>>>>> computer system: >>>>>>>>> you are advised to perform your own checks. Email communications >>>>>>>>> with the University of Nottingham may be monitored as permitted by UK >>>>>>>>> legislation. >>>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Xerte mailing list >>>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>>> This message and any attachment are intended solely for the addressee >>>>>>>> and may contain confidential information. If you have received this message >>>>>>>> in error, please send it back to me, and immediately delete it. Please do >>>>>>>> not use, copy or disclose the information contained in this message or in >>>>>>>> any attachment. Any views or opinions expressed by the author of this email >>>>>>>> do not necessarily reflect the views of the University of Nottingham. >>>>>>>> >>>>>>>> This message has been checked for viruses but the contents of an >>>>>>>> attachment may still contain software viruses which could damage your >>>>>>>> computer system: >>>>>>>> you are advised to perform your own checks. Email communications with >>>>>>>> the University of Nottingham may be monitored as permitted by UK >>>>>>>> legislation. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Xerte mailing list >>>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>> _______________________________________________ >>>>>>> Xerte mailing list >>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>> This message and any attachment are intended solely for the addressee >>>>>>> and may contain confidential information. If you have received this message >>>>>>> in error, please send it back to me, and immediately delete it. Please do >>>>>>> not use, copy or disclose the information contained in this message or in >>>>>>> any attachment. Any views or opinions expressed by the author of this email >>>>>>> do not necessarily reflect the views of the University of Nottingham. >>>>>>> >>>>>>> This message has been checked for viruses but the contents of an >>>>>>> attachment may still contain software viruses which could damage your >>>>>>> computer system: >>>>>>> you are advised to perform your own checks. Email communications with >>>>>>> the University of Nottingham may be monitored as permitted by UK >>>>>>> legislation. >>>>>>> >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Xerte mailing list >>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>> _______________________________________________ >>>>>> Xerte mailing list >>>>>> Xerte at lists.nottingham.ac.uk >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>> This message and any attachment are intended solely for the addressee and >>>>>> may contain confidential information. If you have received this message in >>>>>> error, please send it back to me, and immediately delete it. Please do not >>>>>> use, copy or disclose the information contained in this message or in any >>>>>> attachment. Any views or opinions expressed by the author of this email do >>>>>> not necessarily reflect the views of the University of Nottingham. >>>>>> >>>>>> This message has been checked for viruses but the contents of an >>>>>> attachment may still contain software viruses which could damage your >>>>>> computer system: >>>>>> you are advised to perform your own checks. Email communications with the >>>>>> University of Nottingham may be monitored as permitted by UK legislation. >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Xerte mailing list >>>>>> Xerte at lists.nottingham.ac.uk >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>> >>>>> -- >>>>> -- >>>>> >>>>> Tom Reijnders >>>>> TOR Informatica >>>>> Chopinlaan 27 >>>>> 5242HM Rosmalen >>>>> Tel: 073 5226191 >>>>> Fax: 073 5226196 >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> -- >>>> -- >>>> >>>> Tom Reijnders >>>> TOR Informatica >>>> Chopinlaan 27 >>>> 5242HM Rosmalen >>>> Tel: 073 5226191 >>>> Fax: 073 5226196 >>>> >>>> >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>> >>> This message has been checked for viruses but the contents of an attachment >>> may still contain software viruses which could damage your computer system: >>> you are advised to perform your own checks. Email communications with the >>> University of Nottingham may be monitored as permitted by UK legislation. >>> >> -- >> -- >> >> Tom Reijnders >> TOR Informatica >> Chopinlaan 27 >> 5242HM Rosmalen >> Tel: 073 5226191 >> Fax: 073 5226196 >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 From Julian.Tenney at nottingham.ac.uk Tue Mar 6 22:00:58 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Tue, 6 Mar 2012 22:00:58 +0000 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? In-Reply-To: <4F568489.6070901@tor.nl> References: <01ef01ccf55b$c9f35be0$5dda13a0$@co.uk> <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B710988F@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B71099A2@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F55FFF2.6010000@tor.nl> <31CDB875D4C8E948899F952DE8C500C827B7109CE3@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F56761C.80504@tor.nl> <4F567F35.6060202@tor.nl> <236E9643-1261-4CEB-A063-8F3E0F03948E@googlemai l.com>,<4F568489.6070901@tor.nl> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA42D0BF3@EXCHANGE1.ad.nottingham.ac.uk> are these things to build into the current work? ________________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders [reijnders at tor.nl] Sent: 06 March 2012 21:41 To: Xerte discussion list Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? That is using 'email_error_list' as far as I can tell.... Can it be a leftover from before having a feedback list and an error list? We have to change the header thing anyway I think. XOT is creating html mails, so we should ALWAYS put in the content type header, and we can use the site_email_acount as the From header. Op 6-3-2012 22:22, Pat Lockley schreef: > It might have been in error_libray.php? > > On 6 Mar 2012, at 21:18, Tom Reijnders wrote: > >> Not in my install in feedback/index.php, and the mail function in feedback is not using site email account... at least not that I can see. >> >> I can't find any other instance of site_email_account >> >> find . -type f -exec grep site_email \{\} \; -ls >> >> returns only the locations in the code where the database is set. >> >> Op 6-3-2012 21:42, Pat Lockley schreef: >>> site email account is for the feedback page install_url/feedback >>> >>> i think it might do the str_replace in the place headers is used (been >>> so long it's all a bit vague) >>> >>> On Tue, Mar 6, 2012 at 8:39 PM, Tom Reijnders wrote: >>>> Had a look, and it's complicated... >>>> >>>> 1. I had to fix config.php, the line where the headers are set: >>>> Change >>>> >>>> $xerte_toolkits_site->headers = $row['headers']; >>>> >>>> in >>>> >>>> $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); >>>> (Line 194 in my installation) >>>> >>>> 2. The list of people who have to receive the feedback should be set in the >>>> feedback list (Last item of the Site settings) >>>> 3. The site email account is as of yet unclear to me >>>> 4. An example of the headers is >>>> >>>> Content-Type: text/html; charset=ISO-8859-1*From: XOT >>>> >>>> 5. The site email to add to username is the email domain name that is added >>>> to a xot username in the case of peer to peer feedback of a user to another >>>> user. >>>> >>>> This is working for me. >>>> >>>> Regards, >>>> >>>> Tom >>>> >>>> Op 6-3-2012 17:24, Oliver Haslam schreef: >>>>> Thanks Tom. Does anyone else have 'email header' info already written in >>>>> the mean time? >>>>> >>>>> Oli >>>>> >>>>> _______________________________ >>>>> >>>>> Oliver Haslam >>>>> Course Developer (Technologist) >>>>> Applied Sciences& Allied Health Professions >>>>> >>>>> Technology Enhanced Learning >>>>> University of the West of England >>>>> _______________________________ >>>>> T: 0117 32 88215 >>>>> >>>>> >>>>> -----Original Message----- >>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders >>>>> Sent: 06 March 2012 12:16 >>>>> To: Xerte discussion list >>>>> Subject: [Xerte] Re: Example email headers for Xerte install please. >>>>> Anyone? >>>>> >>>>> I haven't used it, but I'll give it a try and let you know. >>>>> Mind you, I don't have time to do this before Thursday, so I invite >>>>> someone else with a working configuration to answer before that. >>>>> >>>>> Tom >>>>> Op 6-3-2012 12:55, Oliver Haslam schreef: >>>>>> Can anyone share with me an example of what to write in the email headers >>>>>> field when they installed Xerte on a web server? >>>>>> >>>>>> I need an example of what to put where it says the following in >>>>>> management.php> Site> Email: >>>>>> >>>>>> "The site email headers is (use the * symbol to represent a new line)" >>>>>> >>>>>> Presumably this is the email TO, FROM, SUBJECT information etc. But I >>>>>> have no idea what format it should be in. >>>>>> >>>>>> Thanks >>>>>> >>>>>> Oli >>>>>> >>>>>> _______________________________ >>>>>> >>>>>> Oliver Haslam >>>>>> Course Developer (Technologist) >>>>>> Applied Sciences& Allied Health Professions >>>>>> >>>>>> Technology Enhanced Learning >>>>>> University of the West of England >>>>>> _______________________________ >>>>>> T: 0117 32 88215 >>>>>> >>>>>> >>>>>> -----Original Message----- >>>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley >>>>>> Sent: 06 March 2012 11:26 >>>>>> To: Xerte discussion list >>>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>>> >>>>>> Been ages since I've done it, you might need to get someone to share >>>>>> their install setting >>>>>> >>>>>> On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam >>>>>> wrote: >>>>>>> What should I put in the email headers field? >>>>>>> >>>>>>> _______________________________ >>>>>>> >>>>>>> Oliver Haslam >>>>>>> Course Developer (Technologist) >>>>>>> Applied Sciences& Allied Health Professions >>>>>>> >>>>>>> Technology Enhanced Learning >>>>>>> University of the West of England >>>>>>> _______________________________ >>>>>>> T: 0117 32 88215 >>>>>>> >>>>>>> >>>>>>> -----Original Message----- >>>>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>>>> Lockley >>>>>>> Sent: 06 March 2012 10:12 >>>>>>> To: Xerte discussion list >>>>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>>>> >>>>>>> Set the email headers option in management.php >>>>>>> >>>>>>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam >>>>>>> wrote: >>>>>>>> Hi >>>>>>>> >>>>>>>> I THINK the site is now set up to send email. But I still can't get the >>>>>>>> feedback form to successfully send emails to me. I'm not sure if it is a >>>>>>>> setting that needs changing within Xerte or on the server itself. >>>>>>>> >>>>>>>> In the error log in management.php I get the following: >>>>>>>> [D:\shared\xerte\feedback\index.php:42]: To: >>>>>>>> oliver.haslam at uwe.ac.uk; >>>>>>>> -- Headers: mail() on >>>>>>>> >>>>>>>> Any ideas what I should do next? >>>>>>>> >>>>>>>> Many thanks >>>>>>>> >>>>>>>> _______________________________ >>>>>>>> >>>>>>>> Oliver Haslam >>>>>>>> Course Developer (Technologist) >>>>>>>> Applied Sciences& Allied Health Professions >>>>>>>> >>>>>>>> Technology Enhanced Learning >>>>>>>> University of the West of England >>>>>>>> _______________________________ >>>>>>>> T: 0117 32 88215 >>>>>>>> >>>>>>>> -----Original Message----- >>>>>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>>>>> Lockley >>>>>>>> Sent: 27 February 2012 16:26 >>>>>>>> To: Xerte discussion list >>>>>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>>>>> >>>>>>>> is your site set up to send email? >>>>>>>> >>>>>>>> php email functions can be turned off >>>>>>>> >>>>>>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam >>>>>>>> wrote: >>>>>>>>> How do I get the feedback form on the logged in page to work? >>>>>>>>> >>>>>>>>> I've put my email address in management.php under 'Site settings (HTML >>>>>>>>> / Images)' where it says: >>>>>>>>> "The site's feedback list is (A semi-colon separated list of email >>>>>>>>> addresses to receive feedback from the feedback page)" >>>>>>>>> >>>>>>>>> And I've put my email address in management.php under 'Email' where it >>>>>>>>> says: >>>>>>>>> "The site email account is" >>>>>>>>> >>>>>>>>> But I still don't get anything when I test the form. >>>>>>>>> >>>>>>>>> Any suggestions? >>>>>>>>> >>>>>>>>> Thanks >>>>>>>>> >>>>>>>>> Oli >>>>>>>>> _______________________________ >>>>>>>>> >>>>>>>>> Oliver Haslam >>>>>>>>> Course Developer (Technologist) >>>>>>>>> Applied Sciences& Allied Health Professions >>>>>>>>> >>>>>>>>> Technology Enhanced Learning >>>>>>>>> University of the West of England >>>>>>>>> _______________________________ >>>>>>>>> T: 0117 32 88215 >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> Xerte mailing list >>>>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>>>> >>>>>>>>> This message and any attachment are intended solely for the addressee >>>>>>>>> and may contain confidential information. If you have received this message >>>>>>>>> in error, please send it back to me, and immediately delete it. Please do >>>>>>>>> not use, copy or disclose the information contained in this message or in >>>>>>>>> any attachment. Any views or opinions expressed by the author of this email >>>>>>>>> do not necessarily reflect the views of the University of Nottingham. >>>>>>>>> >>>>>>>>> This message has been checked for viruses but the contents of an >>>>>>>>> attachment may still contain software viruses which could damage your >>>>>>>>> computer system: >>>>>>>>> you are advised to perform your own checks. Email communications >>>>>>>>> with the University of Nottingham may be monitored as permitted by UK >>>>>>>>> legislation. >>>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Xerte mailing list >>>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>>> This message and any attachment are intended solely for the addressee >>>>>>>> and may contain confidential information. If you have received this message >>>>>>>> in error, please send it back to me, and immediately delete it. Please do >>>>>>>> not use, copy or disclose the information contained in this message or in >>>>>>>> any attachment. Any views or opinions expressed by the author of this email >>>>>>>> do not necessarily reflect the views of the University of Nottingham. >>>>>>>> >>>>>>>> This message has been checked for viruses but the contents of an >>>>>>>> attachment may still contain software viruses which could damage your >>>>>>>> computer system: >>>>>>>> you are advised to perform your own checks. Email communications with >>>>>>>> the University of Nottingham may be monitored as permitted by UK >>>>>>>> legislation. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Xerte mailing list >>>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>> _______________________________________________ >>>>>>> Xerte mailing list >>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>> This message and any attachment are intended solely for the addressee >>>>>>> and may contain confidential information. If you have received this message >>>>>>> in error, please send it back to me, and immediately delete it. Please do >>>>>>> not use, copy or disclose the information contained in this message or in >>>>>>> any attachment. Any views or opinions expressed by the author of this email >>>>>>> do not necessarily reflect the views of the University of Nottingham. >>>>>>> >>>>>>> This message has been checked for viruses but the contents of an >>>>>>> attachment may still contain software viruses which could damage your >>>>>>> computer system: >>>>>>> you are advised to perform your own checks. Email communications with >>>>>>> the University of Nottingham may be monitored as permitted by UK >>>>>>> legislation. >>>>>>> >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Xerte mailing list >>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>> _______________________________________________ >>>>>> Xerte mailing list >>>>>> Xerte at lists.nottingham.ac.uk >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>> This message and any attachment are intended solely for the addressee and >>>>>> may contain confidential information. If you have received this message in >>>>>> error, please send it back to me, and immediately delete it. Please do not >>>>>> use, copy or disclose the information contained in this message or in any >>>>>> attachment. Any views or opinions expressed by the author of this email do >>>>>> not necessarily reflect the views of the University of Nottingham. >>>>>> >>>>>> This message has been checked for viruses but the contents of an >>>>>> attachment may still contain software viruses which could damage your >>>>>> computer system: >>>>>> you are advised to perform your own checks. Email communications with the >>>>>> University of Nottingham may be monitored as permitted by UK legislation. >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Xerte mailing list >>>>>> Xerte at lists.nottingham.ac.uk >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>> >>>>> -- >>>>> -- >>>>> >>>>> Tom Reijnders >>>>> TOR Informatica >>>>> Chopinlaan 27 >>>>> 5242HM Rosmalen >>>>> Tel: 073 5226191 >>>>> Fax: 073 5226196 >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> -- >>>> -- >>>> >>>> Tom Reijnders >>>> TOR Informatica >>>> Chopinlaan 27 >>>> 5242HM Rosmalen >>>> Tel: 073 5226191 >>>> Fax: 073 5226196 >>>> >>>> >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>> >>> This message has been checked for viruses but the contents of an attachment >>> may still contain software viruses which could damage your computer system: >>> you are advised to perform your own checks. Email communications with the >>> University of Nottingham may be monitored as permitted by UK legislation. >>> >> -- >> -- >> >> Tom Reijnders >> TOR Informatica >> Chopinlaan 27 >> 5242HM Rosmalen >> Tel: 073 5226191 >> Fax: 073 5226196 >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte From patrick.lockley at googlemail.com Tue Mar 6 22:31:37 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Tue, 6 Mar 2012 22:31:37 +0000 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? In-Reply-To: <4F568489.6070901@tor.nl> References: <01ef01ccf55b$c9f35be0$5dda13a0$@co.uk> <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B710988F@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B71099A2@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F55FFF2.6010000@tor.nl> <31CDB875D4C8E948899F952DE8C500C827B7109CE3@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F56761C.80504@tor.nl> <4F567F35.6060202@tor.nl> <236E9643-1261-4CEB-A063-8F3E0F03948E@googlemai l.com> <4F568489.6070901@tor.nl> Message-ID: <1F1796E0-95C4-4295-87FD-62CE6ECA8BDE@googlemail.com> That half rings a bell Maybe it is in peer review somewhere.... It is used in the current build Nottingham has the values set On 6 Mar 2012, at 21:41, Tom Reijnders wrote: > That is using 'email_error_list' as far as I can tell.... > Can it be a leftover from before having a feedback list and an error list? > > We have to change the header thing anyway I think. XOT is creating html mails, so we should ALWAYS put in the content type header, and we can use the site_email_acount as the From header. > > > > Op 6-3-2012 22:22, Pat Lockley schreef: >> It might have been in error_libray.php? >> >> On 6 Mar 2012, at 21:18, Tom Reijnders wrote: >> >>> Not in my install in feedback/index.php, and the mail function in feedback is not using site email account... at least not that I can see. >>> >>> I can't find any other instance of site_email_account >>> >>> find . -type f -exec grep site_email \{\} \; -ls >>> >>> returns only the locations in the code where the database is set. >>> >>> Op 6-3-2012 21:42, Pat Lockley schreef: >>>> site email account is for the feedback page install_url/feedback >>>> >>>> i think it might do the str_replace in the place headers is used (been >>>> so long it's all a bit vague) >>>> >>>> On Tue, Mar 6, 2012 at 8:39 PM, Tom Reijnders wrote: >>>>> Had a look, and it's complicated... >>>>> >>>>> 1. I had to fix config.php, the line where the headers are set: >>>>> Change >>>>> >>>>> $xerte_toolkits_site->headers = $row['headers']; >>>>> >>>>> in >>>>> >>>>> $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); >>>>> (Line 194 in my installation) >>>>> >>>>> 2. The list of people who have to receive the feedback should be set in the >>>>> feedback list (Last item of the Site settings) >>>>> 3. The site email account is as of yet unclear to me >>>>> 4. An example of the headers is >>>>> >>>>> Content-Type: text/html; charset=ISO-8859-1*From: XOT >>>>> >>>>> 5. The site email to add to username is the email domain name that is added >>>>> to a xot username in the case of peer to peer feedback of a user to another >>>>> user. >>>>> >>>>> This is working for me. >>>>> >>>>> Regards, >>>>> >>>>> Tom >>>>> >>>>> Op 6-3-2012 17:24, Oliver Haslam schreef: >>>>>> Thanks Tom. Does anyone else have 'email header' info already written in >>>>>> the mean time? >>>>>> >>>>>> Oli >>>>>> >>>>>> _______________________________ >>>>>> >>>>>> Oliver Haslam >>>>>> Course Developer (Technologist) >>>>>> Applied Sciences& Allied Health Professions >>>>>> >>>>>> Technology Enhanced Learning >>>>>> University of the West of England >>>>>> _______________________________ >>>>>> T: 0117 32 88215 >>>>>> >>>>>> >>>>>> -----Original Message----- >>>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders >>>>>> Sent: 06 March 2012 12:16 >>>>>> To: Xerte discussion list >>>>>> Subject: [Xerte] Re: Example email headers for Xerte install please. >>>>>> Anyone? >>>>>> >>>>>> I haven't used it, but I'll give it a try and let you know. >>>>>> Mind you, I don't have time to do this before Thursday, so I invite >>>>>> someone else with a working configuration to answer before that. >>>>>> >>>>>> Tom >>>>>> Op 6-3-2012 12:55, Oliver Haslam schreef: >>>>>>> Can anyone share with me an example of what to write in the email headers >>>>>>> field when they installed Xerte on a web server? >>>>>>> >>>>>>> I need an example of what to put where it says the following in >>>>>>> management.php> Site> Email: >>>>>>> >>>>>>> "The site email headers is (use the * symbol to represent a new line)" >>>>>>> >>>>>>> Presumably this is the email TO, FROM, SUBJECT information etc. But I >>>>>>> have no idea what format it should be in. >>>>>>> >>>>>>> Thanks >>>>>>> >>>>>>> Oli >>>>>>> >>>>>>> _______________________________ >>>>>>> >>>>>>> Oliver Haslam >>>>>>> Course Developer (Technologist) >>>>>>> Applied Sciences& Allied Health Professions >>>>>>> >>>>>>> Technology Enhanced Learning >>>>>>> University of the West of England >>>>>>> _______________________________ >>>>>>> T: 0117 32 88215 >>>>>>> >>>>>>> >>>>>>> -----Original Message----- >>>>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley >>>>>>> Sent: 06 March 2012 11:26 >>>>>>> To: Xerte discussion list >>>>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>>>> >>>>>>> Been ages since I've done it, you might need to get someone to share >>>>>>> their install setting >>>>>>> >>>>>>> On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam >>>>>>> wrote: >>>>>>>> What should I put in the email headers field? >>>>>>>> >>>>>>>> _______________________________ >>>>>>>> >>>>>>>> Oliver Haslam >>>>>>>> Course Developer (Technologist) >>>>>>>> Applied Sciences& Allied Health Professions >>>>>>>> >>>>>>>> Technology Enhanced Learning >>>>>>>> University of the West of England >>>>>>>> _______________________________ >>>>>>>> T: 0117 32 88215 >>>>>>>> >>>>>>>> >>>>>>>> -----Original Message----- >>>>>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>>>>> Lockley >>>>>>>> Sent: 06 March 2012 10:12 >>>>>>>> To: Xerte discussion list >>>>>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>>>>> >>>>>>>> Set the email headers option in management.php >>>>>>>> >>>>>>>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam >>>>>>>> wrote: >>>>>>>>> Hi >>>>>>>>> >>>>>>>>> I THINK the site is now set up to send email. But I still can't get the >>>>>>>>> feedback form to successfully send emails to me. I'm not sure if it is a >>>>>>>>> setting that needs changing within Xerte or on the server itself. >>>>>>>>> >>>>>>>>> In the error log in management.php I get the following: >>>>>>>>> [D:\shared\xerte\feedback\index.php:42]: To: >>>>>>>>> oliver.haslam at uwe.ac.uk; >>>>>>>>> -- Headers: mail() on >>>>>>>>> >>>>>>>>> Any ideas what I should do next? >>>>>>>>> >>>>>>>>> Many thanks >>>>>>>>> >>>>>>>>> _______________________________ >>>>>>>>> >>>>>>>>> Oliver Haslam >>>>>>>>> Course Developer (Technologist) >>>>>>>>> Applied Sciences& Allied Health Professions >>>>>>>>> >>>>>>>>> Technology Enhanced Learning >>>>>>>>> University of the West of England >>>>>>>>> _______________________________ >>>>>>>>> T: 0117 32 88215 >>>>>>>>> >>>>>>>>> -----Original Message----- >>>>>>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>>>>>> Lockley >>>>>>>>> Sent: 27 February 2012 16:26 >>>>>>>>> To: Xerte discussion list >>>>>>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>>>>>> >>>>>>>>> is your site set up to send email? >>>>>>>>> >>>>>>>>> php email functions can be turned off >>>>>>>>> >>>>>>>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam >>>>>>>>> wrote: >>>>>>>>>> How do I get the feedback form on the logged in page to work? >>>>>>>>>> >>>>>>>>>> I've put my email address in management.php under 'Site settings (HTML >>>>>>>>>> / Images)' where it says: >>>>>>>>>> "The site's feedback list is (A semi-colon separated list of email >>>>>>>>>> addresses to receive feedback from the feedback page)" >>>>>>>>>> >>>>>>>>>> And I've put my email address in management.php under 'Email' where it >>>>>>>>>> says: >>>>>>>>>> "The site email account is" >>>>>>>>>> >>>>>>>>>> But I still don't get anything when I test the form. >>>>>>>>>> >>>>>>>>>> Any suggestions? >>>>>>>>>> >>>>>>>>>> Thanks >>>>>>>>>> >>>>>>>>>> Oli >>>>>>>>>> _______________________________ >>>>>>>>>> >>>>>>>>>> Oliver Haslam >>>>>>>>>> Course Developer (Technologist) >>>>>>>>>> Applied Sciences& Allied Health Professions >>>>>>>>>> >>>>>>>>>> Technology Enhanced Learning >>>>>>>>>> University of the West of England >>>>>>>>>> _______________________________ >>>>>>>>>> T: 0117 32 88215 >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _______________________________________________ >>>>>>>>>> Xerte mailing list >>>>>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>>>>> >>>>>>>>>> This message and any attachment are intended solely for the addressee >>>>>>>>>> and may contain confidential information. If you have received this message >>>>>>>>>> in error, please send it back to me, and immediately delete it. Please do >>>>>>>>>> not use, copy or disclose the information contained in this message or in >>>>>>>>>> any attachment. Any views or opinions expressed by the author of this email >>>>>>>>>> do not necessarily reflect the views of the University of Nottingham. >>>>>>>>>> >>>>>>>>>> This message has been checked for viruses but the contents of an >>>>>>>>>> attachment may still contain software viruses which could damage your >>>>>>>>>> computer system: >>>>>>>>>> you are advised to perform your own checks. Email communications >>>>>>>>>> with the University of Nottingham may be monitored as permitted by UK >>>>>>>>>> legislation. >>>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> Xerte mailing list >>>>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>>>> This message and any attachment are intended solely for the addressee >>>>>>>>> and may contain confidential information. If you have received this message >>>>>>>>> in error, please send it back to me, and immediately delete it. Please do >>>>>>>>> not use, copy or disclose the information contained in this message or in >>>>>>>>> any attachment. Any views or opinions expressed by the author of this email >>>>>>>>> do not necessarily reflect the views of the University of Nottingham. >>>>>>>>> >>>>>>>>> This message has been checked for viruses but the contents of an >>>>>>>>> attachment may still contain software viruses which could damage your >>>>>>>>> computer system: >>>>>>>>> you are advised to perform your own checks. Email communications with >>>>>>>>> the University of Nottingham may be monitored as permitted by UK >>>>>>>>> legislation. >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> Xerte mailing list >>>>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>>> _______________________________________________ >>>>>>>> Xerte mailing list >>>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>>> This message and any attachment are intended solely for the addressee >>>>>>>> and may contain confidential information. If you have received this message >>>>>>>> in error, please send it back to me, and immediately delete it. Please do >>>>>>>> not use, copy or disclose the information contained in this message or in >>>>>>>> any attachment. Any views or opinions expressed by the author of this email >>>>>>>> do not necessarily reflect the views of the University of Nottingham. >>>>>>>> >>>>>>>> This message has been checked for viruses but the contents of an >>>>>>>> attachment may still contain software viruses which could damage your >>>>>>>> computer system: >>>>>>>> you are advised to perform your own checks. Email communications with >>>>>>>> the University of Nottingham may be monitored as permitted by UK >>>>>>>> legislation. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Xerte mailing list >>>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>> _______________________________________________ >>>>>>> Xerte mailing list >>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>> This message and any attachment are intended solely for the addressee and >>>>>>> may contain confidential information. If you have received this message in >>>>>>> error, please send it back to me, and immediately delete it. Please do not >>>>>>> use, copy or disclose the information contained in this message or in any >>>>>>> attachment. Any views or opinions expressed by the author of this email do >>>>>>> not necessarily reflect the views of the University of Nottingham. >>>>>>> >>>>>>> This message has been checked for viruses but the contents of an >>>>>>> attachment may still contain software viruses which could damage your >>>>>>> computer system: >>>>>>> you are advised to perform your own checks. Email communications with the >>>>>>> University of Nottingham may be monitored as permitted by UK legislation. >>>>>>> >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Xerte mailing list >>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>> >>>>>> -- >>>>>> -- >>>>>> >>>>>> Tom Reijnders >>>>>> TOR Informatica >>>>>> Chopinlaan 27 >>>>>> 5242HM Rosmalen >>>>>> Tel: 073 5226191 >>>>>> Fax: 073 5226196 >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Xerte mailing list >>>>>> Xerte at lists.nottingham.ac.uk >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Xerte mailing list >>>>>> Xerte at lists.nottingham.ac.uk >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> -- >>>>> -- >>>>> >>>>> Tom Reijnders >>>>> TOR Informatica >>>>> Chopinlaan 27 >>>>> 5242HM Rosmalen >>>>> Tel: 073 5226191 >>>>> Fax: 073 5226196 >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>> >>>> This message has been checked for viruses but the contents of an attachment >>>> may still contain software viruses which could damage your computer system: >>>> you are advised to perform your own checks. Email communications with the >>>> University of Nottingham may be monitored as permitted by UK legislation. >>>> >>> -- >>> -- >>> >>> Tom Reijnders >>> TOR Informatica >>> Chopinlaan 27 >>> 5242HM Rosmalen >>> Tel: 073 5226191 >>> Fax: 073 5226196 >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > -- > -- > > Tom Reijnders > TOR Informatica > Chopinlaan 27 > 5242HM Rosmalen > Tel: 073 5226191 > Fax: 073 5226196 > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte From reijnders at tor.nl Tue Mar 6 22:48:58 2012 From: reijnders at tor.nl (Tom Reijnders) Date: Tue, 06 Mar 2012 23:48:58 +0100 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? In-Reply-To: <1F1796E0-95C4-4295-87FD-62CE6ECA8BDE@googlemail.com> References: <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B710988F@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B71099A2@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F55FFF2.6010000@tor.nl> <31CDB875D4C8E948899F952DE8C500C827B7109CE3@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F56761C.80504@tor.nl> <4F567F35.6060202@tor.nl> <236E9643-1261-4CEB-A063-8F3E0F03948E@googlemai l.com> <4F568489.6070901@tor.nl> <1F1796E0-95C4-4295-87FD-62CE6ECA8BDE@googlemail.com> Message-ID: <4F56945A.1050008@tor.nl> I'll have a look and a proposal for the current build. Op 6-3-2012 23:31, Pat Lockley schreef: > That half rings a bell > > Maybe it is in peer review somewhere.... > > It is used in the current build > > Nottingham has the values set > > On 6 Mar 2012, at 21:41, Tom Reijnders wrote: > >> That is using 'email_error_list' as far as I can tell.... >> Can it be a leftover from before having a feedback list and an error list? >> >> We have to change the header thing anyway I think. XOT is creating html mails, so we should ALWAYS put in the content type header, and we can use the site_email_acount as the From header. >> >> >> >> Op 6-3-2012 22:22, Pat Lockley schreef: >>> It might have been in error_libray.php? >>> >>> On 6 Mar 2012, at 21:18, Tom Reijnders wrote: >>> >>>> Not in my install in feedback/index.php, and the mail function in feedback is not using site email account... at least not that I can see. >>>> >>>> I can't find any other instance of site_email_account >>>> >>>> find . -type f -exec grep site_email \{\} \; -ls >>>> >>>> returns only the locations in the code where the database is set. >>>> >>>> Op 6-3-2012 21:42, Pat Lockley schreef: >>>>> site email account is for the feedback page install_url/feedback >>>>> >>>>> i think it might do the str_replace in the place headers is used (been >>>>> so long it's all a bit vague) >>>>> >>>>> On Tue, Mar 6, 2012 at 8:39 PM, Tom Reijnders wrote: >>>>>> Had a look, and it's complicated... >>>>>> >>>>>> 1. I had to fix config.php, the line where the headers are set: >>>>>> Change >>>>>> >>>>>> $xerte_toolkits_site->headers = $row['headers']; >>>>>> >>>>>> in >>>>>> >>>>>> $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); >>>>>> (Line 194 in my installation) >>>>>> >>>>>> 2. The list of people who have to receive the feedback should be set in the >>>>>> feedback list (Last item of the Site settings) >>>>>> 3. The site email account is as of yet unclear to me >>>>>> 4. An example of the headers is >>>>>> >>>>>> Content-Type: text/html; charset=ISO-8859-1*From: XOT >>>>>> >>>>>> 5. The site email to add to username is the email domain name that is added >>>>>> to a xot username in the case of peer to peer feedback of a user to another >>>>>> user. >>>>>> >>>>>> This is working for me. >>>>>> >>>>>> Regards, >>>>>> >>>>>> Tom >>>>>> >>>>>> Op 6-3-2012 17:24, Oliver Haslam schreef: >>>>>>> Thanks Tom. Does anyone else have 'email header' info already written in >>>>>>> the mean time? >>>>>>> >>>>>>> Oli >>>>>>> >>>>>>> _______________________________ >>>>>>> >>>>>>> Oliver Haslam >>>>>>> Course Developer (Technologist) >>>>>>> Applied Sciences& Allied Health Professions >>>>>>> >>>>>>> Technology Enhanced Learning >>>>>>> University of the West of England >>>>>>> _______________________________ >>>>>>> T: 0117 32 88215 >>>>>>> >>>>>>> >>>>>>> -----Original Message----- >>>>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders >>>>>>> Sent: 06 March 2012 12:16 >>>>>>> To: Xerte discussion list >>>>>>> Subject: [Xerte] Re: Example email headers for Xerte install please. >>>>>>> Anyone? >>>>>>> >>>>>>> I haven't used it, but I'll give it a try and let you know. >>>>>>> Mind you, I don't have time to do this before Thursday, so I invite >>>>>>> someone else with a working configuration to answer before that. >>>>>>> >>>>>>> Tom >>>>>>> Op 6-3-2012 12:55, Oliver Haslam schreef: >>>>>>>> Can anyone share with me an example of what to write in the email headers >>>>>>>> field when they installed Xerte on a web server? >>>>>>>> >>>>>>>> I need an example of what to put where it says the following in >>>>>>>> management.php> Site> Email: >>>>>>>> >>>>>>>> "The site email headers is (use the * symbol to represent a new line)" >>>>>>>> >>>>>>>> Presumably this is the email TO, FROM, SUBJECT information etc. But I >>>>>>>> have no idea what format it should be in. >>>>>>>> >>>>>>>> Thanks >>>>>>>> >>>>>>>> Oli >>>>>>>> >>>>>>>> _______________________________ >>>>>>>> >>>>>>>> Oliver Haslam >>>>>>>> Course Developer (Technologist) >>>>>>>> Applied Sciences& Allied Health Professions >>>>>>>> >>>>>>>> Technology Enhanced Learning >>>>>>>> University of the West of England >>>>>>>> _______________________________ >>>>>>>> T: 0117 32 88215 >>>>>>>> >>>>>>>> >>>>>>>> -----Original Message----- >>>>>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley >>>>>>>> Sent: 06 March 2012 11:26 >>>>>>>> To: Xerte discussion list >>>>>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>>>>> >>>>>>>> Been ages since I've done it, you might need to get someone to share >>>>>>>> their install setting >>>>>>>> >>>>>>>> On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam >>>>>>>> wrote: >>>>>>>>> What should I put in the email headers field? >>>>>>>>> >>>>>>>>> _______________________________ >>>>>>>>> >>>>>>>>> Oliver Haslam >>>>>>>>> Course Developer (Technologist) >>>>>>>>> Applied Sciences& Allied Health Professions >>>>>>>>> >>>>>>>>> Technology Enhanced Learning >>>>>>>>> University of the West of England >>>>>>>>> _______________________________ >>>>>>>>> T: 0117 32 88215 >>>>>>>>> >>>>>>>>> >>>>>>>>> -----Original Message----- >>>>>>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>>>>>> Lockley >>>>>>>>> Sent: 06 March 2012 10:12 >>>>>>>>> To: Xerte discussion list >>>>>>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>>>>>> >>>>>>>>> Set the email headers option in management.php >>>>>>>>> >>>>>>>>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam >>>>>>>>> wrote: >>>>>>>>>> Hi >>>>>>>>>> >>>>>>>>>> I THINK the site is now set up to send email. But I still can't get the >>>>>>>>>> feedback form to successfully send emails to me. I'm not sure if it is a >>>>>>>>>> setting that needs changing within Xerte or on the server itself. >>>>>>>>>> >>>>>>>>>> In the error log in management.php I get the following: >>>>>>>>>> [D:\shared\xerte\feedback\index.php:42]: To: >>>>>>>>>> oliver.haslam at uwe.ac.uk; >>>>>>>>>> -- Headers: mail() on >>>>>>>>>> >>>>>>>>>> Any ideas what I should do next? >>>>>>>>>> >>>>>>>>>> Many thanks >>>>>>>>>> >>>>>>>>>> _______________________________ >>>>>>>>>> >>>>>>>>>> Oliver Haslam >>>>>>>>>> Course Developer (Technologist) >>>>>>>>>> Applied Sciences& Allied Health Professions >>>>>>>>>> >>>>>>>>>> Technology Enhanced Learning >>>>>>>>>> University of the West of England >>>>>>>>>> _______________________________ >>>>>>>>>> T: 0117 32 88215 >>>>>>>>>> >>>>>>>>>> -----Original Message----- >>>>>>>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>>>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>>>>>>> Lockley >>>>>>>>>> Sent: 27 February 2012 16:26 >>>>>>>>>> To: Xerte discussion list >>>>>>>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>>>>>>> >>>>>>>>>> is your site set up to send email? >>>>>>>>>> >>>>>>>>>> php email functions can be turned off >>>>>>>>>> >>>>>>>>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam >>>>>>>>>> wrote: >>>>>>>>>>> How do I get the feedback form on the logged in page to work? >>>>>>>>>>> >>>>>>>>>>> I've put my email address in management.php under 'Site settings (HTML >>>>>>>>>>> / Images)' where it says: >>>>>>>>>>> "The site's feedback list is (A semi-colon separated list of email >>>>>>>>>>> addresses to receive feedback from the feedback page)" >>>>>>>>>>> >>>>>>>>>>> And I've put my email address in management.php under 'Email' where it >>>>>>>>>>> says: >>>>>>>>>>> "The site email account is" >>>>>>>>>>> >>>>>>>>>>> But I still don't get anything when I test the form. >>>>>>>>>>> >>>>>>>>>>> Any suggestions? >>>>>>>>>>> >>>>>>>>>>> Thanks >>>>>>>>>>> >>>>>>>>>>> Oli >>>>>>>>>>> _______________________________ >>>>>>>>>>> >>>>>>>>>>> Oliver Haslam >>>>>>>>>>> Course Developer (Technologist) >>>>>>>>>>> Applied Sciences& Allied Health Professions >>>>>>>>>>> >>>>>>>>>>> Technology Enhanced Learning >>>>>>>>>>> University of the West of England >>>>>>>>>>> _______________________________ >>>>>>>>>>> T: 0117 32 88215 >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> _______________________________________________ >>>>>>>>>>> Xerte mailing list >>>>>>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>>>>>> >>>>>>>>>>> This message and any attachment are intended solely for the addressee >>>>>>>>>>> and may contain confidential information. If you have received this message >>>>>>>>>>> in error, please send it back to me, and immediately delete it. Please do >>>>>>>>>>> not use, copy or disclose the information contained in this message or in >>>>>>>>>>> any attachment. Any views or opinions expressed by the author of this email >>>>>>>>>>> do not necessarily reflect the views of the University of Nottingham. >>>>>>>>>>> >>>>>>>>>>> This message has been checked for viruses but the contents of an >>>>>>>>>>> attachment may still contain software viruses which could damage your >>>>>>>>>>> computer system: >>>>>>>>>>> you are advised to perform your own checks. Email communications >>>>>>>>>>> with the University of Nottingham may be monitored as permitted by UK >>>>>>>>>>> legislation. >>>>>>>>>>> >>>>>>>>>> _______________________________________________ >>>>>>>>>> Xerte mailing list >>>>>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>>>>> This message and any attachment are intended solely for the addressee >>>>>>>>>> and may contain confidential information. If you have received this message >>>>>>>>>> in error, please send it back to me, and immediately delete it. Please do >>>>>>>>>> not use, copy or disclose the information contained in this message or in >>>>>>>>>> any attachment. Any views or opinions expressed by the author of this email >>>>>>>>>> do not necessarily reflect the views of the University of Nottingham. >>>>>>>>>> >>>>>>>>>> This message has been checked for viruses but the contents of an >>>>>>>>>> attachment may still contain software viruses which could damage your >>>>>>>>>> computer system: >>>>>>>>>> you are advised to perform your own checks. Email communications with >>>>>>>>>> the University of Nottingham may be monitored as permitted by UK >>>>>>>>>> legislation. >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _______________________________________________ >>>>>>>>>> Xerte mailing list >>>>>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>>>> _______________________________________________ >>>>>>>>> Xerte mailing list >>>>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>>>> This message and any attachment are intended solely for the addressee >>>>>>>>> and may contain confidential information. If you have received this message >>>>>>>>> in error, please send it back to me, and immediately delete it. Please do >>>>>>>>> not use, copy or disclose the information contained in this message or in >>>>>>>>> any attachment. Any views or opinions expressed by the author of this email >>>>>>>>> do not necessarily reflect the views of the University of Nottingham. >>>>>>>>> >>>>>>>>> This message has been checked for viruses but the contents of an >>>>>>>>> attachment may still contain software viruses which could damage your >>>>>>>>> computer system: >>>>>>>>> you are advised to perform your own checks. Email communications with >>>>>>>>> the University of Nottingham may be monitored as permitted by UK >>>>>>>>> legislation. >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> Xerte mailing list >>>>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>>> _______________________________________________ >>>>>>>> Xerte mailing list >>>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>>> This message and any attachment are intended solely for the addressee and >>>>>>>> may contain confidential information. If you have received this message in >>>>>>>> error, please send it back to me, and immediately delete it. Please do not >>>>>>>> use, copy or disclose the information contained in this message or in any >>>>>>>> attachment. Any views or opinions expressed by the author of this email do >>>>>>>> not necessarily reflect the views of the University of Nottingham. >>>>>>>> >>>>>>>> This message has been checked for viruses but the contents of an >>>>>>>> attachment may still contain software viruses which could damage your >>>>>>>> computer system: >>>>>>>> you are advised to perform your own checks. Email communications with the >>>>>>>> University of Nottingham may be monitored as permitted by UK legislation. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Xerte mailing list >>>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>>> >>>>>>> -- >>>>>>> -- >>>>>>> >>>>>>> Tom Reijnders >>>>>>> TOR Informatica >>>>>>> Chopinlaan 27 >>>>>>> 5242HM Rosmalen >>>>>>> Tel: 073 5226191 >>>>>>> Fax: 073 5226196 >>>>>>> >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Xerte mailing list >>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>> >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Xerte mailing list >>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>> -- >>>>>> -- >>>>>> >>>>>> Tom Reijnders >>>>>> TOR Informatica >>>>>> Chopinlaan 27 >>>>>> 5242HM Rosmalen >>>>>> Tel: 073 5226191 >>>>>> Fax: 073 5226196 >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Xerte mailing list >>>>>> Xerte at lists.nottingham.ac.uk >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>>> >>>>> This message has been checked for viruses but the contents of an attachment >>>>> may still contain software viruses which could damage your computer system: >>>>> you are advised to perform your own checks. Email communications with the >>>>> University of Nottingham may be monitored as permitted by UK legislation. >>>>> >>>> -- >>>> -- >>>> >>>> Tom Reijnders >>>> TOR Informatica >>>> Chopinlaan 27 >>>> 5242HM Rosmalen >>>> Tel: 073 5226191 >>>> Fax: 073 5226196 >>>> >>>> >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> -- >> -- >> >> Tom Reijnders >> TOR Informatica >> Chopinlaan 27 >> 5242HM Rosmalen >> Tel: 073 5226191 >> Fax: 073 5226196 >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 From anaventura at utexas.edu Tue Mar 6 23:29:05 2012 From: anaventura at utexas.edu (ana boa-ventura) Date: Tue, 6 Mar 2012 17:29:05 -0600 Subject: [Xerte] personal intro and questions Message-ID: <845F1D3C-B3E7-43AF-9771-1049619F1F70@utexas.edu> Hi to all the members As a newbie, I hope I have some really basic questions so apologies in advance. - Can we use XERT for a EU project that involves the production of LOs across several countries? - I downloaded the mac version but cannot seem to be able to install it. Is there a latest version that maybe I am missing? (I downloaded from the link on home page http://www.nottingham.ac.uk/xerte/ on the left 'Xerte 3 cross platform! Windows and Mac versions of Xerte 3 beta now available.' I see there are questions posted by others on integration with Moodle so I'm thrilled XOT allows it but am wondering if it's running smoothly at this stage. Thank you so much! Ana Boa-Ventura PhD Candidate - University of Texas at Austin -------------- next part -------------- An HTML attachment was scrubbed... URL: From mlynch at glam.ac.uk Wed Mar 7 10:27:30 2012 From: mlynch at glam.ac.uk (Lynch M (LCSS)) Date: Wed, 7 Mar 2012 10:27:30 +0000 Subject: [Xerte] Re: Xerte upgrade and API In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA0002A8F@EXCHANGE1.ad.nottingham.ac.uk> References: <12C67A1EEC419342AF5E59DA31562C3F0BA0002A7B@EXCHANGE1.ad.nottingham.ac.uk> <12C67A1EEC419342AF5E59DA31562C3F0BA0002A8F@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <3FDB56B208335D428FD50D8C77056BABCEE6C2@MailDB1.uni.glam.ac.uk> I?m faced with a similar request ? has anything changed in the last couple of months re upgrading to latest online toolkit? What is the current guidance on upgrading and protecting existing assets? Thanks From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney Sent: 12 January 2012 12:26 To: Xerte discussion list Subject: [Xerte] Re: Xerte upgrade and API If they care about internationalisation From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley Sent: 12 January 2012 12:22 To: Xerte discussion list Subject: [Xerte] Re: Xerte upgrade and API Comparing the two folders If file size different then replace That would just about do it Should people wait for 1.8? On 12 Jan 2012, at 12:19, Julian Tenney > wrote: That?s a good start: the engine and wizard, and all the models and .xwd files, particularly the Nottingham template ones. That will fix all end-user bugs, and bring your templates up to date, and fixes probably 95% of all things that have ever been fixed. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 12 January 2012 12:13 To: Xerte list Subject: [Xerte] Re: Xerte upgrade and API I guess in this case it might be a whole lot easier to just determine which individual files to replace that will "fix many bugs". The engine swf? ________________________________ From: patrick.lockley at googlemail.com Date: Thu, 12 Jan 2012 12:07:42 +0000 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Re: Xerte upgrade and API You could hack a move by copying user-files but you'd lose the project name, shares, plays, status stuff You could have some mangling with templatedetails and templaterights to help, but it'd be a bit nasty On 12 Jan 2012, at 12:02, Dave Burnett > wrote: Pat, is the users view in XOT created dynamically or is it in the db? e.g. could you go to the server, rename the USERFILES folder, upgrade/reinstall, then name it back? From: patrick.lockley at googlemail.com Date: Thu, 12 Jan 2012 11:56:06 +0000 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Re: Xerte upgrade and API There are two new tables in the database, but one does nothing unless you want it to, and the other is optional. The ldap table facilitates multiple ldap hosts in a neater way before, but is only use if the sitedetails table lacks LDAP The sessions table can be used if you want to, but the code that uses it is commented out by default (it is in config.php) Code can be replaced and the database remains the same. You can ignore the new tables if you want. On 12 Jan 2012, at 11:36, "Murray, Kevin P" > wrote: All, My Academic Development colleague has requested that I upgrade our Xerte Online Toolkits to the latest version as he says it will fix many bugs. Unfortunately the upgrade isn?t that straightforward as the database schema has changed between versions. I hit upon the idea that my colleague and the other users should export their modules from the old version and import them into the new. My colleague can do this for his learning objects but as regards the other users he is not so sure about. What I require is either an API or a backend export program which would let me export all the learning objects from the back end and then re-import them into the new version. I have seen any documents describing how Xerte Online Toolkits is put together so although I have looked around the backend PHP code it seems non-trivial to write my own. Has anyone either documented an API, written a backend export/import program, or any other suggestion on how to do the upgrade? Kevin This email has been scanned for all viruses by the MessageLabs Email Security System. This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From johnathan.kemp at ntlworld.com Wed Mar 7 10:40:09 2012 From: johnathan.kemp at ntlworld.com (Kemp Johnathan) Date: Wed, 7 Mar 2012 10:40:09 +0000 Subject: [Xerte] Converting an object to xml Message-ID: Xerte has the myXML.toObject() method that will construct an object from xml data. Is there an easy way to go in the other direction and convert an object into XML data? Kind regards Johnathan -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Wed Mar 7 11:03:44 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 7 Mar 2012 11:03:44 +0000 Subject: [Xerte] Re: Converting an object to xml In-Reply-To: References: Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC049@EXCHANGE1.ad.nottingham.ac.uk> Good question. No, not currently. Have a look for a prototype extension and I can build it in if it does what you want: it would probably not create attributes, rather full nodes for each value, and it would have to make some assumptions when naming things I think: value value .... ... From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: 07 March 2012 10:40 To: Xerte discussion list Subject: [Xerte] Converting an object to xml Xerte has the myXML.toObject() method that will construct an object from xml data. Is there an easy way to go in the other direction and convert an object into XML data? Kind regards Johnathan -------------- next part -------------- An HTML attachment was scrubbed... URL: From d_b_burnett at hotmail.com Wed Mar 7 11:17:09 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Wed, 7 Mar 2012 06:17:09 -0500 Subject: [Xerte] Re: Converting an object to xml In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC049@EXCHANGE1.ad.nottingham.ac.uk> References: , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC049@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: Can you send the object to the server and let a script deal with it?Or are you trying to do something locally? From: Julian.Tenney at nottingham.ac.uk To: xerte at lists.nottingham.ac.uk Date: Wed, 7 Mar 2012 11:03:44 +0000 Subject: [Xerte] Re: Converting an object to xml Good question. No, not currently. Have a look for a prototype extension and I can build it in if it does what you want: it would probably not create attributes, rather full nodes for each value, and it would have to make some assumptions when naming things I think: value value ?. ? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: 07 March 2012 10:40 To: Xerte discussion list Subject: [Xerte] Converting an object to xml Xerte has the myXML.toObject() method that will construct an object from xml data. Is there an easy way to go in the other direction and convert an object into XML data? Kind regards Johnathan This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From johnathan.kemp at ntlworld.com Wed Mar 7 11:21:11 2012 From: johnathan.kemp at ntlworld.com (Kemp Johnathan) Date: Wed, 7 Mar 2012 11:21:11 +0000 Subject: [Xerte] Re: Converting an object to xml In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC049@EXCHANGE1.ad.nottingham.ac.uk> References: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC049@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: What I was hoping to achieve was a bi-directional capability i.e. you could go back and forth, perhaps creating your initial object from xml data, then modify the object in a page, then save it out as xml again. Then the next time you load the page you have the option of restoring a your previously saved data. Kind regards Johnathan On 7 March 2012 11:03, Julian Tenney wrote: > Good question. No, not currently. Have a look for a prototype extension > and I can build it in if it does what you want: it would probably not > create attributes, rather full nodes for each value, and it would have to > make some assumptions when naming things I think: > > > > > > value > > > > value > > ?. > > > > ? > > > > > > *From:* xerte-bounces at lists.nottingham.ac.uk [mailto: > xerte-bounces at lists.nottingham.ac.uk] *On Behalf Of *Kemp Johnathan > *Sent:* 07 March 2012 10:40 > *To:* Xerte discussion list > *Subject:* [Xerte] Converting an object to xml > > > > Xerte has the myXML.toObject() method that will construct an object from > xml data. > > > > Is there an easy way to go in the other direction and convert an object > into XML data? > > > > Kind regards > > > > Johnathan > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Oliver.Haslam at uwe.ac.uk Wed Mar 7 11:41:17 2012 From: Oliver.Haslam at uwe.ac.uk (Oliver Haslam) Date: Wed, 7 Mar 2012 11:41:17 +0000 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? In-Reply-To: <4F56761C.80504@tor.nl> References: <01ef01ccf55b$c9f35be0$5dda13a0$@co.uk> <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B710988F@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B71099A2@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F55FFF2.6010000@tor.nl> <31CDB875D4C8E948899F952DE8C500C827B7109CE3@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F56761C.80504@tor.nl> Message-ID: <31CDB875D4C8E948899F952DE8C500C827B726B651@EGEN-MBX02.campus.ads.uwe.ac.uk> Thanks for your help Tom. Still can't get it work here, though. I've attached a screenshot of the contents of my management.php and copied what I have in config.php and the error logs below. This is what is now in config.php: /** * Email settings */ $xerte_toolkits_site->site_email_account = $row['site_email_account']; $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); $xerte_toolkits_site->email_to_add_to_username = $row['email_to_add_to_username']; /** * RSS Proxy settings */ $xerte_toolkits_site->proxy1 = $row['proxy1']; $xerte_toolkits_site->port1 = $row['port1']; /** * Set up the feedback list from the feedback page */ $xerte_toolkits_site->feedback_list = $row['feedback_list']; And this is what I have in the error log after submitting something in the feedback form on the logged in page: mail() on [D:\shared\xerte\website_code\php\error_library.php:185]: To: simon2.carter at uwe.ac.uk -- Headers: _______________________________ Oliver Haslam Course Developer (Technologist) Applied Sciences & Allied Health Professions Technology Enhanced Learning University of the West of England _______________________________ T: 0117 32 88215 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders Sent: 06 March 2012 20:40 To: Xerte discussion list Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? Had a look, and it's complicated... 1. I had to fix config.php, the line where the headers are set: Change $xerte_toolkits_site->headers = $row['headers']; in $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); (Line 194 in my installation) 2. The list of people who have to receive the feedback should be set in the feedback list (Last item of the Site settings) 3. The site email account is as of yet unclear to me 4. An example of the headers is Content-Type: text/html; charset=ISO-8859-1*From: XOT 5. The site email to add to username is the email domain name that is added to a xot username in the case of peer to peer feedback of a user to another user. This is working for me. Regards, Tom Op 6-3-2012 17:24, Oliver Haslam schreef: > Thanks Tom. Does anyone else have 'email header' info already written in the mean time? > > Oli > > _______________________________ > > Oliver Haslam > Course Developer (Technologist) > Applied Sciences& Allied Health Professions > > Technology Enhanced Learning > University of the West of England > _______________________________ > T: 0117 32 88215 > > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom > Reijnders > Sent: 06 March 2012 12:16 > To: Xerte discussion list > Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? > > I haven't used it, but I'll give it a try and let you know. > Mind you, I don't have time to do this before Thursday, so I invite someone else with a working configuration to answer before that. > > Tom > Op 6-3-2012 12:55, Oliver Haslam schreef: >> Can anyone share with me an example of what to write in the email headers field when they installed Xerte on a web server? >> >> I need an example of what to put where it says the following in management.php> Site> Email: >> >> "The site email headers is (use the * symbol to represent a new line)" >> >> Presumably this is the email TO, FROM, SUBJECT information etc. But I have no idea what format it should be in. >> >> Thanks >> >> Oli >> >> _______________________________ >> >> Oliver Haslam >> Course Developer (Technologist) >> Applied Sciences& Allied Health Professions >> >> Technology Enhanced Learning >> University of the West of England >> _______________________________ >> T: 0117 32 88215 >> >> >> -----Original Message----- >> From: xerte-bounces at lists.nottingham.ac.uk >> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >> Lockley >> Sent: 06 March 2012 11:26 >> To: Xerte discussion list >> Subject: [Xerte] Re: feedback form on logged in page >> >> Been ages since I've done it, you might need to get someone to share >> their install setting >> >> On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam wrote: >>> What should I put in the email headers field? >>> >>> _______________________________ >>> >>> Oliver Haslam >>> Course Developer (Technologist) >>> Applied Sciences& Allied Health Professions >>> >>> Technology Enhanced Learning >>> University of the West of England >>> _______________________________ >>> T: 0117 32 88215 >>> >>> >>> -----Original Message----- >>> From: xerte-bounces at lists.nottingham.ac.uk >>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>> Lockley >>> Sent: 06 March 2012 10:12 >>> To: Xerte discussion list >>> Subject: [Xerte] Re: feedback form on logged in page >>> >>> Set the email headers option in management.php >>> >>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam wrote: >>>> Hi >>>> >>>> I THINK the site is now set up to send email. But I still can't get the feedback form to successfully send emails to me. I'm not sure if it is a setting that needs changing within Xerte or on the server itself. >>>> >>>> In the error log in management.php I get the following: >>>> [D:\shared\xerte\feedback\index.php:42]: To: >>>> oliver.haslam at uwe.ac.uk; >>>> -- Headers: mail() on >>>> >>>> Any ideas what I should do next? >>>> >>>> Many thanks >>>> >>>> _______________________________ >>>> >>>> Oliver Haslam >>>> Course Developer (Technologist) >>>> Applied Sciences& Allied Health Professions >>>> >>>> Technology Enhanced Learning >>>> University of the West of England >>>> _______________________________ >>>> T: 0117 32 88215 >>>> >>>> -----Original Message----- >>>> From: xerte-bounces at lists.nottingham.ac.uk >>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>> Lockley >>>> Sent: 27 February 2012 16:26 >>>> To: Xerte discussion list >>>> Subject: [Xerte] Re: feedback form on logged in page >>>> >>>> is your site set up to send email? >>>> >>>> php email functions can be turned off >>>> >>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam wrote: >>>>> How do I get the feedback form on the logged in page to work? >>>>> >>>>> I've put my email address in management.php under 'Site settings (HTML / Images)' where it says: >>>>> "The site's feedback list is (A semi-colon separated list of email addresses to receive feedback from the feedback page)" >>>>> >>>>> And I've put my email address in management.php under 'Email' where it says: >>>>> "The site email account is" >>>>> >>>>> But I still don't get anything when I test the form. >>>>> >>>>> Any suggestions? >>>>> >>>>> Thanks >>>>> >>>>> Oli >>>>> _______________________________ >>>>> >>>>> Oliver Haslam >>>>> Course Developer (Technologist) >>>>> Applied Sciences& Allied Health Professions >>>>> >>>>> Technology Enhanced Learning >>>>> University of the West of England >>>>> _______________________________ >>>>> T: 0117 32 88215 >>>>> >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> >>>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>>> >>>>> This message has been checked for viruses but the contents of an >>>>> attachment may still contain software viruses which could damage your computer system: >>>>> you are advised to perform your own checks. Email communications >>>>> with the University of Nottingham may be monitored as permitted by UK legislation. >>>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>> >>>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>>> >>>> >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>> >>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> > -- > -- > > Tom Reijnders > TOR Informatica > Chopinlaan 27 > 5242HM Rosmalen > Tel: 073 5226191 > Fax: 073 5226196 > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte -------------- next part -------------- A non-text attachment was scrubbed... Name: xerte.uwe.ac.uk 2012-3-7 11-34-11WEDNESDAY.png Type: image/png Size: 9864 bytes Desc: xerte.uwe.ac.uk 2012-3-7 11-34-11WEDNESDAY.png URL: From patrick.lockley at googlemail.com Wed Mar 7 11:44:34 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Wed, 7 Mar 2012 11:44:34 +0000 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? In-Reply-To: <31CDB875D4C8E948899F952DE8C500C827B726B651@EGEN-MBX02.campus.ads.uwe.ac.uk> References: <01ef01ccf55b$c9f35be0$5dda13a0$@co.uk> <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B710988F@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B71099A2@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F55FFF2.6010000@tor.nl> <31CDB875D4C8E948899F952DE8C500C827B7109CE3@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F56761C.80504@tor.nl> <31CDB875D4C8E948899F952DE8C500C827B726B651@EGEN-MBX02.campus.ads.uwe.ac.uk> Message-ID: could you edit feedback/index.php? On Wed, Mar 7, 2012 at 11:41 AM, Oliver Haslam wrote: > Thanks for your help Tom. Still can't get it work here, though. > > I've attached a screenshot of the contents of my management.php and copied what I have in config.php and the error logs below. > > This is what is now in config.php: > > ?/** > ? ? * Email settings > ? ? */ > > ? ?$xerte_toolkits_site->site_email_account = $row['site_email_account']; > ? ?$xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); > ? ?$xerte_toolkits_site->email_to_add_to_username = $row['email_to_add_to_username']; > > ? ?/** > ? ? * RSS Proxy settings > ? ? */ > > ? ?$xerte_toolkits_site->proxy1 = $row['proxy1']; > ? ?$xerte_toolkits_site->port1 = $row['port1']; > > ? ?/** > ? ? * Set up the feedback list from the feedback page > ? ? */ > > ? ?$xerte_toolkits_site->feedback_list = $row['feedback_list']; > > > > > And this is what I have in the error log after submitting something in the feedback form on the logged in page: > > mail() on [D:\shared\xerte\website_code\php\error_library.php:185]: To: simon2.carter at uwe.ac.uk -- Headers: > > > > _______________________________ > > Oliver Haslam > Course Developer (Technologist) > Applied Sciences & Allied Health Professions > > Technology Enhanced Learning > University of the West of England > _______________________________ > T: 0117 32 88215 > > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders > Sent: 06 March 2012 20:40 > To: Xerte discussion list > Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? > > Had a look, and it's complicated... > > 1. I had to fix config.php, the line where the headers are set: > Change > > ? ?$xerte_toolkits_site->headers = $row['headers']; > > in > > ? ?$xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); (Line 194 in my installation) > > 2. The list of people who have to receive the feedback should be set in the feedback list (Last item of the Site settings) 3. The site email account is as of yet unclear to me 4. An example of the headers is > > Content-Type: text/html; charset=ISO-8859-1*From: XOT > > 5. The site email to add to username is the email domain ?name that is added to a xot username in the case of peer to peer feedback of a user to another user. > > This is working for me. > > Regards, > > Tom > > Op 6-3-2012 17:24, Oliver Haslam schreef: >> Thanks Tom. Does anyone else have 'email header' info already written in the mean time? >> >> Oli >> >> _______________________________ >> >> Oliver Haslam >> Course Developer (Technologist) >> Applied Sciences& ?Allied Health Professions >> >> Technology Enhanced Learning >> University of the West of England >> _______________________________ >> T: 0117 32 88215 >> >> >> -----Original Message----- >> From: xerte-bounces at lists.nottingham.ac.uk >> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom >> Reijnders >> Sent: 06 March 2012 12:16 >> To: Xerte discussion list >> Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? >> >> I haven't used it, but I'll give it a try and let you know. >> Mind you, I don't have time to do this before Thursday, so I invite someone else with a working configuration to answer before that. >> >> Tom >> Op 6-3-2012 12:55, Oliver Haslam schreef: >>> Can anyone share with me an example of what to write in the email headers field when they installed Xerte on a web server? >>> >>> I need an example of what to put where it says the following in management.php> ? Site> ? Email: >>> >>> "The site email headers is (use the * symbol to represent a new line)" >>> >>> Presumably this is the email TO, FROM, SUBJECT information etc. But I have no idea what format it should be in. >>> >>> Thanks >>> >>> Oli >>> >>> _______________________________ >>> >>> Oliver Haslam >>> Course Developer (Technologist) >>> Applied Sciences& ? Allied Health Professions >>> >>> Technology Enhanced Learning >>> University of the West of England >>> _______________________________ >>> T: 0117 32 88215 >>> >>> >>> -----Original Message----- >>> From: xerte-bounces at lists.nottingham.ac.uk >>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>> Lockley >>> Sent: 06 March 2012 11:26 >>> To: Xerte discussion list >>> Subject: [Xerte] Re: feedback form on logged in page >>> >>> Been ages since I've done it, you might need to get someone to share >>> their install setting >>> >>> On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam ? wrote: >>>> What should I put in the email headers field? >>>> >>>> _______________________________ >>>> >>>> Oliver Haslam >>>> Course Developer (Technologist) >>>> Applied Sciences& ? Allied Health Professions >>>> >>>> Technology Enhanced Learning >>>> University of the West of England >>>> _______________________________ >>>> T: 0117 32 88215 >>>> >>>> >>>> -----Original Message----- >>>> From: xerte-bounces at lists.nottingham.ac.uk >>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>> Lockley >>>> Sent: 06 March 2012 10:12 >>>> To: Xerte discussion list >>>> Subject: [Xerte] Re: feedback form on logged in page >>>> >>>> Set the email headers option in management.php >>>> >>>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam ? wrote: >>>>> Hi >>>>> >>>>> I THINK the site is now set up to send email. But I still can't get the feedback form to successfully send emails to me. I'm not sure if it is a setting that needs changing within Xerte or on the server itself. >>>>> >>>>> In the error log in management.php I get the following: >>>>> [D:\shared\xerte\feedback\index.php:42]: To: >>>>> oliver.haslam at uwe.ac.uk; >>>>> -- Headers: mail() on >>>>> >>>>> Any ideas what I should do next? >>>>> >>>>> Many thanks >>>>> >>>>> _______________________________ >>>>> >>>>> Oliver Haslam >>>>> Course Developer (Technologist) >>>>> Applied Sciences& ? Allied Health Professions >>>>> >>>>> Technology Enhanced Learning >>>>> University of the West of England >>>>> _______________________________ >>>>> T: 0117 32 88215 >>>>> >>>>> -----Original Message----- >>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>> Lockley >>>>> Sent: 27 February 2012 16:26 >>>>> To: Xerte discussion list >>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>> >>>>> is your site set up to send email? >>>>> >>>>> php email functions can be turned off >>>>> >>>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam ? wrote: >>>>>> How do I get the feedback form on the logged in page to work? >>>>>> >>>>>> I've put my email address in management.php under 'Site settings (HTML / Images)' where it says: >>>>>> "The site's feedback list is (A semi-colon separated list of email addresses to receive feedback from the feedback page)" >>>>>> >>>>>> And I've put my email address in management.php under 'Email' where it says: >>>>>> "The site email account is" >>>>>> >>>>>> But I still don't get anything when I test the form. >>>>>> >>>>>> Any suggestions? >>>>>> >>>>>> Thanks >>>>>> >>>>>> Oli >>>>>> _______________________________ >>>>>> >>>>>> Oliver Haslam >>>>>> Course Developer (Technologist) >>>>>> Applied Sciences& ? Allied Health Professions >>>>>> >>>>>> Technology Enhanced Learning >>>>>> University of the West of England >>>>>> _______________________________ >>>>>> T: 0117 32 88215 >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Xerte mailing list >>>>>> Xerte at lists.nottingham.ac.uk >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>> >>>>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>>>> >>>>>> This message has been checked for viruses but the contents of an >>>>>> attachment may still contain software viruses which could damage your computer system: >>>>>> you are advised to perform your own checks. Email communications >>>>>> with the University of Nottingham may be monitored as permitted by UK legislation. >>>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>>> >>>>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>>>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>> >>>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>>> >>>> >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>> >>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> >> -- >> -- >> >> Tom Reijnders >> TOR Informatica >> Chopinlaan 27 >> 5242HM Rosmalen >> Tel: 073 5226191 >> Fax: 073 5226196 >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > -- > -- > > Tom Reijnders > TOR Informatica > Chopinlaan 27 > 5242HM Rosmalen > Tel: 073 5226191 > Fax: 073 5226196 > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > From j.prior2 at bath.ac.uk Wed Mar 7 12:03:37 2012 From: j.prior2 at bath.ac.uk (Julian Prior) Date: Wed, 07 Mar 2012 12:03:37 +0000 Subject: [Xerte] Import of existing Xerte LO fails Message-ID: <4F574E99.2010900@bath.ac.uk> Hi all, We tried testing the export/import option in our XOT in preparation for what will be a mass export of our existing content in 1.5 to be manually re-imported into a clean 1.7. The export (zip and scorm) worked fine but when we tried to re-import in properties (we changed the project name), we got an error message (attached). Any suggestions? cheers JP -- Julian Prior Learning Technologist Learning and Teaching Enhancement Office Wessex House 5.27 University of Bath Claverton Campus BA2 7AY t: 01225 383864 e: j.prior2 at bath.ac.uk twitter: @jpodcaster skype: joolsyp -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Screen Shot 2012-03-07 at 11.43.25.png Type: image/png Size: 103184 bytes Desc: not available URL: From Julian.Tenney at nottingham.ac.uk Wed Mar 7 12:05:45 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 7 Mar 2012 12:05:45 +0000 Subject: [Xerte] Re: Converting an object to xml In-Reply-To: References: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC049@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC0EA@EXCHANGE1.ad.nottingham.ac.uk> I don't think you're going to get bi-directional because is node[0].att and value is node[0].att From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: 07 March 2012 11:21 To: Xerte discussion list Subject: [Xerte] Re: Converting an object to xml What I was hoping to achieve was a bi-directional capability i.e. you could go back and forth, perhaps creating your initial object from xml data, then modify the object in a page, then save it out as xml again. Then the next time you load the page you have the option of restoring a your previously saved data. Kind regards Johnathan On 7 March 2012 11:03, Julian Tenney > wrote: Good question. No, not currently. Have a look for a prototype extension and I can build it in if it does what you want: it would probably not create attributes, rather full nodes for each value, and it would have to make some assumptions when naming things I think: value value .... ... From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: 07 March 2012 10:40 To: Xerte discussion list Subject: [Xerte] Converting an object to xml Xerte has the myXML.toObject() method that will construct an object from xml data. Is there an easy way to go in the other direction and convert an object into XML data? Kind regards Johnathan This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From reijnders at tor.nl Wed Mar 7 12:11:26 2012 From: reijnders at tor.nl (Tom Reijnders) Date: Wed, 07 Mar 2012 13:11:26 +0100 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? In-Reply-To: References: <01ef01ccf55b$c9f35be0$5dda13a0$@co.uk> <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B710988F@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B71099A2@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F55FFF2.6010000@tor.nl> <31CDB875D4C8E948899F952DE8C500C827B7109CE3@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F56761C.80504@tor.nl> <31CDB875D4C8E948899F952DE8C500C827B726B651@EGEN-MBX02.campus.ads.uwe.ac.uk> Message-ID: <4F57506E.5050100@tor.nl> Pat, Oliver, This is a different error!, This one comes from the error_library, and there NO headers are passed to the php mail function. According to the php manual: Note: When sending mail, the mail must contain a From header. This can be set with the additional_headers parameter, or a default can be set in php.ini. Failing to do this will result in an error message similar to Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing. The From header sets also Return-Path under Windows. So, Oliver, you could try to set sendmail_from in your php.ini file. Pat, we definitely need to have a look at this and make sure everything is aligned. Tom Op 7-3-2012 12:44, Pat Lockley schreef: > could you edit feedback/index.php? > > On Wed, Mar 7, 2012 at 11:41 AM, Oliver Haslam wrote: >> Thanks for your help Tom. Still can't get it work here, though. >> >> I've attached a screenshot of the contents of my management.php and copied what I have in config.php and the error logs below. >> >> This is what is now in config.php: >> >> /** >> * Email settings >> */ >> >> $xerte_toolkits_site->site_email_account = $row['site_email_account']; >> $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); >> $xerte_toolkits_site->email_to_add_to_username = $row['email_to_add_to_username']; >> >> /** >> * RSS Proxy settings >> */ >> >> $xerte_toolkits_site->proxy1 = $row['proxy1']; >> $xerte_toolkits_site->port1 = $row['port1']; >> >> /** >> * Set up the feedback list from the feedback page >> */ >> >> $xerte_toolkits_site->feedback_list = $row['feedback_list']; >> >> >> >> >> And this is what I have in the error log after submitting something in the feedback form on the logged in page: >> >> mail() on [D:\shared\xerte\website_code\php\error_library.php:185]: To: simon2.carter at uwe.ac.uk -- Headers: >> >> >> >> _______________________________ >> >> Oliver Haslam >> Course Developer (Technologist) >> Applied Sciences& Allied Health Professions >> >> Technology Enhanced Learning >> University of the West of England >> _______________________________ >> T: 0117 32 88215 >> >> >> -----Original Message----- >> From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders >> Sent: 06 March 2012 20:40 >> To: Xerte discussion list >> Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? >> >> Had a look, and it's complicated... >> >> 1. I had to fix config.php, the line where the headers are set: >> Change >> >> $xerte_toolkits_site->headers = $row['headers']; >> >> in >> >> $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); (Line 194 in my installation) >> >> 2. The list of people who have to receive the feedback should be set in the feedback list (Last item of the Site settings) 3. The site email account is as of yet unclear to me 4. An example of the headers is >> >> Content-Type: text/html; charset=ISO-8859-1*From: XOT >> >> 5. The site email to add to username is the email domain name that is added to a xot username in the case of peer to peer feedback of a user to another user. >> >> This is working for me. >> >> Regards, >> >> Tom >> >> Op 6-3-2012 17:24, Oliver Haslam schreef: >>> Thanks Tom. Does anyone else have 'email header' info already written in the mean time? >>> >>> Oli >>> >>> _______________________________ >>> >>> Oliver Haslam >>> Course Developer (Technologist) >>> Applied Sciences& Allied Health Professions >>> >>> Technology Enhanced Learning >>> University of the West of England >>> _______________________________ >>> T: 0117 32 88215 >>> >>> >>> -----Original Message----- >>> From: xerte-bounces at lists.nottingham.ac.uk >>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom >>> Reijnders >>> Sent: 06 March 2012 12:16 >>> To: Xerte discussion list >>> Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? >>> >>> I haven't used it, but I'll give it a try and let you know. >>> Mind you, I don't have time to do this before Thursday, so I invite someone else with a working configuration to answer before that. >>> >>> Tom >>> Op 6-3-2012 12:55, Oliver Haslam schreef: >>>> Can anyone share with me an example of what to write in the email headers field when they installed Xerte on a web server? >>>> >>>> I need an example of what to put where it says the following in management.php> Site> Email: >>>> >>>> "The site email headers is (use the * symbol to represent a new line)" >>>> >>>> Presumably this is the email TO, FROM, SUBJECT information etc. But I have no idea what format it should be in. >>>> >>>> Thanks >>>> >>>> Oli >>>> >>>> _______________________________ >>>> >>>> Oliver Haslam >>>> Course Developer (Technologist) >>>> Applied Sciences& Allied Health Professions >>>> >>>> Technology Enhanced Learning >>>> University of the West of England >>>> _______________________________ >>>> T: 0117 32 88215 >>>> >>>> >>>> -----Original Message----- >>>> From: xerte-bounces at lists.nottingham.ac.uk >>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>> Lockley >>>> Sent: 06 March 2012 11:26 >>>> To: Xerte discussion list >>>> Subject: [Xerte] Re: feedback form on logged in page >>>> >>>> Been ages since I've done it, you might need to get someone to share >>>> their install setting >>>> >>>> On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam wrote: >>>>> What should I put in the email headers field? >>>>> >>>>> _______________________________ >>>>> >>>>> Oliver Haslam >>>>> Course Developer (Technologist) >>>>> Applied Sciences& Allied Health Professions >>>>> >>>>> Technology Enhanced Learning >>>>> University of the West of England >>>>> _______________________________ >>>>> T: 0117 32 88215 >>>>> >>>>> >>>>> -----Original Message----- >>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>> Lockley >>>>> Sent: 06 March 2012 10:12 >>>>> To: Xerte discussion list >>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>> >>>>> Set the email headers option in management.php >>>>> >>>>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam wrote: >>>>>> Hi >>>>>> >>>>>> I THINK the site is now set up to send email. But I still can't get the feedback form to successfully send emails to me. I'm not sure if it is a setting that needs changing within Xerte or on the server itself. >>>>>> >>>>>> In the error log in management.php I get the following: >>>>>> [D:\shared\xerte\feedback\index.php:42]: To: >>>>>> oliver.haslam at uwe.ac.uk; >>>>>> -- Headers: mail() on >>>>>> >>>>>> Any ideas what I should do next? >>>>>> >>>>>> Many thanks >>>>>> >>>>>> _______________________________ >>>>>> >>>>>> Oliver Haslam >>>>>> Course Developer (Technologist) >>>>>> Applied Sciences& Allied Health Professions >>>>>> >>>>>> Technology Enhanced Learning >>>>>> University of the West of England >>>>>> _______________________________ >>>>>> T: 0117 32 88215 >>>>>> >>>>>> -----Original Message----- >>>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>>> Lockley >>>>>> Sent: 27 February 2012 16:26 >>>>>> To: Xerte discussion list >>>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>>> >>>>>> is your site set up to send email? >>>>>> >>>>>> php email functions can be turned off >>>>>> >>>>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam wrote: >>>>>>> How do I get the feedback form on the logged in page to work? >>>>>>> >>>>>>> I've put my email address in management.php under 'Site settings (HTML / Images)' where it says: >>>>>>> "The site's feedback list is (A semi-colon separated list of email addresses to receive feedback from the feedback page)" >>>>>>> >>>>>>> And I've put my email address in management.php under 'Email' where it says: >>>>>>> "The site email account is" >>>>>>> >>>>>>> But I still don't get anything when I test the form. >>>>>>> >>>>>>> Any suggestions? >>>>>>> >>>>>>> Thanks >>>>>>> >>>>>>> Oli >>>>>>> _______________________________ >>>>>>> >>>>>>> Oliver Haslam >>>>>>> Course Developer (Technologist) >>>>>>> Applied Sciences& Allied Health Professions >>>>>>> >>>>>>> Technology Enhanced Learning >>>>>>> University of the West of England >>>>>>> _______________________________ >>>>>>> T: 0117 32 88215 >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Xerte mailing list >>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>> >>>>>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>>>>> >>>>>>> This message has been checked for viruses but the contents of an >>>>>>> attachment may still contain software viruses which could damage your computer system: >>>>>>> you are advised to perform your own checks. Email communications >>>>>>> with the University of Nottingham may be monitored as permitted by UK legislation. >>>>>>> >>>>>> _______________________________________________ >>>>>> Xerte mailing list >>>>>> Xerte at lists.nottingham.ac.uk >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>>>> >>>>>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>>>>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Xerte mailing list >>>>>> Xerte at lists.nottingham.ac.uk >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>>> >>>>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>>>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>> >>>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>>> >>>> >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> >>> -- >>> -- >>> >>> Tom Reijnders >>> TOR Informatica >>> Chopinlaan 27 >>> 5242HM Rosmalen >>> Tel: 073 5226191 >>> Fax: 073 5226196 >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> -- >> -- >> >> Tom Reijnders >> TOR Informatica >> Chopinlaan 27 >> 5242HM Rosmalen >> Tel: 073 5226191 >> Fax: 073 5226196 >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment >> may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the >> University of Nottingham may be monitored as permitted by UK legislation. >> >> > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 From patrick.lockley at googlemail.com Wed Mar 7 12:15:26 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Wed, 7 Mar 2012 12:15:26 +0000 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? In-Reply-To: <4F57506E.5050100@tor.nl> References: <01ef01ccf55b$c9f35be0$5dda13a0$@co.uk> <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B710988F@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B71099A2@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F55FFF2.6010000@tor.nl> <31CDB875D4C8E948899F952DE8C500C827B7109CE3@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F56761C.80504@tor.nl> <31CDB875D4C8E948899F952DE8C500C827B726B651@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F57506E.5050100@tor.nl> Message-ID: I guess when I use mail the php must have been set up to do so? On Wed, Mar 7, 2012 at 12:11 PM, Tom Reijnders wrote: > Pat, Oliver, > > This is a different error!, This one comes from the error_library, and there > NO headers are passed to the php mail function. > According to the php manual: > > Note: > > When sending mail, the mail must contain a From header. This can be set with > the additional_headers parameter, or a default can be set in php.ini. > > Failing to do this will result in an error message similar to Warning: > mail(): "sendmail_from" not set in php.ini or custom "From:" header missing. > The From header sets also Return-Path under Windows. > > > So, Oliver, you could try to set sendmail_from in your php.ini file. > > Pat, we definitely need to have a look at this and make sure everything is > aligned. > > Tom > > Op 7-3-2012 12:44, Pat Lockley schreef: >> >> could you edit feedback/index.php? >> >> On Wed, Mar 7, 2012 at 11:41 AM, Oliver Haslam >> ?wrote: >>> >>> Thanks for your help Tom. Still can't get it work here, though. >>> >>> I've attached a screenshot of the contents of my management.php and >>> copied what I have in config.php and the error logs below. >>> >>> This is what is now in config.php: >>> >>> ?/** >>> ? ? * Email settings >>> ? ? */ >>> >>> ? ?$xerte_toolkits_site->site_email_account = $row['site_email_account']; >>> ? ?$xerte_toolkits_site->headers = str_replace("*", "\r\n", >>> $row['headers']); >>> ? ?$xerte_toolkits_site->email_to_add_to_username = >>> $row['email_to_add_to_username']; >>> >>> ? ?/** >>> ? ? * RSS Proxy settings >>> ? ? */ >>> >>> ? ?$xerte_toolkits_site->proxy1 = $row['proxy1']; >>> ? ?$xerte_toolkits_site->port1 = $row['port1']; >>> >>> ? ?/** >>> ? ? * Set up the feedback list from the feedback page >>> ? ? */ >>> >>> ? ?$xerte_toolkits_site->feedback_list = $row['feedback_list']; >>> >>> >>> >>> >>> And this is what I have in the error log after submitting something in >>> the feedback form on the logged in page: >>> >>> mail() on [D:\shared\xerte\website_code\php\error_library.php:185]: To: >>> simon2.carter at uwe.ac.uk -- Headers: >>> >>> >>> >>> _______________________________ >>> >>> Oliver Haslam >>> Course Developer (Technologist) >>> Applied Sciences& ?Allied Health Professions >>> >>> Technology Enhanced Learning >>> University of the West of England >>> _______________________________ >>> T: 0117 32 88215 >>> >>> >>> -----Original Message----- >>> From: xerte-bounces at lists.nottingham.ac.uk >>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders >>> Sent: 06 March 2012 20:40 >>> To: Xerte discussion list >>> Subject: [Xerte] Re: Example email headers for Xerte install please. >>> Anyone? >>> >>> Had a look, and it's complicated... >>> >>> 1. I had to fix config.php, the line where the headers are set: >>> Change >>> >>> ? ?$xerte_toolkits_site->headers = $row['headers']; >>> >>> in >>> >>> ? ?$xerte_toolkits_site->headers = str_replace("*", "\r\n", >>> $row['headers']); (Line 194 in my installation) >>> >>> 2. The list of people who have to receive the feedback should be set in >>> the feedback list (Last item of the Site settings) 3. The site email account >>> is as of yet unclear to me 4. An example of the headers is >>> >>> Content-Type: text/html; charset=ISO-8859-1*From: XOT >>> >>> 5. The site email to add to username is the email domain ?name that is >>> added to a xot username in the case of peer to peer feedback of a user to >>> another user. >>> >>> This is working for me. >>> >>> Regards, >>> >>> Tom >>> >>> Op 6-3-2012 17:24, Oliver Haslam schreef: >>>> >>>> Thanks Tom. Does anyone else have 'email header' info already written in >>>> the mean time? >>>> >>>> Oli >>>> >>>> _______________________________ >>>> >>>> Oliver Haslam >>>> Course Developer (Technologist) >>>> Applied Sciences& ? ?Allied Health Professions >>>> >>>> Technology Enhanced Learning >>>> University of the West of England >>>> _______________________________ >>>> T: 0117 32 88215 >>>> >>>> >>>> -----Original Message----- >>>> From: xerte-bounces at lists.nottingham.ac.uk >>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom >>>> Reijnders >>>> Sent: 06 March 2012 12:16 >>>> To: Xerte discussion list >>>> Subject: [Xerte] Re: Example email headers for Xerte install please. >>>> Anyone? >>>> >>>> I haven't used it, but I'll give it a try and let you know. >>>> Mind you, I don't have time to do this before Thursday, so I invite >>>> someone else with a working configuration to answer before that. >>>> >>>> Tom >>>> Op 6-3-2012 12:55, Oliver Haslam schreef: >>>>> >>>>> Can anyone share with me an example of what to write in the email >>>>> headers field when they installed Xerte on a web server? >>>>> >>>>> I need an example of what to put where it says the following in >>>>> management.php> ? ? Site> ? ? Email: >>>>> >>>>> "The site email headers is (use the * symbol to represent a new line)" >>>>> >>>>> Presumably this is the email TO, FROM, SUBJECT information etc. But I >>>>> have no idea what format it should be in. >>>>> >>>>> Thanks >>>>> >>>>> Oli >>>>> >>>>> _______________________________ >>>>> >>>>> Oliver Haslam >>>>> Course Developer (Technologist) >>>>> Applied Sciences& ? ? Allied Health Professions >>>>> >>>>> Technology Enhanced Learning >>>>> University of the West of England >>>>> _______________________________ >>>>> T: 0117 32 88215 >>>>> >>>>> >>>>> -----Original Message----- >>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>> Lockley >>>>> Sent: 06 March 2012 11:26 >>>>> To: Xerte discussion list >>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>> >>>>> Been ages since I've done it, you might need to get someone to share >>>>> their install setting >>>>> >>>>> On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam >>>>> ? ? wrote: >>>>>> >>>>>> What should I put in the email headers field? >>>>>> >>>>>> _______________________________ >>>>>> >>>>>> Oliver Haslam >>>>>> Course Developer (Technologist) >>>>>> Applied Sciences& ? ? Allied Health Professions >>>>>> >>>>>> Technology Enhanced Learning >>>>>> University of the West of England >>>>>> _______________________________ >>>>>> T: 0117 32 88215 >>>>>> >>>>>> >>>>>> -----Original Message----- >>>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>>> Lockley >>>>>> Sent: 06 March 2012 10:12 >>>>>> To: Xerte discussion list >>>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>>> >>>>>> Set the email headers option in management.php >>>>>> >>>>>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver >>>>>> Haslam ? ? wrote: >>>>>>> >>>>>>> Hi >>>>>>> >>>>>>> I THINK the site is now set up to send email. But I still can't get >>>>>>> the feedback form to successfully send emails to me. I'm not sure if it is a >>>>>>> setting that needs changing within Xerte or on the server itself. >>>>>>> >>>>>>> In the error log in management.php I get the following: >>>>>>> [D:\shared\xerte\feedback\index.php:42]: To: >>>>>>> oliver.haslam at uwe.ac.uk; >>>>>>> -- Headers: mail() on >>>>>>> >>>>>>> Any ideas what I should do next? >>>>>>> >>>>>>> Many thanks >>>>>>> >>>>>>> _______________________________ >>>>>>> >>>>>>> Oliver Haslam >>>>>>> Course Developer (Technologist) >>>>>>> Applied Sciences& ? ? Allied Health Professions >>>>>>> >>>>>>> Technology Enhanced Learning >>>>>>> University of the West of England >>>>>>> _______________________________ >>>>>>> T: 0117 32 88215 >>>>>>> >>>>>>> -----Original Message----- >>>>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>>>> Lockley >>>>>>> Sent: 27 February 2012 16:26 >>>>>>> To: Xerte discussion list >>>>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>>>> >>>>>>> is your site set up to send email? >>>>>>> >>>>>>> php email functions can be turned off >>>>>>> >>>>>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver >>>>>>> Haslam ? ? wrote: >>>>>>>> >>>>>>>> How do I get the feedback form on the logged in page to work? >>>>>>>> >>>>>>>> I've put my email address in management.php under 'Site settings >>>>>>>> (HTML / Images)' where it says: >>>>>>>> "The site's feedback list is (A semi-colon separated list of email >>>>>>>> addresses to receive feedback from the feedback page)" >>>>>>>> >>>>>>>> And I've put my email address in management.php under 'Email' where >>>>>>>> it says: >>>>>>>> "The site email account is" >>>>>>>> >>>>>>>> But I still don't get anything when I test the form. >>>>>>>> >>>>>>>> Any suggestions? >>>>>>>> >>>>>>>> Thanks >>>>>>>> >>>>>>>> Oli >>>>>>>> _______________________________ >>>>>>>> >>>>>>>> Oliver Haslam >>>>>>>> Course Developer (Technologist) >>>>>>>> Applied Sciences& ? ? Allied Health Professions >>>>>>>> >>>>>>>> Technology Enhanced Learning >>>>>>>> University of the West of England >>>>>>>> _______________________________ >>>>>>>> T: 0117 32 88215 >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Xerte mailing list >>>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>>> >>>>>>>> This message and any attachment are intended solely for the >>>>>>>> addressee and may contain confidential information. If you have received >>>>>>>> this message in error, please send it back to me, and immediately delete it. >>>>>>>> ? Please do not use, copy or disclose the information contained in this >>>>>>>> message or in any attachment. ?Any views or opinions expressed by the author >>>>>>>> of this email do not necessarily reflect the views of the University of >>>>>>>> Nottingham. >>>>>>>> >>>>>>>> This message has been checked for viruses but the contents of an >>>>>>>> attachment may still contain software viruses which could damage >>>>>>>> your computer system: >>>>>>>> you are advised to perform your own checks. Email communications >>>>>>>> with the University of Nottingham may be monitored as permitted by >>>>>>>> UK legislation. >>>>>>>> >>>>>>> _______________________________________________ >>>>>>> Xerte mailing list >>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>> This message and any attachment are intended solely for the addressee >>>>>>> and may contain confidential information. If you have received this message >>>>>>> in error, please send it back to me, and immediately delete it. ? Please do >>>>>>> not use, copy or disclose the information contained in this message or in >>>>>>> any attachment. ?Any views or opinions expressed by the author of this email >>>>>>> do not necessarily reflect the views of the University of Nottingham. >>>>>>> >>>>>>> This message has been checked for viruses but the contents of an >>>>>>> attachment may still contain software viruses which could damage your >>>>>>> computer system: >>>>>>> you are advised to perform your own checks. Email communications with >>>>>>> the University of Nottingham may be monitored as permitted by UK >>>>>>> legislation. >>>>>>> >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Xerte mailing list >>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>> >>>>>> _______________________________________________ >>>>>> Xerte mailing list >>>>>> Xerte at lists.nottingham.ac.uk >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>> This message and any attachment are intended solely for the addressee >>>>>> and may contain confidential information. If you have received this message >>>>>> in error, please send it back to me, and immediately delete it. ? Please do >>>>>> not use, copy or disclose the information contained in this message or in >>>>>> any attachment. ?Any views or opinions expressed by the author of this email >>>>>> do not necessarily reflect the views of the University of Nottingham. >>>>>> >>>>>> This message has been checked for viruses but the contents of an >>>>>> attachment may still contain software viruses which could damage your >>>>>> computer system: >>>>>> you are advised to perform your own checks. Email communications with >>>>>> the University of Nottingham may be monitored as permitted by UK >>>>>> legislation. >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Xerte mailing list >>>>>> Xerte at lists.nottingham.ac.uk >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> This message and any attachment are intended solely for the addressee >>>>> and may contain confidential information. If you have received this message >>>>> in error, please send it back to me, and immediately delete it. ? Please do >>>>> not use, copy or disclose the information contained in this message or in >>>>> any attachment. ?Any views or opinions expressed by the author of this email >>>>> do not necessarily reflect the views of the University of Nottingham. >>>>> >>>>> This message has been checked for viruses but the contents of an >>>>> attachment may still contain software viruses which could damage your >>>>> computer system: >>>>> you are advised to perform your own checks. Email communications with >>>>> the University of Nottingham may be monitored as permitted by UK >>>>> legislation. >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> >>>> -- >>>> -- >>>> >>>> Tom Reijnders >>>> TOR Informatica >>>> Chopinlaan 27 >>>> 5242HM Rosmalen >>>> Tel: 073 5226191 >>>> Fax: 073 5226196 >>>> >>>> >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> >>>> >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> >>> -- >>> -- >>> >>> Tom Reijnders >>> TOR Informatica >>> Chopinlaan 27 >>> 5242HM Rosmalen >>> Tel: 073 5226191 >>> Fax: 073 5226196 >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> >>> This message and any attachment are intended solely for the addressee and >>> may contain confidential information. If you have received this message in >>> error, please send it back to me, and immediately delete it. ? Please do not >>> use, copy or disclose the information contained in this message or in any >>> attachment. ?Any views or opinions expressed by the author of this email do >>> not necessarily reflect the views of the University of Nottingham. >>> >>> This message has been checked for viruses but the contents of an >>> attachment >>> may still contain software viruses which could damage your computer >>> system: >>> you are advised to perform your own checks. Email communications with the >>> University of Nottingham may be monitored as permitted by UK legislation. >>> >>> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> This message and any attachment are intended solely for the addressee and >> may contain confidential information. If you have received this message in >> error, please send it back to me, and immediately delete it. ? Please do not >> use, copy or disclose the information contained in this message or in any >> attachment. ?Any views or opinions expressed by the author of this email do >> not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an >> attachment >> may still contain software viruses which could damage your computer >> system: >> you are advised to perform your own checks. Email communications with the >> University of Nottingham may be monitored as permitted by UK legislation. >> > > -- > -- > > Tom Reijnders > TOR Informatica > Chopinlaan 27 > 5242HM Rosmalen > Tel: 073 5226191 > Fax: 073 5226196 > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte From Oliver.Haslam at uwe.ac.uk Wed Mar 7 12:16:35 2012 From: Oliver.Haslam at uwe.ac.uk (Oliver Haslam) Date: Wed, 7 Mar 2012 12:16:35 +0000 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? In-Reply-To: References: <01ef01ccf55b$c9f35be0$5dda13a0$@co.uk> <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B710988F@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B71099A2@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F55FFF2.6010000@tor.nl> <31CDB875D4C8E948899F952DE8C500C827B7109CE3@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F56761C.80504@tor.nl> <31CDB875D4C8E948899F952DE8C500C827B726B651@EGEN-MBX02.campus.ads.uwe.ac.uk> Message-ID: <31CDB875D4C8E948899F952DE8C500C827B726B6B3@EGEN-MBX02.campus.ads.uwe.ac.uk> I can edit feedback/index.php? But what should I change/edit in there? _______________________________ Oliver Haslam Course Developer (Technologist) Applied Sciences & Allied Health Professions Technology Enhanced Learning University of the West of England _______________________________ T: 0117 32 88215 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley Sent: 07 March 2012 11:45 To: Xerte discussion list Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? could you edit feedback/index.php? On Wed, Mar 7, 2012 at 11:41 AM, Oliver Haslam wrote: > Thanks for your help Tom. Still can't get it work here, though. > > I've attached a screenshot of the contents of my management.php and copied what I have in config.php and the error logs below. > > This is what is now in config.php: > > /** > * Email settings > */ > > $xerte_toolkits_site->site_email_account = > $row['site_email_account']; > $xerte_toolkits_site->headers = str_replace("*", "\r\n", > $row['headers']); > $xerte_toolkits_site->email_to_add_to_username = > $row['email_to_add_to_username']; > > /** > * RSS Proxy settings > */ > > $xerte_toolkits_site->proxy1 = $row['proxy1']; > $xerte_toolkits_site->port1 = $row['port1']; > > /** > * Set up the feedback list from the feedback page > */ > > $xerte_toolkits_site->feedback_list = $row['feedback_list']; > > > > > And this is what I have in the error log after submitting something in the feedback form on the logged in page: > > mail() on [D:\shared\xerte\website_code\php\error_library.php:185]: To: simon2.carter at uwe.ac.uk -- Headers: > > > > _______________________________ > > Oliver Haslam > Course Developer (Technologist) > Applied Sciences & Allied Health Professions > > Technology Enhanced Learning > University of the West of England > _______________________________ > T: 0117 32 88215 > > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom > Reijnders > Sent: 06 March 2012 20:40 > To: Xerte discussion list > Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? > > Had a look, and it's complicated... > > 1. I had to fix config.php, the line where the headers are set: > Change > > $xerte_toolkits_site->headers = $row['headers']; > > in > > $xerte_toolkits_site->headers = str_replace("*", "\r\n", > $row['headers']); (Line 194 in my installation) > > 2. The list of people who have to receive the feedback should be set > in the feedback list (Last item of the Site settings) 3. The site > email account is as of yet unclear to me 4. An example of the headers > is > > Content-Type: text/html; charset=ISO-8859-1*From: XOT > > > 5. The site email to add to username is the email domain name that is added to a xot username in the case of peer to peer feedback of a user to another user. > > This is working for me. > > Regards, > > Tom > > Op 6-3-2012 17:24, Oliver Haslam schreef: >> Thanks Tom. Does anyone else have 'email header' info already written in the mean time? >> >> Oli >> >> _______________________________ >> >> Oliver Haslam >> Course Developer (Technologist) >> Applied Sciences& Allied Health Professions >> >> Technology Enhanced Learning >> University of the West of England >> _______________________________ >> T: 0117 32 88215 >> >> >> -----Original Message----- >> From: xerte-bounces at lists.nottingham.ac.uk >> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom >> Reijnders >> Sent: 06 March 2012 12:16 >> To: Xerte discussion list >> Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? >> >> I haven't used it, but I'll give it a try and let you know. >> Mind you, I don't have time to do this before Thursday, so I invite someone else with a working configuration to answer before that. >> >> Tom >> Op 6-3-2012 12:55, Oliver Haslam schreef: >>> Can anyone share with me an example of what to write in the email headers field when they installed Xerte on a web server? >>> >>> I need an example of what to put where it says the following in management.php> Site> Email: >>> >>> "The site email headers is (use the * symbol to represent a new line)" >>> >>> Presumably this is the email TO, FROM, SUBJECT information etc. But I have no idea what format it should be in. >>> >>> Thanks >>> >>> Oli >>> >>> _______________________________ >>> >>> Oliver Haslam >>> Course Developer (Technologist) >>> Applied Sciences& Allied Health Professions >>> >>> Technology Enhanced Learning >>> University of the West of England >>> _______________________________ >>> T: 0117 32 88215 >>> >>> >>> -----Original Message----- >>> From: xerte-bounces at lists.nottingham.ac.uk >>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>> Lockley >>> Sent: 06 March 2012 11:26 >>> To: Xerte discussion list >>> Subject: [Xerte] Re: feedback form on logged in page >>> >>> Been ages since I've done it, you might need to get someone to share >>> their install setting >>> >>> On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam wrote: >>>> What should I put in the email headers field? >>>> >>>> _______________________________ >>>> >>>> Oliver Haslam >>>> Course Developer (Technologist) >>>> Applied Sciences& Allied Health Professions >>>> >>>> Technology Enhanced Learning >>>> University of the West of England >>>> _______________________________ >>>> T: 0117 32 88215 >>>> >>>> >>>> -----Original Message----- >>>> From: xerte-bounces at lists.nottingham.ac.uk >>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>> Lockley >>>> Sent: 06 March 2012 10:12 >>>> To: Xerte discussion list >>>> Subject: [Xerte] Re: feedback form on logged in page >>>> >>>> Set the email headers option in management.php >>>> >>>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam wrote: >>>>> Hi >>>>> >>>>> I THINK the site is now set up to send email. But I still can't get the feedback form to successfully send emails to me. I'm not sure if it is a setting that needs changing within Xerte or on the server itself. >>>>> >>>>> In the error log in management.php I get the following: >>>>> [D:\shared\xerte\feedback\index.php:42]: To: >>>>> oliver.haslam at uwe.ac.uk; >>>>> -- Headers: mail() on >>>>> >>>>> Any ideas what I should do next? >>>>> >>>>> Many thanks >>>>> >>>>> _______________________________ >>>>> >>>>> Oliver Haslam >>>>> Course Developer (Technologist) >>>>> Applied Sciences& Allied Health Professions >>>>> >>>>> Technology Enhanced Learning >>>>> University of the West of England >>>>> _______________________________ >>>>> T: 0117 32 88215 >>>>> >>>>> -----Original Message----- >>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>> Lockley >>>>> Sent: 27 February 2012 16:26 >>>>> To: Xerte discussion list >>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>> >>>>> is your site set up to send email? >>>>> >>>>> php email functions can be turned off >>>>> >>>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam wrote: >>>>>> How do I get the feedback form on the logged in page to work? >>>>>> >>>>>> I've put my email address in management.php under 'Site settings (HTML / Images)' where it says: >>>>>> "The site's feedback list is (A semi-colon separated list of email addresses to receive feedback from the feedback page)" >>>>>> >>>>>> And I've put my email address in management.php under 'Email' where it says: >>>>>> "The site email account is" >>>>>> >>>>>> But I still don't get anything when I test the form. >>>>>> >>>>>> Any suggestions? >>>>>> >>>>>> Thanks >>>>>> >>>>>> Oli >>>>>> _______________________________ >>>>>> >>>>>> Oliver Haslam >>>>>> Course Developer (Technologist) >>>>>> Applied Sciences& Allied Health Professions >>>>>> >>>>>> Technology Enhanced Learning >>>>>> University of the West of England _______________________________ >>>>>> T: 0117 32 88215 >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Xerte mailing list >>>>>> Xerte at lists.nottingham.ac.uk >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>> >>>>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>>>> >>>>>> This message has been checked for viruses but the contents of an >>>>>> attachment may still contain software viruses which could damage your computer system: >>>>>> you are advised to perform your own checks. Email communications >>>>>> with the University of Nottingham may be monitored as permitted by UK legislation. >>>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>>> >>>>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>>>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>> >>>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>>> >>>> >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>> >>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> >> -- >> -- >> >> Tom Reijnders >> TOR Informatica >> Chopinlaan 27 >> 5242HM Rosmalen >> Tel: 073 5226191 >> Fax: 073 5226196 >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > -- > -- > > Tom Reijnders > TOR Informatica > Chopinlaan 27 > 5242HM Rosmalen > Tel: 073 5226191 > Fax: 073 5226196 > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. From Julian.Tenney at nottingham.ac.uk Wed Mar 7 12:15:49 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 7 Mar 2012 12:15:49 +0000 Subject: [Xerte] Re: personal intro and questions In-Reply-To: <845F1D3C-B3E7-43AF-9771-1049619F1F70@utexas.edu> References: <845F1D3C-B3E7-43AF-9771-1049619F1F70@utexas.edu> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC103@EXCHANGE1.ad.nottingham.ac.uk> Hi and welcome, Yes, use it for whatever you want. Do you want to use Xerte Online Toolkits on a Mac? You need to install XAMPP for the Mac and then set toolkits up in there. If you write code, and want to use Xerte 3 to make content from scratch, by writing code, there is a mac version available at http://www.nottingham.ac.uk/xerte/xerte3_installer.dmg From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of ana boa-ventura Sent: 06 March 2012 23:29 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] personal intro and questions Hi to all the members As a newbie, I hope I have some really basic questions so apologies in advance. - Can we use XERT for a EU project that involves the production of LOs across several countries? - I downloaded the mac version but cannot seem to be able to install it. Is there a latest version that maybe I am missing? (I downloaded from the link on home page http://www.nottingham.ac.uk/xerte/ on the left 'Xerte 3 cross platform! Windows and Mac versions of Xerte 3 beta now available.' I see there are questions posted by others on integration with Moodle so I'm thrilled XOT allows it but am wondering if it's running smoothly at this stage. Thank you so much! Ana Boa-Ventura PhD Candidate - University of Texas at Austin -------------- next part -------------- An HTML attachment was scrubbed... URL: From patrick.lockley at googlemail.com Wed Mar 7 12:31:28 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Wed, 7 Mar 2012 12:31:28 +0000 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? In-Reply-To: <31CDB875D4C8E948899F952DE8C500C827B726B6B3@EGEN-MBX02.campus.ads.uwe.ac.uk> References: <01ef01ccf55b$c9f35be0$5dda13a0$@co.uk> <31CDB875D4C8E948899F952DE8C500C827B6CF941E@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B7109849@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B710988F@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B71099A2@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F55FFF2.6010000@tor.nl> <31CDB875D4C8E948899F952DE8C500C827B7109CE3@EGEN-MBX02.campus.ads.uwe.ac.uk> <4F56761C.80504@tor.nl> <31CDB875D4C8E948899F952DE8C500C827B726B651@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B726B6B3@EGEN-MBX02.campus.ads.uwe.ac.uk> Message-ID: I think Tom has found the error - unless we use an explicit ini_set in the email pages? ini_set seems like bad form..... On Wed, Mar 7, 2012 at 12:16 PM, Oliver Haslam wrote: > I can edit feedback/index.php? > > But what should I change/edit in there? > > _______________________________ > > Oliver Haslam > Course Developer (Technologist) > Applied Sciences & Allied Health Professions > > Technology Enhanced Learning > University of the West of England > _______________________________ > T: 0117 32 88215 > > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley > Sent: 07 March 2012 11:45 > To: Xerte discussion list > Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? > > could you edit feedback/index.php? > > On Wed, Mar 7, 2012 at 11:41 AM, Oliver Haslam wrote: >> Thanks for your help Tom. Still can't get it work here, though. >> >> I've attached a screenshot of the contents of my management.php and copied what I have in config.php and the error logs below. >> >> This is what is now in config.php: >> >> ?/** >> ? ? * Email settings >> ? ? */ >> >> ? ?$xerte_toolkits_site->site_email_account = >> $row['site_email_account']; >> ? ?$xerte_toolkits_site->headers = str_replace("*", "\r\n", >> $row['headers']); >> ? ?$xerte_toolkits_site->email_to_add_to_username = >> $row['email_to_add_to_username']; >> >> ? ?/** >> ? ? * RSS Proxy settings >> ? ? */ >> >> ? ?$xerte_toolkits_site->proxy1 = $row['proxy1']; >> ? ?$xerte_toolkits_site->port1 = $row['port1']; >> >> ? ?/** >> ? ? * Set up the feedback list from the feedback page >> ? ? */ >> >> ? ?$xerte_toolkits_site->feedback_list = $row['feedback_list']; >> >> >> >> >> And this is what I have in the error log after submitting something in the feedback form on the logged in page: >> >> mail() on [D:\shared\xerte\website_code\php\error_library.php:185]: To: simon2.carter at uwe.ac.uk -- Headers: >> >> >> >> _______________________________ >> >> Oliver Haslam >> Course Developer (Technologist) >> Applied Sciences & Allied Health Professions >> >> Technology Enhanced Learning >> University of the West of England >> _______________________________ >> T: 0117 32 88215 >> >> >> -----Original Message----- >> From: xerte-bounces at lists.nottingham.ac.uk >> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom >> Reijnders >> Sent: 06 March 2012 20:40 >> To: Xerte discussion list >> Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? >> >> Had a look, and it's complicated... >> >> 1. I had to fix config.php, the line where the headers are set: >> Change >> >> ? ?$xerte_toolkits_site->headers = $row['headers']; >> >> in >> >> ? ?$xerte_toolkits_site->headers = str_replace("*", "\r\n", >> $row['headers']); (Line 194 in my installation) >> >> 2. The list of people who have to receive the feedback should be set >> in the feedback list (Last item of the Site settings) 3. The site >> email account is as of yet unclear to me 4. An example of the headers >> is >> >> Content-Type: text/html; charset=ISO-8859-1*From: XOT >> >> >> 5. The site email to add to username is the email domain ?name that is added to a xot username in the case of peer to peer feedback of a user to another user. >> >> This is working for me. >> >> Regards, >> >> Tom >> >> Op 6-3-2012 17:24, Oliver Haslam schreef: >>> Thanks Tom. Does anyone else have 'email header' info already written in the mean time? >>> >>> Oli >>> >>> _______________________________ >>> >>> Oliver Haslam >>> Course Developer (Technologist) >>> Applied Sciences& ?Allied Health Professions >>> >>> Technology Enhanced Learning >>> University of the West of England >>> _______________________________ >>> T: 0117 32 88215 >>> >>> >>> -----Original Message----- >>> From: xerte-bounces at lists.nottingham.ac.uk >>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom >>> Reijnders >>> Sent: 06 March 2012 12:16 >>> To: Xerte discussion list >>> Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? >>> >>> I haven't used it, but I'll give it a try and let you know. >>> Mind you, I don't have time to do this before Thursday, so I invite someone else with a working configuration to answer before that. >>> >>> Tom >>> Op 6-3-2012 12:55, Oliver Haslam schreef: >>>> Can anyone share with me an example of what to write in the email headers field when they installed Xerte on a web server? >>>> >>>> I need an example of what to put where it says the following in management.php> ? Site> ? Email: >>>> >>>> "The site email headers is (use the * symbol to represent a new line)" >>>> >>>> Presumably this is the email TO, FROM, SUBJECT information etc. But I have no idea what format it should be in. >>>> >>>> Thanks >>>> >>>> Oli >>>> >>>> _______________________________ >>>> >>>> Oliver Haslam >>>> Course Developer (Technologist) >>>> Applied Sciences& ? Allied Health Professions >>>> >>>> Technology Enhanced Learning >>>> University of the West of England >>>> _______________________________ >>>> T: 0117 32 88215 >>>> >>>> >>>> -----Original Message----- >>>> From: xerte-bounces at lists.nottingham.ac.uk >>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>> Lockley >>>> Sent: 06 March 2012 11:26 >>>> To: Xerte discussion list >>>> Subject: [Xerte] Re: feedback form on logged in page >>>> >>>> Been ages since I've done it, you might need to get someone to share >>>> their install setting >>>> >>>> On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam ? wrote: >>>>> What should I put in the email headers field? >>>>> >>>>> _______________________________ >>>>> >>>>> Oliver Haslam >>>>> Course Developer (Technologist) >>>>> Applied Sciences& ? Allied Health Professions >>>>> >>>>> Technology Enhanced Learning >>>>> University of the West of England >>>>> _______________________________ >>>>> T: 0117 32 88215 >>>>> >>>>> >>>>> -----Original Message----- >>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>> Lockley >>>>> Sent: 06 March 2012 10:12 >>>>> To: Xerte discussion list >>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>> >>>>> Set the email headers option in management.php >>>>> >>>>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam ? wrote: >>>>>> Hi >>>>>> >>>>>> I THINK the site is now set up to send email. But I still can't get the feedback form to successfully send emails to me. I'm not sure if it is a setting that needs changing within Xerte or on the server itself. >>>>>> >>>>>> In the error log in management.php I get the following: >>>>>> [D:\shared\xerte\feedback\index.php:42]: To: >>>>>> oliver.haslam at uwe.ac.uk; >>>>>> -- Headers: mail() on >>>>>> >>>>>> Any ideas what I should do next? >>>>>> >>>>>> Many thanks >>>>>> >>>>>> _______________________________ >>>>>> >>>>>> Oliver Haslam >>>>>> Course Developer (Technologist) >>>>>> Applied Sciences& ? Allied Health Professions >>>>>> >>>>>> Technology Enhanced Learning >>>>>> University of the West of England >>>>>> _______________________________ >>>>>> T: 0117 32 88215 >>>>>> >>>>>> -----Original Message----- >>>>>> From: xerte-bounces at lists.nottingham.ac.uk >>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>>>> Lockley >>>>>> Sent: 27 February 2012 16:26 >>>>>> To: Xerte discussion list >>>>>> Subject: [Xerte] Re: feedback form on logged in page >>>>>> >>>>>> is your site set up to send email? >>>>>> >>>>>> php email functions can be turned off >>>>>> >>>>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam ? wrote: >>>>>>> How do I get the feedback form on the logged in page to work? >>>>>>> >>>>>>> I've put my email address in management.php under 'Site settings (HTML / Images)' where it says: >>>>>>> "The site's feedback list is (A semi-colon separated list of email addresses to receive feedback from the feedback page)" >>>>>>> >>>>>>> And I've put my email address in management.php under 'Email' where it says: >>>>>>> "The site email account is" >>>>>>> >>>>>>> But I still don't get anything when I test the form. >>>>>>> >>>>>>> Any suggestions? >>>>>>> >>>>>>> Thanks >>>>>>> >>>>>>> Oli >>>>>>> _______________________________ >>>>>>> >>>>>>> Oliver Haslam >>>>>>> Course Developer (Technologist) >>>>>>> Applied Sciences& ? Allied Health Professions >>>>>>> >>>>>>> Technology Enhanced Learning >>>>>>> University of the West of England _______________________________ >>>>>>> T: 0117 32 88215 >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Xerte mailing list >>>>>>> Xerte at lists.nottingham.ac.uk >>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>>> >>>>>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>>>>> >>>>>>> This message has been checked for viruses but the contents of an >>>>>>> attachment may still contain software viruses which could damage your computer system: >>>>>>> you are advised to perform your own checks. Email communications >>>>>>> with the University of Nottingham may be monitored as permitted by UK legislation. >>>>>>> >>>>>> _______________________________________________ >>>>>> Xerte mailing list >>>>>> Xerte at lists.nottingham.ac.uk >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>>>> >>>>>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>>>>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Xerte mailing list >>>>>> Xerte at lists.nottingham.ac.uk >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>>> >>>>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>>>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>> >>>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>>> >>>> >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> >>> -- >>> -- >>> >>> Tom Reijnders >>> TOR Informatica >>> Chopinlaan 27 >>> 5242HM Rosmalen >>> Tel: 073 5226191 >>> Fax: 073 5226196 >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> -- >> -- >> >> Tom Reijnders >> TOR Informatica >> Chopinlaan 27 >> 5242HM Rosmalen >> Tel: 073 5226191 >> Fax: 073 5226196 >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment >> may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the >> University of Nottingham may be monitored as permitted by UK legislation. >> >> > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte From reijnders at tor.nl Wed Mar 7 12:32:01 2012 From: reijnders at tor.nl (Tom Reijnders) Date: Wed, 07 Mar 2012 13:32:01 +0100 Subject: [Xerte] Re: personal intro and questions In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC103@EXCHANGE1.ad.nottingham.ac.uk> References: <845F1D3C-B3E7-43AF-9771-1049619F1F70@utexas.edu> <12C67A1EEC419342AF5E59DA31562C3F0BA44DC103@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <4F575541.7030905@tor.nl> Hi and welcome ;-) , Please be aware that there several different tools, each with there own strengths and weaknesses. From the Wiki: Xerte Online Toolkits (XOT) Xerte Online Toolkits is a server-based suite of tools for content authors. Elearning materials can be authored quickly and easily using browser-based tools, with no programming required. Xerte Online Toolkits is aimed at content authors, who will assemble content using simple wizards. Content authors can easily collaborate on projects. Xerte Online Toolktis can be extended by developers using Xerte. Xerte (2) Xerte is a fully-featured e-learning development environment for creating rich interactivity. Xerte is aimed at developers of interactive content who will create sophisticated content with some scripting, and Xerte can be used to extend the capabilities of Xerte Online Toolkits with new tools for content authors. Xerte 3.0 Xerte 3.0 is a complete overhaul of Xerte 2.x, built on top of the Flex framework offering developers a much more powerful and flexible solution for interactive development. It is aimed at advanced development who will use the Flex framework to develop web-based and mobile applications. Take your pick... Also, be aware that currently for Xerte and Xerte Online Toolkits we are working very hard to make it a lot easier to develop LO's in a language other than English. Op 7-3-2012 13:15, Julian Tenney schreef: > > Hi and welcome, > > Yes, use it for whatever you want. > > Do you want to use Xerte Online Toolkits on a Mac? You need to install > XAMPP for the Mac and then set toolkits up in there. > > If you write code, and want to use Xerte 3 to make content from > scratch, by writing code, there is a mac version available at > > http://www.nottingham.ac.uk/xerte/xerte3_installer.dmg > > *From:*xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] *On Behalf Of *ana > boa-ventura > *Sent:* 06 March 2012 23:29 > *To:* xerte at lists.nottingham.ac.uk > *Subject:* [Xerte] personal intro and questions > > Hi to all the members > > As a newbie, I hope I have some really basic questions so apologies in > advance. > > - Can we use XERT for a EU project that involves the production of LOs > across several countries? > > - I downloaded the mac version but cannot seem to be able to install > it. Is there a latest version that maybe I am missing? (I downloaded > from the link on home page http://www.nottingham.ac.uk/xerte/ on the > left 'Xerte 3 cross platform! Windows > and > Mac > versions of Xerte 3 beta now available.' > > I see there are questions posted by others on integration with Moodle > so I'm thrilled XOT allows it but am wondering if it's running > smoothly at this stage. > > Thank you so much! > > Ana Boa-Ventura > > PhD Candidate - University of Texas at Austin > > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mlynch at glam.ac.uk Wed Mar 7 12:53:39 2012 From: mlynch at glam.ac.uk (Lynch M (LCSS)) Date: Wed, 7 Mar 2012 12:53:39 +0000 Subject: [Xerte] Xerte upgrade and API Message-ID: <3FDB56B208335D428FD50D8C77056BABCEE90A@MailDB1.uni.glam.ac.uk> I?m faced with a similar request ? has anything changed in the last couple of months re upgrading to latest online toolkit? What is the current guidance on upgrading and protecting existing assets? Thanks From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney Sent: 12 January 2012 12:26 To: Xerte discussion list Subject: [Xerte] Re: Xerte upgrade and API If they care about internationalisation From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley Sent: 12 January 2012 12:22 To: Xerte discussion list Subject: [Xerte] Re: Xerte upgrade and API Comparing the two folders If file size different then replace That would just about do it Should people wait for 1.8? On 12 Jan 2012, at 12:19, Julian Tenney > wrote: That?s a good start: the engine and wizard, and all the models and .xwd files, particularly the Nottingham template ones. That will fix all end-user bugs, and bring your templates up to date, and fixes probably 95% of all things that have ever been fixed. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 12 January 2012 12:13 To: Xerte list Subject: [Xerte] Re: Xerte upgrade and API I guess in this case it might be a whole lot easier to just determine which individual files to replace that will "fix many bugs". The engine swf? ________________________________ From: patrick.lockley at googlemail.com Date: Thu, 12 Jan 2012 12:07:42 +0000 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Re: Xerte upgrade and API You could hack a move by copying user-files but you'd lose the project name, shares, plays, status stuff You could have some mangling with templatedetails and templaterights to help, but it'd be a bit nasty On 12 Jan 2012, at 12:02, Dave Burnett > wrote: Pat, is the users view in XOT created dynamically or is it in the db? e.g. could you go to the server, rename the USERFILES folder, upgrade/reinstall, then name it back? From: patrick.lockley at googlemail.com Date: Thu, 12 Jan 2012 11:56:06 +0000 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Re: Xerte upgrade and API There are two new tables in the database, but one does nothing unless you want it to, and the other is optional. The ldap table facilitates multiple ldap hosts in a neater way before, but is only use if the sitedetails table lacks LDAP The sessions table can be used if you want to, but the code that uses it is commented out by default (it is in config.php) Code can be replaced and the database remains the same. You can ignore the new tables if you want. On 12 Jan 2012, at 11:36, "Murray, Kevin P" > wrote: All, My Academic Development colleague has requested that I upgrade our Xerte Online Toolkits to the latest version as he says it will fix many bugs. Unfortunately the upgrade isn?t that straightforward as the database schema has changed between versions. I hit upon the idea that my colleague and the other users should export their modules from the old version and import them into the new. My colleague can do this for his learning objects but as regards the other users he is not so sure about. What I require is either an API or a backend export program which would let me export all the learning objects from the back end and then re-import them into the new version. I have seen any documents describing how Xerte Online Toolkits is put together so although I have looked around the backend PHP code it seems non-trivial to write my own. Has anyone either documented an API, written a backend export/import program, or any other suggestion on how to do the upgrade? Kevin This email has been scanned for all viruses by the MessageLabs Email Security System. This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Wed Mar 7 13:02:02 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 7 Mar 2012 13:02:02 +0000 Subject: [Xerte] Re: Xerte upgrade and API In-Reply-To: <3FDB56B208335D428FD50D8C77056BABCEE90A@MailDB1.uni.glam.ac.uk> References: <3FDB56B208335D428FD50D8C77056BABCEE90A@MailDB1.uni.glam.ac.uk> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC167@EXCHANGE1.ad.nottingham.ac.uk> There is a new build being worked on right now, which should be available in the next 4 ? 8 weeks, or thereabouts. It will install over the top of the old build. It will also install over the top of the files in 1.7 on the website, so it depends how many times you want to go through the process, and whether you can wait for the latest set of files or not. No need to worry about the content. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Lynch M (LCSS) Sent: 07 March 2012 12:54 To: Xerte discussion list Subject: [Xerte] Xerte upgrade and API I?m faced with a similar request ? has anything changed in the last couple of months re upgrading to latest online toolkit? What is the current guidance on upgrading and protecting existing assets? Thanks From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney Sent: 12 January 2012 12:26 To: Xerte discussion list Subject: [Xerte] Re: Xerte upgrade and API If they care about internationalisation From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley Sent: 12 January 2012 12:22 To: Xerte discussion list Subject: [Xerte] Re: Xerte upgrade and API Comparing the two folders If file size different then replace That would just about do it Should people wait for 1.8? On 12 Jan 2012, at 12:19, Julian Tenney > wrote: That?s a good start: the engine and wizard, and all the models and .xwd files, particularly the Nottingham template ones. That will fix all end-user bugs, and bring your templates up to date, and fixes probably 95% of all things that have ever been fixed. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 12 January 2012 12:13 To: Xerte list Subject: [Xerte] Re: Xerte upgrade and API I guess in this case it might be a whole lot easier to just determine which individual files to replace that will "fix many bugs". The engine swf? ________________________________ From: patrick.lockley at googlemail.com Date: Thu, 12 Jan 2012 12:07:42 +0000 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Re: Xerte upgrade and API You could hack a move by copying user-files but you'd lose the project name, shares, plays, status stuff You could have some mangling with templatedetails and templaterights to help, but it'd be a bit nasty On 12 Jan 2012, at 12:02, Dave Burnett > wrote: Pat, is the users view in XOT created dynamically or is it in the db? e.g. could you go to the server, rename the USERFILES folder, upgrade/reinstall, then name it back? From: patrick.lockley at googlemail.com Date: Thu, 12 Jan 2012 11:56:06 +0000 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Re: Xerte upgrade and API There are two new tables in the database, but one does nothing unless you want it to, and the other is optional. The ldap table facilitates multiple ldap hosts in a neater way before, but is only use if the sitedetails table lacks LDAP The sessions table can be used if you want to, but the code that uses it is commented out by default (it is in config.php) Code can be replaced and the database remains the same. You can ignore the new tables if you want. On 12 Jan 2012, at 11:36, "Murray, Kevin P" > wrote: All, My Academic Development colleague has requested that I upgrade our Xerte Online Toolkits to the latest version as he says it will fix many bugs. Unfortunately the upgrade isn?t that straightforward as the database schema has changed between versions. I hit upon the idea that my colleague and the other users should export their modules from the old version and import them into the new. My colleague can do this for his learning objects but as regards the other users he is not so sure about. What I require is either an API or a backend export program which would let me export all the learning objects from the back end and then re-import them into the new version. I have seen any documents describing how Xerte Online Toolkits is put together so although I have looked around the backend PHP code it seems non-trivial to write my own. Has anyone either documented an API, written a backend export/import program, or any other suggestion on how to do the upgrade? Kevin This email has been scanned for all viruses by the MessageLabs Email Security System. This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mlynch at glam.ac.uk Wed Mar 7 13:45:13 2012 From: mlynch at glam.ac.uk (Lynch M (LCSS)) Date: Wed, 7 Mar 2012 13:45:13 +0000 Subject: [Xerte] What version of XOT do we have? In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC167@EXCHANGE1.ad.nottingham.ac.uk> References: <3FDB56B208335D428FD50D8C77056BABCEE90A@MailDB1.uni.glam.ac.uk> <12C67A1EEC419342AF5E59DA31562C3F0BA44DC167@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <3FDB56B208335D428FD50D8C77056BABCEE9FE@MailDB1.uni.glam.ac.uk> Daft question I know but how do we find out what version of the XOT we are running? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney Sent: 07 March 2012 13:02 To: Xerte discussion list Subject: [Xerte] Re: Xerte upgrade and API There is a new build being worked on right now, which should be available in the next 4 ? 8 weeks, or thereabouts. It will install over the top of the old build. It will also install over the top of the files in 1.7 on the website, so it depends how many times you want to go through the process, and whether you can wait for the latest set of files or not. No need to worry about the content. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Lynch M (LCSS) Sent: 07 March 2012 12:54 To: Xerte discussion list Subject: [Xerte] Xerte upgrade and API I?m faced with a similar request ? has anything changed in the last couple of months re upgrading to latest online toolkit? What is the current guidance on upgrading and protecting existing assets? Thanks From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney Sent: 12 January 2012 12:26 To: Xerte discussion list Subject: [Xerte] Re: Xerte upgrade and API If they care about internationalisation From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley Sent: 12 January 2012 12:22 To: Xerte discussion list Subject: [Xerte] Re: Xerte upgrade and API Comparing the two folders If file size different then replace That would just about do it Should people wait for 1.8? On 12 Jan 2012, at 12:19, Julian Tenney > wrote: That?s a good start: the engine and wizard, and all the models and .xwd files, particularly the Nottingham template ones. That will fix all end-user bugs, and bring your templates up to date, and fixes probably 95% of all things that have ever been fixed. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 12 January 2012 12:13 To: Xerte list Subject: [Xerte] Re: Xerte upgrade and API I guess in this case it might be a whole lot easier to just determine which individual files to replace that will "fix many bugs". The engine swf? ________________________________ From: patrick.lockley at googlemail.com Date: Thu, 12 Jan 2012 12:07:42 +0000 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Re: Xerte upgrade and API You could hack a move by copying user-files but you'd lose the project name, shares, plays, status stuff You could have some mangling with templatedetails and templaterights to help, but it'd be a bit nasty On 12 Jan 2012, at 12:02, Dave Burnett > wrote: Pat, is the users view in XOT created dynamically or is it in the db? e.g. could you go to the server, rename the USERFILES folder, upgrade/reinstall, then name it back? From: patrick.lockley at googlemail.com Date: Thu, 12 Jan 2012 11:56:06 +0000 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Re: Xerte upgrade and API There are two new tables in the database, but one does nothing unless you want it to, and the other is optional. The ldap table facilitates multiple ldap hosts in a neater way before, but is only use if the sitedetails table lacks LDAP The sessions table can be used if you want to, but the code that uses it is commented out by default (it is in config.php) Code can be replaced and the database remains the same. You can ignore the new tables if you want. On 12 Jan 2012, at 11:36, "Murray, Kevin P" > wrote: All, My Academic Development colleague has requested that I upgrade our Xerte Online Toolkits to the latest version as he says it will fix many bugs. Unfortunately the upgrade isn?t that straightforward as the database schema has changed between versions. I hit upon the idea that my colleague and the other users should export their modules from the old version and import them into the new. My colleague can do this for his learning objects but as regards the other users he is not so sure about. What I require is either an API or a backend export program which would let me export all the learning objects from the back end and then re-import them into the new version. I have seen any documents describing how Xerte Online Toolkits is put together so although I have looked around the backend PHP code it seems non-trivial to write my own. Has anyone either documented an API, written a backend export/import program, or any other suggestion on how to do the upgrade? Kevin This email has been scanned for all viruses by the MessageLabs Email Security System. This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Wed Mar 7 13:48:46 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 7 Mar 2012 13:48:46 +0000 Subject: [Xerte] Re: What version of XOT do we have? In-Reply-To: <3FDB56B208335D428FD50D8C77056BABCEE9FE@MailDB1.uni.glam.ac.uk> References: <3FDB56B208335D428FD50D8C77056BABCEE90A@MailDB1.uni.glam.ac.uk> <12C67A1EEC419342AF5E59DA31562C3F0BA44DC167@EXCHANGE1.ad.nottingham.ac.uk> <3FDB56B208335D428FD50D8C77056BABCEE9FE@MailDB1.uni.glam.ac.uk> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC1D5@EXCHANGE1.ad.nottingham.ac.uk> If you installed in the last 6 months it?s probably 1.7. Prior to that 1.5. I think. We probably need to make this easier to find! From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Lynch M (LCSS) Sent: 07 March 2012 13:45 To: Xerte discussion list Subject: [Xerte] What version of XOT do we have? Daft question I know but how do we find out what version of the XOT we are running? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney Sent: 07 March 2012 13:02 To: Xerte discussion list Subject: [Xerte] Re: Xerte upgrade and API There is a new build being worked on right now, which should be available in the next 4 ? 8 weeks, or thereabouts. It will install over the top of the old build. It will also install over the top of the files in 1.7 on the website, so it depends how many times you want to go through the process, and whether you can wait for the latest set of files or not. No need to worry about the content. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Lynch M (LCSS) Sent: 07 March 2012 12:54 To: Xerte discussion list Subject: [Xerte] Xerte upgrade and API I?m faced with a similar request ? has anything changed in the last couple of months re upgrading to latest online toolkit? What is the current guidance on upgrading and protecting existing assets? Thanks From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney Sent: 12 January 2012 12:26 To: Xerte discussion list Subject: [Xerte] Re: Xerte upgrade and API If they care about internationalisation From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley Sent: 12 January 2012 12:22 To: Xerte discussion list Subject: [Xerte] Re: Xerte upgrade and API Comparing the two folders If file size different then replace That would just about do it Should people wait for 1.8? On 12 Jan 2012, at 12:19, Julian Tenney > wrote: That?s a good start: the engine and wizard, and all the models and .xwd files, particularly the Nottingham template ones. That will fix all end-user bugs, and bring your templates up to date, and fixes probably 95% of all things that have ever been fixed. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 12 January 2012 12:13 To: Xerte list Subject: [Xerte] Re: Xerte upgrade and API I guess in this case it might be a whole lot easier to just determine which individual files to replace that will "fix many bugs". The engine swf? ________________________________ From: patrick.lockley at googlemail.com Date: Thu, 12 Jan 2012 12:07:42 +0000 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Re: Xerte upgrade and API You could hack a move by copying user-files but you'd lose the project name, shares, plays, status stuff You could have some mangling with templatedetails and templaterights to help, but it'd be a bit nasty On 12 Jan 2012, at 12:02, Dave Burnett > wrote: Pat, is the users view in XOT created dynamically or is it in the db? e.g. could you go to the server, rename the USERFILES folder, upgrade/reinstall, then name it back? From: patrick.lockley at googlemail.com Date: Thu, 12 Jan 2012 11:56:06 +0000 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Re: Xerte upgrade and API There are two new tables in the database, but one does nothing unless you want it to, and the other is optional. The ldap table facilitates multiple ldap hosts in a neater way before, but is only use if the sitedetails table lacks LDAP The sessions table can be used if you want to, but the code that uses it is commented out by default (it is in config.php) Code can be replaced and the database remains the same. You can ignore the new tables if you want. On 12 Jan 2012, at 11:36, "Murray, Kevin P" > wrote: All, My Academic Development colleague has requested that I upgrade our Xerte Online Toolkits to the latest version as he says it will fix many bugs. Unfortunately the upgrade isn?t that straightforward as the database schema has changed between versions. I hit upon the idea that my colleague and the other users should export their modules from the old version and import them into the new. My colleague can do this for his learning objects but as regards the other users he is not so sure about. What I require is either an API or a backend export program which would let me export all the learning objects from the back end and then re-import them into the new version. I have seen any documents describing how Xerte Online Toolkits is put together so although I have looked around the backend PHP code it seems non-trivial to write my own. Has anyone either documented an API, written a backend export/import program, or any other suggestion on how to do the upgrade? Kevin This email has been scanned for all viruses by the MessageLabs Email Security System. This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mlynch at glam.ac.uk Wed Mar 7 14:36:10 2012 From: mlynch at glam.ac.uk (Lynch M (LCSS)) Date: Wed, 7 Mar 2012 14:36:10 +0000 Subject: [Xerte] XOT Youtube dimensions fix Message-ID: <3FDB56B208335D428FD50D8C77056BABCEEB57@MailDB1.uni.glam.ac.uk> Before I ask our server team to action this can I check that I've got this right? I've had an issue with youtube clips dimensions reported and after sifting the list have come up with the following - replace youtube.swf with latest (using an attachment sent by Ron Mitchell 11/01/12) in the following directory; \modules\xerte\parent_templates\Nottingham\common\youtube.swf Replace youtube.rlm and youtuberss.rlm in the following directories (using files sent by Julian Tenny sent 24/01/12) templates/pageTemplates/models/youtuberss.rlm modules/xerte/parent_templates/basic/models/youtube.rlm Alternatively use the SVN and find the latest files but basically these 3 files need changing? any need to re-start server? Martin Lynch FHEA Learning Systems Manager University of Glamorgan 01443 483764 mlynch at glam.ac.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: youtube.rlm Type: application/octet-stream Size: 7596 bytes Desc: youtube.rlm URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: youtuberss.rlm Type: application/octet-stream Size: 6893 bytes Desc: youtuberss.rlm URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: youtube.swf Type: application/x-shockwave-flash Size: 1271 bytes Desc: youtube.swf URL: From Julian.Tenney at nottingham.ac.uk Wed Mar 7 14:44:12 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 7 Mar 2012 14:44:12 +0000 Subject: [Xerte] Re: XOT Youtube dimensions fix In-Reply-To: <3FDB56B208335D428FD50D8C77056BABCEEB57@MailDB1.uni.glam.ac.uk> References: <3FDB56B208335D428FD50D8C77056BABCEEB57@MailDB1.uni.glam.ac.uk> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC25C@EXCHANGE1.ad.nottingham.ac.uk> That sounds right, yes. You can test it out on an xampp first if you want to make sure they work. No need to restart the server, From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Lynch M (LCSS) Sent: 07 March 2012 14:36 To: Xerte discussion list Subject: [Xerte] XOT Youtube dimensions fix Before I ask our server team to action this can I check that I've got this right? I've had an issue with youtube clips dimensions reported and after sifting the list have come up with the following - replace youtube.swf with latest (using an attachment sent by Ron Mitchell 11/01/12) in the following directory; \modules\xerte\parent_templates\Nottingham\common\youtube.swf Replace youtube.rlm and youtuberss.rlm in the following directories (using files sent by Julian Tenny sent 24/01/12) templates/pageTemplates/models/youtuberss.rlm modules/xerte/parent_templates/basic/models/youtube.rlm Alternatively use the SVN and find the latest files but basically these 3 files need changing? any need to re-start server? Martin Lynch FHEA Learning Systems Manager University of Glamorgan 01443 483764 mlynch at glam.ac.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: From johnathan.kemp at ntlworld.com Wed Mar 7 15:17:02 2012 From: johnathan.kemp at ntlworld.com (Kemp Johnathan) Date: Wed, 7 Mar 2012 15:17:02 +0000 Subject: [Xerte] Re: Converting an object to xml In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC0EA@EXCHANGE1.ad.nottingham.ac.uk> References: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC049@EXCHANGE1.ad.nottingham.ac.uk> <12C67A1EEC419342AF5E59DA31562C3F0BA44DC0EA@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: The problem I was trying to solve was one of having an object in a page, being able to dump that object as xml data to a file and then being able to recreate that object from the xml data by reloading the file at a later date. So if you started with the object node[0].att When it was converted to xml would it matter if it was generated as or value since either approach would recreate as an object as node[0].att I can understand that if you were starting with the xml you would not know which format of xml to create when converting back from the object you created and that therefore you could end up with a different XML structure to that which you started with. But if you were starting off from the object, would it not be feasible to have a conversion routine that always adopted the same approach when converting from an object to the xml data. Thus making it possible to consistently convert from the object to the xml and back again? (I know I am talking theoretically here - how you would achieve it I am not currently sure). Is there something fundamental about xml that I am failing to grasp here? Kind regards Johnathan On 7 March 2012 12:05, Julian Tenney wrote: > I don?t think you?re going to get bi-directional because > > > > is node[0].att and value is > node[0].att > > > > *From:* xerte-bounces at lists.nottingham.ac.uk [mailto: > xerte-bounces at lists.nottingham.ac.uk] *On Behalf Of *Kemp Johnathan > > *Sent:* 07 March 2012 11:21 > *To:* Xerte discussion list > *Subject:* [Xerte] Re: Converting an object to xml > > > > What I was hoping to achieve was a bi-directional capability i.e. > > > > you could go back and forth, perhaps creating your initial object from xml > data, then modify the object in a page, then save it out as xml again. Then > the next time you load the page you have the option of restoring a your > previously saved data. > > > > Kind regards > > > > Johnathan > > > > On 7 March 2012 11:03, Julian Tenney > wrote: > > Good question. No, not currently. Have a look for a prototype extension > and I can build it in if it does what you want: it would probably not > create attributes, rather full nodes for each value, and it would have to > make some assumptions when naming things I think: > > > > > > value > > > > value > > ?. > > > > ? > > > > > > *From:* xerte-bounces at lists.nottingham.ac.uk [mailto: > xerte-bounces at lists.nottingham.ac.uk] *On Behalf Of *Kemp Johnathan > *Sent:* 07 March 2012 10:40 > *To:* Xerte discussion list > *Subject:* [Xerte] Converting an object to xml > > > > Xerte has the myXML.toObject() method that will construct an object from > xml data. > > > > Is there an easy way to go in the other direction and convert an object > into XML data? > > > > Kind regards > > > > Johnathan > > > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Wed Mar 7 15:18:36 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 7 Mar 2012 15:18:36 +0000 Subject: [Xerte] Re: Converting an object to xml In-Reply-To: References: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC049@EXCHANGE1.ad.nottingham.ac.uk> <12C67A1EEC419342AF5E59DA31562C3F0BA44DC0EA@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC2BA@EXCHANGE1.ad.nottingham.ac.uk> Perfectly feasible, but xerte hasn't got one. Can you write recursive functions to dive an object? Look at the code behind inspect() in the engine. You could modify that. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: 07 March 2012 15:17 To: Xerte discussion list Subject: [Xerte] Re: Converting an object to xml The problem I was trying to solve was one of having an object in a page, being able to dump that object as xml data to a file and then being able to recreate that object from the xml data by reloading the file at a later date. So if you started with the object node[0].att When it was converted to xml would it matter if it was generated as or value since either approach would recreate as an object as node[0].att I can understand that if you were starting with the xml you would not know which format of xml to create when converting back from the object you created and that therefore you could end up with a different XML structure to that which you started with. But if you were starting off from the object, would it not be feasible to have a conversion routine that always adopted the same approach when converting from an object to the xml data. Thus making it possible to consistently convert from the object to the xml and back again? (I know I am talking theoretically here - how you would achieve it I am not currently sure). Is there something fundamental about xml that I am failing to grasp here? Kind regards Johnathan On 7 March 2012 12:05, Julian Tenney > wrote: I don't think you're going to get bi-directional because is node[0].att and value is node[0].att From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: 07 March 2012 11:21 To: Xerte discussion list Subject: [Xerte] Re: Converting an object to xml What I was hoping to achieve was a bi-directional capability i.e. you could go back and forth, perhaps creating your initial object from xml data, then modify the object in a page, then save it out as xml again. Then the next time you load the page you have the option of restoring a your previously saved data. Kind regards Johnathan On 7 March 2012 11:03, Julian Tenney > wrote: Good question. No, not currently. Have a look for a prototype extension and I can build it in if it does what you want: it would probably not create attributes, rather full nodes for each value, and it would have to make some assumptions when naming things I think: value value .... ... From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: 07 March 2012 10:40 To: Xerte discussion list Subject: [Xerte] Converting an object to xml Xerte has the myXML.toObject() method that will construct an object from xml data. Is there an easy way to go in the other direction and convert an object into XML data? Kind regards Johnathan This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From johnathan.kemp at ntlworld.com Wed Mar 7 15:26:50 2012 From: johnathan.kemp at ntlworld.com (Kemp Johnathan) Date: Wed, 7 Mar 2012 15:26:50 +0000 Subject: [Xerte] Re: Converting an object to xml In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC2BA@EXCHANGE1.ad.nottingham.ac.uk> References: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC049@EXCHANGE1.ad.nottingham.ac.uk> <12C67A1EEC419342AF5E59DA31562C3F0BA44DC0EA@EXCHANGE1.ad.nottingham.ac.uk> <12C67A1EEC419342AF5E59DA31562C3F0BA44DC2BA@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: "Can you write recursive functions to dive an object?" I've got a snorkel and some flippers - will that help :-) This sounds like a fun project for when I have got the current release out of the way. I would like to have a save and restore facility for the scenario connector page. I think I have only used recursion once in all the time I've been programming so the current answer to your question would be no - but things change. If we release the current version of the page in 2.18 it should be a simple swap out of the rlm file at a later date if I can get it working. Kind regards Johnathan On 7 March 2012 15:18, Julian Tenney wrote: > Perfectly feasible, but xerte hasn?t got one. > > > > Can you write recursive functions to dive an object? > > > > Look at the code behind inspect() in the engine. You could modify that. > > > > > > *From:* xerte-bounces at lists.nottingham.ac.uk [mailto: > xerte-bounces at lists.nottingham.ac.uk] *On Behalf Of *Kemp Johnathan > *Sent:* 07 March 2012 15:17 > > *To:* Xerte discussion list > *Subject:* [Xerte] Re: Converting an object to xml > > > > The problem I was trying to solve was one of having an object in a page, > being able to dump that object as xml data to a file and then being able to > recreate that object from the xml data by reloading the file at a later > date. > > > > So if you started with the object > > node[0].att > > > > When it was converted to xml would it matter if it was generated as > > > > > > or > > value > > > > since either approach would recreate as an object as > > > > node[0].att > > > > I can understand that if you were starting with the xml you would not know > which format of xml to create when converting back from the object you > created and that therefore you could end up with a different XML structure > to that which you started with. But if you were starting off from the > object, would it not be feasible to have a conversion routine that always > adopted the same approach when converting from an object to the xml data. > Thus making it possible to consistently convert from the object to the xml > and back again? (I know I am talking theoretically here - how you would > achieve it I am not currently sure). > > > > Is there something fundamental about xml that I am failing to grasp here? > > > > Kind regards > > > > Johnathan > > > > On 7 March 2012 12:05, Julian Tenney > wrote: > > I don?t think you?re going to get bi-directional because > > > > is node[0].att and value is > node[0].att > > > > *From:* xerte-bounces at lists.nottingham.ac.uk [mailto: > xerte-bounces at lists.nottingham.ac.uk] *On Behalf Of *Kemp Johnathan > > > *Sent:* 07 March 2012 11:21 > *To:* Xerte discussion list > > *Subject:* [Xerte] Re: Converting an object to xml > > > > What I was hoping to achieve was a bi-directional capability i.e. > > > > you could go back and forth, perhaps creating your initial object from xml > data, then modify the object in a page, then save it out as xml again. Then > the next time you load the page you have the option of restoring a your > previously saved data. > > > > Kind regards > > > > Johnathan > > > > On 7 March 2012 11:03, Julian Tenney > wrote: > > Good question. No, not currently. Have a look for a prototype extension > and I can build it in if it does what you want: it would probably not > create attributes, rather full nodes for each value, and it would have to > make some assumptions when naming things I think: > > > > > > value > > > > value > > ?. > > > > ? > > > > > > *From:* xerte-bounces at lists.nottingham.ac.uk [mailto: > xerte-bounces at lists.nottingham.ac.uk] *On Behalf Of *Kemp Johnathan > *Sent:* 07 March 2012 10:40 > *To:* Xerte discussion list > *Subject:* [Xerte] Converting an object to xml > > > > Xerte has the myXML.toObject() method that will construct an object from > xml data. > > > > Is there an easy way to go in the other direction and convert an object > into XML data? > > > > Kind regards > > > > Johnathan > > > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From d_b_burnett at hotmail.com Wed Mar 7 15:53:37 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Wed, 7 Mar 2012 10:53:37 -0500 Subject: [Xerte] Re: Converting an object to xml In-Reply-To: References: , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC049@EXCHANGE1.ad.nottingham.ac.uk>, , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC0EA@EXCHANGE1.ad.nottingham.ac.uk>, , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC2BA@EXCHANGE1.ad.nottingham.ac.uk>, Message-ID: This still apply though?http://www.freelists.org/post/flashxmlengine/Looping-arrays-and-objects,1 I can't get an iteration through an object to work. Date: Wed, 7 Mar 2012 15:26:50 +0000 From: johnathan.kemp at ntlworld.com To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Re: Converting an object to xml "Can you write recursive functions to dive an object?" I've got a snorkel and some flippers - will that help :-) This sounds like a fun project for when I have got the current release out of the way. I would like to have a save and restore facility for the scenario connector page. I think I have only used recursion once in all the time I've been programming so the current answer to your question would be no - but things change. If we release the current version of the page in 2.18 it should be a simple swap out of the rlm file at a later date if I can get it working. Kind regards Johnathan On 7 March 2012 15:18, Julian Tenney wrote: Perfectly feasible, but xerte hasn?t got one. Can you write recursive functions to dive an object? Look at the code behind inspect() in the engine. You could modify that. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: 07 March 2012 15:17 To: Xerte discussion list Subject: [Xerte] Re: Converting an object to xml The problem I was trying to solve was one of having an object in a page, being able to dump that object as xml data to a file and then being able to recreate that object from the xml data by reloading the file at a later date. So if you started with the objectnode[0].att When it was converted to xml would it matter if it was generated as or value since either approach would recreate as an object as node[0].att I can understand that if you were starting with the xml you would not know which format of xml to create when converting back from the object you created and that therefore you could end up with a different XML structure to that which you started with. But if you were starting off from the object, would it not be feasible to have a conversion routine that always adopted the same approach when converting from an object to the xml data. Thus making it possible to consistently convert from the object to the xml and back again? (I know I am talking theoretically here - how you would achieve it I am not currently sure). Is there something fundamental about xml that I am failing to grasp here? Kind regards Johnathan On 7 March 2012 12:05, Julian Tenney wrote: I don?t think you?re going to get bi-directional because is node[0].att and value is node[0].att From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: 07 March 2012 11:21 To: Xerte discussion listSubject: [Xerte] Re: Converting an object to xml What I was hoping to achieve was a bi-directional capability i.e. you could go back and forth, perhaps creating your initial object from xml data, then modify the object in a page, then save it out as xml again. Then the next time you load the page you have the option of restoring a your previously saved data. Kind regards Johnathan On 7 March 2012 11:03, Julian Tenney wrote: Good question. No, not currently. Have a look for a prototype extension and I can build it in if it does what you want: it would probably not create attributes, rather full nodes for each value, and it would have to make some assumptions when naming things I think: value value ?. ? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: 07 March 2012 10:40 To: Xerte discussion list Subject: [Xerte] Converting an object to xml Xerte has the myXML.toObject() method that will construct an object from xml data. Is there an easy way to go in the other direction and convert an object into XML data? Kind regards Johnathan This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mlynch at glam.ac.uk Wed Mar 7 15:54:33 2012 From: mlynch at glam.ac.uk (Lynch M (LCSS)) Date: Wed, 7 Mar 2012 15:54:33 +0000 Subject: [Xerte] Re: XOT Youtube dimensions fix In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC25C@EXCHANGE1.ad.nottingham.ac.uk> References: <3FDB56B208335D428FD50D8C77056BABCEEB57@MailDB1.uni.glam.ac.uk> <12C67A1EEC419342AF5E59DA31562C3F0BA44DC25C@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <3FDB56B208335D428FD50D8C77056BABCEECA6@MailDB1.uni.glam.ac.uk> Cool - is this issue addressed in the 1.8 re-build? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney Sent: 07 March 2012 14:44 To: Xerte discussion list Subject: [Xerte] Re: XOT Youtube dimensions fix That sounds right, yes. You can test it out on an xampp first if you want to make sure they work. No need to restart the server, From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Lynch M (LCSS) Sent: 07 March 2012 14:36 To: Xerte discussion list Subject: [Xerte] XOT Youtube dimensions fix Before I ask our server team to action this can I check that I've got this right? I've had an issue with youtube clips dimensions reported and after sifting the list have come up with the following - replace youtube.swf with latest (using an attachment sent by Ron Mitchell 11/01/12) in the following directory; \modules\xerte\parent_templates\Nottingham\common\youtube.swf Replace youtube.rlm and youtuberss.rlm in the following directories (using files sent by Julian Tenny sent 24/01/12) templates/pageTemplates/models/youtuberss.rlm modules/xerte/parent_templates/basic/models/youtube.rlm Alternatively use the SVN and find the latest files but basically these 3 files need changing? any need to re-start server? Martin Lynch FHEA Learning Systems Manager University of Glamorgan 01443 483764 mlynch at glam.ac.uk This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Wed Mar 7 15:57:25 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 7 Mar 2012 15:57:25 +0000 Subject: [Xerte] Re: XOT Youtube dimensions fix In-Reply-To: <3FDB56B208335D428FD50D8C77056BABCEECA6@MailDB1.uni.glam.ac.uk> References: <3FDB56B208335D428FD50D8C77056BABCEEB57@MailDB1.uni.glam.ac.uk> <12C67A1EEC419342AF5E59DA31562C3F0BA44DC25C@EXCHANGE1.ad.nottingham.ac.uk> <3FDB56B208335D428FD50D8C77056BABCEECA6@MailDB1.uni.glam.ac.uk> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC2FF@EXCHANGE1.ad.nottingham.ac.uk> Yes that will have all the latest bells and whistles From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Lynch M (LCSS) Sent: 07 March 2012 15:55 To: Xerte discussion list Subject: [Xerte] Re: XOT Youtube dimensions fix Cool - is this issue addressed in the 1.8 re-build? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney Sent: 07 March 2012 14:44 To: Xerte discussion list Subject: [Xerte] Re: XOT Youtube dimensions fix That sounds right, yes. You can test it out on an xampp first if you want to make sure they work. No need to restart the server, From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Lynch M (LCSS) Sent: 07 March 2012 14:36 To: Xerte discussion list Subject: [Xerte] XOT Youtube dimensions fix Before I ask our server team to action this can I check that I've got this right? I've had an issue with youtube clips dimensions reported and after sifting the list have come up with the following - replace youtube.swf with latest (using an attachment sent by Ron Mitchell 11/01/12) in the following directory; \modules\xerte\parent_templates\Nottingham\common\youtube.swf Replace youtube.rlm and youtuberss.rlm in the following directories (using files sent by Julian Tenny sent 24/01/12) templates/pageTemplates/models/youtuberss.rlm modules/xerte/parent_templates/basic/models/youtube.rlm Alternatively use the SVN and find the latest files but basically these 3 files need changing? any need to re-start server? Martin Lynch FHEA Learning Systems Manager University of Glamorgan 01443 483764 mlynch at glam.ac.uk This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Wed Mar 7 15:58:14 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 7 Mar 2012 15:58:14 +0000 Subject: [Xerte] Re: Converting an object to xml In-Reply-To: References: , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC049@EXCHANGE1.ad.nottingham.ac.uk>, , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC0EA@EXCHANGE1.ad.nottingham.ac.uk>, , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC2BA@EXCHANGE1.ad.nottingham.ac.uk>, Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC301@EXCHANGE1.ad.nottingham.ac.uk> Not if you add the method to the engine, which is probably where it lives, or otherwise add it to a component, but the xerte interpreter doesn't like that for... in stuff. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 07 March 2012 15:54 To: Xerte list Subject: [Xerte] Re: Converting an object to xml This still apply though? http://www.freelists.org/post/flashxmlengine/Looping-arrays-and-objects,1 I can't get an iteration through an object to work. ________________________________ Date: Wed, 7 Mar 2012 15:26:50 +0000 From: johnathan.kemp at ntlworld.com To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Re: Converting an object to xml "Can you write recursive functions to dive an object?" I've got a snorkel and some flippers - will that help :-) This sounds like a fun project for when I have got the current release out of the way. I would like to have a save and restore facility for the scenario connector page. I think I have only used recursion once in all the time I've been programming so the current answer to your question would be no - but things change. If we release the current version of the page in 2.18 it should be a simple swap out of the rlm file at a later date if I can get it working. Kind regards Johnathan On 7 March 2012 15:18, Julian Tenney > wrote: Perfectly feasible, but xerte hasn't got one. Can you write recursive functions to dive an object? Look at the code behind inspect() in the engine. You could modify that. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: 07 March 2012 15:17 To: Xerte discussion list Subject: [Xerte] Re: Converting an object to xml The problem I was trying to solve was one of having an object in a page, being able to dump that object as xml data to a file and then being able to recreate that object from the xml data by reloading the file at a later date. So if you started with the object node[0].att When it was converted to xml would it matter if it was generated as or value since either approach would recreate as an object as node[0].att I can understand that if you were starting with the xml you would not know which format of xml to create when converting back from the object you created and that therefore you could end up with a different XML structure to that which you started with. But if you were starting off from the object, would it not be feasible to have a conversion routine that always adopted the same approach when converting from an object to the xml data. Thus making it possible to consistently convert from the object to the xml and back again? (I know I am talking theoretically here - how you would achieve it I am not currently sure). Is there something fundamental about xml that I am failing to grasp here? Kind regards Johnathan On 7 March 2012 12:05, Julian Tenney > wrote: I don't think you're going to get bi-directional because is node[0].att and value is node[0].att From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: 07 March 2012 11:21 To: Xerte discussion list Subject: [Xerte] Re: Converting an object to xml What I was hoping to achieve was a bi-directional capability i.e. you could go back and forth, perhaps creating your initial object from xml data, then modify the object in a page, then save it out as xml again. Then the next time you load the page you have the option of restoring a your previously saved data. Kind regards Johnathan On 7 March 2012 11:03, Julian Tenney > wrote: Good question. No, not currently. Have a look for a prototype extension and I can build it in if it does what you want: it would probably not create attributes, rather full nodes for each value, and it would have to make some assumptions when naming things I think: value value .... ... From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: 07 March 2012 10:40 To: Xerte discussion list Subject: [Xerte] Converting an object to xml Xerte has the myXML.toObject() method that will construct an object from xml data. Is there an easy way to go in the other direction and convert an object into XML data? Kind regards Johnathan This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Paul.Swanson at harlandfs.com Wed Mar 7 16:19:38 2012 From: Paul.Swanson at harlandfs.com (Paul Swanson) Date: Wed, 7 Mar 2012 08:19:38 -0800 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? Message-ID: I don't have XOT installed, but I do a fair amount of PHP programming. When I send HTML mail via PHP, I use the following: // define headers $headers = "MIME-Version:1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; $headers .= "From: MyFromAddress at example.com\r\nReply-To: MyFromAddress at example.com \r\n"; $headers .= 'X-Mailer: PHP/' . phpversion(); It appears from the XOT code that your headers information is stored in a database, and from the discussion thread, it seems to me that your database doesn't have an entry for headers. You might give the following a try: MIME-Version:1.0*Content-type: text/html; charset=utf-8*From: YourFromAddress at yourDomain.com*Reply-To: YourFromAddress at yourDomain.com I would skip the X-Mailer parameter. It's not required and you would have to hard-code the PHP version instead of using the PHP function call. Cheers, Paul -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Oliver Haslam Sent: Wednesday, March 07, 2012 3:41 AM To: Xerte discussion list Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? Thanks for your help Tom. Still can't get it work here, though. I've attached a screenshot of the contents of my management.php and copied what I have in config.php and the error logs below. This is what is now in config.php: /** * Email settings */ $xerte_toolkits_site->site_email_account = $row['site_email_account']; $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); $xerte_toolkits_site->email_to_add_to_username = $row['email_to_add_to_username']; /** * RSS Proxy settings */ $xerte_toolkits_site->proxy1 = $row['proxy1']; $xerte_toolkits_site->port1 = $row['port1']; /** * Set up the feedback list from the feedback page */ $xerte_toolkits_site->feedback_list = $row['feedback_list']; And this is what I have in the error log after submitting something in the feedback form on the logged in page: mail() on [D:\shared\xerte\website_code\php\error_library.php:185]: To: simon2.carter at uwe.ac.uk -- Headers: _______________________________ Oliver Haslam Course Developer (Technologist) Applied Sciences & Allied Health Professions Technology Enhanced Learning University of the West of England _______________________________ T: 0117 32 88215 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders Sent: 06 March 2012 20:40 To: Xerte discussion list Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? Had a look, and it's complicated... 1. I had to fix config.php, the line where the headers are set: Change $xerte_toolkits_site->headers = $row['headers']; in $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); (Line 194 in my installation) 2. The list of people who have to receive the feedback should be set in the feedback list (Last item of the Site settings) 3. The site email account is as of yet unclear to me 4. An example of the headers is Content-Type: text/html; charset=ISO-8859-1*From: XOT > 5. The site email to add to username is the email domain name that is added to a xot username in the case of peer to peer feedback of a user to another user. This is working for me. Regards, Tom Op 6-3-2012 17:24, Oliver Haslam schreef: > Thanks Tom. Does anyone else have 'email header' info already written in the mean time? > > Oli > > _______________________________ > > Oliver Haslam > Course Developer (Technologist) > Applied Sciences& Allied Health Professions > > Technology Enhanced Learning > University of the West of England > _______________________________ > T: 0117 32 88215 > > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom > Reijnders > Sent: 06 March 2012 12:16 > To: Xerte discussion list > Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? > > I haven't used it, but I'll give it a try and let you know. > Mind you, I don't have time to do this before Thursday, so I invite someone else with a working configuration to answer before that. > > Tom > Op 6-3-2012 12:55, Oliver Haslam schreef: >> Can anyone share with me an example of what to write in the email headers field when they installed Xerte on a web server? >> >> I need an example of what to put where it says the following in management.php> Site> Email: >> >> "The site email headers is (use the * symbol to represent a new line)" >> >> Presumably this is the email TO, FROM, SUBJECT information etc. But I have no idea what format it should be in. >> >> Thanks >> >> Oli >> >> _______________________________ >> >> Oliver Haslam >> Course Developer (Technologist) >> Applied Sciences& Allied Health Professions >> >> Technology Enhanced Learning >> University of the West of England >> _______________________________ >> T: 0117 32 88215 >> >> >> -----Original Message----- >> From: xerte-bounces at lists.nottingham.ac.uk >> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >> Lockley >> Sent: 06 March 2012 11:26 >> To: Xerte discussion list >> Subject: [Xerte] Re: feedback form on logged in page >> >> Been ages since I've done it, you might need to get someone to share >> their install setting >> >> On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam > wrote: >>> What should I put in the email headers field? >>> >>> _______________________________ >>> >>> Oliver Haslam >>> Course Developer (Technologist) >>> Applied Sciences& Allied Health Professions >>> >>> Technology Enhanced Learning >>> University of the West of England >>> _______________________________ >>> T: 0117 32 88215 >>> >>> >>> -----Original Message----- >>> From: xerte-bounces at lists.nottingham.ac.uk >>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>> Lockley >>> Sent: 06 March 2012 10:12 >>> To: Xerte discussion list >>> Subject: [Xerte] Re: feedback form on logged in page >>> >>> Set the email headers option in management.php >>> >>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam > wrote: >>>> Hi >>>> >>>> I THINK the site is now set up to send email. But I still can't get the feedback form to successfully send emails to me. I'm not sure if it is a setting that needs changing within Xerte or on the server itself. >>>> >>>> In the error log in management.php I get the following: >>>> [D:\shared\xerte\feedback\index.php:42]: To: >>>> oliver.haslam at uwe.ac.uk ; >>>> -- Headers: mail() on >>>> >>>> Any ideas what I should do next? >>>> >>>> Many thanks >>>> >>>> _______________________________ >>>> >>>> Oliver Haslam >>>> Course Developer (Technologist) >>>> Applied Sciences& Allied Health Professions >>>> >>>> Technology Enhanced Learning >>>> University of the West of England >>>> _______________________________ >>>> T: 0117 32 88215 >>>> >>>> -----Original Message----- >>>> From: xerte-bounces at lists.nottingham.ac.uk >>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>> Lockley >>>> Sent: 27 February 2012 16:26 >>>> To: Xerte discussion list >>>> Subject: [Xerte] Re: feedback form on logged in page >>>> >>>> is your site set up to send email? >>>> >>>> php email functions can be turned off >>>> >>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam > wrote: >>>>> How do I get the feedback form on the logged in page to work? >>>>> >>>>> I've put my email address in management.php under 'Site settings (HTML / Images)' where it says: >>>>> "The site's feedback list is (A semi-colon separated list of email addresses to receive feedback from the feedback page)" >>>>> >>>>> And I've put my email address in management.php under 'Email' where it says: >>>>> "The site email account is" >>>>> >>>>> But I still don't get anything when I test the form. >>>>> >>>>> Any suggestions? >>>>> >>>>> Thanks >>>>> >>>>> Oli >>>>> _______________________________ >>>>> >>>>> Oliver Haslam >>>>> Course Developer (Technologist) >>>>> Applied Sciences& Allied Health Professions >>>>> >>>>> Technology Enhanced Learning >>>>> University of the West of England >>>>> _______________________________ >>>>> T: 0117 32 88215 >>>>> >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> >>>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>>> >>>>> This message has been checked for viruses but the contents of an >>>>> attachment may still contain software viruses which could damage your computer system: >>>>> you are advised to perform your own checks. Email communications >>>>> with the University of Nottingham may be monitored as permitted by UK legislation. >>>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>> >>>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>>> >>>> >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>> >>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> > -- > -- > > Tom Reijnders > TOR Informatica > Chopinlaan 27 > 5242HM Rosmalen > Tel: 073 5226191 > Fax: 073 5226196 > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte -------------- next part -------------- An HTML attachment was scrubbed... URL: From david at palepurple.co.uk Wed Mar 7 16:32:08 2012 From: david at palepurple.co.uk (David Goodwin) Date: Wed, 7 Mar 2012 16:32:08 +0000 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? In-Reply-To: References: Message-ID: <47A17A80-6A37-4A2F-91D5-609A4AD0B3D3@palepurple.co.uk> Perhaps I'll have to sneak Zend_Mail in, or some other email library, to remove this yuckiness. (using mail() directly is normally a bad idea). David. On 7 Mar 2012, at 16:19, Paul Swanson wrote: > I don't have XOT installed, but I do a fair amount of PHP programming. When I send HTML mail via PHP, I use the following: > > // define headers > $headers = "MIME-Version:1.0\r\n"; > $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; > $headers .= "From: MyFromAddress at example.com\r\nReply-To: MyFromAddress at example.com \r\n"; > $headers .= 'X-Mailer: PHP/' . phpversion(); > > It appears from the XOT code that your headers information is stored in a database, and from the discussion thread, it seems to me that your database doesn?t have an entry for headers. You might give the following a try: > > MIME-Version:1.0*Content-type: text/html; charset=utf-8*From: YourFromAddress at yourDomain.com*Reply-To: YourFromAddress at yourDomain.com > > I would skip the X-Mailer parameter. It?s not required and you would have to hard-code the PHP version instead of using the PHP function call. > > Cheers, > Paul > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Oliver Haslam > Sent: Wednesday, March 07, 2012 3:41 AM > To: Xerte discussion list > Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? > > Thanks for your help Tom. Still can't get it work here, though. > > I've attached a screenshot of the contents of my management.php and copied what I have in config.php and the error logs below. > > This is what is now in config.php: > > /** > * Email settings > */ > > $xerte_toolkits_site->site_email_account = $row['site_email_account']; > $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); > $xerte_toolkits_site->email_to_add_to_username = $row['email_to_add_to_username']; > > /** > * RSS Proxy settings > */ > > $xerte_toolkits_site->proxy1 = $row['proxy1']; > $xerte_toolkits_site->port1 = $row['port1']; > > /** > * Set up the feedback list from the feedback page > */ > > $xerte_toolkits_site->feedback_list = $row['feedback_list']; > > > > > And this is what I have in the error log after submitting something in the feedback form on the logged in page: > > mail() on [D:\shared\xerte\website_code\php\error_library.php:185]: To: simon2.carter at uwe.ac.uk -- Headers: > > > > _______________________________ > > Oliver Haslam > Course Developer (Technologist) > Applied Sciences & Allied Health Professions > > Technology Enhanced Learning > University of the West of England > _______________________________ > T: 0117 32 88215 > > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders > Sent: 06 March 2012 20:40 > To: Xerte discussion list > Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? > > Had a look, and it's complicated... > > 1. I had to fix config.php, the line where the headers are set: > Change > > $xerte_toolkits_site->headers = $row['headers']; > > in > > $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); (Line 194 in my installation) > > 2. The list of people who have to receive the feedback should be set in the feedback list (Last item of the Site settings) 3. The site email account is as of yet unclear to me 4. An example of the headers is > > Content-Type: text/html; charset=ISO-8859-1*From: XOT > > 5. The site email to add to username is the email domain name that is added to a xot username in the case of peer to peer feedback of a user to another user. > > This is working for me. > > Regards, > > Tom > > Op 6-3-2012 17:24, Oliver Haslam schreef: > > Thanks Tom. Does anyone else have 'email header' info already written in the mean time? > > > > Oli > > > > _______________________________ > > > > Oliver Haslam > > Course Developer (Technologist) > > Applied Sciences& Allied Health Professions > > > > Technology Enhanced Learning > > University of the West of England > > _______________________________ > > T: 0117 32 88215 > > > > > > -----Original Message----- > > From: xerte-bounces at lists.nottingham.ac.uk > > [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom > > Reijnders > > Sent: 06 March 2012 12:16 > > To: Xerte discussion list > > Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? > > > > I haven't used it, but I'll give it a try and let you know. > > Mind you, I don't have time to do this before Thursday, so I invite someone else with a working configuration to answer before that. > > > > Tom > > Op 6-3-2012 12:55, Oliver Haslam schreef: > >> Can anyone share with me an example of what to write in the email headers field when they installed Xerte on a web server? > >> > >> I need an example of what to put where it says the following in management.php> Site> Email: > >> > >> "The site email headers is (use the * symbol to represent a new line)" > >> > >> Presumably this is the email TO, FROM, SUBJECT information etc. But I have no idea what format it should be in. > >> > >> Thanks > >> > >> Oli > >> > >> _______________________________ > >> > >> Oliver Haslam > >> Course Developer (Technologist) > >> Applied Sciences& Allied Health Professions > >> > >> Technology Enhanced Learning > >> University of the West of England > >> _______________________________ > >> T: 0117 32 88215 > >> > >> > >> -----Original Message----- > >> From: xerte-bounces at lists.nottingham.ac.uk > >> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat > >> Lockley > >> Sent: 06 March 2012 11:26 > >> To: Xerte discussion list > >> Subject: [Xerte] Re: feedback form on logged in page > >> > >> Been ages since I've done it, you might need to get someone to share > >> their install setting > >> > >> On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam wrote: > >>> What should I put in the email headers field? > >>> > >>> _______________________________ > >>> > >>> Oliver Haslam > >>> Course Developer (Technologist) > >>> Applied Sciences& Allied Health Professions > >>> > >>> Technology Enhanced Learning > >>> University of the West of England > >>> _______________________________ > >>> T: 0117 32 88215 > >>> > >>> > >>> -----Original Message----- > >>> From: xerte-bounces at lists.nottingham.ac.uk > >>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat > >>> Lockley > >>> Sent: 06 March 2012 10:12 > >>> To: Xerte discussion list > >>> Subject: [Xerte] Re: feedback form on logged in page > >>> > >>> Set the email headers option in management.php > >>> > >>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam wrote: > >>>> Hi > >>>> > >>>> I THINK the site is now set up to send email. But I still can't get the feedback form to successfully send emails to me. I'm not sure if it is a setting that needs changing within Xerte or on the server itself. > >>>> > >>>> In the error log in management.php I get the following: > >>>> [D:\shared\xerte\feedback\index.php:42]: To: > >>>> oliver.haslam at uwe.ac.uk; > >>>> -- Headers: mail() on > >>>> > >>>> Any ideas what I should do next? > >>>> > >>>> Many thanks > >>>> > >>>> _______________________________ > >>>> > >>>> Oliver Haslam > >>>> Course Developer (Technologist) > >>>> Applied Sciences& Allied Health Professions > >>>> > >>>> Technology Enhanced Learning > >>>> University of the West of England > >>>> _______________________________ > >>>> T: 0117 32 88215 > >>>> > >>>> -----Original Message----- > >>>> From: xerte-bounces at lists.nottingham.ac.uk > >>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat > >>>> Lockley > >>>> Sent: 27 February 2012 16:26 > >>>> To: Xerte discussion list > >>>> Subject: [Xerte] Re: feedback form on logged in page > >>>> > >>>> is your site set up to send email? > >>>> > >>>> php email functions can be turned off > >>>> > >>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam wrote: > >>>>> How do I get the feedback form on the logged in page to work? > >>>>> > >>>>> I've put my email address in management.php under 'Site settings (HTML / Images)' where it says: > >>>>> "The site's feedback list is (A semi-colon separated list of email addresses to receive feedback from the feedback page)" > >>>>> > >>>>> And I've put my email address in management.php under 'Email' where it says: > >>>>> "The site email account is" > >>>>> > >>>>> But I still don't get anything when I test the form. > >>>>> > >>>>> Any suggestions? > >>>>> > >>>>> Thanks > >>>>> > >>>>> Oli > >>>>> _______________________________ > >>>>> > >>>>> Oliver Haslam > >>>>> Course Developer (Technologist) > >>>>> Applied Sciences& Allied Health Professions > >>>>> > >>>>> Technology Enhanced Learning > >>>>> University of the West of England > >>>>> _______________________________ > >>>>> T: 0117 32 88215 > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> _______________________________________________ > >>>>> Xerte mailing list > >>>>> Xerte at lists.nottingham.ac.uk > >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>>>> > >>>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > >>>>> > >>>>> This message has been checked for viruses but the contents of an > >>>>> attachment may still contain software viruses which could damage your computer system: > >>>>> you are advised to perform your own checks. Email communications > >>>>> with the University of Nottingham may be monitored as permitted by UK legislation. > >>>>> > >>>> _______________________________________________ > >>>> Xerte mailing list > >>>> Xerte at lists.nottingham.ac.uk > >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > >>>> > >>>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: > >>>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. > >>>> > >>>> > >>>> > >>>> _______________________________________________ > >>>> Xerte mailing list > >>>> Xerte at lists.nottingham.ac.uk > >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>> _______________________________________________ > >>> Xerte mailing list > >>> Xerte at lists.nottingham.ac.uk > >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > >>> > >>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: > >>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. > >>> > >>> > >>> > >>> _______________________________________________ > >>> Xerte mailing list > >>> Xerte at lists.nottingham.ac.uk > >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >> _______________________________________________ > >> Xerte mailing list > >> Xerte at lists.nottingham.ac.uk > >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > >> > >> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: > >> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. > >> > >> > >> > >> _______________________________________________ > >> Xerte mailing list > >> Xerte at lists.nottingham.ac.uk > >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >> > > -- > > -- > > > > Tom Reijnders > > TOR Informatica > > Chopinlaan 27 > > 5242HM Rosmalen > > Tel: 073 5226191 > > Fax: 073 5226196 > > > > > > > > _______________________________________________ > > Xerte mailing list > > Xerte at lists.nottingham.ac.uk > > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > > > > > > > _______________________________________________ > > Xerte mailing list > > Xerte at lists.nottingham.ac.uk > > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > -- > -- > > Tom Reijnders > TOR Informatica > Chopinlaan 27 > 5242HM Rosmalen > Tel: 073 5226191 > Fax: 073 5226196 > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > Pale Purple Ltd. (Company No: 5580814) 'Business Web Application Development and Training in PHP' http://www.palepurple.co.uk Office: 0845 0046746 Mobile: 07792380669 Follow us on Twitter: @PalePurpleLtd -------------- next part -------------- An HTML attachment was scrubbed... URL: From Stephanie.Carey at portsmouthtrojans.net Wed Mar 7 16:32:08 2012 From: Stephanie.Carey at portsmouthtrojans.net (Stephanie Carey) Date: Wed, 7 Mar 2012 11:32:08 -0500 Subject: [Xerte] Hyperlinks in Manual Xerte? Message-ID: I'm using the manual version of Xerte and trying to Hyperlink to a page outside of the learning interaction. I've tried making a button and putting a hyperlink in the script - that didn't work. Then I tried just making a Text page and hyperlinking text -- when I preview the LO, it shows a hand (as if it is something to be clicked on), but then doesn't actually open the link...?? Thanks! Stephanie J. Carey Technology Teacher Portsmouth Elementary School -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Wed Mar 7 16:37:08 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 7 Mar 2012 16:37:08 +0000 Subject: [Xerte] Re: Hyperlinks in Manual Xerte? In-Reply-To: References: Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC382@EXCHANGE1.ad.nottingham.ac.uk> >From script use getURL('http://www.nottingham.ac.uk', '_blank'); in text use the normal anchor: From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 16:32 To: Xerte discussion list Subject: [Xerte] Hyperlinks in Manual Xerte? I'm using the manual version of Xerte and trying to Hyperlink to a page outside of the learning interaction. I've tried making a button and putting a hyperlink in the script - that didn't work. Then I tried just making a Text page and hyperlinking text -- when I preview the LO, it shows a hand (as if it is something to be clicked on), but then doesn't actually open the link...?? Thanks! Stephanie J. Carey Technology Teacher Portsmouth Elementary School -------------- next part -------------- An HTML attachment was scrubbed... URL: From Stephanie.Carey at portsmouthtrojans.net Wed Mar 7 16:44:50 2012 From: Stephanie.Carey at portsmouthtrojans.net (Stephanie Carey) Date: Wed, 7 Mar 2012 11:44:50 -0500 Subject: [Xerte] Re: Hyperlinks in Manual Xerte? In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC382@EXCHANGE1.ad.nottingham.ac.uk> References: , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC382@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: Thank you Juian! I got the button to work! Now, how come my text didn't work? I used... Stephanie J. Carey Technology Teacher Portsmouth Elementary School ________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney [Julian.Tenney at nottingham.ac.uk] Sent: Wednesday, March 07, 2012 11:37 AM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? >From script use getURL(?http://www.nottingham.ac.uk?, ?_blank?); in text use the normal anchor: ? target=?_blank?> From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 16:32 To: Xerte discussion list Subject: [Xerte] Hyperlinks in Manual Xerte? I'm using the manual version of Xerte and trying to Hyperlink to a page outside of the learning interaction. I've tried making a button and putting a hyperlink in the script - that didn't work. Then I tried just making a Text page and hyperlinking text -- when I preview the LO, it shows a hand (as if it is something to be clicked on), but then doesn't actually open the link...?? Thanks! Stephanie J. Carey Technology Teacher Portsmouth Elementary School This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From reijnders at tor.nl Wed Mar 7 16:52:20 2012 From: reijnders at tor.nl (Tom Reijnders) Date: Wed, 07 Mar 2012 17:52:20 +0100 Subject: [Xerte] Re: Hyperlinks in Manual Xerte? In-Reply-To: References: , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC382@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <4F579244.30600@tor.nl> Missing a double-quote before http? Op 7-3-2012 17:44, Stephanie Carey schreef: > Thank you Juian! I got the button to work! > Now, how come my text didn't work? I used... href=http://www.teachersdomain.org/asset/dgn09_vid_socialnet/" > target="View Video"> > > *Stephanie J. Carey* > > Technology Teacher > > Portsmouth Elementary School > > ------------------------------------------------------------------------ > *From:* xerte-bounces at lists.nottingham.ac.uk > [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney > [Julian.Tenney at nottingham.ac.uk] > *Sent:* Wednesday, March 07, 2012 11:37 AM > *To:* Xerte discussion list > *Subject:* [Xerte] Re: Hyperlinks in Manual Xerte? > > From script use > > getURL('http://www.nottingham.ac.uk', '_blank'); > > in text use the normal anchor: > > target="_blank"> > > *From:*xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] *On Behalf Of *Stephanie > Carey > *Sent:* 07 March 2012 16:32 > *To:* Xerte discussion list > *Subject:* [Xerte] Hyperlinks in Manual Xerte? > > I'm using the manual version of Xerte and trying to Hyperlink to a > page outside of the learning interaction. I've tried making a button > and putting a hyperlink in the script - that didn't work. Then I > tried just making a Text page and hyperlinking text -- when I preview > the LO, it shows a hand (as if it is something to be clicked on), but > then doesn't actually open the link...?? > > Thanks! > > *Stephanie J. Carey* > > Technology Teacher > > Portsmouth Elementary School > > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Stephanie.Carey at portsmouthtrojans.net Wed Mar 7 16:56:32 2012 From: Stephanie.Carey at portsmouthtrojans.net (Stephanie Carey) Date: Wed, 7 Mar 2012 11:56:32 -0500 Subject: [Xerte] Re: Hyperlinks in Manual Xerte? In-Reply-To: <4F579244.30600@tor.nl> References: , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC382@EXCHANGE1.ad.nottingham.ac.uk> , <4F579244.30600@tor.nl> Message-ID: okay - I added the double-quote... The text is not showing. Stephanie J. Carey Technology Teacher Portsmouth Elementary School ________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders [reijnders at tor.nl] Sent: Wednesday, March 07, 2012 11:52 AM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Missing a double-quote before http? Op 7-3-2012 17:44, Stephanie Carey schreef: Thank you Juian! I got the button to work! Now, how come my text didn't work? I used... Stephanie J. Carey Technology Teacher Portsmouth Elementary School ________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney [Julian.Tenney at nottingham.ac.uk] Sent: Wednesday, March 07, 2012 11:37 AM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? >From script use getURL(?http://www.nottingham.ac.uk?, ?_blank?); in text use the normal anchor: ? target=?_blank?> From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 16:32 To: Xerte discussion list Subject: [Xerte] Hyperlinks in Manual Xerte? I'm using the manual version of Xerte and trying to Hyperlink to a page outside of the learning interaction. I've tried making a button and putting a hyperlink in the script - that didn't work. Then I tried just making a Text page and hyperlinking text -- when I preview the LO, it shows a hand (as if it is something to be clicked on), but then doesn't actually open the link...?? Thanks! Stephanie J. Carey Technology Teacher Portsmouth Elementary School This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Oliver.Haslam at uwe.ac.uk Wed Mar 7 16:59:39 2012 From: Oliver.Haslam at uwe.ac.uk (Oliver Haslam) Date: Wed, 7 Mar 2012 16:59:39 +0000 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? In-Reply-To: References: Message-ID: <31CDB875D4C8E948899F952DE8C500C827B726BA1A@EGEN-MBX02.campus.ads.uwe.ac.uk> Thank you, Paul. I really appreciate your help - and Tom, Pat, and everyone else who is trying to solve this problem. I'm afraid I'm really not a PHP programmer at all: I muddle through and paste bits of code in the places people tell me and it either works like magic or it doesn't! I'm not getting any support with from our technical staff here as they won't support anything to do with PHP :( But a few of us are keen to get XOT working on our own as we see how much potential it has for learning - but we are having to do it quietly and unsupported. All I really want is to get the feedback form to send emails to me (in whatever way we can) as it seems like a really handy way for our academic staff and students to communicate how they are using XOT and to let me know any problems they encounter. So with that in mind, where should I put the code you've provided? Where does this need to be? : // define headers $headers = "MIME-Version:1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; $headers .= "From: MyFromAddress at example.com\r\nReply-To: MyFromAddress at example.com \r\n"; $headers .= 'X-Mailer: PHP/' . phpversion(); And where does this need to be? : MIME-Version:1.0*Content-type: text/html; charset=utf-8*From: YourFromAddress at yourDomain.com*Reply-To: YourFromAddress at yourDomain.com Thanks again! _______________________________ Oliver Haslam Course Developer (Technologist) Applied Sciences & Allied Health Professions Technology Enhanced Learning University of the West of England _______________________________ T: 0117 32 88215 From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Paul Swanson Sent: 07 March 2012 16:20 To: Xerte discussion list Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? I don't have XOT installed, but I do a fair amount of PHP programming. When I send HTML mail via PHP, I use the following: // define headers $headers = "MIME-Version:1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; $headers .= "From: MyFromAddress at example.com\r\nReply-To: MyFromAddress at example.com \r\n"; $headers .= 'X-Mailer: PHP/' . phpversion(); It appears from the XOT code that your headers information is stored in a database, and from the discussion thread, it seems to me that your database doesn't have an entry for headers. You might give the following a try: MIME-Version:1.0*Content-type: text/html; charset=utf-8*From: YourFromAddress at yourDomain.com*Reply-To: YourFromAddress at yourDomain.com I would skip the X-Mailer parameter. It's not required and you would have to hard-code the PHP version instead of using the PHP function call. Cheers, Paul -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Oliver Haslam Sent: Wednesday, March 07, 2012 3:41 AM To: Xerte discussion list Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? Thanks for your help Tom. Still can't get it work here, though. I've attached a screenshot of the contents of my management.php and copied what I have in config.php and the error logs below. This is what is now in config.php: /** * Email settings */ $xerte_toolkits_site->site_email_account = $row['site_email_account']; $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); $xerte_toolkits_site->email_to_add_to_username = $row['email_to_add_to_username']; /** * RSS Proxy settings */ $xerte_toolkits_site->proxy1 = $row['proxy1']; $xerte_toolkits_site->port1 = $row['port1']; /** * Set up the feedback list from the feedback page */ $xerte_toolkits_site->feedback_list = $row['feedback_list']; And this is what I have in the error log after submitting something in the feedback form on the logged in page: mail() on [D:\shared\xerte\website_code\php\error_library.php:185]: To: simon2.carter at uwe.ac.uk -- Headers: _______________________________ Oliver Haslam Course Developer (Technologist) Applied Sciences & Allied Health Professions Technology Enhanced Learning University of the West of England _______________________________ T: 0117 32 88215 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders Sent: 06 March 2012 20:40 To: Xerte discussion list Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? Had a look, and it's complicated... 1. I had to fix config.php, the line where the headers are set: Change $xerte_toolkits_site->headers = $row['headers']; in $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); (Line 194 in my installation) 2. The list of people who have to receive the feedback should be set in the feedback list (Last item of the Site settings) 3. The site email account is as of yet unclear to me 4. An example of the headers is Content-Type: text/html; charset=ISO-8859-1*From: XOT > 5. The site email to add to username is the email domain name that is added to a xot username in the case of peer to peer feedback of a user to another user. This is working for me. Regards, Tom Op 6-3-2012 17:24, Oliver Haslam schreef: > Thanks Tom. Does anyone else have 'email header' info already written in the mean time? > > Oli > > _______________________________ > > Oliver Haslam > Course Developer (Technologist) > Applied Sciences& Allied Health Professions > > Technology Enhanced Learning > University of the West of England > _______________________________ > T: 0117 32 88215 > > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom > Reijnders > Sent: 06 March 2012 12:16 > To: Xerte discussion list > Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? > > I haven't used it, but I'll give it a try and let you know. > Mind you, I don't have time to do this before Thursday, so I invite someone else with a working configuration to answer before that. > > Tom > Op 6-3-2012 12:55, Oliver Haslam schreef: >> Can anyone share with me an example of what to write in the email headers field when they installed Xerte on a web server? >> >> I need an example of what to put where it says the following in management.php> Site> Email: >> >> "The site email headers is (use the * symbol to represent a new line)" >> >> Presumably this is the email TO, FROM, SUBJECT information etc. But I have no idea what format it should be in. >> >> Thanks >> >> Oli >> >> _______________________________ >> >> Oliver Haslam >> Course Developer (Technologist) >> Applied Sciences& Allied Health Professions >> >> Technology Enhanced Learning >> University of the West of England >> _______________________________ >> T: 0117 32 88215 >> >> >> -----Original Message----- >> From: xerte-bounces at lists.nottingham.ac.uk >> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >> Lockley >> Sent: 06 March 2012 11:26 >> To: Xerte discussion list >> Subject: [Xerte] Re: feedback form on logged in page >> >> Been ages since I've done it, you might need to get someone to share >> their install setting >> >> On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam> wrote: >>> What should I put in the email headers field? >>> >>> _______________________________ >>> >>> Oliver Haslam >>> Course Developer (Technologist) >>> Applied Sciences& Allied Health Professions >>> >>> Technology Enhanced Learning >>> University of the West of England >>> _______________________________ >>> T: 0117 32 88215 >>> >>> >>> -----Original Message----- >>> From: xerte-bounces at lists.nottingham.ac.uk >>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>> Lockley >>> Sent: 06 March 2012 10:12 >>> To: Xerte discussion list >>> Subject: [Xerte] Re: feedback form on logged in page >>> >>> Set the email headers option in management.php >>> >>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam> wrote: >>>> Hi >>>> >>>> I THINK the site is now set up to send email. But I still can't get the feedback form to successfully send emails to me. I'm not sure if it is a setting that needs changing within Xerte or on the server itself. >>>> >>>> In the error log in management.php I get the following: >>>> [D:\shared\xerte\feedback\index.php:42]: To: >>>> oliver.haslam at uwe.ac.uk; >>>> -- Headers: mail() on >>>> >>>> Any ideas what I should do next? >>>> >>>> Many thanks >>>> >>>> _______________________________ >>>> >>>> Oliver Haslam >>>> Course Developer (Technologist) >>>> Applied Sciences& Allied Health Professions >>>> >>>> Technology Enhanced Learning >>>> University of the West of England >>>> _______________________________ >>>> T: 0117 32 88215 >>>> >>>> -----Original Message----- >>>> From: xerte-bounces at lists.nottingham.ac.uk >>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>> Lockley >>>> Sent: 27 February 2012 16:26 >>>> To: Xerte discussion list >>>> Subject: [Xerte] Re: feedback form on logged in page >>>> >>>> is your site set up to send email? >>>> >>>> php email functions can be turned off >>>> >>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam> wrote: >>>>> How do I get the feedback form on the logged in page to work? >>>>> >>>>> I've put my email address in management.php under 'Site settings (HTML / Images)' where it says: >>>>> "The site's feedback list is (A semi-colon separated list of email addresses to receive feedback from the feedback page)" >>>>> >>>>> And I've put my email address in management.php under 'Email' where it says: >>>>> "The site email account is" >>>>> >>>>> But I still don't get anything when I test the form. >>>>> >>>>> Any suggestions? >>>>> >>>>> Thanks >>>>> >>>>> Oli >>>>> _______________________________ >>>>> >>>>> Oliver Haslam >>>>> Course Developer (Technologist) >>>>> Applied Sciences& Allied Health Professions >>>>> >>>>> Technology Enhanced Learning >>>>> University of the West of England >>>>> _______________________________ >>>>> T: 0117 32 88215 >>>>> >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> >>>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>>> >>>>> This message has been checked for viruses but the contents of an >>>>> attachment may still contain software viruses which could damage your computer system: >>>>> you are advised to perform your own checks. Email communications >>>>> with the University of Nottingham may be monitored as permitted by UK legislation. >>>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>> >>>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>>> >>>> >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>> >>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> > -- > -- > > Tom Reijnders > TOR Informatica > Chopinlaan 27 > 5242HM Rosmalen > Tel: 073 5226191 > Fax: 073 5226196 > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Wed Mar 7 17:02:07 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 7 Mar 2012 17:02:07 +0000 Subject: [Xerte] Re: Hyperlinks in Manual Xerte? In-Reply-To: References: , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC382@EXCHANGE1.ad.nottingham.ac.uk> , <4F579244.30600@tor.nl> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC3BA@EXCHANGE1.ad.nottingham.ac.uk> Sorry CLICK ME From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 16:57 To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? okay - I added the double-quote... The text is not showing. Stephanie J. Carey Technology Teacher Portsmouth Elementary School ________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders [reijnders at tor.nl] Sent: Wednesday, March 07, 2012 11:52 AM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Missing a double-quote before http? Op 7-3-2012 17:44, Stephanie Carey schreef: Thank you Juian! I got the button to work! Now, how come my text didn't work? I used... Stephanie J. Carey Technology Teacher Portsmouth Elementary School ________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney [Julian.Tenney at nottingham.ac.uk] Sent: Wednesday, March 07, 2012 11:37 AM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? >From script use getURL('http://www.nottingham.ac.uk', '_blank'); in text use the normal anchor: From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 16:32 To: Xerte discussion list Subject: [Xerte] Hyperlinks in Manual Xerte? I'm using the manual version of Xerte and trying to Hyperlink to a page outside of the learning interaction. I've tried making a button and putting a hyperlink in the script - that didn't work. Then I tried just making a Text page and hyperlinking text -- when I preview the LO, it shows a hand (as if it is something to be clicked on), but then doesn't actually open the link...?? Thanks! Stephanie J. Carey Technology Teacher Portsmouth Elementary School This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Stephanie.Carey at portsmouthtrojans.net Wed Mar 7 17:06:22 2012 From: Stephanie.Carey at portsmouthtrojans.net (Stephanie Carey) Date: Wed, 7 Mar 2012 12:06:22 -0500 Subject: [Xerte] Re: Hyperlinks in Manual Xerte? In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA44DC3BA@EXCHANGE1.ad.nottingham.ac.uk> References: , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC382@EXCHANGE1.ad.nottingham.ac.uk> , <4F579244.30600@tor.nl> , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC3BA@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: Had wondered about that html tag! Anyway -- Tried View Video as well as View Video Still can't see target text... Stephanie J. Carey Technology Teacher Portsmouth Elementary School ________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney [Julian.Tenney at nottingham.ac.uk] Sent: Wednesday, March 07, 2012 12:02 PM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Sorry CLICK ME From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 16:57 To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? okay - I added the double-quote... The text is not showing. Stephanie J. Carey Technology Teacher Portsmouth Elementary School ________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders [reijnders at tor.nl] Sent: Wednesday, March 07, 2012 11:52 AM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Missing a double-quote before http? Op 7-3-2012 17:44, Stephanie Carey schreef: Thank you Juian! I got the button to work! Now, how come my text didn't work? I used... Stephanie J. Carey Technology Teacher Portsmouth Elementary School ________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney [Julian.Tenney at nottingham.ac.uk] Sent: Wednesday, March 07, 2012 11:37 AM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? >From script use getURL(?http://www.nottingham.ac.uk?, ?_blank?); in text use the normal anchor: ? target=?_blank?> From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 16:32 To: Xerte discussion list Subject: [Xerte] Hyperlinks in Manual Xerte? I'm using the manual version of Xerte and trying to Hyperlink to a page outside of the learning interaction. I've tried making a button and putting a hyperlink in the script - that didn't work. Then I tried just making a Text page and hyperlinking text -- when I preview the LO, it shows a hand (as if it is something to be clicked on), but then doesn't actually open the link...?? Thanks! Stephanie J. Carey Technology Teacher Portsmouth Elementary School This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 -------------- next part -------------- An HTML attachment was scrubbed... URL: From patrick.lockley at googlemail.com Wed Mar 7 17:14:18 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Wed, 7 Mar 2012 17:14:18 +0000 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? In-Reply-To: <31CDB875D4C8E948899F952DE8C500C827B726BA1A@EGEN-MBX02.campus.ads.uwe.ac.uk> References: <31CDB875D4C8E948899F952DE8C500C827B726BA1A@EGEN-MBX02.campus.ads.uwe.ac.uk> Message-ID: give me a sec try this obvious rename it, and look for the line that says "CHANGE EMAIL" On Wed, Mar 7, 2012 at 4:59 PM, Oliver Haslam wrote: > Thank you, Paul. I really appreciate your help ? and Tom, Pat, and everyone > else who is trying to solve this problem. > > > > I?m afraid I?m really not a PHP programmer at all: I muddle through and > paste bits of code in the places people tell me and it either works like > magic or it doesn?t! ?I?m not getting any support with from our technical > staff here as they won?t support anything to do with PHP L? But a few of us > are keen to get XOT working on our own as we see how much potential it has > for learning - but we are having to do it quietly and unsupported. All ?I > really want is to get the feedback form to send emails to me (in whatever > way we can) as it seems like a really handy way for our academic staff and > students to communicate how they are using XOT and to let me know any > problems they encounter. > > > > So with that in mind, where should I put the code you?ve provided? > > > > Where does this need to be?? : > > > > // define headers > > ??????? $headers = "MIME-Version:1.0\r\n"; > > ??????? $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; > > ??????? $headers .= "From: MyFromAddress at example.com\r\nReply-To: > MyFromAddress at example.com \r\n"; > > ??????? $headers .= 'X-Mailer: PHP/' . phpversion(); > > > > > > > > And where does this need to be?? : > > > > > > MIME-Version:1.0*Content-type: text/html; charset=utf-8*From: > YourFromAddress at yourDomain.com*Reply-To: YourFromAddress at yourDomain.com > > > > > > Thanks again! > > > > _______________________________ > > > > Oliver Haslam > > Course Developer (Technologist) > > Applied Sciences & Allied Health Professions > > > > Technology Enhanced Learning > > University of the West of England > > _______________________________ > > T: 0117 32 88215 > > > > From: xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Paul Swanson > Sent: 07 March 2012 16:20 > > > To: Xerte discussion list > Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? > > > > I don't have XOT installed, but I do a fair amount of PHP programming. When > I send HTML mail via PHP, I use the following: > > > > ??????? // define headers > > ??????? $headers = "MIME-Version:1.0\r\n"; > > ??????? $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; > > ??????? $headers .= "From: MyFromAddress at example.com\r\nReply-To: > MyFromAddress at example.com \r\n"; > > ??????? $headers .= 'X-Mailer: PHP/' . phpversion(); > > > > It appears from the XOT code that your headers information is stored in a > database, and from the discussion thread, it seems to me that your database > doesn?t have an entry for headers. You might give the following a try: > > > > MIME-Version:1.0*Content-type: text/html; charset=utf-8*From: > YourFromAddress at yourDomain.com*Reply-To: YourFromAddress at yourDomain.com > > > > I would skip the X-Mailer parameter. It?s not required and you would have to > hard-code the PHP version instead of using the PHP function call. > > > > Cheers, > > Paul > > > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Oliver Haslam > Sent: Wednesday, March 07, 2012 3:41 AM > To: Xerte discussion list > Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? > > > > Thanks for your help Tom. Still can't get it work here, though. > > > > I've attached a screenshot of the contents of my management.php and copied > what I have in config.php and the error logs below. > > > > This is what is now in config.php: > > > > ? /** > > ?????* Email settings > > ???? */ > > > > ??? $xerte_toolkits_site->site_email_account = $row['site_email_account']; > > ??? $xerte_toolkits_site->headers = str_replace("*", "\r\n", > $row['headers']); > > ??? $xerte_toolkits_site->email_to_add_to_username = > $row['email_to_add_to_username']; > > > > ??? /** > > ?????* RSS Proxy settings > > ???? */ > > > > ??? $xerte_toolkits_site->proxy1 = $row['proxy1']; > > ??? $xerte_toolkits_site->port1 = $row['port1']; > > > > ??? /** > > ?????* Set up the feedback list from the feedback page > > ???? */ > > > > ??? $xerte_toolkits_site->feedback_list = $row['feedback_list']; > > > > > > > > > > And this is what I have in the error log after submitting something in the > feedback form on the logged in page: > > > > mail() on [D:\shared\xerte\website_code\php\error_library.php:185]: To: > simon2.carter at uwe.ac.uk -- Headers: > > > > > > > > _______________________________ > > > > Oliver Haslam > > Course Developer (Technologist) > > Applied Sciences & Allied Health Professions > > > > Technology Enhanced Learning > > University of the West of England > > _______________________________ > > T: 0117 32 88215 > > > > > > -----Original Message----- > > From: xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders > > Sent: 06 March 2012 20:40 > > To: Xerte discussion list > > Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? > > > > Had a look, and it's complicated... > > > > 1. I had to fix config.php, the line where the headers are set: > > Change > > > > ??? $xerte_toolkits_site->headers = $row['headers']; > > > > in > > > > ??? $xerte_toolkits_site->headers = str_replace("*", "\r\n", > $row['headers']); (Line 194 in my installation) > > > > 2. The list of people who have to receive the feedback should be set in the > feedback list (Last item of the Site settings) 3. The site email account is > as of yet unclear to me 4. An example of the headers is > > > > Content-Type: text/html; charset=ISO-8859-1*From: XOT > > > > 5. The site email to add to username is the email domain? name that is added > to a xot username in the case of peer to peer feedback of a user to another > user. > > > > This is working for me. > > > > Regards, > > > > Tom > > > > Op 6-3-2012 17:24, Oliver Haslam schreef: > >> Thanks Tom. Does anyone else have 'email header' info already written in >> the mean time? > >> > >> Oli > >> > >> _______________________________ > >> > >> Oliver Haslam > >> Course Developer (Technologist) > >> Applied Sciences&? Allied Health Professions > >> > >> Technology Enhanced Learning > >> University of the West of England > >> _______________________________ > >> T: 0117 32 88215 > >> > >> > >> -----Original Message----- > >> From: xerte-bounces at lists.nottingham.ac.uk > >> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom > >> Reijnders > >> Sent: 06 March 2012 12:16 > >> To: Xerte discussion list > >> Subject: [Xerte] Re: Example email headers for Xerte install please. >> Anyone? > >> > >> I haven't used it, but I'll give it a try and let you know. > >> Mind you, I don't have time to do this before Thursday, so I invite >> someone else with a working configuration to answer before that. > >> > >> Tom > >> Op 6-3-2012 12:55, Oliver Haslam schreef: > >>> Can anyone share with me an example of what to write in the email headers >>> field when they installed Xerte on a web server? > >>> > >>> I need an example of what to put where it says the following in >>> management.php>?? Site>?? Email: > >>> > >>> "The site email headers is (use the * symbol to represent a new line)" > >>> > >>> Presumably this is the email TO, FROM, SUBJECT information etc. But I >>> have no idea what format it should be in. > >>> > >>> Thanks > >>> > >>> Oli > >>> > >>> _______________________________ > >>> > >>> Oliver Haslam > >>> Course Developer (Technologist) > >>> Applied Sciences&?? Allied Health Professions > >>> > >>> Technology Enhanced Learning > >>> University of the West of England > >>> _______________________________ > >>> T: 0117 32 88215 > >>> > >>> > >>> -----Original Message----- > >>> From: xerte-bounces at lists.nottingham.ac.uk > >>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat > >>> Lockley > >>> Sent: 06 March 2012 11:26 > >>> To: Xerte discussion list > >>> Subject: [Xerte] Re: feedback form on logged in page > >>> > >>> Been ages since I've done it, you might need to get someone to share > >>> their install setting > >>> > >>> On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam >>> wrote: > >>>> What should I put in the email headers field? > >>>> > >>>> _______________________________ > >>>> > >>>> Oliver Haslam > >>>> Course Developer (Technologist) > >>>> Applied Sciences&?? Allied Health Professions > >>>> > >>>> Technology Enhanced Learning > >>>> University of the West of England > >>>> _______________________________ > >>>> T: 0117 32 88215 > >>>> > >>>> > >>>> -----Original Message----- > >>>> From: xerte-bounces at lists.nottingham.ac.uk > >>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat > >>>> Lockley > >>>> Sent: 06 March 2012 10:12 > >>>> To: Xerte discussion list > >>>> Subject: [Xerte] Re: feedback form on logged in page > >>>> > >>>> Set the email headers option in management.php > >>>> > >>>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver >>>> Haslam?? wrote: > >>>>> Hi > >>>>> > >>>>> I THINK the site is now set up to send email. But I still can't get the >>>>> feedback form to successfully send emails to me. I'm not sure if it is a >>>>> setting that needs changing within Xerte or on the server itself. > >>>>> > >>>>> In the error log in management.php I get the following: > >>>>> [D:\shared\xerte\feedback\index.php:42]: To: > >>>>> oliver.haslam at uwe.ac.uk; > >>>>> -- Headers: mail() on > >>>>> > >>>>> Any ideas what I should do next? > >>>>> > >>>>> Many thanks > >>>>> > >>>>> _______________________________ > >>>>> > >>>>> Oliver Haslam > >>>>> Course Developer (Technologist) > >>>>> Applied Sciences&?? Allied Health Professions > >>>>> > >>>>> Technology Enhanced Learning > >>>>> University of the West of England > >>>>> _______________________________ > >>>>> T: 0117 32 88215 > >>>>> > >>>>> -----Original Message----- > >>>>> From: xerte-bounces at lists.nottingham.ac.uk > >>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat > >>>>> Lockley > >>>>> Sent: 27 February 2012 16:26 > >>>>> To: Xerte discussion list > >>>>> Subject: [Xerte] Re: feedback form on logged in page > >>>>> > >>>>> is your site set up to send email? > >>>>> > >>>>> php email functions can be turned off > >>>>> > >>>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver >>>>> Haslam?? wrote: > >>>>>> How do I get the feedback form on the logged in page to work? > >>>>>> > >>>>>> I've put my email address in management.php under 'Site settings (HTML >>>>>> / Images)' where it says: > >>>>>> "The site's feedback list is (A semi-colon separated list of email >>>>>> addresses to receive feedback from the feedback page)" > >>>>>> > >>>>>> And I've put my email address in management.php under 'Email' where it >>>>>> says: > >>>>>> "The site email account is" > >>>>>> > >>>>>> But I still don't get anything when I test the form. > >>>>>> > >>>>>> Any suggestions? > >>>>>> > >>>>>> Thanks > >>>>>> > >>>>>> Oli > >>>>>> _______________________________ > >>>>>> > >>>>>> Oliver Haslam > >>>>>> Course Developer (Technologist) > >>>>>> Applied Sciences&?? Allied Health Professions > >>>>>> > >>>>>> Technology Enhanced Learning > >>>>>> University of the West of England > >>>>>> _______________________________ > >>>>>> T: 0117 32 88215 > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> _______________________________________________ > >>>>>> Xerte mailing list > >>>>>> Xerte at lists.nottingham.ac.uk > >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>>>>> > >>>>>> This message and any attachment are intended solely for the addressee >>>>>> and may contain confidential information. If you have received this message >>>>>> in error, please send it back to me, and immediately delete it.?? Please do >>>>>> not use, copy or disclose the information contained in this message or in >>>>>> any attachment.? Any views or opinions expressed by the author of this email >>>>>> do not necessarily reflect the views of the University of Nottingham. > >>>>>> > >>>>>> This message has been checked for viruses but the contents of an > >>>>>> attachment may still contain software viruses which could damage your >>>>>> computer system: > >>>>>> you are advised to perform your own checks. Email communications > >>>>>> with the University of Nottingham may be monitored as permitted by UK >>>>>> legislation. > >>>>>> > >>>>> _______________________________________________ > >>>>> Xerte mailing list > >>>>> Xerte at lists.nottingham.ac.uk > >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>>>> This message and any attachment are intended solely for the addressee >>>>> and may contain confidential information. If you have received this message >>>>> in error, please send it back to me, and immediately delete it.?? Please do >>>>> not use, copy or disclose the information contained in this message or in >>>>> any attachment.? Any views or opinions expressed by the author of this email >>>>> do not necessarily reflect the views of the University of Nottingham. > >>>>> > >>>>> This message has been checked for viruses but the contents of an >>>>> attachment may still contain software viruses which could damage your >>>>> computer system: > >>>>> you are advised to perform your own checks. Email communications with >>>>> the University of Nottingham may be monitored as permitted by UK >>>>> legislation. > >>>>> > >>>>> > >>>>> > >>>>> _______________________________________________ > >>>>> Xerte mailing list > >>>>> Xerte at lists.nottingham.ac.uk > >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>>> _______________________________________________ > >>>> Xerte mailing list > >>>> Xerte at lists.nottingham.ac.uk > >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>>> This message and any attachment are intended solely for the addressee >>>> and may contain confidential information. If you have received this message >>>> in error, please send it back to me, and immediately delete it.?? Please do >>>> not use, copy or disclose the information contained in this message or in >>>> any attachment.? Any views or opinions expressed by the author of this email >>>> do not necessarily reflect the views of the University of Nottingham. > >>>> > >>>> This message has been checked for viruses but the contents of an >>>> attachment may still contain software viruses which could damage your >>>> computer system: > >>>> you are advised to perform your own checks. Email communications with >>>> the University of Nottingham may be monitored as permitted by UK >>>> legislation. > >>>> > >>>> > >>>> > >>>> _______________________________________________ > >>>> Xerte mailing list > >>>> Xerte at lists.nottingham.ac.uk > >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>> _______________________________________________ > >>> Xerte mailing list > >>> Xerte at lists.nottingham.ac.uk > >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>> This message and any attachment are intended solely for the addressee and >>> may contain confidential information. If you have received this message in >>> error, please send it back to me, and immediately delete it.?? Please do not >>> use, copy or disclose the information contained in this message or in any >>> attachment.? Any views or opinions expressed by the author of this email do >>> not necessarily reflect the views of the University of Nottingham. > >>> > >>> This message has been checked for viruses but the contents of an >>> attachment may still contain software viruses which could damage your >>> computer system: > >>> you are advised to perform your own checks. Email communications with the >>> University of Nottingham may be monitored as permitted by UK legislation. > >>> > >>> > >>> > >>> _______________________________________________ > >>> Xerte mailing list > >>> Xerte at lists.nottingham.ac.uk > >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>> > >> -- > >> -- > >> > >> Tom Reijnders > >> TOR Informatica > >> Chopinlaan 27 > >> 5242HM Rosmalen > >> Tel: 073 5226191 > >> Fax: 073 5226196 > >> > >> > >> > >> _______________________________________________ > >> Xerte mailing list > >> Xerte at lists.nottingham.ac.uk > >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >> > >> > >> > >> _______________________________________________ > >> Xerte mailing list > >> Xerte at lists.nottingham.ac.uk > >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > > > -- > > -- > > > > Tom Reijnders > > TOR Informatica > > Chopinlaan 27 > > 5242HM Rosmalen > > Tel: 073 5226191 > > Fax: 073 5226196 > > > > > > > > _______________________________________________ > > Xerte mailing list > > Xerte at lists.nottingham.ac.uk > > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > > > > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. ? Please do not > use, copy or disclose the information contained in this message or in any > attachment. ?Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > -------------- next part -------------- Welcome to Xerte Web Toolkits
Thank you for your feedback

"; $headers = "MIME-Version:1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; // PUT YOUR EMAIL HERE $headers .= "From: MyFromAddress at example.com\r\nReply-To: MyFromAddress at example.com \r\n"; if( mail($xerte_toolkits_site->feedback_list, "Xerte Online Feedback", "Name " . mysql_real_escape_string($_POST['name']) . "
Message
" . mysql_real_escape_string($_POST['feedback']), $headers)){ echo "

Mail sent

"; }else{ echo "

Mail fail

"; } }else{ /** * Else display the page */ echo "

Welcome to Xerte on-line Toolkits Feedback page

Please leave your feedback here. All feedback is anonymous, unless you would like a response, and if you do, please leave your name opposite and some contact details in the box below. Thank you, the IS Learning Team.
"; echo "
NameFeedback
"; echo "
"; } ?> From Paul.Swanson at harlandfs.com Wed Mar 7 17:19:39 2012 From: Paul.Swanson at harlandfs.com (Paul Swanson) Date: Wed, 7 Mar 2012 09:19:39 -0800 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? Message-ID: You don't need to worry about the first block of code. XOT is handling that from the entry for 'headers' in the database via this line: $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); This: MIME-Version:1.0*Content-type: text/html; charset=utf-8*From: YourFromAddress at yourDomain.com*Reply-To: YourFromAddress at yourDomain.com should go into the XOT sites table In the headers column, or in the config.php file, where you are supposed to enter the email headers value (replacing 'YourFromAddress at example.com" with an appropriate email address). Someone with a working XOT install should be able to tell you exactly where that goes. I'm just inferring here from the XOT code, as I don't have XOT installed. Paul From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Oliver Haslam Sent: Wednesday, March 07, 2012 9:00 AM To: Xerte discussion list Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? Thank you, Paul. I really appreciate your help - and Tom, Pat, and everyone else who is trying to solve this problem. I'm afraid I'm really not a PHP programmer at all: I muddle through and paste bits of code in the places people tell me and it either works like magic or it doesn't! I'm not getting any support with from our technical staff here as they won't support anything to do with PHP L But a few of us are keen to get XOT working on our own as we see how much potential it has for learning - but we are having to do it quietly and unsupported. All I really want is to get the feedback form to send emails to me (in whatever way we can) as it seems like a really handy way for our academic staff and students to communicate how they are using XOT and to let me know any problems they encounter. So with that in mind, where should I put the code you've provided? Where does this need to be? : // define headers $headers = "MIME-Version:1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; $headers .= "From: MyFromAddress at example.com\r\nReply-To: MyFromAddress at example.com \r\n"; $headers .= 'X-Mailer: PHP/' . phpversion(); And where does this need to be? : MIME-Version:1.0*Content-type: text/html; charset=utf-8*From: YourFromAddress at yourDomain.com*Reply-To: YourFromAddress at yourDomain.com Thanks again! _______________________________ Oliver Haslam Course Developer (Technologist) Applied Sciences & Allied Health Professions Technology Enhanced Learning University of the West of England _______________________________ T: 0117 32 88215 From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Paul Swanson Sent: 07 March 2012 16:20 To: Xerte discussion list Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? I don't have XOT installed, but I do a fair amount of PHP programming. When I send HTML mail via PHP, I use the following: // define headers $headers = "MIME-Version:1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; $headers .= "From: MyFromAddress at example.com\r\nReply-To: MyFromAddress at example.com \r\n"; $headers .= 'X-Mailer: PHP/' . phpversion(); It appears from the XOT code that your headers information is stored in a database, and from the discussion thread, it seems to me that your database doesn't have an entry for headers. You might give the following a try: MIME-Version:1.0*Content-type: text/html; charset=utf-8*From: YourFromAddress at yourDomain.com*Reply-To: YourFromAddress at yourDomain.com I would skip the X-Mailer parameter. It's not required and you would have to hard-code the PHP version instead of using the PHP function call. Cheers, Paul -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Oliver Haslam Sent: Wednesday, March 07, 2012 3:41 AM To: Xerte discussion list Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? Thanks for your help Tom. Still can't get it work here, though. I've attached a screenshot of the contents of my management.php and copied what I have in config.php and the error logs below. This is what is now in config.php: /** * Email settings */ $xerte_toolkits_site->site_email_account = $row['site_email_account']; $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); $xerte_toolkits_site->email_to_add_to_username = $row['email_to_add_to_username']; /** * RSS Proxy settings */ $xerte_toolkits_site->proxy1 = $row['proxy1']; $xerte_toolkits_site->port1 = $row['port1']; /** * Set up the feedback list from the feedback page */ $xerte_toolkits_site->feedback_list = $row['feedback_list']; And this is what I have in the error log after submitting something in the feedback form on the logged in page: mail() on [D:\shared\xerte\website_code\php\error_library.php:185]: To: simon2.carter at uwe.ac.uk -- Headers: _______________________________ Oliver Haslam Course Developer (Technologist) Applied Sciences & Allied Health Professions Technology Enhanced Learning University of the West of England _______________________________ T: 0117 32 88215 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders Sent: 06 March 2012 20:40 To: Xerte discussion list Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? Had a look, and it's complicated... 1. I had to fix config.php, the line where the headers are set: Change $xerte_toolkits_site->headers = $row['headers']; in $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); (Line 194 in my installation) 2. The list of people who have to receive the feedback should be set in the feedback list (Last item of the Site settings) 3. The site email account is as of yet unclear to me 4. An example of the headers is Content-Type: text/html; charset=ISO-8859-1*From: XOT > 5. The site email to add to username is the email domain name that is added to a xot username in the case of peer to peer feedback of a user to another user. This is working for me. Regards, Tom Op 6-3-2012 17:24, Oliver Haslam schreef: > Thanks Tom. Does anyone else have 'email header' info already written in the mean time? > > Oli > > _______________________________ > > Oliver Haslam > Course Developer (Technologist) > Applied Sciences& Allied Health Professions > > Technology Enhanced Learning > University of the West of England > _______________________________ > T: 0117 32 88215 > > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom > Reijnders > Sent: 06 March 2012 12:16 > To: Xerte discussion list > Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? > > I haven't used it, but I'll give it a try and let you know. > Mind you, I don't have time to do this before Thursday, so I invite someone else with a working configuration to answer before that. > > Tom > Op 6-3-2012 12:55, Oliver Haslam schreef: >> Can anyone share with me an example of what to write in the email headers field when they installed Xerte on a web server? >> >> I need an example of what to put where it says the following in management.php> Site> Email: >> >> "The site email headers is (use the * symbol to represent a new line)" >> >> Presumably this is the email TO, FROM, SUBJECT information etc. But I have no idea what format it should be in. >> >> Thanks >> >> Oli >> >> _______________________________ >> >> Oliver Haslam >> Course Developer (Technologist) >> Applied Sciences& Allied Health Professions >> >> Technology Enhanced Learning >> University of the West of England >> _______________________________ >> T: 0117 32 88215 >> >> >> -----Original Message----- >> From: xerte-bounces at lists.nottingham.ac.uk >> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >> Lockley >> Sent: 06 March 2012 11:26 >> To: Xerte discussion list >> Subject: [Xerte] Re: feedback form on logged in page >> >> Been ages since I've done it, you might need to get someone to share >> their install setting >> >> On Tue, Mar 6, 2012 at 10:30 AM, Oliver Haslam > wrote: >>> What should I put in the email headers field? >>> >>> _______________________________ >>> >>> Oliver Haslam >>> Course Developer (Technologist) >>> Applied Sciences& Allied Health Professions >>> >>> Technology Enhanced Learning >>> University of the West of England >>> _______________________________ >>> T: 0117 32 88215 >>> >>> >>> -----Original Message----- >>> From: xerte-bounces at lists.nottingham.ac.uk >>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>> Lockley >>> Sent: 06 March 2012 10:12 >>> To: Xerte discussion list >>> Subject: [Xerte] Re: feedback form on logged in page >>> >>> Set the email headers option in management.php >>> >>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver Haslam > wrote: >>>> Hi >>>> >>>> I THINK the site is now set up to send email. But I still can't get the feedback form to successfully send emails to me. I'm not sure if it is a setting that needs changing within Xerte or on the server itself. >>>> >>>> In the error log in management.php I get the following: >>>> [D:\shared\xerte\feedback\index.php:42]: To: >>>> oliver.haslam at uwe.ac.uk ; >>>> -- Headers: mail() on >>>> >>>> Any ideas what I should do next? >>>> >>>> Many thanks >>>> >>>> _______________________________ >>>> >>>> Oliver Haslam >>>> Course Developer (Technologist) >>>> Applied Sciences& Allied Health Professions >>>> >>>> Technology Enhanced Learning >>>> University of the West of England >>>> _______________________________ >>>> T: 0117 32 88215 >>>> >>>> -----Original Message----- >>>> From: xerte-bounces at lists.nottingham.ac.uk >>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >>>> Lockley >>>> Sent: 27 February 2012 16:26 >>>> To: Xerte discussion list >>>> Subject: [Xerte] Re: feedback form on logged in page >>>> >>>> is your site set up to send email? >>>> >>>> php email functions can be turned off >>>> >>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver Haslam > wrote: >>>>> How do I get the feedback form on the logged in page to work? >>>>> >>>>> I've put my email address in management.php under 'Site settings (HTML / Images)' where it says: >>>>> "The site's feedback list is (A semi-colon separated list of email addresses to receive feedback from the feedback page)" >>>>> >>>>> And I've put my email address in management.php under 'Email' where it says: >>>>> "The site email account is" >>>>> >>>>> But I still don't get anything when I test the form. >>>>> >>>>> Any suggestions? >>>>> >>>>> Thanks >>>>> >>>>> Oli >>>>> _______________________________ >>>>> >>>>> Oliver Haslam >>>>> Course Developer (Technologist) >>>>> Applied Sciences& Allied Health Professions >>>>> >>>>> Technology Enhanced Learning >>>>> University of the West of England >>>>> _______________________________ >>>>> T: 0117 32 88215 >>>>> >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Xerte mailing list >>>>> Xerte at lists.nottingham.ac.uk >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>>> >>>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>>> >>>>> This message has been checked for viruses but the contents of an >>>>> attachment may still contain software viruses which could damage your computer system: >>>>> you are advised to perform your own checks. Email communications >>>>> with the University of Nottingham may be monitored as permitted by UK legislation. >>>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>> >>>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>>> >>>> >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>> >>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >>> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> > -- > -- > > Tom Reijnders > TOR Informatica > Chopinlaan 27 > 5242HM Rosmalen > Tel: 073 5226191 > Fax: 073 5226196 > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From johnathan.kemp at ntlworld.com Wed Mar 7 17:22:23 2012 From: johnathan.kemp at ntlworld.com (Kemp Johnathan) Date: Wed, 7 Mar 2012 17:22:23 +0000 Subject: [Xerte] Constraining a movie Message-ID: According to the Xerte reference constrain() is a method of the icon class, so I would have expected it to be available to a movie icon. However I noticed that in the code for the textVideo page the code uses movie.setSize(800,434); rather than movie.constrain(800,434); I tried using constrain as I wanted to ensure the movies aspect ratio was not affected by a change of size and it appeared to have no effect. Is constrain() not available as a method for movie icons? Kind regards Johnathan -------------- next part -------------- An HTML attachment was scrubbed... URL: From Oliver.Haslam at uwe.ac.uk Wed Mar 7 18:32:19 2012 From: Oliver.Haslam at uwe.ac.uk (Oliver Haslam) Date: Wed, 7 Mar 2012 18:32:19 +0000 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? In-Reply-To: References: <31CDB875D4C8E948899F952DE8C500C827B726BA1A@EGEN-MBX02.campus.ads.uwe.ac.uk> Message-ID: <31CDB875D4C8E948899F952DE8C500C827B726BA7A@EGEN-MBX02.campus.ads.uwe.ac.uk> Still no luck I'm afraid... I've put in my email information into the new_index.txt file that Pat supplied and renamed it as index.php, and put it here: xerte/feedback/index.php And I've tested the form with two different versions of config.php. For both tests I have had nothing entered in management.php in the field that says: "The site email headers is (use the * symbol to represent a new line)" TEST1 I've tested the form with the updated version of xerte/config.php ( where line 194 says: $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); ) No joy. I get this in the error log: mail() on [D:\shared\xerte\feedback\index.php:50]: To: simon2.carter at uwe.ac.uk -- Headers: MIME-Version:1.0 Content-type: text/html; charset=iso-8859-1 From: oliver.haslam at uwe.ac.uk Reply-To: oliver.haslam at uwe.ac.uk TEST2 I've tested the feedback form with the original version of xerte/config.php ( where line 194 says: $xerte_toolkits_site->headers = $row['headers']; ) Still no joy. I now get this in the error log: mail() on [D:\shared\xerte\website_code\php\error_library.php:183]: To: simon2.carter at uwe.ac.uk -- Headers: mail() on [D:\shared\xerte\website_code\php\error_library.php:185]: To: simon2.carter at uwe.ac.uk matthew.cownie at uwe.ac.uk -- Headers: With both tests I get a rather ugly "Thank you for your feedback Mail sent" message in the browser after submitting the form (see attached). I need to go home now as I think my brain is full for today. Thanks again for all your help. _______________________________ Oliver Haslam Course Developer (Technologist) Applied Sciences & Allied Health Professions Technology Enhanced Learning University of the West of England _______________________________ T: 0117 32 88215 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley Sent: 07 March 2012 17:14 To: Xerte discussion list Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? give me a sec try this obvious rename it, and look for the line that says "CHANGE EMAIL" On Wed, Mar 7, 2012 at 4:59 PM, Oliver Haslam wrote: > Thank you, Paul. I really appreciate your help - and Tom, Pat, and > everyone else who is trying to solve this problem. > > > > I'm afraid I'm really not a PHP programmer at all: I muddle through > and paste bits of code in the places people tell me and it either > works like magic or it doesn't! I'm not getting any support with from > our technical staff here as they won't support anything to do with PHP > L But a few of us are keen to get XOT working on our own as we see > how much potential it has for learning - but we are having to do it > quietly and unsupported. All I really want is to get the feedback > form to send emails to me (in whatever way we can) as it seems like a > really handy way for our academic staff and students to communicate > how they are using XOT and to let me know any problems they encounter. > > > > So with that in mind, where should I put the code you've provided? > > > > Where does this need to be? : > > > > // define headers > > $headers = "MIME-Version:1.0\r\n"; > > $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; > > $headers .= "From: MyFromAddress at example.com\r\nReply-To: > MyFromAddress at example.com \r\n"; > > $headers .= 'X-Mailer: PHP/' . phpversion(); > > > > > > > > And where does this need to be? : > > > > > > MIME-Version:1.0*Content-type: text/html; charset=utf-8*From: > YourFromAddress at yourDomain.com*Reply-To: > YourFromAddress at yourDomain.com > > > > > > Thanks again! > > > > _______________________________ > > > > Oliver Haslam > > Course Developer (Technologist) > > Applied Sciences & Allied Health Professions > > > > Technology Enhanced Learning > > University of the West of England > > _______________________________ > > T: 0117 32 88215 > > > > From: xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Paul > Swanson > Sent: 07 March 2012 16:20 > > > To: Xerte discussion list > Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? > > > > I don't have XOT installed, but I do a fair amount of PHP programming. > When I send HTML mail via PHP, I use the following: > > > > // define headers > > $headers = "MIME-Version:1.0\r\n"; > > $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; > > $headers .= "From: MyFromAddress at example.com\r\nReply-To: > MyFromAddress at example.com \r\n"; > > $headers .= 'X-Mailer: PHP/' . phpversion(); > > > > It appears from the XOT code that your headers information is stored > in a database, and from the discussion thread, it seems to me that > your database doesn't have an entry for headers. You might give the following a try: > > > > MIME-Version:1.0*Content-type: text/html; charset=utf-8*From: > YourFromAddress at yourDomain.com*Reply-To: > YourFromAddress at yourDomain.com > > > > I would skip the X-Mailer parameter. It's not required and you would > have to hard-code the PHP version instead of using the PHP function call. > > > > Cheers, > > Paul > > > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Oliver > Haslam > Sent: Wednesday, March 07, 2012 3:41 AM > To: Xerte discussion list > Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? > > > > Thanks for your help Tom. Still can't get it work here, though. > > > > I've attached a screenshot of the contents of my management.php and > copied what I have in config.php and the error logs below. > > > > This is what is now in config.php: > > > > /** > > * Email settings > > */ > > > > $xerte_toolkits_site->site_email_account = > $row['site_email_account']; > > $xerte_toolkits_site->headers = str_replace("*", "\r\n", > $row['headers']); > > $xerte_toolkits_site->email_to_add_to_username = > $row['email_to_add_to_username']; > > > > /** > > * RSS Proxy settings > > */ > > > > $xerte_toolkits_site->proxy1 = $row['proxy1']; > > $xerte_toolkits_site->port1 = $row['port1']; > > > > /** > > * Set up the feedback list from the feedback page > > */ > > > > $xerte_toolkits_site->feedback_list = $row['feedback_list']; > > > > > > > > > > And this is what I have in the error log after submitting something in > the feedback form on the logged in page: > > > > mail() on [D:\shared\xerte\website_code\php\error_library.php:185]: To: > simon2.carter at uwe.ac.uk -- Headers: > > > > > > > > _______________________________ > > > > Oliver Haslam > > Course Developer (Technologist) > > Applied Sciences & Allied Health Professions > > > > Technology Enhanced Learning > > University of the West of England > > _______________________________ > > T: 0117 32 88215 > > > > > > -----Original Message----- > > From: xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom > Reijnders > > Sent: 06 March 2012 20:40 > > To: Xerte discussion list > > Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? > > > > Had a look, and it's complicated... > > > > 1. I had to fix config.php, the line where the headers are set: > > Change > > > > $xerte_toolkits_site->headers = $row['headers']; > > > > in > > > > $xerte_toolkits_site->headers = str_replace("*", "\r\n", > $row['headers']); (Line 194 in my installation) > > > > 2. The list of people who have to receive the feedback should be set > in the feedback list (Last item of the Site settings) 3. The site > email account is as of yet unclear to me 4. An example of the headers > is > > > > Content-Type: text/html; charset=ISO-8859-1*From: XOT > > > > > 5. The site email to add to username is the email domain name that is > added to a xot username in the case of peer to peer feedback of a user > to another user. > > > > This is working for me. > > > > Regards, > > > > Tom > > > > Op 6-3-2012 17:24, Oliver Haslam schreef: > >> Thanks Tom. Does anyone else have 'email header' info already written >> in the mean time? > >> > >> Oli > >> > >> _______________________________ > >> > >> Oliver Haslam > >> Course Developer (Technologist) > >> Applied Sciences& Allied Health Professions > >> > >> Technology Enhanced Learning > >> University of the West of England > >> _______________________________ > >> T: 0117 32 88215 > >> > >> > >> -----Original Message----- > >> From: xerte-bounces at lists.nottingham.ac.uk > >> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom > >> Reijnders > >> Sent: 06 March 2012 12:16 > >> To: Xerte discussion list > >> Subject: [Xerte] Re: Example email headers for Xerte install please. >> Anyone? > >> > >> I haven't used it, but I'll give it a try and let you know. > >> Mind you, I don't have time to do this before Thursday, so I invite >> someone else with a working configuration to answer before that. > >> > >> Tom > >> Op 6-3-2012 12:55, Oliver Haslam schreef: > >>> Can anyone share with me an example of what to write in the email >>> headers field when they installed Xerte on a web server? > >>> > >>> I need an example of what to put where it says the following in >>> management.php> Site> Email: > >>> > >>> "The site email headers is (use the * symbol to represent a new line)" > >>> > >>> Presumably this is the email TO, FROM, SUBJECT information etc. But >>> I have no idea what format it should be in. > >>> > >>> Thanks > >>> > >>> Oli > >>> > >>> _______________________________ > >>> > >>> Oliver Haslam > >>> Course Developer (Technologist) > >>> Applied Sciences& Allied Health Professions > >>> > >>> Technology Enhanced Learning > >>> University of the West of England > >>> _______________________________ > >>> T: 0117 32 88215 > >>> > >>> > >>> -----Original Message----- > >>> From: xerte-bounces at lists.nottingham.ac.uk > >>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat > >>> Lockley > >>> Sent: 06 March 2012 11:26 > >>> To: Xerte discussion list > >>> Subject: [Xerte] Re: feedback form on logged in page > >>> > >>> Been ages since I've done it, you might need to get someone to share > >>> their install setting > >>> > >>> On Tue, Mar 6, 2012 at 10:30 AM, Oliver >>> Haslam >>> wrote: > >>>> What should I put in the email headers field? > >>>> > >>>> _______________________________ > >>>> > >>>> Oliver Haslam > >>>> Course Developer (Technologist) > >>>> Applied Sciences& Allied Health Professions > >>>> > >>>> Technology Enhanced Learning > >>>> University of the West of England > >>>> _______________________________ > >>>> T: 0117 32 88215 > >>>> > >>>> > >>>> -----Original Message----- > >>>> From: xerte-bounces at lists.nottingham.ac.uk > >>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat > >>>> Lockley > >>>> Sent: 06 March 2012 10:12 > >>>> To: Xerte discussion list > >>>> Subject: [Xerte] Re: feedback form on logged in page > >>>> > >>>> Set the email headers option in management.php > >>>> > >>>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver >>>> Haslam wrote: > >>>>> Hi > >>>>> > >>>>> I THINK the site is now set up to send email. But I still can't >>>>> get the feedback form to successfully send emails to me. I'm not >>>>> sure if it is a setting that needs changing within Xerte or on the server itself. > >>>>> > >>>>> In the error log in management.php I get the following: > >>>>> [D:\shared\xerte\feedback\index.php:42]: To: > >>>>> oliver.haslam at uwe.ac.uk; > >>>>> -- Headers: mail() on > >>>>> > >>>>> Any ideas what I should do next? > >>>>> > >>>>> Many thanks > >>>>> > >>>>> _______________________________ > >>>>> > >>>>> Oliver Haslam > >>>>> Course Developer (Technologist) > >>>>> Applied Sciences& Allied Health Professions > >>>>> > >>>>> Technology Enhanced Learning > >>>>> University of the West of England > >>>>> _______________________________ > >>>>> T: 0117 32 88215 > >>>>> > >>>>> -----Original Message----- > >>>>> From: xerte-bounces at lists.nottingham.ac.uk > >>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat > >>>>> Lockley > >>>>> Sent: 27 February 2012 16:26 > >>>>> To: Xerte discussion list > >>>>> Subject: [Xerte] Re: feedback form on logged in page > >>>>> > >>>>> is your site set up to send email? > >>>>> > >>>>> php email functions can be turned off > >>>>> > >>>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver >>>>> Haslam wrote: > >>>>>> How do I get the feedback form on the logged in page to work? > >>>>>> > >>>>>> I've put my email address in management.php under 'Site settings >>>>>> (HTML / Images)' where it says: > >>>>>> "The site's feedback list is (A semi-colon separated list of >>>>>> email addresses to receive feedback from the feedback page)" > >>>>>> > >>>>>> And I've put my email address in management.php under 'Email' >>>>>> where it >>>>>> says: > >>>>>> "The site email account is" > >>>>>> > >>>>>> But I still don't get anything when I test the form. > >>>>>> > >>>>>> Any suggestions? > >>>>>> > >>>>>> Thanks > >>>>>> > >>>>>> Oli > >>>>>> _______________________________ > >>>>>> > >>>>>> Oliver Haslam > >>>>>> Course Developer (Technologist) > >>>>>> Applied Sciences& Allied Health Professions > >>>>>> > >>>>>> Technology Enhanced Learning > >>>>>> University of the West of England > >>>>>> _______________________________ > >>>>>> T: 0117 32 88215 > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> _______________________________________________ > >>>>>> Xerte mailing list > >>>>>> Xerte at lists.nottingham.ac.uk > >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>>>>> > >>>>>> This message and any attachment are intended solely for the >>>>>> addressee and may contain confidential information. If you have >>>>>> received this message in error, please send it back to me, and >>>>>> immediately delete it. Please do not use, copy or disclose the >>>>>> information contained in this message or in any attachment. Any >>>>>> views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > >>>>>> > >>>>>> This message has been checked for viruses but the contents of an > >>>>>> attachment may still contain software viruses which could damage >>>>>> your computer system: > >>>>>> you are advised to perform your own checks. Email communications > >>>>>> with the University of Nottingham may be monitored as permitted >>>>>> by UK legislation. > >>>>>> > >>>>> _______________________________________________ > >>>>> Xerte mailing list > >>>>> Xerte at lists.nottingham.ac.uk > >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>>>> This message and any attachment are intended solely for the >>>>> addressee and may contain confidential information. If you have >>>>> received this message in error, please send it back to me, and >>>>> immediately delete it. Please do not use, copy or disclose the >>>>> information contained in this message or in any attachment. Any >>>>> views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > >>>>> > >>>>> This message has been checked for viruses but the contents of an >>>>> attachment may still contain software viruses which could damage >>>>> your computer system: > >>>>> you are advised to perform your own checks. Email communications >>>>> with the University of Nottingham may be monitored as permitted by >>>>> UK legislation. > >>>>> > >>>>> > >>>>> > >>>>> _______________________________________________ > >>>>> Xerte mailing list > >>>>> Xerte at lists.nottingham.ac.uk > >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>>> _______________________________________________ > >>>> Xerte mailing list > >>>> Xerte at lists.nottingham.ac.uk > >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>>> This message and any attachment are intended solely for the >>>> addressee and may contain confidential information. If you have >>>> received this message in error, please send it back to me, and >>>> immediately delete it. Please do not use, copy or disclose the >>>> information contained in this message or in any attachment. Any >>>> views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > >>>> > >>>> This message has been checked for viruses but the contents of an >>>> attachment may still contain software viruses which could damage >>>> your computer system: > >>>> you are advised to perform your own checks. Email communications >>>> with the University of Nottingham may be monitored as permitted by >>>> UK legislation. > >>>> > >>>> > >>>> > >>>> _______________________________________________ > >>>> Xerte mailing list > >>>> Xerte at lists.nottingham.ac.uk > >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>> _______________________________________________ > >>> Xerte mailing list > >>> Xerte at lists.nottingham.ac.uk > >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>> This message and any attachment are intended solely for the >>> addressee and may contain confidential information. If you have >>> received this message in error, please send it back to me, and >>> immediately delete it. Please do not use, copy or disclose the >>> information contained in this message or in any attachment. Any >>> views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > >>> > >>> This message has been checked for viruses but the contents of an >>> attachment may still contain software viruses which could damage >>> your computer system: > >>> you are advised to perform your own checks. Email communications >>> with the University of Nottingham may be monitored as permitted by UK legislation. > >>> > >>> > >>> > >>> _______________________________________________ > >>> Xerte mailing list > >>> Xerte at lists.nottingham.ac.uk > >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>> > >> -- > >> -- > >> > >> Tom Reijnders > >> TOR Informatica > >> Chopinlaan 27 > >> 5242HM Rosmalen > >> Tel: 073 5226191 > >> Fax: 073 5226196 > >> > >> > >> > >> _______________________________________________ > >> Xerte mailing list > >> Xerte at lists.nottingham.ac.uk > >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >> > >> > >> > >> _______________________________________________ > >> Xerte mailing list > >> Xerte at lists.nottingham.ac.uk > >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > > > -- > > -- > > > > Tom Reijnders > > TOR Informatica > > Chopinlaan 27 > > 5242HM Rosmalen > > Tel: 073 5226191 > > Fax: 073 5226196 > > > > > > > > _______________________________________________ > > Xerte mailing list > > Xerte at lists.nottingham.ac.uk > > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > > > > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with > the University of Nottingham may be monitored as permitted by UK legislation. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with > the University of Nottingham may be monitored as permitted by UK legislation. > > -------------- next part -------------- A non-text attachment was scrubbed... Name: xerte.uwe.ac.uk 2012-3-7 18-24-58MAIL-SENT.png Type: image/png Size: 1623 bytes Desc: xerte.uwe.ac.uk 2012-3-7 18-24-58MAIL-SENT.png URL: From patrick.lockley at googlemail.com Wed Mar 7 18:38:30 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Wed, 7 Mar 2012 18:38:30 +0000 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? In-Reply-To: <31CDB875D4C8E948899F952DE8C500C827B726BA7A@EGEN-MBX02.campus.ads.uwe.ac.uk> References: <31CDB875D4C8E948899F952DE8C500C827B726BA1A@EGEN-MBX02.campus.ads.uwe.ac.uk> <31CDB875D4C8E948899F952DE8C500C827B726BA7A@EGEN-MBX02.campus.ads.uwe.ac.uk> Message-ID: ok, i am confused. Mail is a PHP function. the mail sent is based on an if() around mail. And there is no reference to error_library in feedback/index.php So how it gets into the logs I don't know - unless config logs apache errors now (David?) On Wed, Mar 7, 2012 at 6:32 PM, Oliver Haslam wrote: > Still no luck I'm afraid... > > I've put in my email information into the new_index.txt file that Pat supplied and renamed it as index.php, and put it here: xerte/feedback/index.php > And I've tested the form with two different versions of config.php. For both tests I have had nothing entered in management.php in the field that says: "The site email headers is (use the * symbol to represent a new line)" > > TEST1 > I've tested the form with the updated version of xerte/config.php > ( ? where line 194 says: ?$xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); ? ) > > No joy. I get this in the error log: > mail() on [D:\shared\xerte\feedback\index.php:50]: To: simon2.carter at uwe.ac.uk -- Headers: MIME-Version:1.0 Content-type: text/html; charset=iso-8859-1 From: oliver.haslam at uwe.ac.uk Reply-To: oliver.haslam at uwe.ac.uk > > TEST2 > I've tested the feedback form with the original version of xerte/config.php > ( ?where line 194 says: $xerte_toolkits_site->headers = $row['headers']; ? ) > > Still no joy. I now get this in the error log: > mail() on [D:\shared\xerte\website_code\php\error_library.php:183]: To: simon2.carter at uwe.ac.uk -- Headers: mail() on [D:\shared\xerte\website_code\php\error_library.php:185]: To: simon2.carter at uwe.ac.uk matthew.cownie at uwe.ac.uk -- Headers: > > With both tests I get a rather ugly ?"Thank you for your feedback > > Mail sent" message in the browser after submitting the form (see attached). > > I need to go home now as I think my brain is full for today. Thanks again for all your help. > _______________________________ > > Oliver Haslam > Course Developer (Technologist) > Applied Sciences & Allied Health Professions > > Technology Enhanced Learning > University of the West of England > _______________________________ > T: 0117 32 88215 > > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley > Sent: 07 March 2012 17:14 > To: Xerte discussion list > Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? > > give me a sec > > try this > > obvious rename it, and look for the line that says "CHANGE EMAIL" > > On Wed, Mar 7, 2012 at 4:59 PM, Oliver Haslam wrote: >> Thank you, Paul. I really appreciate your help - and Tom, Pat, and >> everyone else who is trying to solve this problem. >> >> >> >> I'm afraid I'm really not a PHP programmer at all: I muddle through >> and paste bits of code in the places people tell me and it either >> works like magic or it doesn't! ?I'm not getting any support with from >> our technical staff here as they won't support anything to do with PHP >> L ?But a few of us are keen to get XOT working on our own as we see >> how much potential it has for learning - but we are having to do it >> quietly and unsupported. All ?I really want is to get the feedback >> form to send emails to me (in whatever way we can) as it seems like a >> really handy way for our academic staff and students to communicate >> how they are using XOT and to let me know any problems they encounter. >> >> >> >> So with that in mind, where should I put the code you've provided? >> >> >> >> Where does this need to be? ?: >> >> >> >> // define headers >> >> ? ? ? ? $headers = "MIME-Version:1.0\r\n"; >> >> ? ? ? ? $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; >> >> ? ? ? ? $headers .= "From: MyFromAddress at example.com\r\nReply-To: >> MyFromAddress at example.com \r\n"; >> >> ? ? ? ? $headers .= 'X-Mailer: PHP/' . phpversion(); >> >> >> >> >> >> >> >> And where does this need to be? ?: >> >> >> >> >> >> MIME-Version:1.0*Content-type: text/html; charset=utf-8*From: >> YourFromAddress at yourDomain.com*Reply-To: >> YourFromAddress at yourDomain.com >> >> >> >> >> >> Thanks again! >> >> >> >> _______________________________ >> >> >> >> Oliver Haslam >> >> Course Developer (Technologist) >> >> Applied Sciences & Allied Health Professions >> >> >> >> Technology Enhanced Learning >> >> University of the West of England >> >> _______________________________ >> >> T: 0117 32 88215 >> >> >> >> From: xerte-bounces at lists.nottingham.ac.uk >> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Paul >> Swanson >> Sent: 07 March 2012 16:20 >> >> >> To: Xerte discussion list >> Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? >> >> >> >> I don't have XOT installed, but I do a fair amount of PHP programming. >> When I send HTML mail via PHP, I use the following: >> >> >> >> ? ? ? ? // define headers >> >> ? ? ? ? $headers = "MIME-Version:1.0\r\n"; >> >> ? ? ? ? $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; >> >> ? ? ? ? $headers .= "From: MyFromAddress at example.com\r\nReply-To: >> MyFromAddress at example.com \r\n"; >> >> ? ? ? ? $headers .= 'X-Mailer: PHP/' . phpversion(); >> >> >> >> It appears from the XOT code that your headers information is stored >> in a database, and from the discussion thread, it seems to me that >> your database doesn't have an entry for headers. You might give the following a try: >> >> >> >> MIME-Version:1.0*Content-type: text/html; charset=utf-8*From: >> YourFromAddress at yourDomain.com*Reply-To: >> YourFromAddress at yourDomain.com >> >> >> >> I would skip the X-Mailer parameter. It's not required and you would >> have to hard-code the PHP version instead of using the PHP function call. >> >> >> >> Cheers, >> >> Paul >> >> >> >> -----Original Message----- >> From: xerte-bounces at lists.nottingham.ac.uk >> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Oliver >> Haslam >> Sent: Wednesday, March 07, 2012 3:41 AM >> To: Xerte discussion list >> Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? >> >> >> >> Thanks for your help Tom. Still can't get it work here, though. >> >> >> >> I've attached a screenshot of the contents of my management.php and >> copied what I have in config.php and the error logs below. >> >> >> >> This is what is now in config.php: >> >> >> >> ? /** >> >> ? ? ?* Email settings >> >> ? ? ?*/ >> >> >> >> ? ? $xerte_toolkits_site->site_email_account = >> $row['site_email_account']; >> >> ? ? $xerte_toolkits_site->headers = str_replace("*", "\r\n", >> $row['headers']); >> >> ? ? $xerte_toolkits_site->email_to_add_to_username = >> $row['email_to_add_to_username']; >> >> >> >> ? ? /** >> >> ? ? ?* RSS Proxy settings >> >> ? ? ?*/ >> >> >> >> ? ? $xerte_toolkits_site->proxy1 = $row['proxy1']; >> >> ? ? $xerte_toolkits_site->port1 = $row['port1']; >> >> >> >> ? ? /** >> >> ? ? ?* Set up the feedback list from the feedback page >> >> ? ? ?*/ >> >> >> >> ? ? $xerte_toolkits_site->feedback_list = $row['feedback_list']; >> >> >> >> >> >> >> >> >> >> And this is what I have in the error log after submitting something in >> the feedback form on the logged in page: >> >> >> >> mail() on [D:\shared\xerte\website_code\php\error_library.php:185]: To: >> simon2.carter at uwe.ac.uk -- Headers: >> >> >> >> >> >> >> >> _______________________________ >> >> >> >> Oliver Haslam >> >> Course Developer (Technologist) >> >> Applied Sciences & Allied Health Professions >> >> >> >> Technology Enhanced Learning >> >> University of the West of England >> >> _______________________________ >> >> T: 0117 32 88215 >> >> >> >> >> >> -----Original Message----- >> >> From: xerte-bounces at lists.nottingham.ac.uk >> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom >> Reijnders >> >> Sent: 06 March 2012 20:40 >> >> To: Xerte discussion list >> >> Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? >> >> >> >> Had a look, and it's complicated... >> >> >> >> 1. I had to fix config.php, the line where the headers are set: >> >> Change >> >> >> >> ? ? $xerte_toolkits_site->headers = $row['headers']; >> >> >> >> in >> >> >> >> ? ? $xerte_toolkits_site->headers = str_replace("*", "\r\n", >> $row['headers']); (Line 194 in my installation) >> >> >> >> 2. The list of people who have to receive the feedback should be set >> in the feedback list (Last item of the Site settings) 3. The site >> email account is as of yet unclear to me 4. An example of the headers >> is >> >> >> >> Content-Type: text/html; charset=ISO-8859-1*From: XOT >> >> >> >> >> 5. The site email to add to username is the email domain ?name that is >> added to a xot username in the case of peer to peer feedback of a user >> to another user. >> >> >> >> This is working for me. >> >> >> >> Regards, >> >> >> >> Tom >> >> >> >> Op 6-3-2012 17:24, Oliver Haslam schreef: >> >>> Thanks Tom. Does anyone else have 'email header' info already written >>> in the mean time? >> >>> >> >>> Oli >> >>> >> >>> _______________________________ >> >>> >> >>> Oliver Haslam >> >>> Course Developer (Technologist) >> >>> Applied Sciences& ?Allied Health Professions >> >>> >> >>> Technology Enhanced Learning >> >>> University of the West of England >> >>> _______________________________ >> >>> T: 0117 32 88215 >> >>> >> >>> >> >>> -----Original Message----- >> >>> From: xerte-bounces at lists.nottingham.ac.uk >> >>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom >> >>> Reijnders >> >>> Sent: 06 March 2012 12:16 >> >>> To: Xerte discussion list >> >>> Subject: [Xerte] Re: Example email headers for Xerte install please. >>> Anyone? >> >>> >> >>> I haven't used it, but I'll give it a try and let you know. >> >>> Mind you, I don't have time to do this before Thursday, so I invite >>> someone else with a working configuration to answer before that. >> >>> >> >>> Tom >> >>> Op 6-3-2012 12:55, Oliver Haslam schreef: >> >>>> Can anyone share with me an example of what to write in the email >>>> headers field when they installed Xerte on a web server? >> >>>> >> >>>> I need an example of what to put where it says the following in >>>> management.php> ? Site> ? Email: >> >>>> >> >>>> "The site email headers is (use the * symbol to represent a new line)" >> >>>> >> >>>> Presumably this is the email TO, FROM, SUBJECT information etc. But >>>> I have no idea what format it should be in. >> >>>> >> >>>> Thanks >> >>>> >> >>>> Oli >> >>>> >> >>>> _______________________________ >> >>>> >> >>>> Oliver Haslam >> >>>> Course Developer (Technologist) >> >>>> Applied Sciences& ? Allied Health Professions >> >>>> >> >>>> Technology Enhanced Learning >> >>>> University of the West of England >> >>>> _______________________________ >> >>>> T: 0117 32 88215 >> >>>> >> >>>> >> >>>> -----Original Message----- >> >>>> From: xerte-bounces at lists.nottingham.ac.uk >> >>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >> >>>> Lockley >> >>>> Sent: 06 March 2012 11:26 >> >>>> To: Xerte discussion list >> >>>> Subject: [Xerte] Re: feedback form on logged in page >> >>>> >> >>>> Been ages since I've done it, you might need to get someone to share >> >>>> their install setting >> >>>> >> >>>> On Tue, Mar 6, 2012 at 10:30 AM, Oliver >>>> Haslam >>>> wrote: >> >>>>> What should I put in the email headers field? >> >>>>> >> >>>>> _______________________________ >> >>>>> >> >>>>> Oliver Haslam >> >>>>> Course Developer (Technologist) >> >>>>> Applied Sciences& ? Allied Health Professions >> >>>>> >> >>>>> Technology Enhanced Learning >> >>>>> University of the West of England >> >>>>> _______________________________ >> >>>>> T: 0117 32 88215 >> >>>>> >> >>>>> >> >>>>> -----Original Message----- >> >>>>> From: xerte-bounces at lists.nottingham.ac.uk >> >>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >> >>>>> Lockley >> >>>>> Sent: 06 March 2012 10:12 >> >>>>> To: Xerte discussion list >> >>>>> Subject: [Xerte] Re: feedback form on logged in page >> >>>>> >> >>>>> Set the email headers option in management.php >> >>>>> >> >>>>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver >>>>> Haslam ? wrote: >> >>>>>> Hi >> >>>>>> >> >>>>>> I THINK the site is now set up to send email. But I still can't >>>>>> get the feedback form to successfully send emails to me. I'm not >>>>>> sure if it is a setting that needs changing within Xerte or on the server itself. >> >>>>>> >> >>>>>> In the error log in management.php I get the following: >> >>>>>> [D:\shared\xerte\feedback\index.php:42]: To: >> >>>>>> oliver.haslam at uwe.ac.uk; >> >>>>>> -- Headers: mail() on >> >>>>>> >> >>>>>> Any ideas what I should do next? >> >>>>>> >> >>>>>> Many thanks >> >>>>>> >> >>>>>> _______________________________ >> >>>>>> >> >>>>>> Oliver Haslam >> >>>>>> Course Developer (Technologist) >> >>>>>> Applied Sciences& ? Allied Health Professions >> >>>>>> >> >>>>>> Technology Enhanced Learning >> >>>>>> University of the West of England >> >>>>>> _______________________________ >> >>>>>> T: 0117 32 88215 >> >>>>>> >> >>>>>> -----Original Message----- >> >>>>>> From: xerte-bounces at lists.nottingham.ac.uk >> >>>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat >> >>>>>> Lockley >> >>>>>> Sent: 27 February 2012 16:26 >> >>>>>> To: Xerte discussion list >> >>>>>> Subject: [Xerte] Re: feedback form on logged in page >> >>>>>> >> >>>>>> is your site set up to send email? >> >>>>>> >> >>>>>> php email functions can be turned off >> >>>>>> >> >>>>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver >>>>>> Haslam ? wrote: >> >>>>>>> How do I get the feedback form on the logged in page to work? >> >>>>>>> >> >>>>>>> I've put my email address in management.php under 'Site settings >>>>>>> (HTML / Images)' where it says: >> >>>>>>> "The site's feedback list is (A semi-colon separated list of >>>>>>> email addresses to receive feedback from the feedback page)" >> >>>>>>> >> >>>>>>> And I've put my email address in management.php under 'Email' >>>>>>> where it >>>>>>> says: >> >>>>>>> "The site email account is" >> >>>>>>> >> >>>>>>> But I still don't get anything when I test the form. >> >>>>>>> >> >>>>>>> Any suggestions? >> >>>>>>> >> >>>>>>> Thanks >> >>>>>>> >> >>>>>>> Oli >> >>>>>>> _______________________________ >> >>>>>>> >> >>>>>>> Oliver Haslam >> >>>>>>> Course Developer (Technologist) >> >>>>>>> Applied Sciences& ? Allied Health Professions >> >>>>>>> >> >>>>>>> Technology Enhanced Learning >> >>>>>>> University of the West of England >> >>>>>>> _______________________________ >> >>>>>>> T: 0117 32 88215 >> >>>>>>> >> >>>>>>> >> >>>>>>> >> >>>>>>> >> >>>>>>> _______________________________________________ >> >>>>>>> Xerte mailing list >> >>>>>>> Xerte at lists.nottingham.ac.uk >> >>>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >>>>>>> >> >>>>>>> This message and any attachment are intended solely for the >>>>>>> addressee and may contain confidential information. If you have >>>>>>> received this message in error, please send it back to me, and >>>>>>> immediately delete it. ? Please do not use, copy or disclose the >>>>>>> information contained in this message or in any attachment. ?Any >>>>>>> views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >>>>>>> >> >>>>>>> This message has been checked for viruses but the contents of an >> >>>>>>> attachment may still contain software viruses which could damage >>>>>>> your computer system: >> >>>>>>> you are advised to perform your own checks. Email communications >> >>>>>>> with the University of Nottingham may be monitored as permitted >>>>>>> by UK legislation. >> >>>>>>> >> >>>>>> _______________________________________________ >> >>>>>> Xerte mailing list >> >>>>>> Xerte at lists.nottingham.ac.uk >> >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >>>>>> This message and any attachment are intended solely for the >>>>>> addressee and may contain confidential information. If you have >>>>>> received this message in error, please send it back to me, and >>>>>> immediately delete it. ? Please do not use, copy or disclose the >>>>>> information contained in this message or in any attachment. ?Any >>>>>> views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >>>>>> >> >>>>>> This message has been checked for viruses but the contents of an >>>>>> attachment may still contain software viruses which could damage >>>>>> your computer system: >> >>>>>> you are advised to perform your own checks. Email communications >>>>>> with the University of Nottingham may be monitored as permitted by >>>>>> UK legislation. >> >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> _______________________________________________ >> >>>>>> Xerte mailing list >> >>>>>> Xerte at lists.nottingham.ac.uk >> >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >>>>> _______________________________________________ >> >>>>> Xerte mailing list >> >>>>> Xerte at lists.nottingham.ac.uk >> >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >>>>> This message and any attachment are intended solely for the >>>>> addressee and may contain confidential information. If you have >>>>> received this message in error, please send it back to me, and >>>>> immediately delete it. ? Please do not use, copy or disclose the >>>>> information contained in this message or in any attachment. ?Any >>>>> views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >>>>> >> >>>>> This message has been checked for viruses but the contents of an >>>>> attachment may still contain software viruses which could damage >>>>> your computer system: >> >>>>> you are advised to perform your own checks. Email communications >>>>> with the University of Nottingham may be monitored as permitted by >>>>> UK legislation. >> >>>>> >> >>>>> >> >>>>> >> >>>>> _______________________________________________ >> >>>>> Xerte mailing list >> >>>>> Xerte at lists.nottingham.ac.uk >> >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >>>> _______________________________________________ >> >>>> Xerte mailing list >> >>>> Xerte at lists.nottingham.ac.uk >> >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >>>> This message and any attachment are intended solely for the >>>> addressee and may contain confidential information. If you have >>>> received this message in error, please send it back to me, and >>>> immediately delete it. ? Please do not use, copy or disclose the >>>> information contained in this message or in any attachment. ?Any >>>> views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >>>> >> >>>> This message has been checked for viruses but the contents of an >>>> attachment may still contain software viruses which could damage >>>> your computer system: >> >>>> you are advised to perform your own checks. Email communications >>>> with the University of Nottingham may be monitored as permitted by UK legislation. >> >>>> >> >>>> >> >>>> >> >>>> _______________________________________________ >> >>>> Xerte mailing list >> >>>> Xerte at lists.nottingham.ac.uk >> >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >>>> >> >>> -- >> >>> -- >> >>> >> >>> Tom Reijnders >> >>> TOR Informatica >> >>> Chopinlaan 27 >> >>> 5242HM Rosmalen >> >>> Tel: 073 5226191 >> >>> Fax: 073 5226196 >> >>> >> >>> >> >>> >> >>> _______________________________________________ >> >>> Xerte mailing list >> >>> Xerte at lists.nottingham.ac.uk >> >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >>> >> >>> >> >>> >> >>> _______________________________________________ >> >>> Xerte mailing list >> >>> Xerte at lists.nottingham.ac.uk >> >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> >> >> -- >> >> -- >> >> >> >> Tom Reijnders >> >> TOR Informatica >> >> Chopinlaan 27 >> >> 5242HM Rosmalen >> >> Tel: 073 5226191 >> >> Fax: 073 5226196 >> >> >> >> >> >> >> >> _______________________________________________ >> >> Xerte mailing list >> >> Xerte at lists.nottingham.ac.uk >> >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> >> >> >> >> This message and any attachment are intended solely for the addressee >> and may contain confidential information. If you have received this >> message in error, please send it back to me, and immediately delete >> it. Please do not use, copy or disclose the information contained in >> this message or in any attachment. Any views or opinions expressed by >> the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an >> attachment may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with >> the University of Nottingham may be monitored as permitted by UK legislation. >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> This message and any attachment are intended solely for the addressee >> and may contain confidential information. If you have received this >> message in error, please send it back to me, and immediately delete >> it. ? Please do not use, copy or disclose the information contained in >> this message or in any attachment. ?Any views or opinions expressed by >> the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an >> attachment may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with >> the University of Nottingham may be monitored as permitted by UK legislation. >> >> > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > From Paul.Swanson at harlandfs.com Wed Mar 7 18:59:19 2012 From: Paul.Swanson at harlandfs.com (Paul Swanson) Date: Wed, 7 Mar 2012 10:59:19 -0800 Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? Message-ID: Actually, that looks like progress. Your system may be logging all messages to the error log, even if they aren't an error. Question: is this installation running on a live server, or on your own computer with XAMPP installed? Since you are referencing D:\shared\xerte, I think it is the latter. It is likely that no mail is being sent because XAMPP doesn't automatically install a mail server program. XAMPP does include a "Fake Sendmail" program, which, if you get it running might solve your problem. You will need to modify sendmail.ini in C:\xampp\sendmail -- or D: if that's where you installed XAMPP -- and change smtp_server=localhost to point you your actual mail server's address, which might be something like mail.ewe.ac.uk, and possibly set force_sender= to your email address. And you will also have to modify php.ini to set the sendmail_path to XAMPP's version. The location for php.ini is usually C:\xampp\php, and the line you need to change is way down in the file. Mine is at line 1095, and I have it set to: sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t" It can be tricky to get XAMPP set up to simulate a live environment ... Paul -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Oliver Haslam Sent: Wednesday, March 07, 2012 10:32 AM To: Xerte discussion list Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? Still no luck I'm afraid... I've put in my email information into the new_index.txt file that Pat supplied and renamed it as index.php, and put it here: xerte/feedback/index.php And I've tested the form with two different versions of config.php. For both tests I have had nothing entered in management.php in the field that says: "The site email headers is (use the * symbol to represent a new line)" TEST1 I've tested the form with the updated version of xerte/config.php ( where line 194 says: $xerte_toolkits_site->headers = str_replace("*", "\r\n", $row['headers']); ) No joy. I get this in the error log: mail() on [D:\shared\xerte\feedback\index.php:50]: To: simon2.carter at uwe.ac.uk -- Headers: MIME-Version:1.0 Content-type: text/html; charset=iso-8859-1 From: oliver.haslam at uwe.ac.uk Reply-To: oliver.haslam at uwe.ac.uk TEST2 I've tested the feedback form with the original version of xerte/config.php ( where line 194 says: $xerte_toolkits_site->headers = $row['headers']; ) Still no joy. I now get this in the error log: mail() on [D:\shared\xerte\website_code\php\error_library.php:183]: To: simon2.carter at uwe.ac.uk -- Headers: mail() on [D:\shared\xerte\website_code\php\error_library.php:185]: To: simon2.carter at uwe.ac.uk matthew.cownie at uwe.ac.uk -- Headers: With both tests I get a rather ugly "Thank you for your feedback Mail sent" message in the browser after submitting the form (see attached). I need to go home now as I think my brain is full for today. Thanks again for all your help. _______________________________ Oliver Haslam Course Developer (Technologist) Applied Sciences & Allied Health Professions Technology Enhanced Learning University of the West of England _______________________________ T: 0117 32 88215 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley Sent: 07 March 2012 17:14 To: Xerte discussion list Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? give me a sec try this obvious rename it, and look for the line that says "CHANGE EMAIL" On Wed, Mar 7, 2012 at 4:59 PM, Oliver Haslam wrote: > Thank you, Paul. I really appreciate your help - and Tom, Pat, and > everyone else who is trying to solve this problem. > > > > I'm afraid I'm really not a PHP programmer at all: I muddle through > and paste bits of code in the places people tell me and it either > works like magic or it doesn't! I'm not getting any support with from > our technical staff here as they won't support anything to do with PHP > L But a few of us are keen to get XOT working on our own as we see > how much potential it has for learning - but we are having to do it > quietly and unsupported. All I really want is to get the feedback > form to send emails to me (in whatever way we can) as it seems like a > really handy way for our academic staff and students to communicate > how they are using XOT and to let me know any problems they encounter. > > > > So with that in mind, where should I put the code you've provided? > > > > Where does this need to be? : > > > > // define headers > > $headers = "MIME-Version:1.0\r\n"; > > $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; > > $headers .= "From: MyFromAddress at example.com\r\nReply-To: > MyFromAddress at example.com \r\n"; > > $headers .= 'X-Mailer: PHP/' . phpversion(); > > > > > > > > And where does this need to be? : > > > > > > MIME-Version:1.0*Content-type: text/html; charset=utf-8*From: > YourFromAddress at yourDomain.com*Reply-To: > YourFromAddress at yourDomain.com > > > > > > Thanks again! > > > > _______________________________ > > > > Oliver Haslam > > Course Developer (Technologist) > > Applied Sciences & Allied Health Professions > > > > Technology Enhanced Learning > > University of the West of England > > _______________________________ > > T: 0117 32 88215 > > > > From: xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Paul > Swanson > Sent: 07 March 2012 16:20 > > > To: Xerte discussion list > Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? > > > > I don't have XOT installed, but I do a fair amount of PHP programming. > When I send HTML mail via PHP, I use the following: > > > > // define headers > > $headers = "MIME-Version:1.0\r\n"; > > $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; > > $headers .= "From: MyFromAddress at example.com\r\nReply-To: > MyFromAddress at example.com \r\n"; > > $headers .= 'X-Mailer: PHP/' . phpversion(); > > > > It appears from the XOT code that your headers information is stored > in a database, and from the discussion thread, it seems to me that > your database doesn't have an entry for headers. You might give the following a try: > > > > MIME-Version:1.0*Content-type: text/html; charset=utf-8*From: > YourFromAddress at yourDomain.com*Reply-To: > YourFromAddress at yourDomain.com > > > > I would skip the X-Mailer parameter. It's not required and you would > have to hard-code the PHP version instead of using the PHP function call. > > > > Cheers, > > Paul > > > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Oliver > Haslam > Sent: Wednesday, March 07, 2012 3:41 AM > To: Xerte discussion list > Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? > > > > Thanks for your help Tom. Still can't get it work here, though. > > > > I've attached a screenshot of the contents of my management.php and > copied what I have in config.php and the error logs below. > > > > This is what is now in config.php: > > > > /** > > * Email settings > > */ > > > > $xerte_toolkits_site->site_email_account = > $row['site_email_account']; > > $xerte_toolkits_site->headers = str_replace("*", "\r\n", > $row['headers']); > > $xerte_toolkits_site->email_to_add_to_username = > $row['email_to_add_to_username']; > > > > /** > > * RSS Proxy settings > > */ > > > > $xerte_toolkits_site->proxy1 = $row['proxy1']; > > $xerte_toolkits_site->port1 = $row['port1']; > > > > /** > > * Set up the feedback list from the feedback page > > */ > > > > $xerte_toolkits_site->feedback_list = $row['feedback_list']; > > > > > > > > > > And this is what I have in the error log after submitting something in > the feedback form on the logged in page: > > > > mail() on [D:\shared\xerte\website_code\php\error_library.php:185]: To: > simon2.carter at uwe.ac.uk -- Headers: > > > > > > > > _______________________________ > > > > Oliver Haslam > > Course Developer (Technologist) > > Applied Sciences & Allied Health Professions > > > > Technology Enhanced Learning > > University of the West of England > > _______________________________ > > T: 0117 32 88215 > > > > > > -----Original Message----- > > From: xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom > Reijnders > > Sent: 06 March 2012 20:40 > > To: Xerte discussion list > > Subject: [Xerte] Re: Example email headers for Xerte install please. Anyone? > > > > Had a look, and it's complicated... > > > > 1. I had to fix config.php, the line where the headers are set: > > Change > > > > $xerte_toolkits_site->headers = $row['headers']; > > > > in > > > > $xerte_toolkits_site->headers = str_replace("*", "\r\n", > $row['headers']); (Line 194 in my installation) > > > > 2. The list of people who have to receive the feedback should be set > in the feedback list (Last item of the Site settings) 3. The site > email account is as of yet unclear to me 4. An example of the headers > is > > > > Content-Type: text/html; charset=ISO-8859-1*From: XOT > > > > > 5. The site email to add to username is the email domain name that is > added to a xot username in the case of peer to peer feedback of a user > to another user. > > > > This is working for me. > > > > Regards, > > > > Tom > > > > Op 6-3-2012 17:24, Oliver Haslam schreef: > >> Thanks Tom. Does anyone else have 'email header' info already written >> in the mean time? > >> > >> Oli > >> > >> _______________________________ > >> > >> Oliver Haslam > >> Course Developer (Technologist) > >> Applied Sciences& Allied Health Professions > >> > >> Technology Enhanced Learning > >> University of the West of England > >> _______________________________ > >> T: 0117 32 88215 > >> > >> > >> -----Original Message----- > >> From: xerte-bounces at lists.nottingham.ac.uk > >> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom > >> Reijnders > >> Sent: 06 March 2012 12:16 > >> To: Xerte discussion list > >> Subject: [Xerte] Re: Example email headers for Xerte install please. >> Anyone? > >> > >> I haven't used it, but I'll give it a try and let you know. > >> Mind you, I don't have time to do this before Thursday, so I invite >> someone else with a working configuration to answer before that. > >> > >> Tom > >> Op 6-3-2012 12:55, Oliver Haslam schreef: > >>> Can anyone share with me an example of what to write in the email >>> headers field when they installed Xerte on a web server? > >>> > >>> I need an example of what to put where it says the following in >>> management.php> Site> Email: > >>> > >>> "The site email headers is (use the * symbol to represent a new line)" > >>> > >>> Presumably this is the email TO, FROM, SUBJECT information etc. But >>> I have no idea what format it should be in. > >>> > >>> Thanks > >>> > >>> Oli > >>> > >>> _______________________________ > >>> > >>> Oliver Haslam > >>> Course Developer (Technologist) > >>> Applied Sciences& Allied Health Professions > >>> > >>> Technology Enhanced Learning > >>> University of the West of England > >>> _______________________________ > >>> T: 0117 32 88215 > >>> > >>> > >>> -----Original Message----- > >>> From: xerte-bounces at lists.nottingham.ac.uk > >>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat > >>> Lockley > >>> Sent: 06 March 2012 11:26 > >>> To: Xerte discussion list > >>> Subject: [Xerte] Re: feedback form on logged in page > >>> > >>> Been ages since I've done it, you might need to get someone to share > >>> their install setting > >>> > >>> On Tue, Mar 6, 2012 at 10:30 AM, Oliver >>> Haslam >>> wrote: > >>>> What should I put in the email headers field? > >>>> > >>>> _______________________________ > >>>> > >>>> Oliver Haslam > >>>> Course Developer (Technologist) > >>>> Applied Sciences& Allied Health Professions > >>>> > >>>> Technology Enhanced Learning > >>>> University of the West of England > >>>> _______________________________ > >>>> T: 0117 32 88215 > >>>> > >>>> > >>>> -----Original Message----- > >>>> From: xerte-bounces at lists.nottingham.ac.uk > >>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat > >>>> Lockley > >>>> Sent: 06 March 2012 10:12 > >>>> To: Xerte discussion list > >>>> Subject: [Xerte] Re: feedback form on logged in page > >>>> > >>>> Set the email headers option in management.php > >>>> > >>>> On Tue, Mar 6, 2012 at 10:08 AM, Oliver >>>> Haslam wrote: > >>>>> Hi > >>>>> > >>>>> I THINK the site is now set up to send email. But I still can't >>>>> get the feedback form to successfully send emails to me. I'm not >>>>> sure if it is a setting that needs changing within Xerte or on the server itself. > >>>>> > >>>>> In the error log in management.php I get the following: > >>>>> [D:\shared\xerte\feedback\index.php:42]: To: > >>>>> oliver.haslam at uwe.ac.uk; > >>>>> -- Headers: mail() on > >>>>> > >>>>> Any ideas what I should do next? > >>>>> > >>>>> Many thanks > >>>>> > >>>>> _______________________________ > >>>>> > >>>>> Oliver Haslam > >>>>> Course Developer (Technologist) > >>>>> Applied Sciences& Allied Health Professions > >>>>> > >>>>> Technology Enhanced Learning > >>>>> University of the West of England > >>>>> _______________________________ > >>>>> T: 0117 32 88215 > >>>>> > >>>>> -----Original Message----- > >>>>> From: xerte-bounces at lists.nottingham.ac.uk > >>>>> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat > >>>>> Lockley > >>>>> Sent: 27 February 2012 16:26 > >>>>> To: Xerte discussion list > >>>>> Subject: [Xerte] Re: feedback form on logged in page > >>>>> > >>>>> is your site set up to send email? > >>>>> > >>>>> php email functions can be turned off > >>>>> > >>>>> On Mon, Feb 27, 2012 at 3:16 PM, Oliver >>>>> Haslam wrote: > >>>>>> How do I get the feedback form on the logged in page to work? > >>>>>> > >>>>>> I've put my email address in management.php under 'Site settings >>>>>> (HTML / Images)' where it says: > >>>>>> "The site's feedback list is (A semi-colon separated list of >>>>>> email addresses to receive feedback from the feedback page)" > >>>>>> > >>>>>> And I've put my email address in management.php under 'Email' >>>>>> where it >>>>>> says: > >>>>>> "The site email account is" > >>>>>> > >>>>>> But I still don't get anything when I test the form. > >>>>>> > >>>>>> Any suggestions? > >>>>>> > >>>>>> Thanks > >>>>>> > >>>>>> Oli > >>>>>> _______________________________ > >>>>>> > >>>>>> Oliver Haslam > >>>>>> Course Developer (Technologist) > >>>>>> Applied Sciences& Allied Health Professions > >>>>>> > >>>>>> Technology Enhanced Learning > >>>>>> University of the West of England > >>>>>> _______________________________ > >>>>>> T: 0117 32 88215 > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> _______________________________________________ > >>>>>> Xerte mailing list > >>>>>> Xerte at lists.nottingham.ac.uk > >>>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>>>>> > >>>>>> This message and any attachment are intended solely for the >>>>>> addressee and may contain confidential information. If you have >>>>>> received this message in error, please send it back to me, and >>>>>> immediately delete it. Please do not use, copy or disclose the >>>>>> information contained in this message or in any attachment. Any >>>>>> views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > >>>>>> > >>>>>> This message has been checked for viruses but the contents of an > >>>>>> attachment may still contain software viruses which could damage >>>>>> your computer system: > >>>>>> you are advised to perform your own checks. Email communications > >>>>>> with the University of Nottingham may be monitored as permitted >>>>>> by UK legislation. > >>>>>> > >>>>> _______________________________________________ > >>>>> Xerte mailing list > >>>>> Xerte at lists.nottingham.ac.uk > >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>>>> This message and any attachment are intended solely for the >>>>> addressee and may contain confidential information. If you have >>>>> received this message in error, please send it back to me, and >>>>> immediately delete it. Please do not use, copy or disclose the >>>>> information contained in this message or in any attachment. Any >>>>> views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > >>>>> > >>>>> This message has been checked for viruses but the contents of an >>>>> attachment may still contain software viruses which could damage >>>>> your computer system: > >>>>> you are advised to perform your own checks. Email communications >>>>> with the University of Nottingham may be monitored as permitted by >>>>> UK legislation. > >>>>> > >>>>> > >>>>> > >>>>> _______________________________________________ > >>>>> Xerte mailing list > >>>>> Xerte at lists.nottingham.ac.uk > >>>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>>> _______________________________________________ > >>>> Xerte mailing list > >>>> Xerte at lists.nottingham.ac.uk > >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>>> This message and any attachment are intended solely for the >>>> addressee and may contain confidential information. If you have >>>> received this message in error, please send it back to me, and >>>> immediately delete it. Please do not use, copy or disclose the >>>> information contained in this message or in any attachment. Any >>>> views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > >>>> > >>>> This message has been checked for viruses but the contents of an >>>> attachment may still contain software viruses which could damage >>>> your computer system: > >>>> you are advised to perform your own checks. Email communications >>>> with the University of Nottingham may be monitored as permitted by >>>> UK legislation. > >>>> > >>>> > >>>> > >>>> _______________________________________________ > >>>> Xerte mailing list > >>>> Xerte at lists.nottingham.ac.uk > >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>> _______________________________________________ > >>> Xerte mailing list > >>> Xerte at lists.nottingham.ac.uk > >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>> This message and any attachment are intended solely for the >>> addressee and may contain confidential information. If you have >>> received this message in error, please send it back to me, and >>> immediately delete it. Please do not use, copy or disclose the >>> information contained in this message or in any attachment. Any >>> views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > >>> > >>> This message has been checked for viruses but the contents of an >>> attachment may still contain software viruses which could damage >>> your computer system: > >>> you are advised to perform your own checks. Email communications >>> with the University of Nottingham may be monitored as permitted by UK legislation. > >>> > >>> > >>> > >>> _______________________________________________ > >>> Xerte mailing list > >>> Xerte at lists.nottingham.ac.uk > >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>> > >> -- > >> -- > >> > >> Tom Reijnders > >> TOR Informatica > >> Chopinlaan 27 > >> 5242HM Rosmalen > >> Tel: 073 5226191 > >> Fax: 073 5226196 > >> > >> > >> > >> _______________________________________________ > >> Xerte mailing list > >> Xerte at lists.nottingham.ac.uk > >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >> > >> > >> > >> _______________________________________________ > >> Xerte mailing list > >> Xerte at lists.nottingham.ac.uk > >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > > > -- > > -- > > > > Tom Reijnders > > TOR Informatica > > Chopinlaan 27 > > 5242HM Rosmalen > > Tel: 073 5226191 > > Fax: 073 5226196 > > > > > > > > _______________________________________________ > > Xerte mailing list > > Xerte at lists.nottingham.ac.uk > > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > > > > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with > the University of Nottingham may be monitored as permitted by UK legislation. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with > the University of Nottingham may be monitored as permitted by UK legislation. > > From Julian.Tenney at nottingham.ac.uk Thu Mar 8 08:26:01 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Thu, 8 Mar 2012 08:26:01 +0000 Subject: [Xerte] Re: Constraining a movie In-Reply-To: References: Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA46C2D54@EXCHANGE1.ad.nottingham.ac.uk> Constrain is a method of ICON, but the MOVIE is not a movieclip, so you should use setSize() From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: 07 March 2012 17:22 To: Xerte discussion list Subject: [Xerte] Constraining a movie According to the Xerte reference constrain() is a method of the icon class, so I would have expected it to be available to a movie icon. However I noticed that in the code for the textVideo page the code uses movie.setSize(800,434); rather than movie.constrain(800,434); I tried using constrain as I wanted to ensure the movies aspect ratio was not affected by a change of size and it appeared to have no effect. Is constrain() not available as a method for movie icons? Kind regards Johnathan -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Thu Mar 8 08:26:52 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Thu, 8 Mar 2012 08:26:52 +0000 Subject: [Xerte] Re: Hyperlinks in Manual Xerte? In-Reply-To: References: , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC382@EXCHANGE1.ad.nottingham.ac.uk> , <4F579244.30600@tor.nl> , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC3BA@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA46C2D58@EXCHANGE1.ad.nottingham.ac.uk> Where are you putting it? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 17:06 To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Had wondered about that html tag! Anyway -- Tried
View Video as well as View Video Still can't see target text... Stephanie J. Carey Technology Teacher Portsmouth Elementary School ________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney [Julian.Tenney at nottingham.ac.uk] Sent: Wednesday, March 07, 2012 12:02 PM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Sorry CLICK ME From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 16:57 To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? okay - I added the double-quote... The text is not showing. Stephanie J. Carey Technology Teacher Portsmouth Elementary School ________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders [reijnders at tor.nl] Sent: Wednesday, March 07, 2012 11:52 AM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Missing a double-quote before http? Op 7-3-2012 17:44, Stephanie Carey schreef: Thank you Juian! I got the button to work! Now, how come my text didn't work? I used... Stephanie J. Carey Technology Teacher Portsmouth Elementary School ________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney [Julian.Tenney at nottingham.ac.uk] Sent: Wednesday, March 07, 2012 11:37 AM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? >From script use getURL('http://www.nottingham.ac.uk', '_blank'); in text use the normal anchor: From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 16:32 To: Xerte discussion list Subject: [Xerte] Hyperlinks in Manual Xerte? I'm using the manual version of Xerte and trying to Hyperlink to a page outside of the learning interaction. I've tried making a button and putting a hyperlink in the script - that didn't work. Then I tried just making a Text page and hyperlinking text -- when I preview the LO, it shows a hand (as if it is something to be clicked on), but then doesn't actually open the link...?? Thanks! Stephanie J. Carey Technology Teacher Portsmouth Elementary School This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mlynch at glam.ac.uk Thu Mar 8 10:56:55 2012 From: mlynch at glam.ac.uk (Lynch M (LCSS)) Date: Thu, 8 Mar 2012 10:56:55 +0000 Subject: [Xerte] Re: XOT Youtube dimensions fix In-Reply-To: <3FDB56B208335D428FD50D8C77056BABCEEB57@MailDB1.uni.glam.ac.uk> References: <3FDB56B208335D428FD50D8C77056BABCEEB57@MailDB1.uni.glam.ac.uk> Message-ID: <3FDB56B208335D428FD50D8C77056BABCEF4B5@MailDB1.uni.glam.ac.uk> We've found more than one copy of these files - do we replace them all? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Lynch M (LCSS) Sent: 07 March 2012 14:36 To: Xerte discussion list Subject: [Xerte] XOT Youtube dimensions fix Before I ask our server team to action this can I check that I've got this right? I've had an issue with youtube clips dimensions reported and after sifting the list have come up with the following - replace youtube.swf with latest (using an attachment sent by Ron Mitchell 11/01/12) in the following directory; \modules\xerte\parent_templates\Nottingham\common\youtube.swf Replace youtube.rlm and youtuberss.rlm in the following directories (using files sent by Julian Tenny sent 24/01/12) templates/pageTemplates/models/youtuberss.rlm modules/xerte/parent_templates/basic/models/youtube.rlm Alternatively use the SVN and find the latest files but basically these 3 files need changing? any need to re-start server? Martin Lynch FHEA Learning Systems Manager University of Glamorgan 01443 483764 mlynch at glam.ac.uk This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Nicki.Keating at nottingham.ac.uk Thu Mar 8 11:24:09 2012 From: Nicki.Keating at nottingham.ac.uk (Nicki Keating) Date: Thu, 8 Mar 2012 11:24:09 +0000 Subject: [Xerte] XOT exported to DVD - web links no longer working? Message-ID: Hi there Has anyone else tried to export an XOT LO (for distribution on a DVD), and then found that the weblinks in a page no longer work? The HTML code is fine (it works when I run XOT via the web), and when you right-click on a link, on the DVD version, you can even copy the URL and paste it into a new tab, BUT nothing happens when you click a link directly. Or does this work OK for others that have exported it? Thanks for any advice. Nicki ----- Learning Technology & Web Co-ordinator School of Community Health Sciences University of Nottingham -------------- next part -------------- An HTML attachment was scrubbed... URL: From d_b_burnett at hotmail.com Thu Mar 8 11:36:21 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Thu, 8 Mar 2012 06:36:21 -0500 Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? In-Reply-To: References: Message-ID: First thing I would suspect is a security setting. From: Nicki.Keating at nottingham.ac.uk To: xerte at lists.nottingham.ac.uk Date: Thu, 8 Mar 2012 11:24:09 +0000 Subject: [Xerte] XOT exported to DVD - web links no longer working? Hi there Has anyone else tried to export an XOT LO (for distribution on a DVD), and then found that the weblinks in a page no longer work? The HTML code is fine (it works when I run XOT via the web), and when you right-click on a link, on the DVD version, you can even copy the URL and paste it into a new tab, BUT nothing happens when you click a link directly. Or does this work OK for others that have exported it? Thanks for any advice. Nicki ----- Learning Technology & Web Co-ordinator School of Community Health Sciences University of Nottingham This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From patrick.lockley at googlemail.com Thu Mar 8 11:50:42 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Thu, 8 Mar 2012 11:50:42 +0000 Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? In-Reply-To: References: Message-ID: i think it needs to be within a .hta on a DVD doesn't it? (which translates as a security setting) On Thu, Mar 8, 2012 at 11:36 AM, Dave Burnett wrote: > First thing I would suspect is a security setting. > > ________________________________ > From: Nicki.Keating at nottingham.ac.uk > To: xerte at lists.nottingham.ac.uk > Date: Thu, 8 Mar 2012 11:24:09 +0000 > Subject: [Xerte] XOT exported to DVD - web links no longer working? > > > Hi there > > Has anyone else tried to export an XOT LO (for distribution on a DVD), and > then found that the weblinks in a page no longer work? > > The HTML code is fine (it works when I run XOT via the web), and when you > right-click on a link, on the DVD version, you can even copy the URL and > paste it into a new tab, BUT nothing happens when you click a link directly. > > Or does this work OK for others that have exported it? > > Thanks for any advice. > > Nicki > > ----- > Learning Technology & Web Co-ordinator > School of Community Health Sciences > University of Nottingham > > > > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > _______________________________________________ Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any > attachment are intended solely for the addressee and may contain > confidential information. If you have received this message in error, please > send it back to me, and immediately delete it. Please do not use, copy or > disclose the information contained in this message or in any attachment. Any > views or opinions expressed by the author of this email do not necessarily > reflect the views of the University of Nottingham. This message has been > checked for viruses but the contents of an attachment may still contain > software viruses which could damage your computer system: you are advised to > perform your own checks. Email communications with the University of > Nottingham may be monitored as permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. ? Please do not > use, copy or disclose the information contained in this message or in any > attachment. ?Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > From mlynch at glam.ac.uk Thu Mar 8 11:51:38 2012 From: mlynch at glam.ac.uk (Lynch M (LCSS)) Date: Thu, 8 Mar 2012 11:51:38 +0000 Subject: [Xerte] Re: XOT Youtube fix -1:0-1/-1:0-1 In-Reply-To: <3FDB56B208335D428FD50D8C77056BABCEF4B5@MailDB1.uni.glam.ac.uk> References: <3FDB56B208335D428FD50D8C77056BABCEEB57@MailDB1.uni.glam.ac.uk> <3FDB56B208335D428FD50D8C77056BABCEF4B5@MailDB1.uni.glam.ac.uk> Message-ID: <3FDB56B208335D428FD50D8C77056BABCEF5AA@MailDB1.uni.glam.ac.uk> Replaced them all and the fix has worked for the dimensions but videos don't play. Get the following in the bar under the clip "-1:0-1/-1:0-1" mmm.... From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Lynch M (LCSS) Sent: 08 March 2012 10:57 To: Xerte discussion list Subject: [Xerte] Re: XOT Youtube dimensions fix We've found more than one copy of these files - do we replace them all? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Lynch M (LCSS) Sent: 07 March 2012 14:36 To: Xerte discussion list Subject: [Xerte] XOT Youtube dimensions fix Before I ask our server team to action this can I check that I've got this right? I've had an issue with youtube clips dimensions reported and after sifting the list have come up with the following - replace youtube.swf with latest (using an attachment sent by Ron Mitchell 11/01/12) in the following directory; \modules\xerte\parent_templates\Nottingham\common\youtube.swf Replace youtube.rlm and youtuberss.rlm in the following directories (using files sent by Julian Tenny sent 24/01/12) templates/pageTemplates/models/youtuberss.rlm modules/xerte/parent_templates/basic/models/youtube.rlm Alternatively use the SVN and find the latest files but basically these 3 files need changing? any need to re-start server? Martin Lynch FHEA Learning Systems Manager University of Glamorgan 01443 483764 mlynch at glam.ac.uk This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Nicki.Keating at nottingham.ac.uk Thu Mar 8 11:59:41 2012 From: Nicki.Keating at nottingham.ac.uk (Nicki Keating) Date: Thu, 8 Mar 2012 11:59:41 +0000 Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? In-Reply-To: References: Message-ID: Thanks Pat, that certainly seems to have done the trick (at least, on the one PC I've just tried it on!). I renamed the index.htm file that _was_ produced automatically when you export the ZIP file, to index.hta and all is well again. Cheers Nicki -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley Sent: 08 March 2012 11:51 To: Xerte discussion list Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? i think it needs to be within a .hta on a DVD doesn't it? (which translates as a security setting) On Thu, Mar 8, 2012 at 11:36 AM, Dave Burnett wrote: > First thing I would suspect is a security setting. > > ________________________________ > From: Nicki.Keating at nottingham.ac.uk > To: xerte at lists.nottingham.ac.uk > Date: Thu, 8 Mar 2012 11:24:09 +0000 > Subject: [Xerte] XOT exported to DVD - web links no longer working? > > > Hi there > > Has anyone else tried to export an XOT LO (for distribution on a DVD), and > then found that the weblinks in a page no longer work? > > The HTML code is fine (it works when I run XOT via the web), and when you > right-click on a link, on the DVD version, you can even copy the URL and > paste it into a new tab, BUT nothing happens when you click a link directly. > > Or does this work OK for others that have exported it? > > Thanks for any advice. > > Nicki > > ----- > Learning Technology & Web Co-ordinator > School of Community Health Sciences > University of Nottingham > > > > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > _______________________________________________ Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any > attachment are intended solely for the addressee and may contain > confidential information. If you have received this message in error, please > send it back to me, and immediately delete it. Please do not use, copy or > disclose the information contained in this message or in any attachment. Any > views or opinions expressed by the author of this email do not necessarily > reflect the views of the University of Nottingham. This message has been > checked for viruses but the contents of an attachment may still contain > software viruses which could damage your computer system: you are advised to > perform your own checks. Email communications with the University of > Nottingham may be monitored as permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. ? Please do not > use, copy or disclose the information contained in this message or in any > attachment. ?Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte From patrick.lockley at googlemail.com Thu Mar 8 12:02:52 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Thu, 8 Mar 2012 12:02:52 +0000 Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? In-Reply-To: References: Message-ID: try it on a different browser just to be sure it's not cached and stuff Did you select "local export" in XOT when you exported - I can make the export produce a HTA if better? / Alternative? On Thu, Mar 8, 2012 at 11:59 AM, Nicki Keating wrote: > Thanks Pat, that certainly seems to have done the trick (at least, on the one PC I've just tried it on!). ?I renamed the index.htm file that _was_ produced automatically when you export the ZIP file, to index.hta and all is well again. > > Cheers > > Nicki > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley > Sent: 08 March 2012 11:51 > To: Xerte discussion list > Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? > > i think it needs to be within a .hta on a DVD doesn't it? (which > translates as a security setting) > > On Thu, Mar 8, 2012 at 11:36 AM, Dave Burnett wrote: >> First thing I would suspect is a security setting. >> >> ________________________________ >> From: Nicki.Keating at nottingham.ac.uk >> To: xerte at lists.nottingham.ac.uk >> Date: Thu, 8 Mar 2012 11:24:09 +0000 >> Subject: [Xerte] XOT exported to DVD - web links no longer working? >> >> >> Hi there >> >> Has anyone else tried to export an XOT LO (for distribution on a DVD), and >> then found that the weblinks in a page no longer work? >> >> The HTML code is fine (it works when I run XOT via the web), and when you >> right-click on a link, on the DVD version, you can even copy the URL and >> paste it into a new tab, BUT nothing happens when you click a link directly. >> >> Or does this work OK for others that have exported it? >> >> Thanks for any advice. >> >> Nicki >> >> ----- >> Learning Technology & Web Co-ordinator >> School of Community Health Sciences >> University of Nottingham >> >> >> >> >> This message and any attachment are intended solely for the addressee and >> may contain confidential information. If you have received this message in >> error, please send it back to me, and immediately delete it. Please do not >> use, copy or disclose the information contained in this message or in any >> attachment. Any views or opinions expressed by the author of this email do >> not necessarily reflect the views of the University of Nottingham. >> This message has been checked for viruses but the contents of an attachment >> may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the >> University of Nottingham may be monitored as permitted by UK legislation. >> >> _______________________________________________ Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any >> attachment are intended solely for the addressee and may contain >> confidential information. If you have received this message in error, please >> send it back to me, and immediately delete it. Please do not use, copy or >> disclose the information contained in this message or in any attachment. Any >> views or opinions expressed by the author of this email do not necessarily >> reflect the views of the University of Nottingham. This message has been >> checked for viruses but the contents of an attachment may still contain >> software viruses which could damage your computer system: you are advised to >> perform your own checks. Email communications with the University of >> Nottingham may be monitored as permitted by UK legislation. >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> This message and any attachment are intended solely for the addressee and >> may contain confidential information. If you have received this message in >> error, please send it back to me, and immediately delete it. ? Please do not >> use, copy or disclose the information contained in this message or in any >> attachment. ?Any views or opinions expressed by the author of this email do >> not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment >> may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the >> University of Nottingham may be monitored as permitted by UK legislation. >> >> > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte From Nicki.Keating at nottingham.ac.uk Thu Mar 8 12:18:29 2012 From: Nicki.Keating at nottingham.ac.uk (Nicki Keating) Date: Thu, 8 Mar 2012 12:18:29 +0000 Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? In-Reply-To: References: Message-ID: No luck at all on Firefox or Chrome (only IE 8+ seems to like the HTA extension) so perhaps not the right fix after all (it's for running in a prison, hence restricted internet access, plus I don't know how up to date their browsers are). There's no option to select 'local export' btw, I just went to Export in the Project Properties and clicked Zip Export, and it spits out a zip file. Nicki -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley Sent: 08 March 2012 12:03 To: Xerte discussion list Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? try it on a different browser just to be sure it's not cached and stuff Did you select "local export" in XOT when you exported - I can make the export produce a HTA if better? / Alternative? On Thu, Mar 8, 2012 at 11:59 AM, Nicki Keating wrote: > Thanks Pat, that certainly seems to have done the trick (at least, on the one PC I've just tried it on!). ?I renamed the index.htm file that _was_ produced automatically when you export the ZIP file, to index.hta and all is well again. > > Cheers > > Nicki > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley > Sent: 08 March 2012 11:51 > To: Xerte discussion list > Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? > > i think it needs to be within a .hta on a DVD doesn't it? (which > translates as a security setting) > > On Thu, Mar 8, 2012 at 11:36 AM, Dave Burnett wrote: >> First thing I would suspect is a security setting. >> >> ________________________________ >> From: Nicki.Keating at nottingham.ac.uk >> To: xerte at lists.nottingham.ac.uk >> Date: Thu, 8 Mar 2012 11:24:09 +0000 >> Subject: [Xerte] XOT exported to DVD - web links no longer working? >> >> >> Hi there >> >> Has anyone else tried to export an XOT LO (for distribution on a DVD), and >> then found that the weblinks in a page no longer work? >> >> The HTML code is fine (it works when I run XOT via the web), and when you >> right-click on a link, on the DVD version, you can even copy the URL and >> paste it into a new tab, BUT nothing happens when you click a link directly. >> >> Or does this work OK for others that have exported it? >> >> Thanks for any advice. >> >> Nicki >> >> ----- >> Learning Technology & Web Co-ordinator >> School of Community Health Sciences >> University of Nottingham >> >> >> >> >> This message and any attachment are intended solely for the addressee and >> may contain confidential information. If you have received this message in >> error, please send it back to me, and immediately delete it. Please do not >> use, copy or disclose the information contained in this message or in any >> attachment. Any views or opinions expressed by the author of this email do >> not necessarily reflect the views of the University of Nottingham. >> This message has been checked for viruses but the contents of an attachment >> may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the >> University of Nottingham may be monitored as permitted by UK legislation. >> >> _______________________________________________ Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any >> attachment are intended solely for the addressee and may contain >> confidential information. If you have received this message in error, please >> send it back to me, and immediately delete it. Please do not use, copy or >> disclose the information contained in this message or in any attachment. Any >> views or opinions expressed by the author of this email do not necessarily >> reflect the views of the University of Nottingham. This message has been >> checked for viruses but the contents of an attachment may still contain >> software viruses which could damage your computer system: you are advised to >> perform your own checks. Email communications with the University of >> Nottingham may be monitored as permitted by UK legislation. >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> This message and any attachment are intended solely for the addressee and >> may contain confidential information. If you have received this message in >> error, please send it back to me, and immediately delete it. ? Please do not >> use, copy or disclose the information contained in this message or in any >> attachment. ?Any views or opinions expressed by the author of this email do >> not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment >> may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the >> University of Nottingham may be monitored as permitted by UK legislation. >> >> > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte From patrick.lockley at googlemail.com Thu Mar 8 12:20:29 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Thu, 8 Mar 2012 12:20:29 +0000 Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? In-Reply-To: References: Message-ID: hta is a IE thing for IE security Does the HTM cause a problem in chrome and FF On Thu, Mar 8, 2012 at 12:18 PM, Nicki Keating wrote: > No luck at all on Firefox or Chrome (only IE 8+ seems to like the HTA extension) so perhaps not the right fix after all (it's for running in a prison, hence restricted internet access, plus I don't know how up to date their browsers are). > > There's no option to select 'local export' btw, I just went to Export in the Project Properties and clicked Zip Export, and it spits out a zip file. > > Nicki > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley > Sent: 08 March 2012 12:03 > To: Xerte discussion list > Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? > > try it on a different browser just to be sure it's not cached and stuff > > Did you select "local export" in XOT when you exported - I can make > the export produce a HTA if better? / Alternative? > > On Thu, Mar 8, 2012 at 11:59 AM, Nicki Keating > wrote: >> Thanks Pat, that certainly seems to have done the trick (at least, on the one PC I've just tried it on!). ?I renamed the index.htm file that _was_ produced automatically when you export the ZIP file, to index.hta and all is well again. >> >> Cheers >> >> Nicki >> >> -----Original Message----- >> From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley >> Sent: 08 March 2012 11:51 >> To: Xerte discussion list >> Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? >> >> i think it needs to be within a .hta on a DVD doesn't it? (which >> translates as a security setting) >> >> On Thu, Mar 8, 2012 at 11:36 AM, Dave Burnett wrote: >>> First thing I would suspect is a security setting. >>> >>> ________________________________ >>> From: Nicki.Keating at nottingham.ac.uk >>> To: xerte at lists.nottingham.ac.uk >>> Date: Thu, 8 Mar 2012 11:24:09 +0000 >>> Subject: [Xerte] XOT exported to DVD - web links no longer working? >>> >>> >>> Hi there >>> >>> Has anyone else tried to export an XOT LO (for distribution on a DVD), and >>> then found that the weblinks in a page no longer work? >>> >>> The HTML code is fine (it works when I run XOT via the web), and when you >>> right-click on a link, on the DVD version, you can even copy the URL and >>> paste it into a new tab, BUT nothing happens when you click a link directly. >>> >>> Or does this work OK for others that have exported it? >>> >>> Thanks for any advice. >>> >>> Nicki >>> >>> ----- >>> Learning Technology & Web Co-ordinator >>> School of Community Health Sciences >>> University of Nottingham >>> >>> >>> >>> >>> This message and any attachment are intended solely for the addressee and >>> may contain confidential information. If you have received this message in >>> error, please send it back to me, and immediately delete it. Please do not >>> use, copy or disclose the information contained in this message or in any >>> attachment. Any views or opinions expressed by the author of this email do >>> not necessarily reflect the views of the University of Nottingham. >>> This message has been checked for viruses but the contents of an attachment >>> may still contain software viruses which could damage your computer system: >>> you are advised to perform your own checks. Email communications with the >>> University of Nottingham may be monitored as permitted by UK legislation. >>> >>> _______________________________________________ Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any >>> attachment are intended solely for the addressee and may contain >>> confidential information. If you have received this message in error, please >>> send it back to me, and immediately delete it. Please do not use, copy or >>> disclose the information contained in this message or in any attachment. Any >>> views or opinions expressed by the author of this email do not necessarily >>> reflect the views of the University of Nottingham. This message has been >>> checked for viruses but the contents of an attachment may still contain >>> software viruses which could damage your computer system: you are advised to >>> perform your own checks. Email communications with the University of >>> Nottingham may be monitored as permitted by UK legislation. >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> >>> This message and any attachment are intended solely for the addressee and >>> may contain confidential information. If you have received this message in >>> error, please send it back to me, and immediately delete it. ? Please do not >>> use, copy or disclose the information contained in this message or in any >>> attachment. ?Any views or opinions expressed by the author of this email do >>> not necessarily reflect the views of the University of Nottingham. >>> >>> This message has been checked for viruses but the contents of an attachment >>> may still contain software viruses which could damage your computer system: >>> you are advised to perform your own checks. Email communications with the >>> University of Nottingham may be monitored as permitted by UK legislation. >>> >>> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte From shirley.crawford at st-austell.ac.uk Thu Mar 8 12:51:05 2012 From: shirley.crawford at st-austell.ac.uk (Shirley Crawford) Date: Thu, 8 Mar 2012 12:51:05 -0000 Subject: [Xerte] Re: Xerte Digest, Vol 67, Issue 46 In-Reply-To: References: Message-ID: <8B6D69C81759694E92E48C18738CF3AF021C500F@exchange5.cornwall.ac.uk> Ok after 2 Shirley Crawford? E-Learning Teaching Mentor (Room J453 Tel:external: 01726 226755 ext 2755) Cornwall College - St Austell -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of xerte-request at lists.nottingham.ac.uk Sent: 08 March 2012 11:51 To: xerte at lists.nottingham.ac.uk Subject: Xerte Digest, Vol 67, Issue 46 Send Xerte mailing list submissions to xerte at lists.nottingham.ac.uk To subscribe or unsubscribe via the World Wide Web, visit http://lists.nottingham.ac.uk/mailman/listinfo/xerte or, via email, send a message with subject or body 'help' to xerte-request at lists.nottingham.ac.uk You can reach the person managing the list at xerte-owner at lists.nottingham.ac.uk When replying, please edit your Subject line so it is more specific than "Re: Contents of Xerte digest..." Today's Topics: 1. Re: XOT Youtube dimensions fix (Lynch M (LCSS)) 2. XOT exported to DVD - web links no longer working? (Nicki Keating) 3. Re: XOT exported to DVD - web links no longer working? (Dave Burnett) 4. Re: XOT exported to DVD - web links no longer working? (Pat Lockley) ---------------------------------------------------------------------- Message: 1 Date: Thu, 8 Mar 2012 10:56:55 +0000 From: "Lynch M (LCSS)" To: Xerte discussion list Subject: [Xerte] Re: XOT Youtube dimensions fix Message-ID: <3FDB56B208335D428FD50D8C77056BABCEF4B5 at MailDB1.uni.glam.ac.uk> Content-Type: text/plain; charset="us-ascii" We've found more than one copy of these files - do we replace them all? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Lynch M (LCSS) Sent: 07 March 2012 14:36 To: Xerte discussion list Subject: [Xerte] XOT Youtube dimensions fix Before I ask our server team to action this can I check that I've got this right? I've had an issue with youtube clips dimensions reported and after sifting the list have come up with the following - replace youtube.swf with latest (using an attachment sent by Ron Mitchell 11/01/12) in the following directory; \modules\xerte\parent_templates\Nottingham\common\youtube.swf Replace youtube.rlm and youtuberss.rlm in the following directories (using files sent by Julian Tenny sent 24/01/12) templates/pageTemplates/models/youtuberss.rlm modules/xerte/parent_templates/basic/models/youtube.rlm Alternatively use the SVN and find the latest files but basically these 3 files need changing? any need to re-start server? Martin Lynch FHEA Learning Systems Manager University of Glamorgan 01443 483764 mlynch at glam.ac.uk This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 2 Date: Thu, 8 Mar 2012 11:24:09 +0000 From: Nicki Keating To: "xerte at lists.nottingham.ac.uk" Subject: [Xerte] XOT exported to DVD - web links no longer working? Message-ID: Content-Type: text/plain; charset="us-ascii" Hi there Has anyone else tried to export an XOT LO (for distribution on a DVD), and then found that the weblinks in a page no longer work? The HTML code is fine (it works when I run XOT via the web), and when you right-click on a link, on the DVD version, you can even copy the URL and paste it into a new tab, BUT nothing happens when you click a link directly. Or does this work OK for others that have exported it? Thanks for any advice. Nicki ----- Learning Technology & Web Co-ordinator School of Community Health Sciences University of Nottingham -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 3 Date: Thu, 8 Mar 2012 06:36:21 -0500 From: Dave Burnett To: Xerte list Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? Message-ID: Content-Type: text/plain; charset="iso-8859-1" First thing I would suspect is a security setting. From: Nicki.Keating at nottingham.ac.uk To: xerte at lists.nottingham.ac.uk Date: Thu, 8 Mar 2012 11:24:09 +0000 Subject: [Xerte] XOT exported to DVD - web links no longer working? Hi there Has anyone else tried to export an XOT LO (for distribution on a DVD), and then found that the weblinks in a page no longer work? The HTML code is fine (it works when I run XOT via the web), and when you right-click on a link, on the DVD version, you can even copy the URL and paste it into a new tab, BUT nothing happens when you click a link directly. Or does this work OK for others that have exported it? Thanks for any advice. Nicki ----- Learning Technology & Web Co-ordinator School of Community Health Sciences University of Nottingham This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 4 Date: Thu, 8 Mar 2012 11:50:42 +0000 From: Pat Lockley To: Xerte discussion list Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? Message-ID: Content-Type: text/plain; charset=ISO-8859-1 i think it needs to be within a .hta on a DVD doesn't it? (which translates as a security setting) On Thu, Mar 8, 2012 at 11:36 AM, Dave Burnett wrote: > First thing I would suspect is a security setting. > > ________________________________ > From: Nicki.Keating at nottingham.ac.uk > To: xerte at lists.nottingham.ac.uk > Date: Thu, 8 Mar 2012 11:24:09 +0000 > Subject: [Xerte] XOT exported to DVD - web links no longer working? > > > Hi there > > Has anyone else tried to export an XOT LO (for distribution on a DVD), > and then found that the weblinks in a page no longer work? > > The HTML code is fine (it works when I run XOT via the web), and when > you right-click on a link, on the DVD version, you can even copy the > URL and paste it into a new tab, BUT nothing happens when you click a link directly. > > Or does this work OK for others that have exported it? > > Thanks for any advice. > > Nicki > > ----- > Learning Technology & Web Co-ordinator School of Community Health > Sciences University of Nottingham > > > > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the University of Nottingham. > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with > the University of Nottingham may be monitored as permitted by UK legislation. > > _______________________________________________ Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and > any attachment are intended solely for the addressee and may contain > confidential information. If you have received this message in error, > please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of > Nottingham. This message has been checked for viruses but the contents > of an attachment may still contain software viruses which could damage > your computer system: you are advised to perform your own checks. > Email communications with the University of Nottingham may be monitored as permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. ? Please do not use, copy or disclose the information contained in > this message or in any attachment. ?Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with > the University of Nottingham may be monitored as permitted by UK legislation. > > ------------------------------ _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte End of Xerte Digest, Vol 67, Issue 46 ************************************* From Nicki.Keating at nottingham.ac.uk Thu Mar 8 13:03:44 2012 From: Nicki.Keating at nottingham.ac.uk (Nicki Keating) Date: Thu, 8 Mar 2012 13:03:44 +0000 Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? In-Reply-To: References: Message-ID: OK ... I have now edited the Adobe Flash Player global settings and adding the D: drive to the trusted location settings, and this seems to have fixed it all in IE, FF and Chrome. HTM works fine, and the links are clickable. But ... I just kind of wanted the LO to open without anyone having to fiddle with their browser settings _too_ much (people are pretty used to allowing popups now, but maybe not so au fait with flash player settings). But I guess I might have to live with this if I want to produce XOT on a DVD in a prison. Thanks for getting me this far at least, Pat :-) Nicki -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley Sent: 08 March 2012 12:20 To: Xerte discussion list Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? hta is a IE thing for IE security Does the HTM cause a problem in chrome and FF On Thu, Mar 8, 2012 at 12:18 PM, Nicki Keating wrote: > No luck at all on Firefox or Chrome (only IE 8+ seems to like the HTA extension) so perhaps not the right fix after all (it's for running in a prison, hence restricted internet access, plus I don't know how up to date their browsers are). > > There's no option to select 'local export' btw, I just went to Export in the Project Properties and clicked Zip Export, and it spits out a zip file. > > Nicki > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley > Sent: 08 March 2012 12:03 > To: Xerte discussion list > Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? > > try it on a different browser just to be sure it's not cached and stuff > > Did you select "local export" in XOT when you exported - I can make > the export produce a HTA if better? / Alternative? > > On Thu, Mar 8, 2012 at 11:59 AM, Nicki Keating > wrote: >> Thanks Pat, that certainly seems to have done the trick (at least, on the one PC I've just tried it on!). ?I renamed the index.htm file that _was_ produced automatically when you export the ZIP file, to index.hta and all is well again. >> >> Cheers >> >> Nicki >> >> -----Original Message----- >> From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley >> Sent: 08 March 2012 11:51 >> To: Xerte discussion list >> Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? >> >> i think it needs to be within a .hta on a DVD doesn't it? (which >> translates as a security setting) >> >> On Thu, Mar 8, 2012 at 11:36 AM, Dave Burnett wrote: >>> First thing I would suspect is a security setting. >>> >>> ________________________________ >>> From: Nicki.Keating at nottingham.ac.uk >>> To: xerte at lists.nottingham.ac.uk >>> Date: Thu, 8 Mar 2012 11:24:09 +0000 >>> Subject: [Xerte] XOT exported to DVD - web links no longer working? >>> >>> >>> Hi there >>> >>> Has anyone else tried to export an XOT LO (for distribution on a DVD), and >>> then found that the weblinks in a page no longer work? >>> >>> The HTML code is fine (it works when I run XOT via the web), and when you >>> right-click on a link, on the DVD version, you can even copy the URL and >>> paste it into a new tab, BUT nothing happens when you click a link directly. >>> >>> Or does this work OK for others that have exported it? >>> >>> Thanks for any advice. >>> >>> Nicki >>> >>> ----- >>> Learning Technology & Web Co-ordinator >>> School of Community Health Sciences >>> University of Nottingham >>> >>> >>> >>> >>> This message and any attachment are intended solely for the addressee and >>> may contain confidential information. If you have received this message in >>> error, please send it back to me, and immediately delete it. Please do not >>> use, copy or disclose the information contained in this message or in any >>> attachment. Any views or opinions expressed by the author of this email do >>> not necessarily reflect the views of the University of Nottingham. >>> This message has been checked for viruses but the contents of an attachment >>> may still contain software viruses which could damage your computer system: >>> you are advised to perform your own checks. Email communications with the >>> University of Nottingham may be monitored as permitted by UK legislation. >>> >>> _______________________________________________ Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any >>> attachment are intended solely for the addressee and may contain >>> confidential information. If you have received this message in error, please >>> send it back to me, and immediately delete it. Please do not use, copy or >>> disclose the information contained in this message or in any attachment. Any >>> views or opinions expressed by the author of this email do not necessarily >>> reflect the views of the University of Nottingham. This message has been >>> checked for viruses but the contents of an attachment may still contain >>> software viruses which could damage your computer system: you are advised to >>> perform your own checks. Email communications with the University of >>> Nottingham may be monitored as permitted by UK legislation. >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> >>> This message and any attachment are intended solely for the addressee and >>> may contain confidential information. If you have received this message in >>> error, please send it back to me, and immediately delete it. ? Please do not >>> use, copy or disclose the information contained in this message or in any >>> attachment. ?Any views or opinions expressed by the author of this email do >>> not necessarily reflect the views of the University of Nottingham. >>> >>> This message has been checked for viruses but the contents of an attachment >>> may still contain software viruses which could damage your computer system: >>> you are advised to perform your own checks. Email communications with the >>> University of Nottingham may be monitored as permitted by UK legislation. >>> >>> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte From Julian.Tenney at nottingham.ac.uk Thu Mar 8 13:07:22 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Thu, 8 Mar 2012 13:07:22 +0000 Subject: [Xerte] Re: XOT Youtube fix -1:0-1/-1:0-1 In-Reply-To: <3FDB56B208335D428FD50D8C77056BABCEF5AA@MailDB1.uni.glam.ac.uk> References: <3FDB56B208335D428FD50D8C77056BABCEEB57@MailDB1.uni.glam.ac.uk> <3FDB56B208335D428FD50D8C77056BABCEF4B5@MailDB1.uni.glam.ac.uk> <3FDB56B208335D428FD50D8C77056BABCEF5AA@MailDB1.uni.glam.ac.uk> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA46C2FFE@EXCHANGE1.ad.nottingham.ac.uk> These files are working on our server... From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Lynch M (LCSS) Sent: 08 March 2012 11:52 To: Xerte discussion list Subject: [Xerte] Re: XOT Youtube fix -1:0-1/-1:0-1 Replaced them all and the fix has worked for the dimensions but videos don't play. Get the following in the bar under the clip "-1:0-1/-1:0-1" mmm.... From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Lynch M (LCSS) Sent: 08 March 2012 10:57 To: Xerte discussion list Subject: [Xerte] Re: XOT Youtube dimensions fix We've found more than one copy of these files - do we replace them all? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Lynch M (LCSS) Sent: 07 March 2012 14:36 To: Xerte discussion list Subject: [Xerte] XOT Youtube dimensions fix Before I ask our server team to action this can I check that I've got this right? I've had an issue with youtube clips dimensions reported and after sifting the list have come up with the following - replace youtube.swf with latest (using an attachment sent by Ron Mitchell 11/01/12) in the following directory; \modules\xerte\parent_templates\Nottingham\common\youtube.swf Replace youtube.rlm and youtuberss.rlm in the following directories (using files sent by Julian Tenny sent 24/01/12) templates/pageTemplates/models/youtuberss.rlm modules/xerte/parent_templates/basic/models/youtube.rlm Alternatively use the SVN and find the latest files but basically these 3 files need changing? any need to re-start server? Martin Lynch FHEA Learning Systems Manager University of Glamorgan 01443 483764 mlynch at glam.ac.uk This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: youtuberss.rlm Type: application/octet-stream Size: 6893 bytes Desc: youtuberss.rlm URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: youtube.swf Type: application/x-shockwave-flash Size: 1271 bytes Desc: youtube.swf URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: youtube.rlm Type: application/octet-stream Size: 7596 bytes Desc: youtube.rlm URL: From patrick.lockley at googlemail.com Thu Mar 8 13:07:35 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Thu, 8 Mar 2012 13:07:35 +0000 Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? In-Reply-To: References: Message-ID: When I used to make CDs of stuff I would make an auto play .HTA for the CD / DVD. This would cover Windows and IE people (pretty much everyone). For FF and Chrome I just left a HTML file and instructions on flash. On Thu, Mar 8, 2012 at 1:03 PM, Nicki Keating wrote: > OK ... I have now edited the Adobe Flash Player global settings and adding the D: drive to the trusted location settings, and this seems to have fixed it all in IE, FF and Chrome. ?HTM works fine, and the links are clickable. > > But ... I just kind of wanted the LO to open without anyone having to fiddle with their browser settings _too_ much (people are pretty used to allowing popups now, but maybe not so au fait with flash player settings). ?But I guess I might have to live with this if I want to produce XOT on a DVD in a prison. > > Thanks for getting me this far at least, Pat :-) > > Nicki > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley > Sent: 08 March 2012 12:20 > To: Xerte discussion list > Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? > > hta is a IE thing for IE security > > Does the HTM cause a problem in chrome and FF > > On Thu, Mar 8, 2012 at 12:18 PM, Nicki Keating > wrote: >> No luck at all on Firefox or Chrome (only IE 8+ seems to like the HTA extension) so perhaps not the right fix after all (it's for running in a prison, hence restricted internet access, plus I don't know how up to date their browsers are). >> >> There's no option to select 'local export' btw, I just went to Export in the Project Properties and clicked Zip Export, and it spits out a zip file. >> >> Nicki >> >> -----Original Message----- >> From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley >> Sent: 08 March 2012 12:03 >> To: Xerte discussion list >> Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? >> >> try it on a different browser just to be sure it's not cached and stuff >> >> Did you select "local export" in XOT when you exported - I can make >> the export produce a HTA if better? / Alternative? >> >> On Thu, Mar 8, 2012 at 11:59 AM, Nicki Keating >> wrote: >>> Thanks Pat, that certainly seems to have done the trick (at least, on the one PC I've just tried it on!). ?I renamed the index.htm file that _was_ produced automatically when you export the ZIP file, to index.hta and all is well again. >>> >>> Cheers >>> >>> Nicki >>> >>> -----Original Message----- >>> From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley >>> Sent: 08 March 2012 11:51 >>> To: Xerte discussion list >>> Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? >>> >>> i think it needs to be within a .hta on a DVD doesn't it? (which >>> translates as a security setting) >>> >>> On Thu, Mar 8, 2012 at 11:36 AM, Dave Burnett wrote: >>>> First thing I would suspect is a security setting. >>>> >>>> ________________________________ >>>> From: Nicki.Keating at nottingham.ac.uk >>>> To: xerte at lists.nottingham.ac.uk >>>> Date: Thu, 8 Mar 2012 11:24:09 +0000 >>>> Subject: [Xerte] XOT exported to DVD - web links no longer working? >>>> >>>> >>>> Hi there >>>> >>>> Has anyone else tried to export an XOT LO (for distribution on a DVD), and >>>> then found that the weblinks in a page no longer work? >>>> >>>> The HTML code is fine (it works when I run XOT via the web), and when you >>>> right-click on a link, on the DVD version, you can even copy the URL and >>>> paste it into a new tab, BUT nothing happens when you click a link directly. >>>> >>>> Or does this work OK for others that have exported it? >>>> >>>> Thanks for any advice. >>>> >>>> Nicki >>>> >>>> ----- >>>> Learning Technology & Web Co-ordinator >>>> School of Community Health Sciences >>>> University of Nottingham >>>> >>>> >>>> >>>> >>>> This message and any attachment are intended solely for the addressee and >>>> may contain confidential information. If you have received this message in >>>> error, please send it back to me, and immediately delete it. Please do not >>>> use, copy or disclose the information contained in this message or in any >>>> attachment. Any views or opinions expressed by the author of this email do >>>> not necessarily reflect the views of the University of Nottingham. >>>> This message has been checked for viruses but the contents of an attachment >>>> may still contain software viruses which could damage your computer system: >>>> you are advised to perform your own checks. Email communications with the >>>> University of Nottingham may be monitored as permitted by UK legislation. >>>> >>>> _______________________________________________ Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any >>>> attachment are intended solely for the addressee and may contain >>>> confidential information. If you have received this message in error, please >>>> send it back to me, and immediately delete it. Please do not use, copy or >>>> disclose the information contained in this message or in any attachment. Any >>>> views or opinions expressed by the author of this email do not necessarily >>>> reflect the views of the University of Nottingham. This message has been >>>> checked for viruses but the contents of an attachment may still contain >>>> software viruses which could damage your computer system: you are advised to >>>> perform your own checks. Email communications with the University of >>>> Nottingham may be monitored as permitted by UK legislation. >>>> >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> >>>> This message and any attachment are intended solely for the addressee and >>>> may contain confidential information. If you have received this message in >>>> error, please send it back to me, and immediately delete it. ? Please do not >>>> use, copy or disclose the information contained in this message or in any >>>> attachment. ?Any views or opinions expressed by the author of this email do >>>> not necessarily reflect the views of the University of Nottingham. >>>> >>>> This message has been checked for viruses but the contents of an attachment >>>> may still contain software viruses which could damage your computer system: >>>> you are advised to perform your own checks. Email communications with the >>>> University of Nottingham may be monitored as permitted by UK legislation. >>>> >>>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte From d_b_burnett at hotmail.com Thu Mar 8 13:08:10 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Thu, 8 Mar 2012 08:08:10 -0500 Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? In-Reply-To: References: , , , , , , , Message-ID: > produce XOT or any other drive based Flash piece. > From: Nicki.Keating at nottingham.ac.uk > To: xerte at lists.nottingham.ac.uk > Date: Thu, 8 Mar 2012 13:03:44 +0000 > Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? > > OK ... I have now edited the Adobe Flash Player global settings and adding the D: drive to the trusted location settings, and this seems to have fixed it all in IE, FF and Chrome. HTM works fine, and the links are clickable. > > But ... I just kind of wanted the LO to open without anyone having to fiddle with their browser settings _too_ much (people are pretty used to allowing popups now, but maybe not so au fait with flash player settings). But I guess I might have to live with this if I want to produce XOT on a DVD in a prison. > > Thanks for getting me this far at least, Pat :-) > > Nicki > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley > Sent: 08 March 2012 12:20 > To: Xerte discussion list > Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? > > hta is a IE thing for IE security > > Does the HTM cause a problem in chrome and FF > > On Thu, Mar 8, 2012 at 12:18 PM, Nicki Keating > wrote: > > No luck at all on Firefox or Chrome (only IE 8+ seems to like the HTA extension) so perhaps not the right fix after all (it's for running in a prison, hence restricted internet access, plus I don't know how up to date their browsers are). > > > > There's no option to select 'local export' btw, I just went to Export in the Project Properties and clicked Zip Export, and it spits out a zip file. > > > > Nicki > > > > -----Original Message----- > > From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley > > Sent: 08 March 2012 12:03 > > To: Xerte discussion list > > Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? > > > > try it on a different browser just to be sure it's not cached and stuff > > > > Did you select "local export" in XOT when you exported - I can make > > the export produce a HTA if better? / Alternative? > > > > On Thu, Mar 8, 2012 at 11:59 AM, Nicki Keating > > wrote: > >> Thanks Pat, that certainly seems to have done the trick (at least, on the one PC I've just tried it on!). I renamed the index.htm file that _was_ produced automatically when you export the ZIP file, to index.hta and all is well again. > >> > >> Cheers > >> > >> Nicki > >> > >> -----Original Message----- > >> From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley > >> Sent: 08 March 2012 11:51 > >> To: Xerte discussion list > >> Subject: [Xerte] Re: XOT exported to DVD - web links no longer working? > >> > >> i think it needs to be within a .hta on a DVD doesn't it? (which > >> translates as a security setting) > >> > >> On Thu, Mar 8, 2012 at 11:36 AM, Dave Burnett wrote: > >>> First thing I would suspect is a security setting. > >>> > >>> ________________________________ > >>> From: Nicki.Keating at nottingham.ac.uk > >>> To: xerte at lists.nottingham.ac.uk > >>> Date: Thu, 8 Mar 2012 11:24:09 +0000 > >>> Subject: [Xerte] XOT exported to DVD - web links no longer working? > >>> > >>> > >>> Hi there > >>> > >>> Has anyone else tried to export an XOT LO (for distribution on a DVD), and > >>> then found that the weblinks in a page no longer work? > >>> > >>> The HTML code is fine (it works when I run XOT via the web), and when you > >>> right-click on a link, on the DVD version, you can even copy the URL and > >>> paste it into a new tab, BUT nothing happens when you click a link directly. > >>> > >>> Or does this work OK for others that have exported it? > >>> > >>> Thanks for any advice. > >>> > >>> Nicki > >>> > >>> ----- > >>> Learning Technology & Web Co-ordinator > >>> School of Community Health Sciences > >>> University of Nottingham > >>> > >>> > >>> > >>> > >>> This message and any attachment are intended solely for the addressee and > >>> may contain confidential information. If you have received this message in > >>> error, please send it back to me, and immediately delete it. Please do not > >>> use, copy or disclose the information contained in this message or in any > >>> attachment. Any views or opinions expressed by the author of this email do > >>> not necessarily reflect the views of the University of Nottingham. > >>> This message has been checked for viruses but the contents of an attachment > >>> may still contain software viruses which could damage your computer system: > >>> you are advised to perform your own checks. Email communications with the > >>> University of Nottingham may be monitored as permitted by UK legislation. > >>> > >>> _______________________________________________ Xerte mailing list > >>> Xerte at lists.nottingham.ac.uk > >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any > >>> attachment are intended solely for the addressee and may contain > >>> confidential information. If you have received this message in error, please > >>> send it back to me, and immediately delete it. Please do not use, copy or > >>> disclose the information contained in this message or in any attachment. Any > >>> views or opinions expressed by the author of this email do not necessarily > >>> reflect the views of the University of Nottingham. This message has been > >>> checked for viruses but the contents of an attachment may still contain > >>> software viruses which could damage your computer system: you are advised to > >>> perform your own checks. Email communications with the University of > >>> Nottingham may be monitored as permitted by UK legislation. > >>> > >>> _______________________________________________ > >>> Xerte mailing list > >>> Xerte at lists.nottingham.ac.uk > >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >>> > >>> This message and any attachment are intended solely for the addressee and > >>> may contain confidential information. If you have received this message in > >>> error, please send it back to me, and immediately delete it. Please do not > >>> use, copy or disclose the information contained in this message or in any > >>> attachment. Any views or opinions expressed by the author of this email do > >>> not necessarily reflect the views of the University of Nottingham. > >>> > >>> This message has been checked for viruses but the contents of an attachment > >>> may still contain software viruses which could damage your computer system: > >>> you are advised to perform your own checks. Email communications with the > >>> University of Nottingham may be monitored as permitted by UK legislation. > >>> > >>> > >> > >> _______________________________________________ > >> Xerte mailing list > >> Xerte at lists.nottingham.ac.uk > >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >> > >> _______________________________________________ > >> Xerte mailing list > >> Xerte at lists.nottingham.ac.uk > >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > > > _______________________________________________ > > Xerte mailing list > > Xerte at lists.nottingham.ac.uk > > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > > > _______________________________________________ > > Xerte mailing list > > Xerte at lists.nottingham.ac.uk > > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte -------------- next part -------------- An HTML attachment was scrubbed... URL: From Stephanie.Carey at portsmouthtrojans.net Thu Mar 8 13:16:27 2012 From: Stephanie.Carey at portsmouthtrojans.net (Stephanie Carey) Date: Thu, 8 Mar 2012 08:16:27 -0500 Subject: [Xerte] Re: Hyperlinks in Manual Xerte? In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA46C2D58@EXCHANGE1.ad.nottingham.ac.uk> References: , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC382@EXCHANGE1.ad.nottingham.ac.uk> , <4F579244.30600@tor.nl> , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC3BA@EXCHANGE1.ad.nottingham.ac.uk> , <12C67A1EEC419342AF5E59DA31562C3F0BA46C2D58@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: I'm putting the entire html tag in the "text" area. Stephanie J. Carey Technology Teacher Portsmouth Elementary School ________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney [Julian.Tenney at nottingham.ac.uk] Sent: Thursday, March 08, 2012 3:26 AM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Where are you putting it? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 17:06 To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Had wondered about that html tag! Anyway -- Tried View Video as well as View Video Still can't see target text... Stephanie J. Carey Technology Teacher Portsmouth Elementary School ________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney [Julian.Tenney at nottingham.ac.uk] Sent: Wednesday, March 07, 2012 12:02 PM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Sorry CLICK ME From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 16:57 To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? okay - I added the double-quote... The text is not showing. Stephanie J. Carey Technology Teacher Portsmouth Elementary School ________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders [reijnders at tor.nl] Sent: Wednesday, March 07, 2012 11:52 AM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Missing a double-quote before http? Op 7-3-2012 17:44, Stephanie Carey schreef: Thank you Juian! I got the button to work! Now, how come my text didn't work? I used... Stephanie J. Carey Technology Teacher Portsmouth Elementary School ________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney [Julian.Tenney at nottingham.ac.uk] Sent: Wednesday, March 07, 2012 11:37 AM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? >From script use getURL(?http://www.nottingham.ac.uk?, ?_blank?); in text use the normal anchor: ? target=?_blank?> From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 16:32 To: Xerte discussion list Subject: [Xerte] Hyperlinks in Manual Xerte? I'm using the manual version of Xerte and trying to Hyperlink to a page outside of the learning interaction. I've tried making a button and putting a hyperlink in the script - that didn't work. Then I tried just making a Text page and hyperlinking text -- when I preview the LO, it shows a hand (as if it is something to be clicked on), but then doesn't actually open the link...?? Thanks! Stephanie J. Carey Technology Teacher Portsmouth Elementary School This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 -------------- next part -------------- An HTML attachment was scrubbed... URL: From johnathan.kemp at ntlworld.com Thu Mar 8 13:18:45 2012 From: johnathan.kemp at ntlworld.com (Kemp Johnathan) Date: Thu, 8 Mar 2012 13:18:45 +0000 Subject: [Xerte] Re: Constraining a movie In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA46C2D54@EXCHANGE1.ad.nottingham.ac.uk> References: <12C67A1EEC419342AF5E59DA31562C3F0BA46C2D54@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: Thanks. I have preceded the call to setSize with my own code to calculate an appropriate size based on the available space so that I can get the same effect as constrain. JK On 8 March 2012 08:26, Julian Tenney wrote: > Constrain is a method of ICON, but the MOVIE is not a movieclip, so you > should use setSize() > > > > *From:* xerte-bounces at lists.nottingham.ac.uk [mailto: > xerte-bounces at lists.nottingham.ac.uk] *On Behalf Of *Kemp Johnathan > *Sent:* 07 March 2012 17:22 > *To:* Xerte discussion list > *Subject:* [Xerte] Constraining a movie > > > > According to the Xerte reference constrain() is a method of the icon > class, so I would have expected it to be available to a movie icon. > > However I noticed that in the code for the textVideo page the code uses > > > > movie.setSize(800,434); > > > > rather than > > > > movie.constrain(800,434); > > > > I tried using constrain as I wanted to ensure the movies aspect ratio was > not affected by a change of size and it appeared to have no effect. > > > > Is constrain() not available as a method for movie icons? > > > > Kind regards > > > > Johnathan > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From reijnders at tor.nl Thu Mar 8 13:31:59 2012 From: reijnders at tor.nl (Tom Reijnders) Date: Thu, 08 Mar 2012 14:31:59 +0100 Subject: [Xerte] Re: Hyperlinks in Manual Xerte? In-Reply-To: References: , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC382@EXCHANGE1.ad.nottingham.ac.uk> , <4F579244.30600@tor.nl> , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC3BA@EXCHANGE1.ad.nottingham.ac.uk> , <12C67A1EEC419342AF5E59DA31562C3F0BA46C2D58@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <4F58B4CF.5060508@tor.nl> Not sure why it is not working for you, it is working here: Xerte Standalone, Right? Op 8-3-2012 14:16, Stephanie Carey schreef: > href="http://www.teachersdomain.org/asset/dgn09_vid_socialnet/">View > Video -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: agfdeicd.png Type: image/png Size: 158462 bytes Desc: not available URL: From d_b_burnett at hotmail.com Thu Mar 8 13:32:55 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Thu, 8 Mar 2012 08:32:55 -0500 Subject: [Xerte] Re: Hyperlinks in Manual Xerte? In-Reply-To: References: , , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC382@EXCHANGE1.ad.nottingham.ac.uk>, , , <4F579244.30600@tor.nl>, , , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC3BA@EXCHANGE1.ad.nottingham.ac.uk>, , , <12C67A1EEC419342AF5E59DA31562C3F0BA46C2D58@EXCHANGE1.ad.nottingham.ac.uk>, Message-ID: Works here: View Video From: Stephanie.Carey at portsmouthtrojans.net To: xerte at lists.nottingham.ac.uk Date: Thu, 8 Mar 2012 08:16:27 -0500 Subject: [Xerte] Re: Hyperlinks in Manual Xerte? I'm putting the entire html tag in the "text" area. Stephanie J. Carey Technology Teacher Portsmouth Elementary School From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney [Julian.Tenney at nottingham.ac.uk] Sent: Thursday, March 08, 2012 3:26 AM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Where are you putting it? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 17:06 To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Had wondered about that html tag! Anyway -- Tried View Video as well as View Video Still can't see target text... Stephanie J. Carey Technology Teacher Portsmouth Elementary School From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney [Julian.Tenney at nottingham.ac.uk] Sent: Wednesday, March 07, 2012 12:02 PM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Sorry CLICK ME From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 16:57 To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? okay - I added the double-quote... The text is not showing. Stephanie J. Carey Technology Teacher Portsmouth Elementary School From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders [reijnders at tor.nl] Sent: Wednesday, March 07, 2012 11:52 AM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Missing a double-quote before http? Op 7-3-2012 17:44, Stephanie Carey schreef: Thank you Juian! I got the button to work! Now, how come my text didn't work? I used... Stephanie J. Carey Technology Teacher Portsmouth Elementary School From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney [Julian.Tenney at nottingham.ac.uk] Sent: Wednesday, March 07, 2012 11:37 AM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? >From script use getURL(?http://www.nottingham.ac.uk?, ?_blank?); in text use the normal anchor: From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 16:32 To: Xerte discussion list Subject: [Xerte] Hyperlinks in Manual Xerte? I'm using the manual version of Xerte and trying to Hyperlink to a page outside of the learning interaction. I've tried making a button and putting a hyperlink in the script - that didn't work. Then I tried just making a Text page and hyperlinking text -- when I preview the LO, it shows a hand (as if it is something to be clicked on), but then doesn't actually open the link...?? Thanks! Stephanie J. Carey Technology Teacher Portsmouth Elementary School This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From d_b_burnett at hotmail.com Thu Mar 8 13:36:21 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Thu, 8 Mar 2012 08:36:21 -0500 Subject: [Xerte] Re: Hyperlinks in Manual Xerte? In-Reply-To: References: , , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC382@EXCHANGE1.ad.nottingham.ac.uk>, , , <4F579244.30600@tor.nl>, , , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC3BA@EXCHANGE1.ad.nottingham.ac.uk>, , , <12C67A1EEC419342AF5E59DA31562C3F0BA46C2D58@EXCHANGE1.ad.nottingham.ac.uk>, Message-ID: Or if you want a more familiar style of link (blue. underlined): View Video From: Stephanie.Carey at portsmouthtrojans.net To: xerte at lists.nottingham.ac.uk Date: Thu, 8 Mar 2012 08:16:27 -0500 Subject: [Xerte] Re: Hyperlinks in Manual Xerte? I'm putting the entire html tag in the "text" area. Stephanie J. Carey Technology Teacher Portsmouth Elementary School From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney [Julian.Tenney at nottingham.ac.uk] Sent: Thursday, March 08, 2012 3:26 AM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Where are you putting it? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 17:06 To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Had wondered about that html tag! Anyway -- Tried View Video as well as View Video Still can't see target text... Stephanie J. Carey Technology Teacher Portsmouth Elementary School From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney [Julian.Tenney at nottingham.ac.uk] Sent: Wednesday, March 07, 2012 12:02 PM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Sorry CLICK ME From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 16:57 To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? okay - I added the double-quote... The text is not showing. Stephanie J. Carey Technology Teacher Portsmouth Elementary School From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders [reijnders at tor.nl] Sent: Wednesday, March 07, 2012 11:52 AM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Missing a double-quote before http? Op 7-3-2012 17:44, Stephanie Carey schreef: Thank you Juian! I got the button to work! Now, how come my text didn't work? I used... Stephanie J. Carey Technology Teacher Portsmouth Elementary School From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney [Julian.Tenney at nottingham.ac.uk] Sent: Wednesday, March 07, 2012 11:37 AM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? >From script use getURL(?http://www.nottingham.ac.uk?, ?_blank?); in text use the normal anchor: From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 16:32 To: Xerte discussion list Subject: [Xerte] Hyperlinks in Manual Xerte? I'm using the manual version of Xerte and trying to Hyperlink to a page outside of the learning interaction. I've tried making a button and putting a hyperlink in the script - that didn't work. Then I tried just making a Text page and hyperlinking text -- when I preview the LO, it shows a hand (as if it is something to be clicked on), but then doesn't actually open the link...?? Thanks! Stephanie J. Carey Technology Teacher Portsmouth Elementary School This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Thu Mar 8 13:56:20 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Thu, 8 Mar 2012 13:56:20 +0000 Subject: [Xerte] Re: Hyperlinks in Manual Xerte? In-Reply-To: References: , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC382@EXCHANGE1.ad.nottingham.ac.uk> , <4F579244.30600@tor.nl> , <12C67A1EEC419342AF5E59DA31562C3F0BA44DC3BA@EXCHANGE1.ad.nottingham.ac.uk> , <12C67A1EEC419342AF5E59DA31562C3F0BA46C2D58@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA46C3045@EXCHANGE1.ad.nottingham.ac.uk> Of what? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 08 March 2012 13:16 To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? I'm putting the entire html tag in the "text" area. Stephanie J. Carey Technology Teacher Portsmouth Elementary School ________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney [Julian.Tenney at nottingham.ac.uk] Sent: Thursday, March 08, 2012 3:26 AM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Where are you putting it? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 17:06 To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Had wondered about that html tag! Anyway -- Tried View Video as well as View Video Still can't see target text... Stephanie J. Carey Technology Teacher Portsmouth Elementary School ________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney [Julian.Tenney at nottingham.ac.uk] Sent: Wednesday, March 07, 2012 12:02 PM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Sorry CLICK ME From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 16:57 To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? okay - I added the double-quote... The text is not showing. Stephanie J. Carey Technology Teacher Portsmouth Elementary School ________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders [reijnders at tor.nl] Sent: Wednesday, March 07, 2012 11:52 AM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? Missing a double-quote before http? Op 7-3-2012 17:44, Stephanie Carey schreef: Thank you Juian! I got the button to work! Now, how come my text didn't work? I used... Stephanie J. Carey Technology Teacher Portsmouth Elementary School ________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney [Julian.Tenney at nottingham.ac.uk] Sent: Wednesday, March 07, 2012 11:37 AM To: Xerte discussion list Subject: [Xerte] Re: Hyperlinks in Manual Xerte? >From script use getURL('http://www.nottingham.ac.uk', '_blank'); in text use the normal anchor: From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Stephanie Carey Sent: 07 March 2012 16:32 To: Xerte discussion list Subject: [Xerte] Hyperlinks in Manual Xerte? I'm using the manual version of Xerte and trying to Hyperlink to a page outside of the learning interaction. I've tried making a button and putting a hyperlink in the script - that didn't work. Then I tried just making a Text page and hyperlinking text -- when I preview the LO, it shows a hand (as if it is something to be clicked on), but then doesn't actually open the link...?? Thanks! Stephanie J. Carey Technology Teacher Portsmouth Elementary School This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Farhad.Esfandiari at newham.gov.uk Thu Mar 8 14:25:54 2012 From: Farhad.Esfandiari at newham.gov.uk (Farhad.Esfandiari at newham.gov.uk) Date: Thu, 8 Mar 2012 14:25:54 +0000 Subject: [Xerte] Xerte as assessment tool Message-ID: Dear All Is it possible to use Xerte as an online assessment tool where * we set up a set of questions with their possible answers for an assessment; * collect all the correct answers by users for marking the assessment; Regards farhad ________________________________ NOTE: This communication is sent for and on behalf of the London Borough of Newham. However the views expressed within it are not necessarily the views or policies of the Council. The unauthorised use, disclosure, copying or alteration of this communication and any attachments is forbidden. This communication and any attachments are intended for the addressee only and may be confidential. If this has come to you in error you should immediately permanently destroy it. You should take no action based on it or copy or show it to anyone and telephone the Council immediately with any issues on 020 8430 2000 or any other number provided in the communication. Please note that electronic communication is not considered a secure medium for sending information and therefore maybe at risk. We advise that you understand and accept this lack of security when using this form of communication with us. Although we have taken steps to ensure that this email and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free and should run current anti-virus software. Please note that email may be monitored and checked to safeguard the council network from viruses, hoax messages or abuse of the Council's systems. Action may be taken against any malicious and deliberate attempts to infect the council network. The information contained in this email maybe subject to public disclosure under the Freedom of Information Act 2000. Unless the information is legally exempt from disclosure the confidentiality of this email and your reply cannot be guaranteed. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Thu Mar 8 14:27:14 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Thu, 8 Mar 2012 14:27:14 +0000 Subject: [Xerte] Re: Xerte as assessment tool In-Reply-To: References: Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA46C3077@EXCHANGE1.ad.nottingham.ac.uk> Not at present I'm afraid. Tom was looking at making the SCORM support better in certain areas. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Farhad.Esfandiari at newham.gov.uk Sent: 08 March 2012 14:26 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Xerte as assessment tool Dear All Is it possible to use Xerte as an online assessment tool where * we set up a set of questions with their possible answers for an assessment; * collect all the correct answers by users for marking the assessment; Regards farhad ________________________________ NOTE: This communication is sent for and on behalf of the London Borough of Newham. However the views expressed within it are not necessarily the views or policies of the Council. The unauthorised use, disclosure, copying or alteration of this communication and any attachments is forbidden. This communication and any attachments are intended for the addressee only and may be confidential. If this has come to you in error you should immediately permanently destroy it. You should take no action based on it or copy or show it to anyone and telephone the Council immediately with any issues on 020 8430 2000 or any other number provided in the communication. Please note that electronic communication is not considered a secure medium for sending information and therefore maybe at risk. We advise that you understand and accept this lack of security when using this form of communication with us. Although we have taken steps to ensure that this email and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free and should run current anti-virus software. Please note that email may be monitored and checked to safeguard the council network from viruses, hoax messages or abuse of the Council's systems. Action may be taken against any malicious and deliberate attempts to infect the council network. The information contained in this email maybe subject to public disclosure under the Freedom of Information Act 2000. Unless the information is legally exempt from disclosure the confidentiality of this email and your reply cannot be guaranteed. -------------- next part -------------- An HTML attachment was scrubbed... URL: From reijnders at tor.nl Thu Mar 8 17:11:42 2012 From: reijnders at tor.nl (Tom Reijnders) Date: Thu, 08 Mar 2012 18:11:42 +0100 Subject: [Xerte] Re: Xerte as assessment tool In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA46C3077@EXCHANGE1.ad.nottingham.ac.uk> References: <12C67A1EEC419342AF5E59DA31562C3F0BA46C3077@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <4F58E84E.1060309@tor.nl> Depends a bit, with what you mean with possible answers (free text or multiple choice), if multiplie choice, than kind of. That is, I have a scorm quiz working. It is not (yet) a part of the templates but will be in the upcoming release. After the release I plan to add more of SCORM functionality for better tracking and better automatic assessment to the existing Xerte pages. Tom Op 8-3-2012 15:27, Julian Tenney schreef: > > Not at present I'm afraid. Tom was looking at making the SCORM support > better in certain areas. > > *From:*xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] *On Behalf Of > *Farhad.Esfandiari at newham.gov.uk > *Sent:* 08 March 2012 14:26 > *To:* xerte at lists.nottingham.ac.uk > *Subject:* [Xerte] Xerte as assessment tool > > Dear All > > Is it possible to use Xerte as an online assessment tool where > > ?we set up a set of questions with their possible answers for an > assessment; > > ?collect all the correct answers by users for marking the assessment; > > Regards > > farhad > > ------------------------------------------------------------------------ > > > NOTE: This communication is sent for and on behalf of the London > Borough of Newham. > However the views expressed within it are not necessarily the views or > policies of the Council. The unauthorised use, disclosure, copying or > alteration of this communication and any attachments is forbidden. > This communication and any attachments are intended for the addressee > only and may be confidential. If this has come to you in error you > should immediately permanently destroy it. > You should take no action based on it or copy or show it to anyone and > telephone the Council immediately with any issues on 020 8430 2000 or > any other number provided in the communication. Please note that > electronic communication is not considered a secure medium for sending > information and therefore maybe at risk. > We advise that you understand and accept this lack of security when > using this form of communication with us. Although we have taken steps > to ensure that this email and attachments are free from any virus, we > advise that in keeping with good computing practice the recipient > should ensure they are actually virus free and should run current > anti-virus software. Please note that email may be monitored and > checked to safeguard the council network from viruses, hoax messages > or abuse of the Council's systems. Action may be taken against any > malicious and deliberate attempts to infect the council network. > The information contained in this email maybe subject to public > disclosure under the Freedom of Information Act 2000. Unless the > information is legally exempt from disclosure the confidentiality of > this email and your reply cannot be guaranteed. > > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Farhad.Esfandiari at newham.gov.uk Fri Mar 9 15:47:16 2012 From: Farhad.Esfandiari at newham.gov.uk (Farhad.Esfandiari at newham.gov.uk) Date: Fri, 9 Mar 2012 15:47:16 +0000 Subject: [Xerte] Re: Xerte Digest, Vol 67, Issue 56 In-Reply-To: References: Message-ID: Hi Tom Regarding your response, yes my questions are mutiple choice ones. In this case, how can I get a suitable scorm for using Xerte multiple choice questions as an assessment tool? Regards Farhad -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of xerte-request at lists.nottingham.ac.uk Sent: 08 March 2012 17:12 To: xerte at lists.nottingham.ac.uk Subject: Xerte Digest, Vol 67, Issue 56 Send Xerte mailing list submissions to xerte at lists.nottingham.ac.uk To subscribe or unsubscribe via the World Wide Web, visit http://lists.nottingham.ac.uk/mailman/listinfo/xerte or, via email, send a message with subject or body 'help' to xerte-request at lists.nottingham.ac.uk You can reach the person managing the list at xerte-owner at lists.nottingham.ac.uk When replying, please edit your Subject line so it is more specific than "Re: Contents of Xerte digest..." Today's Topics: 1. Xerte as assessment tool (Farhad.Esfandiari at newham.gov.uk) 2. Re: Xerte as assessment tool (Julian Tenney) 3. Re: Xerte as assessment tool (Tom Reijnders) ---------------------------------------------------------------------- Message: 1 Date: Thu, 8 Mar 2012 14:25:54 +0000 From: To: Subject: [Xerte] Xerte as assessment tool Message-ID: Content-Type: text/plain; charset="us-ascii" Dear All Is it possible to use Xerte as an online assessment tool where * we set up a set of questions with their possible answers for an assessment; * collect all the correct answers by users for marking the assessment; Regards farhad ________________________________ NOTE: This communication is sent for and on behalf of the London Borough of Newham. However the views expressed within it are not necessarily the views or policies of the Council. The unauthorised use, disclosure, copying or alteration of this communication and any attachments is forbidden. This communication and any attachments are intended for the addressee only and may be confidential. If this has come to you in error you should immediately permanently destroy it. You should take no action based on it or copy or show it to anyone and telephone the Council immediately with any issues on 020 8430 2000 or any other number provided in the communication. Please note that electronic communication is not considered a secure medium for sending information and therefore maybe at risk. We advise that you understand and accept this lack of security when using this form of communication with us. Although we have taken steps to ensure that this email and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free and should run current anti-virus software. Please note that email may be monitored and checked to safeguard the council network from viruses, hoax messages or abuse of the Council's systems. Action may be taken against any malicious and deliberate attempts to infect the council network. The information contained in this email maybe subject to public disclosure under the Freedom of Information Act 2000. Unless the information is legally exempt from disclosure the confidentiality of this email and your reply cannot be guaranteed. -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 2 Date: Thu, 8 Mar 2012 14:27:14 +0000 From: Julian Tenney To: Xerte discussion list Subject: [Xerte] Re: Xerte as assessment tool Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA46C3077 at EXCHANGE1.ad.nottingham.ac.uk> Content-Type: text/plain; charset="us-ascii" Not at present I'm afraid. Tom was looking at making the SCORM support better in certain areas. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Farhad.Esfandiari at newham.gov.uk Sent: 08 March 2012 14:26 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Xerte as assessment tool Dear All Is it possible to use Xerte as an online assessment tool where * we set up a set of questions with their possible answers for an assessment; * collect all the correct answers by users for marking the assessment; Regards farhad ________________________________ NOTE: This communication is sent for and on behalf of the London Borough of Newham. However the views expressed within it are not necessarily the views or policies of the Council. The unauthorised use, disclosure, copying or alteration of this communication and any attachments is forbidden. This communication and any attachments are intended for the addressee only and may be confidential. If this has come to you in error you should immediately permanently destroy it. You should take no action based on it or copy or show it to anyone and telephone the Council immediately with any issues on 020 8430 2000 or any other number provided in the communication. Please note that electronic communication is not considered a secure medium for sending information and therefore maybe at risk. We advise that you understand and accept this lack of security when using this form of communication with us. Although we have taken steps to ensure that this email and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free and should run current anti-virus software. Please note that email may be monitored and checked to safeguard the council network from viruses, hoax messages or abuse of the Council's systems. Action may be taken against any malicious and deliberate attempts to infect the council network. The information contained in this email maybe subject to public disclosure under the Freedom of Information Act 2000. Unless the information is legally exempt from disclosure the confidentiality of this email and your reply cannot be guaranteed. -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 3 Date: Thu, 08 Mar 2012 18:11:42 +0100 From: Tom Reijnders To: Xerte discussion list Subject: [Xerte] Re: Xerte as assessment tool Message-ID: <4F58E84E.1060309 at tor.nl> Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Depends a bit, with what you mean with possible answers (free text or multiple choice), if multiplie choice, than kind of. That is, I have a scorm quiz working. It is not (yet) a part of the templates but will be in the upcoming release. After the release I plan to add more of SCORM functionality for better tracking and better automatic assessment to the existing Xerte pages. Tom Op 8-3-2012 15:27, Julian Tenney schreef: > > Not at present I'm afraid. Tom was looking at making the SCORM support > better in certain areas. > > *From:*xerte-bounces at lists.nottingham.ac.uk > [mailto:xerte-bounces at lists.nottingham.ac.uk] *On Behalf Of > *Farhad.Esfandiari at newham.gov.uk > *Sent:* 08 March 2012 14:26 > *To:* xerte at lists.nottingham.ac.uk > *Subject:* [Xerte] Xerte as assessment tool > > Dear All > > Is it possible to use Xerte as an online assessment tool where > > ?we set up a set of questions with their possible answers for an > assessment; > > ?collect all the correct answers by users for marking the assessment; > > Regards > > farhad > > ------------------------------------------------------------------------ > > > NOTE: This communication is sent for and on behalf of the London > Borough of Newham. > However the views expressed within it are not necessarily the views or > policies of the Council. The unauthorised use, disclosure, copying or > alteration of this communication and any attachments is forbidden. > This communication and any attachments are intended for the addressee > only and may be confidential. If this has come to you in error you > should immediately permanently destroy it. > You should take no action based on it or copy or show it to anyone and > telephone the Council immediately with any issues on 020 8430 2000 or > any other number provided in the communication. Please note that > electronic communication is not considered a secure medium for sending > information and therefore maybe at risk. > We advise that you understand and accept this lack of security when > using this form of communication with us. Although we have taken steps > to ensure that this email and attachments are free from any virus, we > advise that in keeping with good computing practice the recipient > should ensure they are actually virus free and should run current > anti-virus software. Please note that email may be monitored and > checked to safeguard the council network from viruses, hoax messages > or abuse of the Council's systems. Action may be taken against any > malicious and deliberate attempts to infect the council network. > The information contained in this email maybe subject to public > disclosure under the Freedom of Information Act 2000. Unless the > information is legally exempt from disclosure the confidentiality of > this email and your reply cannot be guaranteed. > > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte End of Xerte Digest, Vol 67, Issue 56 ************************************* From reijnders at tor.nl Fri Mar 9 16:26:23 2012 From: reijnders at tor.nl (Tom Reijnders) Date: Fri, 09 Mar 2012 17:26:23 +0100 Subject: [Xerte] Re: Assessment with XOT In-Reply-To: References: Message-ID: <4F5A2F2F.4040006@tor.nl> Again, depends on the LMS (SCOMR 1.2 or SCORM 2004) SCORM 1.2 is readily available now, in the Page Templates quiz. (you have to enable the optional SCORM parameter) For SCORM 2004 you have to wait a bit. It will be in the upcoming release. The 2004 version is also able to track the exact scores of pupils, not only the percentage of good answers. Op 9-3-2012 16:47, Farhad.Esfandiari at newham.gov.uk schreef: > Hi Tom > > Regarding your response, yes my questions are mutiple choice ones. In this case, how can I get a suitable scorm for using Xerte multiple choice questions as an assessment tool? > > Regards > Farhad > > -----Original Message----- > From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of xerte-request at lists.nottingham.ac.uk > Sent: 08 March 2012 17:12 > To: xerte at lists.nottingham.ac.uk > Subject: Xerte Digest, Vol 67, Issue 56 > > Send Xerte mailing list submissions to > xerte at lists.nottingham.ac.uk > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > or, via email, send a message with subject or body 'help' to > xerte-request at lists.nottingham.ac.uk > > You can reach the person managing the list at > xerte-owner at lists.nottingham.ac.uk > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Xerte digest..." > > > Today's Topics: > > 1. Xerte as assessment tool (Farhad.Esfandiari at newham.gov.uk) > 2. Re: Xerte as assessment tool (Julian Tenney) > 3. Re: Xerte as assessment tool (Tom Reijnders) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 8 Mar 2012 14:25:54 +0000 > From: > To: > Subject: [Xerte] Xerte as assessment tool > Message-ID: > > > Content-Type: text/plain; charset="us-ascii" > > Dear All > > Is it possible to use Xerte as an online assessment tool where > > * we set up a set of questions with their possible answers for an assessment; > > * collect all the correct answers by users for marking the assessment; > > Regards > farhad > > ________________________________ > > NOTE: This communication is sent for and on behalf of the London Borough of Newham. > However the views expressed within it are not necessarily the views or policies of the Council. The unauthorised use, disclosure, copying or alteration of this communication and any attachments is forbidden. This communication and any attachments are intended for the addressee only and may be confidential. If this has come to you in error you should immediately permanently destroy it. > You should take no action based on it or copy or show it to anyone and telephone the Council immediately with any issues on 020 8430 2000 or any other number provided in the communication. Please note that electronic communication is not considered a secure medium for sending information and therefore maybe at risk. > We advise that you understand and accept this lack of security when using this form of communication with us. Although we have taken steps to ensure that this email and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free and should run current anti-virus software. Please note that email may be monitored and checked to safeguard the council network from viruses, hoax messages or abuse of the Council's systems. Action may be taken against any malicious and deliberate attempts to infect the council network. > The information contained in this email maybe subject to public disclosure under the Freedom of Information Act 2000. Unless the information is legally exempt from disclosure the confidentiality of this email and your reply cannot be guaranteed. > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > ------------------------------ > > Message: 2 > Date: Thu, 8 Mar 2012 14:27:14 +0000 > From: Julian Tenney > To: Xerte discussion list > Subject: [Xerte] Re: Xerte as assessment tool > Message-ID: > <12C67A1EEC419342AF5E59DA31562C3F0BA46C3077 at EXCHANGE1.ad.nottingham.ac.uk> > > Content-Type: text/plain; charset="us-ascii" > > Not at present I'm afraid. Tom was looking at making the SCORM support better in certain areas. > > From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Farhad.Esfandiari at newham.gov.uk > Sent: 08 March 2012 14:26 > To: xerte at lists.nottingham.ac.uk > Subject: [Xerte] Xerte as assessment tool > > Dear All > > Is it possible to use Xerte as an online assessment tool where > > * we set up a set of questions with their possible answers for an assessment; > > * collect all the correct answers by users for marking the assessment; > > Regards > farhad > > ________________________________ > > NOTE: This communication is sent for and on behalf of the London Borough of Newham. > However the views expressed within it are not necessarily the views or policies of the Council. The unauthorised use, disclosure, copying or alteration of this communication and any attachments is forbidden. This communication and any attachments are intended for the addressee only and may be confidential. If this has come to you in error you should immediately permanently destroy it. > You should take no action based on it or copy or show it to anyone and telephone the Council immediately with any issues on 020 8430 2000 or any other number provided in the communication. Please note that electronic communication is not considered a secure medium for sending information and therefore maybe at risk. > We advise that you understand and accept this lack of security when using this form of communication with us. Although we have taken steps to ensure that this email and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free and should run current anti-virus software. Please note that email may be monitored and checked to safeguard the council network from viruses, hoax messages or abuse of the Council's systems. Action may be taken against any malicious and deliberate attempts to infect the council network. > The information contained in this email maybe subject to public disclosure under the Freedom of Information Act 2000. Unless the information is legally exempt from disclosure the confidentiality of this email and your reply cannot be guaranteed. > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > ------------------------------ > > Message: 3 > Date: Thu, 08 Mar 2012 18:11:42 +0100 > From: Tom Reijnders > To: Xerte discussion list > Subject: [Xerte] Re: Xerte as assessment tool > Message-ID:<4F58E84E.1060309 at tor.nl> > Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" > > Depends a bit, with what you mean with possible answers (free text or > multiple choice), if multiplie choice, than kind of. That is, I have a > scorm quiz working. It is not (yet) a part of the templates but will be > in the upcoming release. > > After the release I plan to add more of SCORM functionality for better > tracking and better automatic assessment to the existing Xerte pages. > > Tom > > Op 8-3-2012 15:27, Julian Tenney schreef: >> Not at present I'm afraid. Tom was looking at making the SCORM support >> better in certain areas. >> >> *From:*xerte-bounces at lists.nottingham.ac.uk >> [mailto:xerte-bounces at lists.nottingham.ac.uk] *On Behalf Of >> *Farhad.Esfandiari at newham.gov.uk >> *Sent:* 08 March 2012 14:26 >> *To:* xerte at lists.nottingham.ac.uk >> *Subject:* [Xerte] Xerte as assessment tool >> >> Dear All >> >> Is it possible to use Xerte as an online assessment tool where >> >> ?we set up a set of questions with their possible answers for an >> assessment; >> >> ?collect all the correct answers by users for marking the assessment; >> >> Regards >> >> farhad >> >> ------------------------------------------------------------------------ >> >> >> NOTE: This communication is sent for and on behalf of the London >> Borough of Newham. >> However the views expressed within it are not necessarily the views or >> policies of the Council. The unauthorised use, disclosure, copying or >> alteration of this communication and any attachments is forbidden. >> This communication and any attachments are intended for the addressee >> only and may be confidential. If this has come to you in error you >> should immediately permanently destroy it. >> You should take no action based on it or copy or show it to anyone and >> telephone the Council immediately with any issues on 020 8430 2000 or >> any other number provided in the communication. Please note that >> electronic communication is not considered a secure medium for sending >> information and therefore maybe at risk. >> We advise that you understand and accept this lack of security when >> using this form of communication with us. Although we have taken steps >> to ensure that this email and attachments are free from any virus, we >> advise that in keeping with good computing practice the recipient >> should ensure they are actually virus free and should run current >> anti-virus software. Please note that email may be monitored and >> checked to safeguard the council network from viruses, hoax messages >> or abuse of the Council's systems. Action may be taken against any >> malicious and deliberate attempts to infect the council network. >> The information contained in this email maybe subject to public >> disclosure under the Freedom of Information Act 2000. Unless the >> information is legally exempt from disclosure the confidentiality of >> this email and your reply cannot be guaranteed. >> >> >> This message and any attachment are intended solely for the addressee >> and may contain confidential information. If you have received this >> message in error, please send it back to me, and immediately delete >> it. Please do not use, copy or disclose the information contained in >> this message or in any attachment. Any views or opinions expressed by >> the author of this email do not necessarily reflect the views of the >> University of Nottingham. >> >> This message has been checked for viruses but the contents of an >> attachment may still contain software viruses which could damage your >> computer system: you are advised to perform your own checks. Email >> communications with the University of Nottingham may be monitored as >> permitted by UK legislation. >> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment >> may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the >> University of Nottingham may be monitored as permitted by UK legislation. >> -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 From d_b_burnett at hotmail.com Wed Mar 14 10:30:24 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Wed, 14 Mar 2012 06:30:24 -0400 Subject: [Xerte] Array length when none expected In-Reply-To: <4F5A2F2F.4040006@tor.nl> References: , , <4F5A2F2F.4040006@tor.nl> Message-ID: feedback_right is an XML CDATA node that is read in rarray = feedback_right.toString().split('~');debug(feedback_right); //blankdebug(rarray); //blankdebug(rarray.length); // 1 Why is it exhibiting length? -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Wed Mar 14 10:35:55 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 14 Mar 2012 10:35:55 +0000 Subject: [Xerte] Re: Array length when none expected In-Reply-To: References: , , <4F5A2F2F.4040006@tor.nl> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4848B9A@EXCHANGE1.ad.nottingham.ac.uk> How are you reading it in? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 14 March 2012 10:30 To: Xerte list Subject: [Xerte] Array length when none expected feedback_right is an XML CDATA node that is read in rarray = feedback_right.toString().split('~'); debug(feedback_right); //blank debug(rarray); //blank debug(rarray.length); // 1 Why is it exhibiting length? -------------- next part -------------- An HTML attachment was scrubbed... URL: From patrick.lockley at googlemail.com Wed Mar 14 10:36:34 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Wed, 14 Mar 2012 10:36:34 +0000 Subject: [Xerte] Re: Array length when none expected In-Reply-To: References: <4F5A2F2F.4040006@tor.nl> Message-ID: is 1 length, or is 1 true On Wed, Mar 14, 2012 at 10:30 AM, Dave Burnett wrote: > feedback_right is an XML CDATA node that is read in > > > ? ? ? > ? ? > > rarray = feedback_right.toString().split('~'); > debug(feedback_right); //blank > debug(rarray); //blank > debug(rarray.length); // 1 > > Why is it exhibiting length? > > > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. ? Please do not > use, copy or disclose the information contained in this message or in any > attachment. ?Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > From Julian.Tenney at nottingham.ac.uk Wed Mar 14 10:37:47 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 14 Mar 2012 10:37:47 +0000 Subject: [Xerte] Re: Array length when none expected In-Reply-To: References: <4F5A2F2F.4040006@tor.nl> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4848BA1@EXCHANGE1.ad.nottingham.ac.uk> Length. -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley Sent: 14 March 2012 10:37 To: Xerte discussion list Subject: [Xerte] Re: Array length when none expected is 1 length, or is 1 true On Wed, Mar 14, 2012 at 10:30 AM, Dave Burnett wrote: > feedback_right is an XML CDATA node that is read in > > > ? ? ? > ? ? > > rarray = feedback_right.toString().split('~'); > debug(feedback_right); //blank > debug(rarray); //blank > debug(rarray.length); // 1 > > Why is it exhibiting length? > > > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. ? Please do not > use, copy or disclose the information contained in this message or in any > attachment. ?Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte From d_b_burnett at hotmail.com Wed Mar 14 10:58:52 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Wed, 14 Mar 2012 06:58:52 -0400 Subject: [Xerte] Re: Array length when none expected In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA4848B9A@EXCHANGE1.ad.nottingham.ac.uk> References: , , , , <4F5A2F2F.4040006@tor.nl> , <12C67A1EEC419342AF5E59DA31562C3F0BA4848B9A@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: Should it matter? ;-) unitData.sendAndLoad length reports 2 length reports 1 length reports 1 From: Julian.Tenney at nottingham.ac.uk To: xerte at lists.nottingham.ac.uk Date: Wed, 14 Mar 2012 10:35:55 +0000 Subject: [Xerte] Re: Array length when none expected How are you reading it in? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 14 March 2012 10:30 To: Xerte list Subject: [Xerte] Array length when none expected feedback_right is an XML CDATA node that is read in rarray = feedback_right.toString().split('~');debug(feedback_right); //blankdebug(rarray); //blankdebug(rarray.length); // 1 Why is it exhibiting length? This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Wed Mar 14 10:59:26 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 14 Mar 2012 10:59:26 +0000 Subject: [Xerte] Re: Array length when none expected In-Reply-To: References: , , <4F5A2F2F.4040006@tor.nl> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4848BC8@EXCHANGE1.ad.nottingham.ac.uk> The xml is a red herring: This explains it: string = "hi"; arr = string.split('~'); debug(arr.length); //debugs 1? debug(arr[0]); //debugs hi So: string = ""; //AN EMPTY STRING arr = string.split('~'); debug(arr.length); //debugs 1 debug(arr[0]); //debugs EMPTY STRING From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 14 March 2012 10:30 To: Xerte list Subject: [Xerte] Array length when none expected feedback_right is an XML CDATA node that is read in rarray = feedback_right.toString().split('~'); debug(feedback_right); //blank debug(rarray); //blank debug(rarray.length); // 1 Why is it exhibiting length? -------------- next part -------------- An HTML attachment was scrubbed... URL: From hugo.callens at socius.be Wed Mar 14 19:19:02 2012 From: hugo.callens at socius.be (Hugo Callens) Date: Wed, 14 Mar 2012 20:19:02 +0100 Subject: [Xerte] XOT installation problem - MySQL access In-Reply-To: References: Message-ID: Hi, Trying to install Xerte Online Toolkits; no luck :-( Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'apache'@'localhost' (using password: NO) in /mydomain/public_html/xot/setup/mysql_iframe_2.php on line 19 The MySQL error number is 1045 The MySQL error string is Access denied for user 'apache'@'localhost' (using password: NO) Why is XOT asking for apache user? I have the necessary rights on the database. Please help! Regards Hugo Callens -------------- next part -------------- An HTML attachment was scrubbed... URL: From patrick.lockley at googlemail.com Wed Mar 14 19:39:13 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Wed, 14 Mar 2012 19:39:13 +0000 Subject: [Xerte] Re: XOT installation problem - MySQL access In-Reply-To: References: Message-ID: Hi Hugo, You've ran setup? What does database.php look like in the root of the install? Pat On Wed, Mar 14, 2012 at 7:19 PM, Hugo Callens wrote: > Hi, > > Trying to install Xerte Online Toolkits; no luck :-( > > Warning: mysql_connect() [function.mysql-connect]: Access denied for user > 'apache'@'localhost' (using password: NO) in > /mydomain/public_html/xot/setup/mysql_iframe_2.php on line 19 > The MySQL error number is 1045 > The MySQL error string is Access denied for user 'apache'@'localhost' (using > password: NO) > > Why is XOT asking for apache user? I have the necessary rights on the > database. > > Please help! > > Regards > > Hugo Callens > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. ? Please do not > use, copy or disclose the information contained in this message or in any > attachment. ?Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > From caksalman at gmail.com Thu Mar 15 00:24:20 2012 From: caksalman at gmail.com (salman alfarisi) Date: Thu, 15 Mar 2012 07:24:20 +0700 Subject: [Xerte] Is there any tutorial using Xerte with Wordpress Plugins? Message-ID: Hello everybody, I want ask does anyone can share tutorials how to using xerte plugin using wordpress? I very appreciate if you all can share any information about it. Thank you. Salman -------------- next part -------------- An HTML attachment was scrubbed... URL: From patrick.lockley at googlemail.com Thu Mar 15 09:59:25 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Thu, 15 Mar 2012 09:59:25 +0000 Subject: [Xerte] Re: Is there any tutorial using Xerte with Wordpress Plugins? In-Reply-To: References: Message-ID: Hi Salman, With the plugin installed look for the lower "Xerte Online" link under settings. Then click on guidance. There are a lot of tutorials there. Pat On Thu, Mar 15, 2012 at 12:24 AM, salman alfarisi wrote: > Hello everybody, > > I want ask does anyone can share tutorials how to using xerte plugin using > wordpress? > > I very appreciate if you all can share any information about it. > > Thank you. > > Salman > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. ? Please do not > use, copy or disclose the information contained in this message or in any > attachment. ?Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > From d_b_burnett at hotmail.com Thu Mar 15 13:45:04 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Thu, 15 Mar 2012 09:45:04 -0400 Subject: [Xerte] img pathing In-Reply-To: <010701ccfaf6$5da1b7c0$18e52740$@co.uk> References: <4F54E0CC.2010707@musapp.com>, <010701ccfaf6$5da1b7c0$18e52740$@co.uk> Message-ID: This is being read in via an xml file and set via mytexticon.setText(variable); Lucio Do I have any options on the path? Does it have to be fully qualified or can I use relative stuff? Lucio -------------- next part -------------- An HTML attachment was scrubbed... URL: From patrick.lockley at googlemail.com Thu Mar 15 13:49:36 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Thu, 15 Mar 2012 13:49:36 +0000 Subject: [Xerte] Re: img pathing In-Reply-To: References: <4F54E0CC.2010707@musapp.com> <010701ccfaf6$5da1b7c0$18e52740$@co.uk> Message-ID: should be relatively to the swf? On Thu, Mar 15, 2012 at 1:45 PM, Dave Burnett wrote: > > This is being read in via an xml file and set via > mytexticon.setText(variable); > > Lucio > > > Do I have any options on the path? > > Does it have to be fully qualified or can I use relative stuff? > > Lucio > > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. ? Please do not > use, copy or disclose the information contained in this message or in any > attachment. ?Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > From d_b_burnett at hotmail.com Thu Mar 15 14:01:22 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Thu, 15 Mar 2012 10:01:22 -0400 Subject: [Xerte] Re: img pathing In-Reply-To: References: <4F54E0CC.2010707@musapp.com>, <010701ccfaf6$5da1b7c0$18e52740$@co.uk>, , Message-ID: Duh. I forget I'm authoring.Thanks Pat. > Date: Thu, 15 Mar 2012 13:49:36 +0000 > From: patrick.lockley at googlemail.com > To: xerte at lists.nottingham.ac.uk > Subject: [Xerte] Re: img pathing > > should be relatively to the swf? > > On Thu, Mar 15, 2012 at 1:45 PM, Dave Burnett wrote: > > > > This is being read in via an xml file and set via > > mytexticon.setText(variable); > > > > Lucio > > > > > > Do I have any options on the path? > > > > Does it have to be fully qualified or can I use relative stuff? > > > > Lucio > > > > > > This message and any attachment are intended solely for the addressee and > > may contain confidential information. If you have received this message in > > error, please send it back to me, and immediately delete it. Please do not > > use, copy or disclose the information contained in this message or in any > > attachment. Any views or opinions expressed by the author of this email do > > not necessarily reflect the views of the University of Nottingham. > > > > This message has been checked for viruses but the contents of an attachment > > may still contain software viruses which could damage your computer system: > > you are advised to perform your own checks. Email communications with the > > University of Nottingham may be monitored as permitted by UK legislation. > > > > > > _______________________________________________ > > Xerte mailing list > > Xerte at lists.nottingham.ac.uk > > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > > > This message and any attachment are intended solely for the addressee and > > may contain confidential information. If you have received this message in > > error, please send it back to me, and immediately delete it. Please do not > > use, copy or disclose the information contained in this message or in any > > attachment. Any views or opinions expressed by the author of this email do > > not necessarily reflect the views of the University of Nottingham. > > > > This message has been checked for viruses but the contents of an attachment > > may still contain software viruses which could damage your computer system: > > you are advised to perform your own checks. Email communications with the > > University of Nottingham may be monitored as permitted by UK legislation. > > > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte -------------- next part -------------- An HTML attachment was scrubbed... URL: From patrick.lockley at googlemail.com Thu Mar 15 18:36:56 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Thu, 15 Mar 2012 18:36:56 +0000 Subject: [Xerte] Open source communities Message-ID: https://www.crowdtilt.com/campaigns/snowball-getting-community-initiatives-in-free-software-rolling Thought this might be an idea From kent_chesnut at hotmail.com Thu Mar 15 22:55:06 2012 From: kent_chesnut at hotmail.com (Kent Chesnut) Date: Thu, 15 Mar 2012 17:55:06 -0500 Subject: [Xerte] Xerte 2.17 and Captivate 5.5 Message-ID: Xerte experts, I've just upgraded from Captivate 3 to Captivate 5.5. Much to my chagrin, I'm having problems getting the new Captivate projects to play in Xerte. When I insert the link to the Captivate .swf file in Xerte, the captivate movie plays very fast and loops. It doesn't wait for user input at all. Can someone help me with this? Thanks in advance, Kent -------------- next part -------------- An HTML attachment was scrubbed... URL: From d_b_burnett at hotmail.com Thu Mar 15 23:03:21 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Thu, 15 Mar 2012 19:03:21 -0400 Subject: [Xerte] Re: Xerte 2.17 and Captivate 5.5 In-Reply-To: References: Message-ID: Kent;Do you know what version of Flash Cap 5.5 publishes to?Anything above FP8/AS2 may have issues within Xerte desktop. Dave From: kent_chesnut at hotmail.com To: xerte at lists.nottingham.ac.uk Date: Thu, 15 Mar 2012 17:55:06 -0500 Subject: [Xerte] Xerte 2.17 and Captivate 5.5 Xerte experts, I've just upgraded from Captivate 3 to Captivate 5.5. Much to my chagrin, I'm having problems getting the new Captivate projects to play in Xerte. When I insert the link to the Captivate .swf file in Xerte, the captivate movie plays very fast and loops. It doesn't wait for user input at all. Can someone help me with this? Thanks in advance, Kent This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From kent_chesnut at hotmail.com Thu Mar 15 23:39:05 2012 From: kent_chesnut at hotmail.com (Kent Chesnut) Date: Thu, 15 Mar 2012 18:39:05 -0500 Subject: [Xerte] Re: Xerte 2.17 and Captivate 5.5 In-Reply-To: References: , Message-ID: Dave, I wondered about that. The new version of Captivate only goes back to flash 9 (and it is AS3). Is there a workaround? Does XOT handle it differently. Thanks for any help you can provide, Kent From: d_b_burnett at hotmail.com To: xerte at lists.nottingham.ac.uk Date: Thu, 15 Mar 2012 19:03:21 -0400 Subject: [Xerte] Re: Xerte 2.17 and Captivate 5.5 Kent;Do you know what version of Flash Cap 5.5 publishes to?Anything above FP8/AS2 may have issues within Xerte desktop. Dave From: kent_chesnut at hotmail.com To: xerte at lists.nottingham.ac.uk Date: Thu, 15 Mar 2012 17:55:06 -0500 Subject: [Xerte] Xerte 2.17 and Captivate 5.5 Xerte experts, I've just upgraded from Captivate 3 to Captivate 5.5. Much to my chagrin, I'm having problems getting the new Captivate projects to play in Xerte. When I insert the link to the Captivate .swf file in Xerte, the captivate movie plays very fast and loops. It doesn't wait for user input at all. Can someone help me with this? Thanks in advance, Kent This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From d_b_burnett at hotmail.com Fri Mar 16 00:11:38 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Thu, 15 Mar 2012 20:11:38 -0400 Subject: [Xerte] Re: Xerte 2.17 and Captivate 5.5 In-Reply-To: References: , , , Message-ID: > (and it is AS3) Problem. >Is there a workaround? Does XOT handle it differently. Sorry, no and no. Just another example of how Adobe views the client. From: kent_chesnut at hotmail.com To: xerte at lists.nottingham.ac.uk Date: Thu, 15 Mar 2012 18:39:05 -0500 Subject: [Xerte] Re: Xerte 2.17 and Captivate 5.5 Dave, I wondered about that. The new version of Captivate only goes back to flash 9 (and it is AS3). Is there a workaround? Does XOT handle it differently. Thanks for any help you can provide, Kent From: d_b_burnett at hotmail.com To: xerte at lists.nottingham.ac.uk Date: Thu, 15 Mar 2012 19:03:21 -0400 Subject: [Xerte] Re: Xerte 2.17 and Captivate 5.5 Kent;Do you know what version of Flash Cap 5.5 publishes to?Anything above FP8/AS2 may have issues within Xerte desktop. Dave From: kent_chesnut at hotmail.com To: xerte at lists.nottingham.ac.uk Date: Thu, 15 Mar 2012 17:55:06 -0500 Subject: [Xerte] Xerte 2.17 and Captivate 5.5 Xerte experts, I've just upgraded from Captivate 3 to Captivate 5.5. Much to my chagrin, I'm having problems getting the new Captivate projects to play in Xerte. When I insert the link to the Captivate .swf file in Xerte, the captivate movie plays very fast and loops. It doesn't wait for user input at all. Can someone help me with this? Thanks in advance, Kent This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From kent_chesnut at hotmail.com Fri Mar 16 00:16:25 2012 From: kent_chesnut at hotmail.com (Kent Chesnut) Date: Thu, 15 Mar 2012 19:16:25 -0500 Subject: [Xerte] Re: Xerte 2.17 and Captivate 5.5 In-Reply-To: References: , , , , , , Message-ID: Dave, Thanks for all of your help. Maybe I can revert back to Captivate 3. Have a great day, Kent From: d_b_burnett at hotmail.com To: xerte at lists.nottingham.ac.uk Date: Thu, 15 Mar 2012 20:11:38 -0400 Subject: [Xerte] Re: Xerte 2.17 and Captivate 5.5 > (and it is AS3) Problem. >Is there a workaround? Does XOT handle it differently. Sorry, no and no. Just another example of how Adobe views the client. From: kent_chesnut at hotmail.com To: xerte at lists.nottingham.ac.uk Date: Thu, 15 Mar 2012 18:39:05 -0500 Subject: [Xerte] Re: Xerte 2.17 and Captivate 5.5 Dave, I wondered about that. The new version of Captivate only goes back to flash 9 (and it is AS3). Is there a workaround? Does XOT handle it differently. Thanks for any help you can provide, Kent From: d_b_burnett at hotmail.com To: xerte at lists.nottingham.ac.uk Date: Thu, 15 Mar 2012 19:03:21 -0400 Subject: [Xerte] Re: Xerte 2.17 and Captivate 5.5 Kent;Do you know what version of Flash Cap 5.5 publishes to?Anything above FP8/AS2 may have issues within Xerte desktop. Dave From: kent_chesnut at hotmail.com To: xerte at lists.nottingham.ac.uk Date: Thu, 15 Mar 2012 17:55:06 -0500 Subject: [Xerte] Xerte 2.17 and Captivate 5.5 Xerte experts, I've just upgraded from Captivate 3 to Captivate 5.5. Much to my chagrin, I'm having problems getting the new Captivate projects to play in Xerte. When I insert the link to the Captivate .swf file in Xerte, the captivate movie plays very fast and loops. It doesn't wait for user input at all. Can someone help me with this? Thanks in advance, Kent This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ronm at mitchellmedia.co.uk Fri Mar 16 07:52:46 2012 From: ronm at mitchellmedia.co.uk (RonM) Date: Fri, 16 Mar 2012 07:52:46 +0000 Subject: [Xerte] Re: Xerte 2.17 and Captivate 5.5 In-Reply-To: References: Message-ID: If you're using page template in either xot or xerte you could try the embed content page to display the captivate swf rather than the captivate page. HTH Ron Sent from my iPhone On 16 Mar 2012, at 00:16, Kent Chesnut wrote: > Dave, > > Thanks for all of your help. Maybe I can revert back to Captivate 3. > > Have a great day, > Kent > > From: d_b_burnett at hotmail.com > To: xerte at lists.nottingham.ac.uk > Date: Thu, 15 Mar 2012 20:11:38 -0400 > Subject: [Xerte] Re: Xerte 2.17 and Captivate 5.5 > > > (and it is AS3) > Problem. > > >Is there a workaround? Does XOT handle it differently. > Sorry, no and no. > > Just another example of how Adobe views the client. > > > From: kent_chesnut at hotmail.com > To: xerte at lists.nottingham.ac.uk > Date: Thu, 15 Mar 2012 18:39:05 -0500 > Subject: [Xerte] Re: Xerte 2.17 and Captivate 5.5 > > Dave, > I wondered about that. The new version of Captivate only goes back to flash 9 (and it is AS3). Is there a workaround? Does XOT handle it differently. > > Thanks for any help you can provide, > Kent > > From: d_b_burnett at hotmail.com > To: xerte at lists.nottingham.ac.uk > Date: Thu, 15 Mar 2012 19:03:21 -0400 > Subject: [Xerte] Re: Xerte 2.17 and Captivate 5.5 > > Kent; > Do you know what version of Flash Cap 5.5 publishes to? > Anything above FP8/AS2 may have issues within Xerte desktop. > > Dave > > > From: kent_chesnut at hotmail.com > To: xerte at lists.nottingham.ac.uk > Date: Thu, 15 Mar 2012 17:55:06 -0500 > Subject: [Xerte] Xerte 2.17 and Captivate 5.5 > > Xerte experts, > > I've just upgraded from Captivate 3 to Captivate 5.5. Much to my chagrin, I'm having problems getting the new Captivate projects to play in Xerte. > When I insert the link to the Captivate .swf file in Xerte, the captivate movie plays very fast and loops. It doesn't wait for user input at all. > > Can someone help me with this? > > Thanks in advance, > Kent > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. > > _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. > > _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. > > _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. > > _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Fri Mar 16 15:00:41 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Fri, 16 Mar 2012 15:00:41 +0000 Subject: [Xerte] Re: Open source communities In-Reply-To: References: Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4980378@EXCHANGE1.ad.nottingham.ac.uk> There's a few of those initiatives, I've wondered as well. Maybe to consider for future iterations? -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley Sent: 15 March 2012 18:37 To: Xerte discussion list Subject: [Xerte] Open source communities https://www.crowdtilt.com/campaigns/snowball-getting-community-initiatives-in-free-software-rolling Thought this might be an idea _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte From Alistair.McNaught at HEAcademy.ac.uk Mon Mar 19 16:09:56 2012 From: Alistair.McNaught at HEAcademy.ac.uk (Alistair McNaught) Date: Mon, 19 Mar 2012 16:09:56 +0000 Subject: [Xerte] Bug in navigator plus template? Message-ID: Hi all Just responding to a query from a friend - it seems that the layout of subsequent sub pages is dependent on the first page encountered: See http://itq.jisctechdis.ac.uk/xerte/play_51 Click Billhook, Polesaw and Protective clothing in turn and you'll see a page with text only, image added via html and image added via Navigator option. Then click back to Billhook. There will be a big white space before the text as if the text has moved down to fit a phantom image. I've adjusted the order and the pattern remains - the text displays at the top of the page UNTIL an image added through optional properties is encountered. From that point on the panels have a phantom image. Anyone know how to fix? A Alistair McNaught Senior Advisor JISC TechDis C/O The Higher Education Academy Building Innovation Way York Science Park YORK YO10 5BR 07870567659 Skype: alistair_techdis http://www.jisctechdis.ac.uk http://www.scoop.it/t/inclusive-teaching-and-learning Interested in pragmatic inclusion- focused staff development? See JISC TechDis ITQ for accessible IT practice information and taster resource. This email is confidential and may be privileged. If you are not the intended recipient please accept our apologies. Please do not disclose, copy, or distribute information in this email nor take any action in reliance on its contents: to do so is strictly prohibited and may be unlawful. Please inform us that this message has gone astray before deleting it. Please note that views expressed in this email are those of the author and do not necessarily represent those of the Higher Education Academy. Please note that this e-mail has been created in the knowledge that Internet e-mail is not a secure communications medium. We advise that you understand and observe this lack of security when e-mailing us. Although we have taken steps to ensure this e-mail and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free. The Higher Education Academy Registered No 4930131 -------------- next part -------------- An HTML attachment was scrubbed... URL: From johnathan.kemp at ntlworld.com Mon Mar 19 18:08:43 2012 From: johnathan.kemp at ntlworld.com (Kemp Johnathan) Date: Mon, 19 Mar 2012 18:08:43 +0000 Subject: [Xerte] Re: Bug in navigator plus template? In-Reply-To: References: Message-ID: There may be another bug in the page. I have just been updating the new model with the changes made last Friday and during the testing of the page I found that if you create a Tab Navigator plus page and add a graphic to the first tab in the first topic and then preview the page you get the page displaying at the bottom of a lengthened window with a white panel above displaying the message "loading xml". I don't think this is caused by the new changes as I also tried my earlier version of the model which lacks the Friday changes. Just to be sure I have used both my version of the Model file in an individual page template project and built a page template project using the current files from the svn. An unusual effect I found was that if you create a page with an image on the first tab of the first topic then the problem occurs. However if you precede that page with another tab nav + page and do not add a graphic to the first tab of the first topic then not only will this page load and display correctly, but the following page that had been causing a problem will now also load correctly. Kind regards Johnathan On 19 March 2012 16:09, Alistair McNaught wrote: > Hi all > > Just responding to a query from a friend ? it seems that the layout of > subsequent sub pages is dependent on the first page encountered: > > See http://itq.jisctechdis.ac.uk/xerte/play_51 > > > > Click Billhook, Polesaw and Protective clothing in turn and you?ll see a > page with text only, image added via html and image added via Navigator > option. > > Then click back to Billhook. There will be a big white space before the > text as if the text has moved down to fit a phantom image. > > > > I?ve adjusted the order and the pattern remains ? the text displays at the > top of the page UNTIL an image added through optional properties is > encountered. From that point on the panels have a phantom image. > > > > Anyone know how to fix? > > > > A > > > > > > > > > > > > > > > > > > > > Alistair McNaught > > Senior Advisor > > *JISC** TechDis* > > C/O The Higher Education Academy Building > > Innovation Way > > York Science Park > > YORK > > YO10 5BR > > > > 07870567659 > > Skype: alistair_techdis > > http://www.jisctechdis.ac.uk > > *http://www.scoop.it/t/inclusive-teaching-and-learning * > > > > Interested in pragmatic inclusion- focused staff development? > See JISC TechDis ITQ for accessible IT practiceinformation and taster > resource . > > > This email is confidential and may be privileged. If you are not the > intended recipient please accept our apologies. Please do not disclose, > copy, or distribute information in this email nor take any action in > reliance on its contents: to do so is strictly prohibited and may be > unlawful. Please inform us that this message has gone astray before > deleting it. Please note that views expressed in this email are those of > the author and do not necessarily represent those of the Higher Education > Academy. Please note that this e-mail has been created in the knowledge > that Internet e-mail is not a secure communications medium. We advise that > you understand and observe this lack of security when e-mailing us. > Although we have taken steps to ensure this e-mail and attachments are free > from any virus, we advise that in keeping with good computing practice the > recipient should ensure they are actually virus free. The Higher Education > Academy Registered No 4930131 > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From david2009wood at gmail.com Tue Mar 20 15:32:04 2012 From: david2009wood at gmail.com (David Wood) Date: Tue, 20 Mar 2012 15:32:04 +0000 Subject: [Xerte] Android App extension Message-ID: Hi All, I am a Computer Science student at Heriot-Watt University. For my 4th year honors project I have been investigating how to extend the Xerte Mobile App to *create* new Learning materials and view these. If anyone is interested in having a look at a fairly simple system which allows the creation of text pages / text and graphic / text and video, and also the viewing of these pages either individually or by slideshow. I would be grateful for *any* feedback (even just what you think of the screen shots) via this thread or personally by email at david2009wood at gmail.com Android is capable of much much more, sadly I had time constraints which stopped my diving in deeper, I intend to explore it's uses for interactive quizzes, games / animations etc and text editors perhaps in the future. The best place to start would be creating a new Learning Object and adding a space, inside the space is where one makes pages and go from there!. Note this is developed from an older version of Xerte Mobile so does look slightly different from the newest available version. In your app browser the app will be named 'Main' and have a default android icon. I will attach the .apk to this email. In your phone app browser it will be named 'Main' and have a default icon Many thanks! David Wood 4th year CS Heriot-Watt University Here are some screen shots: Page List: [image: Inline images 2] Page with image from URL: [image: Inline images 3] Creating a page with a YouTube video: [image: Inline images 4] Page display: [image: Inline images 6] YouTube video player: [image: Inline images 5] Text page on android device: [image: Inline images 7] -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 18152 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 21189 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 28376 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 23124 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 58809 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 16303 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: XerteMobileDWedit.apk Type: application/vnd.android.package-archive Size: 1319893 bytes Desc: not available URL: From Julian.Tenney at nottingham.ac.uk Tue Mar 20 16:06:08 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Tue, 20 Mar 2012 16:06:08 +0000 Subject: [Xerte] Re: Android App extension In-Reply-To: References: Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4980DD1@EXCHANGE1.ad.nottingham.ac.uk> We need to integrate the two applications: two mobile xerte applications will confuse people! But good to engage with the community and discover more about where people want to see this go, Thanks, From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of David Wood Sent: 20 March 2012 15:32 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Android App extension Hi All, I am a Computer Science student at Heriot-Watt University. For my 4th year honors project I have been investigating how to extend the Xerte Mobile App to create new Learning materials and view these. If anyone is interested in having a look at a fairly simple system which allows the creation of text pages / text and graphic / text and video, and also the viewing of these pages either individually or by slideshow. I would be grateful for any feedback (even just what you think of the screen shots) via this thread or personally by email at david2009wood at gmail.com Android is capable of much much more, sadly I had time constraints which stopped my diving in deeper, I intend to explore it's uses for interactive quizzes, games / animations etc and text editors perhaps in the future. The best place to start would be creating a new Learning Object and adding a space, inside the space is where one makes pages and go from there!. Note this is developed from an older version of Xerte Mobile so does look slightly different from the newest available version. In your app browser the app will be named 'Main' and have a default android icon. I will attach the .apk to this email. In your phone app browser it will be named 'Main' and have a default icon Many thanks! David Wood 4th year CS Heriot-Watt University Here are some screen shots: Page List: [cid:image001.png at 01CD06B3.5CAF7E10] Page with image from URL: [cid:image002.png at 01CD06B3.5CAF7E10] Creating a page with a YouTube video: [cid:image003.png at 01CD06B3.5CAF7E10] Page display: [cid:image004.png at 01CD06B3.5CAF7E10] YouTube video player: [cid:image005.png at 01CD06B3.5CAF7E10] Text page on android device: [cid:image006.png at 01CD06B3.5CAF7E10] -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 16303 bytes Desc: image001.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 21189 bytes Desc: image002.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 23124 bytes Desc: image003.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 18152 bytes Desc: image004.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 28376 bytes Desc: image005.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 58809 bytes Desc: image006.png URL: From gunited1 at hotmail.com Tue Mar 20 16:10:36 2012 From: gunited1 at hotmail.com (G United) Date: Tue, 20 Mar 2012 16:10:36 +0000 Subject: [Xerte] xerte and xerte online toolkits Message-ID: Hi,i started studying Xerte recently because i want to implement a model elearning interative. I need some help,..I would like to know the difference between xerte and xerte online toolkit? which should I use? Warchildk Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Tue Mar 20 16:12:37 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Tue, 20 Mar 2012 16:12:37 +0000 Subject: [Xerte] Re: xerte and xerte online toolkits In-Reply-To: References: Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4980DE7@EXCHANGE1.ad.nottingham.ac.uk> Hey Warchild, Do you write code? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of G United Sent: 20 March 2012 16:11 To: Xerte Subject: [Xerte] xerte and xerte online toolkits Hi,i started studying Xerte recently because i want to implement a model elearning interative. I need some help,..I would like to know the difference between xerte and xerte online toolkit? which should I use? Warchildk Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From david2009wood at gmail.com Tue Mar 20 16:18:12 2012 From: david2009wood at gmail.com (David Wood) Date: Tue, 20 Mar 2012 16:18:12 +0000 Subject: [Xerte] Re: Android App extension In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA4980DD1@EXCHANGE1.ad.nottingham.ac.uk> References: <12C67A1EEC419342AF5E59DA31562C3F0BA4980DD1@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: Julian, I am more than willing to help with the integration if you feel it would be useful. (possibly when I am a little more free). As I said I didn't want to interfere with things on your side (as I would have been editing common files) This is why I stuck to an old version, downloaded it and developed with that. It is now essentially a (like you said) different product, there has been no other interaction with the SVN. As far as I'm aware the only data that get's written is to the phones local storage (editing the XML file) which follows the structure you already had in place, so should not cause any problems. No data should be going to your servers. If this is not the case, and if any problems do come up let me know at once! The last thing I wanted is to cause any interference. David On 20 March 2012 16:06, Julian Tenney wrote: > We need to integrate the two applications: two mobile xerte applications > will confuse people! But good to engage with the community and discover > more about where people want to see this go,**** > > ** ** > > Thanks,**** > > ** ** > > *From:* xerte-bounces at lists.nottingham.ac.uk [mailto: > xerte-bounces at lists.nottingham.ac.uk] *On Behalf Of *David Wood > *Sent:* 20 March 2012 15:32 > *To:* xerte at lists.nottingham.ac.uk > *Subject:* [Xerte] Android App extension**** > > ** ** > > Hi All,**** > > ** ** > > I am a Computer Science student at Heriot-Watt University. For my 4th > year honors project I have been investigating how to extend the Xerte > Mobile App to *create* new Learning materials and view these.**** > > ** ** > > If anyone is interested in having a look at a fairly simple system which > allows the creation of text pages / text and graphic / text and video, and > also the viewing of these pages either individually or by slideshow. I > would be grateful for *any* feedback (even just what you think of the > screen shots) via this thread or personally by email at > david2009wood at gmail.com**** > > ** ** > > Android is capable of much much more, sadly I had time constraints which > stopped my diving in deeper, I intend to explore it's uses for interactive > quizzes, games / animations etc and text editors perhaps in the future.*** > * > > ** ** > > The best place to start would be creating a new Learning Object and adding > a space, inside the space is where one makes pages and go from there!.**** > > ** ** > > Note this is developed from an older version of Xerte Mobile so does look > slightly different from the newest available version.**** > > ** ** > > In your app browser the app will be named 'Main' and have a default > android icon.**** > > ** ** > > I will attach the .apk to this email.**** > > ** ** > > In your phone app browser it will be named 'Main' and have a default icon* > *** > > ** ** > > Many thanks!**** > > David Wood**** > > 4th year CS**** > > Heriot-Watt University**** > > ** ** > > ** ** > > Here are some screen shots:**** > > Page List:**** > > ** ** > > [image: Inline images 2]**** > > ** ** > > Page with image from URL:**** > > ** ** > > [image: Inline images 3]**** > > ** ** > > Creating a page with a YouTube video:**** > > ** ** > > [image: Inline images 4]**** > > ** ** > > Page display: **** > > [image: Inline images 6]**** > > ** ** > > YouTube video player:**** > > ** ** > > [image: Inline images 5]**** > > ** ** > > ** ** > > Text page on android device:**** > > ** ** > > [image: Inline images 7]**** > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 28376 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 18152 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 58809 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 21189 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 16303 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 23124 bytes Desc: not available URL: From panke at sog.unc.edu Tue Mar 20 14:57:22 2012 From: panke at sog.unc.edu (Panke, Stefanie) Date: Tue, 20 Mar 2012 14:57:22 +0000 Subject: [Xerte] Xerte 2.17 Glossary / relative links / css classes In-Reply-To: Message-ID: Hello! I have - yet again - a few questions. 1. Glossary I think I found a bug of sorts while using the Xerte 2.17 glossary: When using terms with brackets or apostrophes, the term stops working as a hotspot ? probably because it interferes with the scripting syntax, e.g., "Home Owners' Association (HOA)". Is there a workaround for this? 2. Relative Links Relative hyperlinks do not work in Xerte, do they? I have additional reading material in PDF format to include in my course material. My initial idea was to create a local directory and 3. CSS classes Connected to the PDF material, I would like to use link classes in my additional CSS stylesheet. In the learning object, I have enabled the stylesheet and it work fine for defining the link color for external hyperlinks. Now, I would like to go a step further and add icons for links to PDF documents - ideally by parsing the file extension or otherwise by using a fake CSS class. Both approaches don't seem to work. Has anyone tried this before? Is there a structural reason for this not to work? I am attempting something like this: In stylesheet (my_style.css): a.pdf { padding-right: 18px; background:url(pdf_icon.gif) no-repeat center right; } In Xerte file: It should place a pdf icon after the hyperlink. 4. I have started to work on a brief "Getting started with Xerte 2.17" guide, that pretty much mirrors my learning curve over the past few weeks. Here's my preliminary structure - feedback welcome: 1. Which Xerte is right for me? 2. Basic Set-up for the Learning Object - Set the stage size - Include a logo - Make external hyperlinks visible - Allow copy and paste - Include Print button - position / make permanent - print script - Include Help 3. Troubleshoots & Testing - Xerte Mailinglist & Wiki - Adjust Flash Player settings for accurate preview - Test layout in different text sizes! 4. Functionality within pages - Add text and images - Position text and images - Add scrollbar (important for resizing text!) - Add Nested Pages - Add interactive elements - Install Page Wizards - Use wizard templates Create the folder before using the wizard, one folder per page - Adjust wizard templates (information on specific templates) Image Viewer: Add additional text fields, adjust image size 5. Hyperlinks & Navigation - Add internal links - Add external links - in scripts - in plain text - Add Glossary - Add Chapter overview (if you publish a complex, long learning object, you might want to produce one Xerte per chapter and create and introductory screen displaying the whole structure) 6. Publish Xerte Best, Stefanie -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Tue Mar 20 16:38:53 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Tue, 20 Mar 2012 16:38:53 +0000 Subject: [Xerte] Re: Xerte 2.17 Glossary / relative links / css classes In-Reply-To: References: Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4980E19@EXCHANGE1.ad.nottingham.ac.uk> 1. Will investigate. 2. They will, relative to XMLEngine file. 3. I don't think this will work: you'll have to have a separate image icon. 4. Looks like a great start! From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Panke, Stefanie Sent: 20 March 2012 14:57 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Xerte 2.17 Glossary / relative links / css classes Hello! I have - yet again - a few questions. 1. Glossary I think I found a bug of sorts while using the Xerte 2.17 glossary: When using terms with brackets or apostrophes, the term stops working as a hotspot - probably because it interferes with the scripting syntax, e.g., "Home Owners' Association (HOA)". Is there a workaround for this? 2. Relative Links Relative hyperlinks do not work in Xerte, do they? I have additional reading material in PDF format to include in my course material. My initial idea was to create a local directory and 3. CSS classes Connected to the PDF material, I would like to use link classes in my additional CSS stylesheet. In the learning object, I have enabled the stylesheet and it work fine for defining the link color for external hyperlinks. Now, I would like to go a step further and add icons for links to PDF documents - ideally by parsing the file extension or otherwise by using a fake CSS class. Both approaches don't seem to work. Has anyone tried this before? Is there a structural reason for this not to work? I am attempting something like this: In stylesheet (my_style.css): a.pdf { padding-right: 18px; background:url(pdf_icon.gif) no-repeat center right; } In Xerte file: It should place a pdf icon after the hyperlink. 4. I have started to work on a brief "Getting started with Xerte 2.17" guide, that pretty much mirrors my learning curve over the past few weeks. Here's my preliminary structure - feedback welcome: 1. Which Xerte is right for me? 2. Basic Set-up for the Learning Object - Set the stage size - Include a logo - Make external hyperlinks visible - Allow copy and paste - Include Print button - position / make permanent - print script - Include Help 3. Troubleshoots & Testing - Xerte Mailinglist & Wiki - Adjust Flash Player settings for accurate preview - Test layout in different text sizes! 4. Functionality within pages - Add text and images - Position text and images - Add scrollbar (important for resizing text!) - Add Nested Pages - Add interactive elements - Install Page Wizards - Use wizard templates Create the folder before using the wizard, one folder per page - Adjust wizard templates (information on specific templates) Image Viewer: Add additional text fields, adjust image size 5. Hyperlinks & Navigation - Add internal links - Add external links - in scripts - in plain text - Add Glossary - Add Chapter overview (if you publish a complex, long learning object, you might want to produce one Xerte per chapter and create and introductory screen displaying the whole structure) 6. Publish Xerte Best, Stefanie -------------- next part -------------- An HTML attachment was scrubbed... URL: From Alistair.McNaught at HEAcademy.ac.uk Tue Mar 20 16:43:28 2012 From: Alistair.McNaught at HEAcademy.ac.uk (Alistair McNaught) Date: Tue, 20 Mar 2012 16:43:28 +0000 Subject: [Xerte] Re: Xerte 2.17 Glossary / relative links / css classes In-Reply-To: References: Message-ID: I can answer point 2 - you can upload pdfs etc via the media tab in the properties panel for a Xerte LO - the media tab gives you the url that you can add via hyperlink navigator page or (less accessibly) via right click hyperlink in any text field. I've done this successfully on several LOs. Key steps below: BTW sometimes a file you upload doesn't show in the media list but the url can be worked out from the other files. [cid:image001.png at 01CD06B8.5739FE60] From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Panke, Stefanie Sent: 20 March 2012 14:57 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Xerte 2.17 Glossary / relative links / css classes Hello! I have - yet again - a few questions. 1. Glossary I think I found a bug of sorts while using the Xerte 2.17 glossary: When using terms with brackets or apostrophes, the term stops working as a hotspot - probably because it interferes with the scripting syntax, e.g., "Home Owners' Association (HOA)". Is there a workaround for this? 2. Relative Links Relative hyperlinks do not work in Xerte, do they? I have additional reading material in PDF format to include in my course material. My initial idea was to create a local directory and 3. CSS classes Connected to the PDF material, I would like to use link classes in my additional CSS stylesheet. In the learning object, I have enabled the stylesheet and it work fine for defining the link color for external hyperlinks. Now, I would like to go a step further and add icons for links to PDF documents - ideally by parsing the file extension or otherwise by using a fake CSS class. Both approaches don't seem to work. Has anyone tried this before? Is there a structural reason for this not to work? I am attempting something like this: In stylesheet (my_style.css): a.pdf { padding-right: 18px; background:url(pdf_icon.gif) no-repeat center right; } In Xerte file: It should place a pdf icon after the hyperlink. 4. I have started to work on a brief "Getting started with Xerte 2.17" guide, that pretty much mirrors my learning curve over the past few weeks. Here's my preliminary structure - feedback welcome: 1. Which Xerte is right for me? 2. Basic Set-up for the Learning Object - Set the stage size - Include a logo - Make external hyperlinks visible - Allow copy and paste - Include Print button - position / make permanent - print script - Include Help 3. Troubleshoots & Testing - Xerte Mailinglist & Wiki - Adjust Flash Player settings for accurate preview - Test layout in different text sizes! 4. Functionality within pages - Add text and images - Position text and images - Add scrollbar (important for resizing text!) - Add Nested Pages - Add interactive elements - Install Page Wizards - Use wizard templates Create the folder before using the wizard, one folder per page - Adjust wizard templates (information on specific templates) Image Viewer: Add additional text fields, adjust image size 5. Hyperlinks & Navigation - Add internal links - Add external links - in scripts - in plain text - Add Glossary - Add Chapter overview (if you publish a complex, long learning object, you might want to produce one Xerte per chapter and create and introductory screen displaying the whole structure) 6. Publish Xerte Best, Stefanie This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. This email is confidential and may be privileged. If you are not the intended recipient please accept our apologies. Please do not disclose, copy, or distribute information in this email nor take any action in reliance on its contents: to do so is strictly prohibited and may be unlawful. Please inform us that this message has gone astray before deleting it. Please note that views expressed in this email are those of the author and do not necessarily represent those of the Higher Education Academy. Please note that this e-mail has been created in the knowledge that Internet e-mail is not a secure communications medium. We advise that you understand and observe this lack of security when e-mailing us. Although we have taken steps to ensure this e-mail and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free. The Higher Education Academy Registered No 4930131 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 34905 bytes Desc: image001.png URL: From Julian.Tenney at nottingham.ac.uk Tue Mar 20 16:46:13 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Tue, 20 Mar 2012 16:46:13 +0000 Subject: [Xerte] Re: Xerte 2.17 Glossary / relative links / css classes In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA4980E19@EXCHANGE1.ad.nottingham.ac.uk> References: <12C67A1EEC419342AF5E59DA31562C3F0BA4980E19@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4980E2A@EXCHANGE1.ad.nottingham.ac.uk> Ah. The Glossary braces problem involves a regular expression. So we have two problems. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney Sent: 20 March 2012 16:39 To: Xerte discussion list Subject: [Xerte] Re: Xerte 2.17 Glossary / relative links / css classes 1. Will investigate. 2. They will, relative to XMLEngine file. 3. I don't think this will work: you'll have to have a separate image icon. 4. Looks like a great start! From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Panke, Stefanie Sent: 20 March 2012 14:57 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Xerte 2.17 Glossary / relative links / css classes Hello! I have - yet again - a few questions. 1. Glossary I think I found a bug of sorts while using the Xerte 2.17 glossary: When using terms with brackets or apostrophes, the term stops working as a hotspot - probably because it interferes with the scripting syntax, e.g., "Home Owners' Association (HOA)". Is there a workaround for this? 2. Relative Links Relative hyperlinks do not work in Xerte, do they? I have additional reading material in PDF format to include in my course material. My initial idea was to create a local directory and 3. CSS classes Connected to the PDF material, I would like to use link classes in my additional CSS stylesheet. In the learning object, I have enabled the stylesheet and it work fine for defining the link color for external hyperlinks. Now, I would like to go a step further and add icons for links to PDF documents - ideally by parsing the file extension or otherwise by using a fake CSS class. Both approaches don't seem to work. Has anyone tried this before? Is there a structural reason for this not to work? I am attempting something like this: In stylesheet (my_style.css): a.pdf { padding-right: 18px; background:url(pdf_icon.gif) no-repeat center right; } In Xerte file: It should place a pdf icon after the hyperlink. 4. I have started to work on a brief "Getting started with Xerte 2.17" guide, that pretty much mirrors my learning curve over the past few weeks. Here's my preliminary structure - feedback welcome: 1. Which Xerte is right for me? 2. Basic Set-up for the Learning Object - Set the stage size - Include a logo - Make external hyperlinks visible - Allow copy and paste - Include Print button - position / make permanent - print script - Include Help 3. Troubleshoots & Testing - Xerte Mailinglist & Wiki - Adjust Flash Player settings for accurate preview - Test layout in different text sizes! 4. Functionality within pages - Add text and images - Position text and images - Add scrollbar (important for resizing text!) - Add Nested Pages - Add interactive elements - Install Page Wizards - Use wizard templates Create the folder before using the wizard, one folder per page - Adjust wizard templates (information on specific templates) Image Viewer: Add additional text fields, adjust image size 5. Hyperlinks & Navigation - Add internal links - Add external links - in scripts - in plain text - Add Glossary - Add Chapter overview (if you publish a complex, long learning object, you might want to produce one Xerte per chapter and create and introductory screen displaying the whole structure) 6. Publish Xerte Best, Stefanie -------------- next part -------------- An HTML attachment was scrubbed... URL: From Alistair.McNaught at HEAcademy.ac.uk Tue Mar 20 16:55:19 2012 From: Alistair.McNaught at HEAcademy.ac.uk (Alistair McNaught) Date: Tue, 20 Mar 2012 16:55:19 +0000 Subject: [Xerte] Re: Xerte 2.17 Glossary / relative links / css classes In-Reply-To: References: Message-ID: Oops - wrong Xerte - apologies! From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Alistair McNaught Sent: 20 March 2012 16:43 To: Xerte discussion list Subject: [Xerte] Re: Xerte 2.17 Glossary / relative links / css classes I can answer point 2 - you can upload pdfs etc via the media tab in the properties panel for a Xerte LO - the media tab gives you the url that you can add via hyperlink navigator page or (less accessibly) via right click hyperlink in any text field. I've done this successfully on several LOs. Key steps below: BTW sometimes a file you upload doesn't show in the media list but the url can be worked out from the other files. [cid:image001.png at 01CD06B9.FE668360] From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Panke, Stefanie Sent: 20 March 2012 14:57 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Xerte 2.17 Glossary / relative links / css classes Hello! I have - yet again - a few questions. 1. Glossary I think I found a bug of sorts while using the Xerte 2.17 glossary: When using terms with brackets or apostrophes, the term stops working as a hotspot - probably because it interferes with the scripting syntax, e.g., "Home Owners' Association (HOA)". Is there a workaround for this? 2. Relative Links Relative hyperlinks do not work in Xerte, do they? I have additional reading material in PDF format to include in my course material. My initial idea was to create a local directory and 3. CSS classes Connected to the PDF material, I would like to use link classes in my additional CSS stylesheet. In the learning object, I have enabled the stylesheet and it work fine for defining the link color for external hyperlinks. Now, I would like to go a step further and add icons for links to PDF documents - ideally by parsing the file extension or otherwise by using a fake CSS class. Both approaches don't seem to work. Has anyone tried this before? Is there a structural reason for this not to work? I am attempting something like this: In stylesheet (my_style.css): a.pdf { padding-right: 18px; background:url(pdf_icon.gif) no-repeat center right; } In Xerte file: It should place a pdf icon after the hyperlink. 4. I have started to work on a brief "Getting started with Xerte 2.17" guide, that pretty much mirrors my learning curve over the past few weeks. Here's my preliminary structure - feedback welcome: 1. Which Xerte is right for me? 2. Basic Set-up for the Learning Object - Set the stage size - Include a logo - Make external hyperlinks visible - Allow copy and paste - Include Print button - position / make permanent - print script - Include Help 3. Troubleshoots & Testing - Xerte Mailinglist & Wiki - Adjust Flash Player settings for accurate preview - Test layout in different text sizes! 4. Functionality within pages - Add text and images - Position text and images - Add scrollbar (important for resizing text!) - Add Nested Pages - Add interactive elements - Install Page Wizards - Use wizard templates Create the folder before using the wizard, one folder per page - Adjust wizard templates (information on specific templates) Image Viewer: Add additional text fields, adjust image size 5. Hyperlinks & Navigation - Add internal links - Add external links - in scripts - in plain text - Add Glossary - Add Chapter overview (if you publish a complex, long learning object, you might want to produce one Xerte per chapter and create and introductory screen displaying the whole structure) 6. Publish Xerte Best, Stefanie This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. This email is confidential and may be privileged. If you are not the intended recipient please accept our apologies. Please do not disclose, copy, or distribute information in this email nor take any action in reliance on its contents: to do so is strictly prohibited and may be unlawful. Please inform us that this message has gone astray before deleting it. Please note that views expressed in this email are those of the author and do not necessarily represent those of the Higher Education Academy. Please note that this e-mail has been created in the knowledge that Internet e-mail is not a secure communications medium. We advise that you understand and observe this lack of security when e-mailing us. Although we have taken steps to ensure this e-mail and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free. The Higher Education Academy Registered No 4930131 This email is confidential and may be privileged. If you are not the intended recipient please accept our apologies. Please do not disclose, copy, or distribute information in this email nor take any action in reliance on its contents: to do so is strictly prohibited and may be unlawful. Please inform us that this message has gone astray before deleting it. Please note that views expressed in this email are those of the author and do not necessarily represent those of the Higher Education Academy. Please note that this e-mail has been created in the knowledge that Internet e-mail is not a secure communications medium. We advise that you understand and observe this lack of security when e-mailing us. Although we have taken steps to ensure this e-mail and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free. The Higher Education Academy Registered No 4930131 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 34905 bytes Desc: image001.png URL: From johnathan.kemp at ntlworld.com Tue Mar 20 17:23:16 2012 From: johnathan.kemp at ntlworld.com (Kemp Johnathan) Date: Tue, 20 Mar 2012 17:23:16 +0000 Subject: [Xerte] Re: Xerte 2.17 Glossary / relative links / css classes In-Reply-To: References: Message-ID: This all sounds really promising. You might want to hold fire on section 4 for a few more weeks, Page Wizards are now legacy items, as the next version of Xerte will include the ability to create a project which includes individual Page Templates (effectively an improved implementation of Page Wizards). The folder will be created automatically for you when you create a new page based on an Individual Page Template. There will also be available seven new connector pages which will allow authors to design non-linear projects. I will be working on some supporting documentation for these over the next few days. Kind regards Johnathan On 20 March 2012 14:57, Panke, Stefanie wrote: > Hello! > I have - yet again - a few questions. > > 1. Glossary > I think I found a bug of sorts while using the Xerte 2.17 glossary: When > using terms with brackets or apostrophes, the term stops working as a > hotspot ? probably because it interferes with the scripting syntax, e.g., > "Home Owners' Association (HOA)". Is there a workaround for this? > 2. Relative Links > Relative hyperlinks do not work in Xerte, do they? I have additional > reading material in PDF format to include in my course material. My initial > idea was to create a local directory and > 3. CSS classes > Connected to the PDF material, I would like to use link classes in my > additional CSS stylesheet. In the learning object, I have enabled the > stylesheet and it work fine for defining the link color for external > hyperlinks. Now, I would like to go a step further and add icons for links > to PDF documents - ideally by parsing the file extension or otherwise by > using a fake CSS class. Both approaches don't seem to work. Has anyone > tried this before? Is there a structural reason for this not to work? > > I am attempting something like this: > > In stylesheet (my_style.css): > a.pdf { > padding-right: 18px; > background:url(pdf_icon.gif) no-repeat center right; > } > > In Xerte file: > > > It should place a pdf icon after the hyperlink. > > 4. I have started to work on a brief "Getting started with Xerte 2.17" > guide, that pretty much mirrors my learning curve over the past few > weeks. Here's my preliminary structure - feedback welcome: > > 1. Which Xerte is right for me? > > 2. Basic Set-up for the Learning Object > - Set the stage size > - Include a logo > - Make external hyperlinks visible > - Allow copy and paste > - Include Print button > - position / make permanent > - print script > - Include Help > > 3. Troubleshoots & Testing > - Xerte Mailinglist & Wiki > - Adjust Flash Player settings for accurate preview > - Test layout in different text sizes! > > 4. Functionality within pages > - Add text and images > - Position text and images > - Add scrollbar (important for resizing text!) > - Add Nested Pages > - Add interactive elements > - Install Page Wizards > - Use wizard templates > Create the folder before using the wizard, one folder per page > - Adjust wizard templates (information on specific templates) > Image Viewer: Add additional text fields, adjust image size > > 5. Hyperlinks & Navigation > - Add internal links > - Add external links > - in scripts > - in plain text > - Add Glossary > - Add Chapter overview (if you publish a complex, long learning object, > you might want to produce one Xerte per chapter and create and introductory > screen displaying the whole structure) > > 6. Publish Xerte > > Best, > Stefanie > > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From spartakfan13 at mail.ru Tue Mar 20 14:07:37 2012 From: spartakfan13 at mail.ru (=?UTF-8?B?0JXQstCz0LXQvdC40Lkg0JTQvtC60YPQutC40L0=?=) Date: Tue, 20 Mar 2012 18:07:37 +0400 Subject: [Xerte] (no subject) Message-ID: Hello, my name is Eugene Dokukin. I am member of the Russian State Pedagogical University, Faculty of Social Sciences. We have become interested in Hurt, because now we want to create an interactive tutorial on istortii ancient world to the students. With its use we are faced with the problem of giving interactivity. What programming language used to add interactivity. (The script buttons, create tests, imaging ...) Are there any tutorials for this program, or source files ready projects? Where i can find it? Thank you. PS Excuse me for my bad English. From patrick.lockley at googlemail.com Tue Mar 20 22:58:59 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Tue, 20 Mar 2012 22:58:59 +0000 Subject: [Xerte] Re: (no subject) In-Reply-To: References: Message-ID: Hi Eugene, Your English is very good. Have you seen http://www.Nottingham.ac.uk/toolkits/play_560 This is xerte, but without programming. Pat On 20 Mar 2012, at 14:07, ??????? ??????? wrote: > > > Hello, my name is Eugene Dokukin. I am member of the Russian State Pedagogical University, Faculty of Social Sciences. We have become interested in Hurt, because now we want to create an interactive tutorial on istortii ancient world to the students. With its use we are faced with the problem of giving interactivity. > What programming language used to add interactivity. (The script buttons, create tests, imaging ...) Are there any tutorials for this program, or source files ready projects? Where i can find it? > > Thank you. > > PS Excuse me for my bad English. > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > From knowledgeware at kccsoft.com Wed Mar 21 00:30:55 2012 From: knowledgeware at kccsoft.com (KnowledgeWare) Date: Tue, 20 Mar 2012 17:30:55 -0700 Subject: [Xerte] Re: Xerte 2.17 Glossary / relative links / css classes In-Reply-To: References: Message-ID: <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com> Hello Jonathan: Re your post: "There will also be available seven new connector pages which will allow authors to design non-linear projects." Sorry, I haven't been able to follow the list closely for the past several weeks.by 'connector pages' do you mean basically a 'menu'? In desktop or toolkits or both? If this is the case I'm very interested in trying them. Do the connector pages work 'within' a single xerte file or branch to other files? And..any way of checkmarking or otherwise indicating which sections are completed? TIA Ronm2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From i.donkervoort at tor.nl Wed Mar 21 07:27:52 2012 From: i.donkervoort at tor.nl (Inge Donkervoort) Date: Wed, 21 Mar 2012 08:27:52 +0100 Subject: [Xerte] YouTube In-Reply-To: References: <12C67A1EEC419342AF5E59DA31562C3F0BA4980DD1@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <4F6982F8.8020609@tor.nl> Hi, Some YouTube video's do not play in Xerte. I see the video and can start playing it but then it stops immediately. What embed code do I need or does any one have a solution for that problem? Bye, Inge 12Change Chopinlaan 27 5242 HM Rosmalen T 073-5226195 F 073-5226196 E i.donkervoort at 12change.eu I www.12change.eu T twitter L linkedIn -------------- next part -------------- An HTML attachment was scrubbed... URL: From Alistair.McNaught at HEAcademy.ac.uk Wed Mar 21 07:49:04 2012 From: Alistair.McNaught at HEAcademy.ac.uk (Alistair McNaught) Date: Wed, 21 Mar 2012 07:49:04 +0000 Subject: [Xerte] Re: (no subject) In-Reply-To: References: , Message-ID: you can find instructions to start creating Xerte objects on Xerte Toolkits at www.jisctechdis.ac.uk/xerte. Follow the links to how to get started. We also have a free online training programme (xerte fridays) on the last Friday of every month - see links on website. We often get people from different nationalities joining us. We would be delighted to have you join us. Alistair Sent from my iPad On 20 Mar 2012, at 23:05, "Pat Lockley" wrote: > Hi Eugene, > > Your English is very good. > > Have you seen http://www.Nottingham.ac.uk/toolkits/play_560 > > This is xerte, but without programming. > > Pat > > On 20 Mar 2012, at 14:07, ??????? ??????? wrote: > >> >> >> Hello, my name is Eugene Dokukin. I am member of the Russian State Pedagogical University, Faculty of Social Sciences. We have become interested in Hurt, because now we want to create an interactive tutorial on istortii ancient world to the students. With its use we are faced with the problem of giving interactivity. >> What programming language used to add interactivity. (The script buttons, create tests, imaging ...) Are there any tutorials for this program, or source files ready projects? Where i can find it? >> >> Thank you. >> >> PS Excuse me for my bad English. >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment >> may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the >> University of Nottingham may be monitored as permitted by UK legislation. >> > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > This email is confidential and may be privileged. If you are not the intended recipient please accept our apologies. Please do not disclose, copy, or distribute information in this email nor take any action in reliance on its contents: to do so is strictly prohibited and may be unlawful. Please inform us that this message has gone astray before deleting it. Please note that views expressed in this email are those of the author and do not necessarily represent those of the Higher Education Academy. Please note that this e-mail has been created in the knowledge that Internet e-mail is not a secure communications medium. We advise that you understand and observe this lack of security when e-mailing us. Although we have taken steps to ensure this e-mail and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free. The Higher Education Academy Registered No 4930131 From johnathan.kemp at ntlworld.com Wed Mar 21 09:30:41 2012 From: johnathan.kemp at ntlworld.com (Kemp Johnathan) Date: Wed, 21 Mar 2012 09:30:41 +0000 Subject: [Xerte] Re: Xerte 2.17 Glossary / relative links / css classes In-Reply-To: <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com> References: <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com> Message-ID: The connector pages are what were in page wizards known as "routed pages". They will be available in both desktop and toolkits. Every page will now have a new optional property called "Page ID". This will be used as a unique identifier for that page for use by Connector pages. The Connector pages provide "exit points" from the page, each of which can have assigned to it a destination page ID. When the learner selects that exit point they are taken to the page identified by the destination page ID for that exit point. The seven connector pages are 1. Multiple Choice Question Connector - the exit points are alternative answer options to the question. 2. Hot spot image Connector - the exit points are the hot spots (These hot spots can also be used for other actions such as displaying a video or playing a sound. 3. Tab Navigator Connector - which works similar to the standard tab navigator page but includes the ability to add options like in an MCQ page, which again have destination IDs associated with them 4. Menu Connector - this is slightly different from the other connectors in that it builds a list of links to pages automatically, you can have all the pages in a project or you can specify a start page ID and an end page "page ID" and it will then just list those pages that fall between those to page IDs inclusive. It displays similar to the current menu option in Toolkits. 5. Plain text Connector in which you can add hyperlinks to text that will link to other pages in the project based on their Page ID 6. Redirector Connector - this is intended as an end of section page e.g. You might use an MCQ connector to direct the learner to a sequence of standard pages. At the end of the sequence you would use a Redirector Connector page that displays text and an image if required with a button. Click on the button and the learner is taken to the specified destination Page ID, thus enabling the author to return the learner back to the main flow of the project. 7. Scenario Connector - this is a bit of a monster of a page. It is designed to allow the creation of complex scenarios, by building a project with many Scenario pages, each page representing one scene or situation in the scenario. Each scene can have props in it. Both props and scene can have actions associated with them. Actions can have conditions that define when they are available and have outcomes that define what happens when an action is taken. Outcomes range from incrementing or decrementing one of three available scores, to changing the state of props (Carried, hidden, dropped etc), to being taken to a different scenario page. Scores have maximum and minimum values each of which if required can trigger an "end of scenario" situation with display of the appropriate messaging. The connector pages open up a tremendous amount of potential. Kind regards Johnathan On 21 March 2012 00:30, KnowledgeWare wrote: Hello Jonathan: > > > > Re your post: ?There will also be available seven new connector pages > which will allow authors to design non-linear projects.? > > > > Sorry, I haven?t been able to follow the list closely for the past several > weeks?by ?connector pages? do you mean basically a ?menu?? In desktop or > toolkits or both? > > > > If this is the case I?m very interested in trying them. Do the connector > pages work ?within? a single xerte file or branch to other files? And?.any > way of checkmarking or otherwise indicating which sections are completed? > > > > TIA > > Ronm2 > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From johnathan.kemp at ntlworld.com Wed Mar 21 09:36:42 2012 From: johnathan.kemp at ntlworld.com (Kemp Johnathan) Date: Wed, 21 Mar 2012 09:36:42 +0000 Subject: [Xerte] Re: YouTube In-Reply-To: <4F6982F8.8020609@tor.nl> References: <12C67A1EEC419342AF5E59DA31562C3F0BA4980DD1@EXCHANGE1.ad.nottingham.ac.uk> <4F6982F8.8020609@tor.nl> Message-ID: There are currently some issues with the playing of some YouTube videos in the You Tube page. I experienced this when creating the new models for translation. The modularisation version of the model is based on the current pageTemplates model so it displays the same problems. Strangely the YouTube Feed page did not appear to have these problems. Which may be a clue to a solution. Kind regards Johnathan On 21 March 2012 07:27, Inge Donkervoort wrote: > Hi, > > Some YouTube video's do not play in Xerte. I see the video and can start > playing it but then it stops immediately. What embed code do I need or does > any one have a solution for that problem? > > Bye, > Inge > > 1 2 Change > Chopinlaan 27 > 5242 HM Rosmalen > T 073-5226195 > F 073-5226196 > E i.donkervoort at 12change.eu > I www.12change.eu > > T twitter > L linkedIn > > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Wed Mar 21 09:36:49 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 21 Mar 2012 09:36:49 +0000 Subject: [Xerte] Re: Xerte 2.17 Glossary / relative links / css classes In-Reply-To: References: <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4A6AFAF@EXCHANGE1.ad.nottingham.ac.uk> I'm hoping we can get a test server setup for the new build somewhere so we can have one place to really test - Alistair is pursuing that. We'll be able to build some great examples to show all this new functionality. This next drop has a lot of new stuff in it, From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: 21 March 2012 09:31 To: Xerte discussion list Subject: [Xerte] Re: Xerte 2.17 Glossary / relative links / css classes The connector pages are what were in page wizards known as "routed pages". They will be available in both desktop and toolkits. Every page will now have a new optional property called "Page ID". This will be used as a unique identifier for that page for use by Connector pages. The Connector pages provide "exit points" from the page, each of which can have assigned to it a destination page ID. When the learner selects that exit point they are taken to the page identified by the destination page ID for that exit point. The seven connector pages are 1. Multiple Choice Question Connector - the exit points are alternative answer options to the question. 2. Hot spot image Connector - the exit points are the hot spots (These hot spots can also be used for other actions such as displaying a video or playing a sound. 3. Tab Navigator Connector - which works similar to the standard tab navigator page but includes the ability to add options like in an MCQ page, which again have destination IDs associated with them 4. Menu Connector - this is slightly different from the other connectors in that it builds a list of links to pages automatically, you can have all the pages in a project or you can specify a start page ID and an end page "page ID" and it will then just list those pages that fall between those to page IDs inclusive. It displays similar to the current menu option in Toolkits. 5. Plain text Connector in which you can add hyperlinks to text that will link to other pages in the project based on their Page ID 6. Redirector Connector - this is intended as an end of section page e.g. You might use an MCQ connector to direct the learner to a sequence of standard pages. At the end of the sequence you would use a Redirector Connector page that displays text and an image if required with a button. Click on the button and the learner is taken to the specified destination Page ID, thus enabling the author to return the learner back to the main flow of the project. 7. Scenario Connector - this is a bit of a monster of a page. It is designed to allow the creation of complex scenarios, by building a project with many Scenario pages, each page representing one scene or situation in the scenario. Each scene can have props in it. Both props and scene can have actions associated with them. Actions can have conditions that define when they are available and have outcomes that define what happens when an action is taken. Outcomes range from incrementing or decrementing one of three available scores, to changing the state of props (Carried, hidden, dropped etc), to being taken to a different scenario page. Scores have maximum and minimum values each of which if required can trigger an "end of scenario" situation with display of the appropriate messaging. The connector pages open up a tremendous amount of potential. Kind regards Johnathan On 21 March 2012 00:30, KnowledgeWare > wrote: Hello Jonathan: Re your post: "There will also be available seven new connector pages which will allow authors to design non-linear projects." Sorry, I haven't been able to follow the list closely for the past several weeks...by 'connector pages' do you mean basically a 'menu'? In desktop or toolkits or both? If this is the case I'm very interested in trying them. Do the connector pages work 'within' a single xerte file or branch to other files? And....any way of checkmarking or otherwise indicating which sections are completed? TIA Ronm2 This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Wed Mar 21 09:40:33 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 21 Mar 2012 09:40:33 +0000 Subject: [Xerte] Re: YouTube In-Reply-To: References: <12C67A1EEC419342AF5E59DA31562C3F0BA4980DD1@EXCHANGE1.ad.nottingham.ac.uk> <4F6982F8.8020609@tor.nl> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4A6AFB9@EXCHANGE1.ad.nottingham.ac.uk> It's a youtube thing as far as I ca tell. Sometimes they work, sometimes they don't. By all means check you have the latest youtube related files from the svn, and check what happens in http://www.nottingham.ac.uk/toolkits/play_560 because that (generally) runs the latest template code. I think youtube have introduced some sort of rights management preventing certain movies being embedded: a user here had a problem with a pop music video (serves him right!) which had some sort of rights management stuff going on, so that users could view it in youtube, but not if it was embedded elsewhere: this may or may not be a problem. By September, the AS2 youtube player is going to disappear anyway, so we'll have to treat them as we do embedded content. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: 21 March 2012 09:37 To: Xerte discussion list Subject: [Xerte] Re: YouTube There are currently some issues with the playing of some YouTube videos in the You Tube page. I experienced this when creating the new models for translation. The modularisation version of the model is based on the current pageTemplates model so it displays the same problems. Strangely the YouTube Feed page did not appear to have these problems. Which may be a clue to a solution. Kind regards Johnathan On 21 March 2012 07:27, Inge Donkervoort > wrote: Hi, Some YouTube video's do not play in Xerte. I see the video and can start playing it but then it stops immediately. What embed code do I need or does any one have a solution for that problem? Bye, Inge 1 2 Change Chopinlaan 27 5242 HM Rosmalen T 073-5226195 F 073-5226196 E i.donkervoort at 12change.eu I www.12change.eu T twitter L linkedIn This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Alistair.McNaught at HEAcademy.ac.uk Wed Mar 21 09:48:45 2012 From: Alistair.McNaught at HEAcademy.ac.uk (Alistair McNaught) Date: Wed, 21 Mar 2012 09:48:45 +0000 Subject: [Xerte] Re: Xerte 2.17 Glossary / relative links / css classes In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA4A6AFAF@EXCHANGE1.ad.nottingham.ac.uk> References: <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com> , <12C67A1EEC419342AF5E59DA31562C3F0BA4A6AFAF@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <13A609CD-DA9F-4877-A417-48A022FEE045@HEAcademy.ac.uk> ..busy outlining a work package as we speak... A Sent from my iPad On 21 Mar 2012, at 09:41, "Julian Tenney" > wrote: I?m hoping we can get a test server setup for the new build somewhere so we can have one place to really test ? Alistair is pursuing that. We?ll be able to build some great examples to show all this new functionality. This next drop has a lot of new stuff in it, From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: 21 March 2012 09:31 To: Xerte discussion list Subject: [Xerte] Re: Xerte 2.17 Glossary / relative links / css classes The connector pages are what were in page wizards known as "routed pages". They will be available in both desktop and toolkits. Every page will now have a new optional property called "Page ID". This will be used as a unique identifier for that page for use by Connector pages. The Connector pages provide "exit points" from the page, each of which can have assigned to it a destination page ID. When the learner selects that exit point they are taken to the page identified by the destination page ID for that exit point. The seven connector pages are 1. Multiple Choice Question Connector - the exit points are alternative answer options to the question. 2. Hot spot image Connector - the exit points are the hot spots (These hot spots can also be used for other actions such as displaying a video or playing a sound. 3. Tab Navigator Connector - which works similar to the standard tab navigator page but includes the ability to add options like in an MCQ page, which again have destination IDs associated with them 4. Menu Connector - this is slightly different from the other connectors in that it builds a list of links to pages automatically, you can have all the pages in a project or you can specify a start page ID and an end page "page ID" and it will then just list those pages that fall between those to page IDs inclusive. It displays similar to the current menu option in Toolkits. 5. Plain text Connector in which you can add hyperlinks to text that will link to other pages in the project based on their Page ID 6. Redirector Connector - this is intended as an end of section page e.g. You might use an MCQ connector to direct the learner to a sequence of standard pages. At the end of the sequence you would use a Redirector Connector page that displays text and an image if required with a button. Click on the button and the learner is taken to the specified destination Page ID, thus enabling the author to return the learner back to the main flow of the project. 7. Scenario Connector - this is a bit of a monster of a page. It is designed to allow the creation of complex scenarios, by building a project with many Scenario pages, each page representing one scene or situation in the scenario. Each scene can have props in it. Both props and scene can have actions associated with them. Actions can have conditions that define when they are available and have outcomes that define what happens when an action is taken. Outcomes range from incrementing or decrementing one of three available scores, to changing the state of props (Carried, hidden, dropped etc), to being taken to a different scenario page. Scores have maximum and minimum values each of which if required can trigger an "end of scenario" situation with display of the appropriate messaging. The connector pages open up a tremendous amount of potential. Kind regards Johnathan On 21 March 2012 00:30, KnowledgeWare > wrote: Hello Jonathan: Re your post: ?There will also be available seven new connector pages which will allow authors to design non-linear projects.? Sorry, I haven?t been able to follow the list closely for the past several weeks?by ?connector pages? do you mean basically a ?menu?? In desktop or toolkits or both? If this is the case I?m very interested in trying them. Do the connector pages work ?within? a single xerte file or branch to other files? And?.any way of checkmarking or otherwise indicating which sections are completed? TIA Ronm2 This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. This email is confidential and may be privileged. If you are not the intended recipient please accept our apologies. Please do not disclose, copy, or distribute information in this email nor take any action in reliance on its contents: to do so is strictly prohibited and may be unlawful. Please inform us that this message has gone astray before deleting it. Please note that views expressed in this email are those of the author and do not necessarily represent those of the Higher Education Academy. Please note that this e-mail has been created in the knowledge that Internet e-mail is not a secure communications medium. We advise that you understand and observe this lack of security when e-mailing us. Although we have taken steps to ensure this e-mail and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free. The Higher Education Academy Registered No 4930131 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jason.bardell at kent.fire-uk.org Wed Mar 21 10:27:15 2012 From: jason.bardell at kent.fire-uk.org (Bardell Jason) Date: Wed, 21 Mar 2012 10:27:15 +0000 Subject: [Xerte] Change XOT template colours Message-ID: <4CB7B46F7BEA0843BD441B9F832A23BC19AA5B60@KFBMAIL01.kentfire.internal> Hello This question probably has been asked before, could someone point me in the right direction? I would like to make some changes to the default colours in XOT, to include at least a beige colour as a background and make the default 'blue' softer than the existing colour scheme. Could someone tell me where these files are kept and tell me how to make the changes? I presume that its a case of changing the html colour code within a php file...? In the future I would also like to change the default selection to another theme, one that represents a Fire Service red header, does someone have some guidance on this too? Thank you Jason Jason Bardell | Station Manager | Organisational Development | Kent Fire & Rescue Service | T: 01622 692121 Extn 6183 | M: 07967332236 ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. From Julian.Tenney at nottingham.ac.uk Wed Mar 21 10:57:42 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 21 Mar 2012 10:57:42 +0000 Subject: [Xerte] Re: Change XOT template colours In-Reply-To: <4CB7B46F7BEA0843BD441B9F832A23BC19AA5B60@KFBMAIL01.kentfire.internal> References: <4CB7B46F7BEA0843BD441B9F832A23BC19AA5B60@KFBMAIL01.kentfire.internal> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4A6B07B@EXCHANGE1.ad.nottingham.ac.uk> For all LOs in your XOT or just one? -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Bardell Jason Sent: 21 March 2012 10:27 To: 'xerte at lists.nottingham.ac.uk' Subject: [Xerte] Change XOT template colours Hello This question probably has been asked before, could someone point me in the right direction? I would like to make some changes to the default colours in XOT, to include at least a beige colour as a background and make the default 'blue' softer than the existing colour scheme. Could someone tell me where these files are kept and tell me how to make the changes? I presume that its a case of changing the html colour code within a php file...? In the future I would also like to change the default selection to another theme, one that represents a Fire Service red header, does someone have some guidance on this too? Thank you Jason Jason Bardell | Station Manager | Organisational Development | Kent Fire & Rescue Service | T: 01622 692121 Extn 6183 | M: 07967332236 ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte From Simon.Scholey at euroele.com Wed Mar 21 11:02:36 2012 From: Simon.Scholey at euroele.com (Simon Scholey) Date: Wed, 21 Mar 2012 11:02:36 +0000 Subject: [Xerte] Preview Error Message-ID: <93C19C17-6DF5-4495-B4FD-90A4B9F2A4F9@mimectl> When trying to preview a file we get the following. ERROR: The file modules/xerte/parent_templates/Nottingham/Nottingham.rlt failed to load. Hosted on IIS 7.0 using MySQL. Clean install today. Simon Scholey Network Manager Phone: 01473 556622 Mobile: 07969 331944 Suffolk One, Scrivener Drive, Ipswich, Suffolk. IP8 3SU | Phone: 01473 556600 IT Managed Service provided by European Electronique Forward House, Oakfields Industrial Estate, Eynsham, Oxfordshire, OX29 4TT | Phone: 01865 883300 | Fax: 01865 883371 This message may contain information and/or data that is confidential and legally privileged. It is intended solely for the addressee(s) only. If you are not the intended recipient you are notified that any use, publication, reproduction or dissemination is strictly prohibited and may violate certain laws. If you are not the intended recipient, please contact the sender by return e-mail and destroy this and all copies of this message and/or data. The content of this message has been scanned for viruses by MessageLabs and scanned by MailMarshal for unacceptable language and inappropriate content. European Electronique Ltd, Forward House, Oakfields Ind. Est, Eynsham, Oxon, OX29 4TT, is a company registered in the United Kingdom with registration number 1704440 and VAT registration number 834853016. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Wed Mar 21 10:58:52 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 21 Mar 2012 10:58:52 +0000 Subject: [Xerte] Re: Change XOT template colours In-Reply-To: <4CB7B46F7BEA0843BD441B9F832A23BC19AA5B60@KFBMAIL01.kentfire.internal> References: <4CB7B46F7BEA0843BD441B9F832A23BC19AA5B60@KFBMAIL01.kentfire.internal> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4A6B080@EXCHANGE1.ad.nottingham.ac.uk> You can either modify the style sheet that all LOs load up, or you can add a custom stylesheet to each LO: you might not have this functionality in your install yet. Search in the archives, this came up last week or the week before, J -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Bardell Jason Sent: 21 March 2012 10:27 To: 'xerte at lists.nottingham.ac.uk' Subject: [Xerte] Change XOT template colours Hello This question probably has been asked before, could someone point me in the right direction? I would like to make some changes to the default colours in XOT, to include at least a beige colour as a background and make the default 'blue' softer than the existing colour scheme. Could someone tell me where these files are kept and tell me how to make the changes? I presume that its a case of changing the html colour code within a php file...? In the future I would also like to change the default selection to another theme, one that represents a Fire Service red header, does someone have some guidance on this too? Thank you Jason Jason Bardell | Station Manager | Organisational Development | Kent Fire & Rescue Service | T: 01622 692121 Extn 6183 | M: 07967332236 ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte From Julian.Tenney at nottingham.ac.uk Wed Mar 21 11:01:57 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 21 Mar 2012 11:01:57 +0000 Subject: [Xerte] Re: Preview Error In-Reply-To: <93C19C17-6DF5-4495-B4FD-90A4B9F2A4F9@mimectl> References: <93C19C17-6DF5-4495-B4FD-90A4B9F2A4F9@mimectl> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4A6B083@EXCHANGE1.ad.nottingham.ac.uk> What does 'Clean Install Today' mean? IIS? Or XOT? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Simon Scholey Sent: 21 March 2012 11:03 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Preview Error When trying to preview a file we get the following. ERROR: The file modules/xerte/parent_templates/Nottingham/Nottingham.rlt failed to load. Hosted on IIS 7.0 using MySQL. Clean install today. Simon Scholey Network Manager Phone: 01473 556622 Mobile: 07969 331944 Suffolk One, Scrivener Drive, Ipswich, Suffolk. IP8 3SU | Phone: 01473 556600 IT Managed Service provided by European Electronique Forward House, Oakfields Industrial Estate, Eynsham, Oxfordshire, OX29 4TT | Phone: 01865 883300 | Fax: 01865 883371 ________________________________ This message may contain information and/or data that is confidential and legally privileged. It is intended solely for the addressee(s) only. If you are not the intended recipient you are notified that any use, publication, reproduction or dissemination is strictly prohibited and may violate certain laws. If you are not the intended recipient, please contact the sender by return e-mail and destroy this and all copies of this message and/or data. The content of this message has been scanned for viruses by MessageLabs and scanned by MailMarshal for unacceptable language and inappropriate content. European Electronique Ltd, Forward House, Oakfields Ind. Est, Eynsham, Oxon, OX29 4TT, is registered in the United Kingdom with company registration number 1704440 and VAT registration number 834853016. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Simon.Scholey at euroele.com Wed Mar 21 11:11:05 2012 From: Simon.Scholey at euroele.com (Simon Scholey) Date: Wed, 21 Mar 2012 11:11:05 +0000 Subject: [Xerte] Re: Preview Error In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA4A6B083@EXCHANGE1.ad.nottingham.ac.uk> References: <93C19C17-6DF5-4495-B4FD-90A4B9F2A4F9@mimectl>, <12C67A1EEC419342AF5E59DA31562C3F0BA4A6B083@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Wed Mar 21 11:10:18 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 21 Mar 2012 11:10:18 +0000 Subject: [Xerte] Re: Preview Error In-Reply-To: References: <93C19C17-6DF5-4495-B4FD-90A4B9F2A4F9@mimectl>, <12C67A1EEC419342AF5E59DA31562C3F0BA4A6B083@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4A6B094@EXCHANGE1.ad.nottingham.ac.uk> Did it work before? This sounds like Mime types..? See the archives http://www.nottingham.ac.uk/xerte/community.htm From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Simon Scholey Sent: 21 March 2012 11:11 To: Xerte discussion list Subject: [Xerte] Re: Preview Error I mean that I have just installed it fresh today. I'm running the Xerte Online Toolkit on Microsoft IIS web server. Thanks. Simon Scholey Network Manager Suffolk One, Scrivener Drive, Ipswich, Suffolk. IP8 3SU | Phone: 01473 556600 IT Managed Service provided by European Electronique Forward House, Oakfields Industrial Estate, Eynsham, Oxfordshire, OX29 4TT | Phone: 01865 883300 | Fax: 01865 883371 ________________________________ From: Julian Tenney Sent: Wed 21/03/2012 11:01 To: Xerte discussion list Subject: [Xerte] Re: Preview Error What does 'Clean Install Today' mean? IIS? Or XOT? From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Simon Scholey Sent: 21 March 2012 11:03 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Preview Error When trying to preview a file we get the following. ERROR: The file modules/xerte/parent_templates/Nottingham/Nottingham.rlt failed to load. Hosted on IIS 7.0 using MySQL. Clean install today. Simon Scholey Network Manager Phone: 01473 556622 Mobile: 07969 331944 Suffolk One, Scrivener Drive, Ipswich, Suffolk. IP8 3SU | Phone: 01473 556600 IT Managed Service provided by European Electronique Forward House, Oakfields Industrial Estate, Eynsham, Oxfordshire, OX29 4TT | Phone: 01865 883300 | Fax: 01865 883371 ________________________________ This message may contain information and/or data that is confidential and legally privileged. It is intended solely for the addressee(s) only. If you are not the intended recipient you are notified that any use, publication, reproduction or dissemination is strictly prohibited and may violate certain laws. If you are not the intended recipient, please contact the sender by return e-mail and destroy this and all copies of this message and/or data. The content of this message has been scanned for viruses by MessageLabs and scanned by MailMarshal for unacceptable language and inappropriate content. European Electronique Ltd, Forward House, Oakfields Ind. Est, Eynsham, Oxon, OX29 4TT, is registered in the United Kingdom with company registration number 1704440 and VAT registration number 834853016. This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. ________________________________ This message may contain information and/or data that is confidential and legally privileged. It is intended solely for the addressee(s) only. If you are not the intended recipient you are notified that any use, publication, reproduction or dissemination is strictly prohibited and may violate certain laws. If you are not the intended recipient, please contact the sender by return e-mail and destroy this and all copies of this message and/or data. The content of this message has been scanned for viruses by MessageLabs and scanned by MailMarshal for unacceptable language and inappropriate content. European Electronique Ltd, Forward House, Oakfields Ind. Est, Eynsham, Oxon, OX29 4TT, is registered in the United Kingdom with company registration number 1704440 and VAT registration number 834853016. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jason.bardell at kent.fire-uk.org Wed Mar 21 11:26:56 2012 From: jason.bardell at kent.fire-uk.org (Bardell Jason) Date: Wed, 21 Mar 2012 11:26:56 +0000 Subject: [Xerte] Re: Change XOT template colours In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA4A6B07B@EXCHANGE1.ad.nottingham.ac.uk> References: <4CB7B46F7BEA0843BD441B9F832A23BC19AA5B60@KFBMAIL01.kentfire.internal> <12C67A1EEC419342AF5E59DA31562C3F0BA4A6B07B@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <4CB7B46F7BEA0843BD441B9F832A23BC19AA5C53@KFBMAIL01.kentfire.internal> Hello Julian At the moment, for all LO's. Thanks Jason Jason Bardell?| Station Manager?| Organisational Development?| Kent Fire & Rescue Service | T: 01622 692121 Extn 6183? | M: 07967332236 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney Sent: 21 March 2012 10:58 To: Xerte discussion list Subject: [Xerte] Re: Change XOT template colours For all LOs in your XOT or just one? -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Bardell Jason Sent: 21 March 2012 10:27 To: 'xerte at lists.nottingham.ac.uk' Subject: [Xerte] Change XOT template colours Hello This question probably has been asked before, could someone point me in the right direction? I would like to make some changes to the default colours in XOT, to include at least a beige colour as a background and make the default 'blue' softer than the existing colour scheme. Could someone tell me where these files are kept and tell me how to make the changes? I presume that its a case of changing the html colour code within a php file...? In the future I would also like to change the default selection to another theme, one that represents a Fire Service red header, does someone have some guidance on this too? Thank you Jason Jason Bardell | Station Manager | Organisational Development | Kent Fire & Rescue Service | T: 01622 692121 Extn 6183 | M: 07967332236 ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. From Julian.Tenney at nottingham.ac.uk Wed Mar 21 11:29:48 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 21 Mar 2012 11:29:48 +0000 Subject: [Xerte] Re: Change XOT template colours In-Reply-To: <4CB7B46F7BEA0843BD441B9F832A23BC19AA5C53@KFBMAIL01.kentfire.internal> References: <4CB7B46F7BEA0843BD441B9F832A23BC19AA5B60@KFBMAIL01.kentfire.internal> <12C67A1EEC419342AF5E59DA31562C3F0BA4A6B07B@EXCHANGE1.ad.nottingham.ac.uk> <4CB7B46F7BEA0843BD441B9F832A23BC19AA5C53@KFBMAIL01.kentfire.internal> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4A6B0C3@EXCHANGE1.ad.nottingham.ac.uk> There is an example stylesheet attached, from Ron. Back up your existing one at parent_templates\Nottingham\common\styles.css and try the one attached. Then play around with the colours. -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Bardell Jason Sent: 21 March 2012 11:27 To: 'Xerte discussion list' Subject: [Xerte] Re: Change XOT template colours Hello Julian At the moment, for all LO's. Thanks Jason Jason Bardell?| Station Manager?| Organisational Development?| Kent Fire & Rescue Service | T: 01622 692121 Extn 6183? | M: 07967332236 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney Sent: 21 March 2012 10:58 To: Xerte discussion list Subject: [Xerte] Re: Change XOT template colours For all LOs in your XOT or just one? -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Bardell Jason Sent: 21 March 2012 10:27 To: 'xerte at lists.nottingham.ac.uk' Subject: [Xerte] Change XOT template colours Hello This question probably has been asked before, could someone point me in the right direction? I would like to make some changes to the default colours in XOT, to include at least a beige colour as a background and make the default 'blue' softer than the existing colour scheme. Could someone tell me where these files are kept and tell me how to make the changes? I presume that its a case of changing the html colour code within a php file...? In the future I would also like to change the default selection to another theme, one that represents a Fire Service red header, does someone have some guidance on this too? Thank you Jason Jason Bardell | Station Manager | Organisational Development | Kent Fire & Rescue Service | T: 01622 692121 Extn 6183 | M: 07967332236 ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte -------------- next part -------------- A non-text attachment was scrubbed... Name: styles.css Type: text/css Size: 430 bytes Desc: styles.css URL: From Oliver.Haslam at uwe.ac.uk Wed Mar 21 11:37:12 2012 From: Oliver.Haslam at uwe.ac.uk (Oliver Haslam) Date: Wed, 21 Mar 2012 11:37:12 +0000 Subject: [Xerte] Re: Change XOT template colours In-Reply-To: <4CB7B46F7BEA0843BD441B9F832A23BC19AA5C53@KFBMAIL01.kentfire.internal> References: <4CB7B46F7BEA0843BD441B9F832A23BC19AA5B60@KFBMAIL01.kentfire.internal> <12C67A1EEC419342AF5E59DA31562C3F0BA4A6B07B@EXCHANGE1.ad.nottingham.ac.uk> <4CB7B46F7BEA0843BD441B9F832A23BC19AA5C53@KFBMAIL01.kentfire.internal> Message-ID: <31CDB875D4C8E948899F952DE8C500C827B77301B9@EGEN-MBX02.campus.ads.uwe.ac.uk> Hi I asked this question a while ago. Have a look in the website_code/styles folder and you will find several .css files. There are separate files for the login page, the editor, management area etc. You'll need to edit these to change the colours - just change the codes that refer to colours. A long list of colours and codes to use are here: http://www.w3schools.com/cssref/css_colorsfull.asp Also, if you want to change the logos on your site you can do this via a browser. Go to http://yourURL/management.php and login as admin. Hope that helps Oli _______________________________ Oliver Haslam Course Developer (Technologist) Applied Sciences & Allied Health Professions Technology Enhanced Learning University of the West of England _______________________________ T: 0117 32 88215 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Bardell Jason Sent: 21 March 2012 11:27 To: 'Xerte discussion list' Subject: [Xerte] Re: Change XOT template colours Hello Julian At the moment, for all LO's. Thanks Jason Jason Bardell?| Station Manager?| Organisational Development?| Kent Fire & Rescue Service | T: 01622 692121 Extn 6183? | M: 07967332236 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney Sent: 21 March 2012 10:58 To: Xerte discussion list Subject: [Xerte] Re: Change XOT template colours For all LOs in your XOT or just one? -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Bardell Jason Sent: 21 March 2012 10:27 To: 'xerte at lists.nottingham.ac.uk' Subject: [Xerte] Change XOT template colours Hello This question probably has been asked before, could someone point me in the right direction? I would like to make some changes to the default colours in XOT, to include at least a beige colour as a background and make the default 'blue' softer than the existing colour scheme. Could someone tell me where these files are kept and tell me how to make the changes? I presume that its a case of changing the html colour code within a php file...? In the future I would also like to change the default selection to another theme, one that represents a Fire Service red header, does someone have some guidance on this too? Thank you Jason Jason Bardell | Station Manager | Organisational Development | Kent Fire & Rescue Service | T: 01622 692121 Extn 6183 | M: 07967332236 ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte From Fay.Cross at nottingham.ac.uk Wed Mar 21 12:06:27 2012 From: Fay.Cross at nottingham.ac.uk (Fay Cross) Date: Wed, 21 Mar 2012 12:06:27 +0000 Subject: [Xerte] Re: Bug in navigator plus template? In-Reply-To: References: Message-ID: Thanks for letting me know about these - I had to change the structure of things slightly, looking back a couple of things were done strangely! Updated model has been uploaded to repository and is also attached. Let me know if you find anything else in your testing Johnathan. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: 19 March 2012 18:09 To: Xerte discussion list Subject: [Xerte] Re: Bug in navigator plus template? There may be another bug in the page. I have just been updating the new model with the changes made last Friday and during the testing of the page I found that if you create a Tab Navigator plus page and add a graphic to the first tab in the first topic and then preview the page you get the page displaying at the bottom of a lengthened window with a white panel above displaying the message "loading xml". I don't think this is caused by the new changes as I also tried my earlier version of the model which lacks the Friday changes. Just to be sure I have used both my version of the Model file in an individual page template project and built a page template project using the current files from the svn. An unusual effect I found was that if you create a page with an image on the first tab of the first topic then the problem occurs. However if you precede that page with another tab nav + page and do not add a graphic to the first tab of the first topic then not only will this page load and display correctly, but the following page that had been causing a problem will now also load correctly. Kind regards Johnathan On 19 March 2012 16:09, Alistair McNaught > wrote: Hi all Just responding to a query from a friend - it seems that the layout of subsequent sub pages is dependent on the first page encountered: See http://itq.jisctechdis.ac.uk/xerte/play_51 Click Billhook, Polesaw and Protective clothing in turn and you'll see a page with text only, image added via html and image added via Navigator option. Then click back to Billhook. There will be a big white space before the text as if the text has moved down to fit a phantom image. I've adjusted the order and the pattern remains - the text displays at the top of the page UNTIL an image added through optional properties is encountered. From that point on the panels have a phantom image. Anyone know how to fix? A Alistair McNaught Senior Advisor JISC TechDis C/O The Higher Education Academy Building Innovation Way York Science Park YORK YO10 5BR 07870567659 Skype: alistair_techdis http://www.jisctechdis.ac.uk http://www.scoop.it/t/inclusive-teaching-and-learning Interested in pragmatic inclusion- focused staff development? See JISC TechDis ITQ for accessible IT practice information and taster resource. This email is confidential and may be privileged. If you are not the intended recipient please accept our apologies. Please do not disclose, copy, or distribute information in this email nor take any action in reliance on its contents: to do so is strictly prohibited and may be unlawful. Please inform us that this message has gone astray before deleting it. Please note that views expressed in this email are those of the author and do not necessarily represent those of the Higher Education Academy. Please note that this e-mail has been created in the knowledge that Internet e-mail is not a secure communications medium. We advise that you understand and observe this lack of security when e-mailing us. Although we have taken steps to ensure this e-mail and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free. The Higher Education Academy Registered No 4930131 This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: tabNavExtra.rlm Type: application/octet-stream Size: 12217 bytes Desc: tabNavExtra.rlm URL: From Paul.pr.Robinson at siemens.com Wed Mar 21 15:36:28 2012 From: Paul.pr.Robinson at siemens.com (Robinson, Paul) Date: Wed, 21 Mar 2012 16:36:28 +0100 Subject: [Xerte] Local install of xerte will not restart into project screen Message-ID: Hello There; Can you please help. I have installed the Toolkit following the instructions on the website, copying the folder into the htdocs folder. Then visited the local host and selected XAMPP option. The development interface was then provided and I started work learning how to use the system and developing my first project. All this was performed on a Laptop with XP Professional. However when I came to use the system again later in the day I found when I selected the XAMPP option I was presented with the screen attached (xerte1 and 2) and if I selected http://localhost/xertetoolkits/ I was taken to the screen attached (xerte3). I had mysql and Apache running at all times. Can you please help With best regards, Paul Robinson -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: xerte3.JPG Type: image/jpeg Size: 119685 bytes Desc: xerte3.JPG URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: xerte1.JPG Type: image/jpeg Size: 236686 bytes Desc: xerte1.JPG URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: xerte2.JPG Type: image/jpeg Size: 203595 bytes Desc: xerte2.JPG URL: From patrick.lockley at googlemail.com Wed Mar 21 16:19:12 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Wed, 21 Mar 2012 16:19:12 +0000 Subject: [Xerte] Re: Local install of xerte will not restart into project screen In-Reply-To: References: Message-ID: <4FA4DA29-0A4C-49D8-8402-A3B4BEDC2FD8@googlemail.com> Hello, It looks like you have ran setup again. Once toolkits is installed you only need use http://localhost/xertetoolkits Pat On 21 Mar 2012, at 15:36, "Robinson, Paul" wrote: > Hello There; > > Can you please help. > > I have installed the Toolkit following the instructions on the website, copying the folder into the htdocs folder. Then visited the local host and selected XAMPP option. > > The development interface was then provided and I started work learning how to use the system and developing my first project. > > All this was performed on a Laptop with XP Professional. > > However when I came to use the system again later in the day I found when I selected the XAMPP option I was presented with the screen attached (xerte1 and 2) and if I selected http://localhost/xertetoolkits/ I was taken to the screen attached (xerte3). > > I had mysql and Apache running at all times. > > Can you please help > > With best regards, > Paul Robinson > > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. > > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Alistair.McNaught at HEAcademy.ac.uk Wed Mar 21 16:51:27 2012 From: Alistair.McNaught at HEAcademy.ac.uk (Alistair McNaught) Date: Wed, 21 Mar 2012 16:51:27 +0000 Subject: [Xerte] Re: Bug in navigator plus template? In-Reply-To: References: , Message-ID: Thanks Fay A Sent from my Windows Phone ________________________________ From: Fay Cross Sent: 21/03/2012 12:08 To: Xerte discussion list Subject: [Xerte] Re: Bug in navigator plus template? Thanks for letting me know about these ? I had to change the structure of things slightly, looking back a couple of things were done strangely! Updated model has been uploaded to repository and is also attached. Let me know if you find anything else in your testing Johnathan. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: 19 March 2012 18:09 To: Xerte discussion list Subject: [Xerte] Re: Bug in navigator plus template? There may be another bug in the page. I have just been updating the new model with the changes made last Friday and during the testing of the page I found that if you create a Tab Navigator plus page and add a graphic to the first tab in the first topic and then preview the page you get the page displaying at the bottom of a lengthened window with a white panel above displaying the message "loading xml". I don't think this is caused by the new changes as I also tried my earlier version of the model which lacks the Friday changes. Just to be sure I have used both my version of the Model file in an individual page template project and built a page template project using the current files from the svn. An unusual effect I found was that if you create a page with an image on the first tab of the first topic then the problem occurs. However if you precede that page with another tab nav + page and do not add a graphic to the first tab of the first topic then not only will this page load and display correctly, but the following page that had been causing a problem will now also load correctly. Kind regards Johnathan On 19 March 2012 16:09, Alistair McNaught > wrote: Hi all Just responding to a query from a friend ? it seems that the layout of subsequent sub pages is dependent on the first page encountered: See http://itq.jisctechdis.ac.uk/xerte/play_51 Click Billhook, Polesaw and Protective clothing in turn and you?ll see a page with text only, image added via html and image added via Navigator option. Then click back to Billhook. There will be a big white space before the text as if the text has moved down to fit a phantom image. I?ve adjusted the order and the pattern remains ? the text displays at the top of the page UNTIL an image added through optional properties is encountered. From that point on the panels have a phantom image. Anyone know how to fix? A Alistair McNaught Senior Advisor JISC TechDis C/O The Higher Education Academy Building Innovation Way York Science Park YORK YO10 5BR 07870567659 Skype: alistair_techdis http://www.jisctechdis.ac.uk http://www.scoop.it/t/inclusive-teaching-and-learning Interested in pragmatic inclusion- focused staff development? See JISC TechDis ITQ for accessible IT practice information and taster resource. This email is confidential and may be privileged. If you are not the intended recipient please accept our apologies. Please do not disclose, copy, or distribute information in this email nor take any action in reliance on its contents: to do so is strictly prohibited and may be unlawful. Please inform us that this message has gone astray before deleting it. Please note that views expressed in this email are those of the author and do not necessarily represent those of the Higher Education Academy. Please note that this e-mail has been created in the knowledge that Internet e-mail is not a secure communications medium. We advise that you understand and observe this lack of security when e-mailing us. Although we have taken steps to ensure this e-mail and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free. The Higher Education Academy Registered No 4930131 This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. This email is confidential and may be privileged. If you are not the intended recipient please accept our apologies. Please do not disclose, copy, or distribute information in this email nor take any action in reliance on its contents: to do so is strictly prohibited and may be unlawful. Please inform us that this message has gone astray before deleting it. Please note that views expressed in this email are those of the author and do not necessarily represent those of the Higher Education Academy. Please note that this e-mail has been created in the knowledge that Internet e-mail is not a secure communications medium. We advise that you understand and observe this lack of security when e-mailing us. Although we have taken steps to ensure this e-mail and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free. The Higher Education Academy Registered No 4930131 -------------- next part -------------- An HTML attachment was scrubbed... URL: From knowledgeware at kccsoft.com Wed Mar 21 18:24:08 2012 From: knowledgeware at kccsoft.com (KnowledgeWare) Date: Wed, 21 Mar 2012 11:24:08 -0700 Subject: [Xerte] Re: Xerte 2.17 Glossary / relative links / css classes In-Reply-To: References: <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com> Message-ID: <010a01cd078f$cedd2690$6c9773b0$@kccsoft.com> Thanks Jonathan! Sounds great.look forward to it. RonM2 From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: Wednesday, March 21, 2012 2:31 AM To: Xerte discussion list Subject: [Xerte] Re: Xerte 2.17 Glossary / relative links / css classes The connector pages are what were in page wizards known as "routed pages". They will be available in both desktop and toolkits. Every page will now have a new optional property called "Page ID". This will be used as a unique identifier for that page for use by Connector pages. The Connector pages provide "exit points" from the page, each of which can have assigned to it a destination page ID. When the learner selects that exit point they are taken to the page identified by the destination page ID for that exit point. The seven connector pages are 1. Multiple Choice Question Connector - the exit points are alternative answer options to the question. 2. Hot spot image Connector - the exit points are the hot spots (These hot spots can also be used for other actions such as displaying a video or playing a sound. 3. Tab Navigator Connector - which works similar to the standard tab navigator page but includes the ability to add options like in an MCQ page, which again have destination IDs associated with them 4. Menu Connector - this is slightly different from the other connectors in that it builds a list of links to pages automatically, you can have all the pages in a project or you can specify a start page ID and an end page "page ID" and it will then just list those pages that fall between those to page IDs inclusive. It displays similar to the current menu option in Toolkits. 5. Plain text Connector in which you can add hyperlinks to text that will link to other pages in the project based on their Page ID 6. Redirector Connector - this is intended as an end of section page e.g. You might use an MCQ connector to direct the learner to a sequence of standard pages. At the end of the sequence you would use a Redirector Connector page that displays text and an image if required with a button. Click on the button and the learner is taken to the specified destination Page ID, thus enabling the author to return the learner back to the main flow of the project. 7. Scenario Connector - this is a bit of a monster of a page. It is designed to allow the creation of complex scenarios, by building a project with many Scenario pages, each page representing one scene or situation in the scenario. Each scene can have props in it. Both props and scene can have actions associated with them. Actions can have conditions that define when they are available and have outcomes that define what happens when an action is taken. Outcomes range from incrementing or decrementing one of three available scores, to changing the state of props (Carried, hidden, dropped etc), to being taken to a different scenario page. Scores have maximum and minimum values each of which if required can trigger an "end of scenario" situation with display of the appropriate messaging. The connector pages open up a tremendous amount of potential. Kind regards Johnathan -------------- next part -------------- An HTML attachment was scrubbed... URL: From johnathan.kemp at ntlworld.com Wed Mar 21 21:40:39 2012 From: johnathan.kemp at ntlworld.com (Kemp Johnathan) Date: Wed, 21 Mar 2012 21:40:39 +0000 Subject: [Xerte] Re: Bug in navigator plus template? In-Reply-To: References: Message-ID: Hello Fay, Thanks for responding so quickly. I have now updated the tabNavExtra.rlm and accNav.rlm files in the pageWizards section of the svn in accordance with your changes ready for version 2.18 Kind regards Johnathan On 21 March 2012 12:06, Fay Cross wrote: > Thanks for letting me know about these ? I had to change the structure of > things slightly, looking back a couple of things were done strangely! > Updated model has been uploaded to repository and is also attached. Let me > know if you find anything else in your testing Johnathan. > > > > *From:* xerte-bounces at lists.nottingham.ac.uk [mailto: > xerte-bounces at lists.nottingham.ac.uk] *On Behalf Of *Kemp Johnathan > *Sent:* 19 March 2012 18:09 > *To:* Xerte discussion list > *Subject:* [Xerte] Re: Bug in navigator plus template? > > > > There may be another bug in the page. > > > > I have just been updating the new model with the changes made last Friday > and during the testing of the page I found that if you create a Tab > Navigator plus page and add a graphic to the first tab in the first topic > and then preview the page you get the page displaying at the bottom of a > lengthened window with a white panel above displaying the message "loading > xml". I don't think this is caused by the new changes as I also tried my > earlier version of the model which lacks the Friday changes. Just to be > sure I have used both my version of the Model file in an individual page > template project and built a page template project using the current files > from the svn. > > > > An unusual effect I found was that if you create a page with an image on > the first tab of the first topic then the problem occurs. However if you > precede that page with another tab nav + page and do not add a graphic to > the first tab of the first topic then not only will this page load and > display correctly, but the following page that had been causing a problem > will now also load correctly. > > > > Kind regards > > > > Johnathan > > > > On 19 March 2012 16:09, Alistair McNaught < > Alistair.McNaught at heacademy.ac.uk> wrote: > > Hi all > > Just responding to a query from a friend ? it seems that the layout of > subsequent sub pages is dependent on the first page encountered: > > See http://itq.jisctechdis.ac.uk/xerte/play_51 > > > > Click Billhook, Polesaw and Protective clothing in turn and you?ll see a > page with text only, image added via html and image added via Navigator > option. > > Then click back to Billhook. There will be a big white space before the > text as if the text has moved down to fit a phantom image. > > > > I?ve adjusted the order and the pattern remains ? the text displays at the > top of the page UNTIL an image added through optional properties is > encountered. From that point on the panels have a phantom image. > > > > Anyone know how to fix? > > > > A > > > > > > > > > > > > > > > > > > > > Alistair McNaught > > Senior Advisor > > *JISC** TechDis* > > C/O The Higher Education Academy Building > > Innovation Way > > York Science Park > > YORK > > YO10 5BR > > > > 07870567659 > > Skype: alistair_techdis > > http://www.jisctechdis.ac.uk > > *http://www.scoop.it/t/inclusive-teaching-and-learning * > > > > Interested in pragmatic inclusion- focused staff development? > See JISC TechDis ITQ for accessible IT practiceinformation and taster > resource . > > > > This email is confidential and may be privileged. If you are not the > intended recipient please accept our apologies. Please do not disclose, > copy, or distribute information in this email nor take any action in > reliance on its contents: to do so is strictly prohibited and may be > unlawful. Please inform us that this message has gone astray before > deleting it. Please note that views expressed in this email are those of > the author and do not necessarily represent those of the Higher Education > Academy. Please note that this e-mail has been created in the knowledge > that Internet e-mail is not a secure communications medium. We advise that > you understand and observe this lack of security when e-mailing us. > Although we have taken steps to ensure this e-mail and attachments are free > from any virus, we advise that in keeping with good computing practice the > recipient should ensure they are actually virus free. The Higher Education > Academy Registered No 4930131 > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jason.bardell at kent.fire-uk.org Thu Mar 22 10:31:08 2012 From: jason.bardell at kent.fire-uk.org (Bardell Jason) Date: Thu, 22 Mar 2012 10:31:08 +0000 Subject: [Xerte] Re: Change XOT template colours In-Reply-To: <31CDB875D4C8E948899F952DE8C500C827B77301B9@EGEN-MBX02.campus.ads.uwe.ac.uk> References: <4CB7B46F7BEA0843BD441B9F832A23BC19AA5B60@KFBMAIL01.kentfire.internal> <12C67A1EEC419342AF5E59DA31562C3F0BA4A6B07B@EXCHANGE1.ad.nottingham.ac.uk> <4CB7B46F7BEA0843BD441B9F832A23BC19AA5C53@KFBMAIL01.kentfire.internal> <31CDB875D4C8E948899F952DE8C500C827B77301B9@EGEN-MBX02.campus.ads.uwe.ac.uk> Message-ID: <4CB7B46F7BEA0843BD441B9F832A23BC19AA66CA@KFBMAIL01.kentfire.internal> Hi Oli Thank you, I knew the answer had to be out there, I'm finding it hard to monitor what seems like 100's of email around xerte as well as the work emails. Much appreciated Jason Jason Bardell?| Station Manager?| Organisational Development?| Kent Fire & Rescue Service | T: 01622 692121 Extn 6183? | M: 07967332236 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Oliver Haslam Sent: 21 March 2012 11:37 To: Xerte discussion list Subject: [Xerte] Re: Change XOT template colours Hi I asked this question a while ago. Have a look in the website_code/styles folder and you will find several .css files. There are separate files for the login page, the editor, management area etc. You'll need to edit these to change the colours - just change the codes that refer to colours. A long list of colours and codes to use are here: http://www.w3schools.com/cssref/css_colorsfull.asp Also, if you want to change the logos on your site you can do this via a browser. Go to http://yourURL/management.php and login as admin. Hope that helps Oli _______________________________ Oliver Haslam Course Developer (Technologist) Applied Sciences & Allied Health Professions Technology Enhanced Learning University of the West of England _______________________________ T: 0117 32 88215 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Bardell Jason Sent: 21 March 2012 11:27 To: 'Xerte discussion list' Subject: [Xerte] Re: Change XOT template colours Hello Julian At the moment, for all LO's. Thanks Jason Jason Bardell?| Station Manager?| Organisational Development?| Kent Fire & Rescue Service | T: 01622 692121 Extn 6183? | M: 07967332236 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney Sent: 21 March 2012 10:58 To: Xerte discussion list Subject: [Xerte] Re: Change XOT template colours For all LOs in your XOT or just one? -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Bardell Jason Sent: 21 March 2012 10:27 To: 'xerte at lists.nottingham.ac.uk' Subject: [Xerte] Change XOT template colours Hello This question probably has been asked before, could someone point me in the right direction? I would like to make some changes to the default colours in XOT, to include at least a beige colour as a background and make the default 'blue' softer than the existing colour scheme. Could someone tell me where these files are kept and tell me how to make the changes? I presume that its a case of changing the html colour code within a php file...? In the future I would also like to change the default selection to another theme, one that represents a Fire Service red header, does someone have some guidance on this too? Thank you Jason Jason Bardell | Station Manager | Organisational Development | Kent Fire & Rescue Service | T: 01622 692121 Extn 6183 | M: 07967332236 ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. From jason.bardell at kent.fire-uk.org Thu Mar 22 10:33:44 2012 From: jason.bardell at kent.fire-uk.org (Bardell Jason) Date: Thu, 22 Mar 2012 10:33:44 +0000 Subject: [Xerte] Re: Change XOT template colours In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA4A6B0C3@EXCHANGE1.ad.nottingham.ac.uk> References: <4CB7B46F7BEA0843BD441B9F832A23BC19AA5B60@KFBMAIL01.kentfire.internal> <12C67A1EEC419342AF5E59DA31562C3F0BA4A6B07B@EXCHANGE1.ad.nottingham.ac.uk> <4CB7B46F7BEA0843BD441B9F832A23BC19AA5C53@KFBMAIL01.kentfire.internal> <12C67A1EEC419342AF5E59DA31562C3F0BA4A6B0C3@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <4CB7B46F7BEA0843BD441B9F832A23BC19AA66E1@KFBMAIL01.kentfire.internal> Thank you Julian Jason Bardell?| Station Manager?| Organisational Development?| Kent Fire & Rescue Service | T: 01622 692121 Extn 6183? | M: 07967332236 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney Sent: 21 March 2012 11:30 To: Xerte discussion list Subject: [Xerte] Re: Change XOT template colours There is an example stylesheet attached, from Ron. Back up your existing one at parent_templates\Nottingham\common\styles.css and try the one attached. Then play around with the colours. -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Bardell Jason Sent: 21 March 2012 11:27 To: 'Xerte discussion list' Subject: [Xerte] Re: Change XOT template colours Hello Julian At the moment, for all LO's. Thanks Jason Jason Bardell?| Station Manager?| Organisational Development?| Kent Fire & Rescue Service | T: 01622 692121 Extn 6183? | M: 07967332236 -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney Sent: 21 March 2012 10:58 To: Xerte discussion list Subject: [Xerte] Re: Change XOT template colours For all LOs in your XOT or just one? -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Bardell Jason Sent: 21 March 2012 10:27 To: 'xerte at lists.nottingham.ac.uk' Subject: [Xerte] Change XOT template colours Hello This question probably has been asked before, could someone point me in the right direction? I would like to make some changes to the default colours in XOT, to include at least a beige colour as a background and make the default 'blue' softer than the existing colour scheme. Could someone tell me where these files are kept and tell me how to make the changes? I presume that its a case of changing the html colour code within a php file...? In the future I would also like to change the default selection to another theme, one that represents a Fire Service red header, does someone have some guidance on this too? Thank you Jason Jason Bardell | Station Manager | Organisational Development | Kent Fire & Rescue Service | T: 01622 692121 Extn 6183 | M: 07967332236 ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. From jason.bardell at kent.fire-uk.org Thu Mar 22 10:46:25 2012 From: jason.bardell at kent.fire-uk.org (Bardell Jason) Date: Thu, 22 Mar 2012 10:46:25 +0000 Subject: [Xerte] FLV file size Message-ID: <4CB7B46F7BEA0843BD441B9F832A23BC19AA66F0@KFBMAIL01.kentfire.internal> Hello Our media department have produced a number of videos to incorporate into our xerte e-learning packages, when I load the files I seem to lose a lot of audio quality from the video, is there a specific size that I should scale the flv file to? Thank you Jason Jason Bardell | Station Manager | Organisational Development | Kent Fire & Rescue Service | T: 01622 692121 Extn 6183 | M: 07967332236 ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. From Julian.Tenney at nottingham.ac.uk Thu Mar 22 10:49:11 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Thu, 22 Mar 2012 10:49:11 +0000 Subject: [Xerte] Re: FLV file size In-Reply-To: <4CB7B46F7BEA0843BD441B9F832A23BC19AA66F0@KFBMAIL01.kentfire.internal> References: <4CB7B46F7BEA0843BD441B9F832A23BC19AA66F0@KFBMAIL01.kentfire.internal> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4A6B57C@EXCHANGE1.ad.nottingham.ac.uk> That won't effect the sound. They might need re-encoding with a higher quality sound. -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Bardell Jason Sent: 22 March 2012 10:46 To: 'xerte at lists.nottingham.ac.uk' Subject: [Xerte] FLV file size Hello Our media department have produced a number of videos to incorporate into our xerte e-learning packages, when I load the files I seem to lose a lot of audio quality from the video, is there a specific size that I should scale the flv file to? Thank you Jason Jason Bardell | Station Manager | Organisational Development | Kent Fire & Rescue Service | T: 01622 692121 Extn 6183 | M: 07967332236 ____________________________________________ This e-mail has been scanned for malicious content. For more information about Kent Fire & Rescue Service visit: http://www.kent.fire-uk.org Kent Fire & Rescue Service logs, records and reserves the right to analyse and act upon activity and communication on its Information Systems (including external systems such as external e-mail, emergency telephony etc), to meet our statutory responsibilities, protect systems from abuse, secure the effective operation of systems and any other lawful purpose. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte From bernava at itd.cnr.it Thu Mar 22 12:29:43 2012 From: bernava at itd.cnr.it (Luca Bernava) Date: Thu, 22 Mar 2012 13:29:43 +0100 Subject: [Xerte] Delete the icon "contents" Message-ID: <000901cd0827$75b9a5a0$612cf0e0$@itd.cnr.it> Ciao ragazzi, ...forgetfulness, where is the script to delete the icon "contents" ? Thanks for the help. Luca Bernava -------------- next part -------------- An HTML attachment was scrubbed... URL: From T.Hortopp at exeter.ac.uk Thu Mar 22 17:17:35 2012 From: T.Hortopp at exeter.ac.uk (Hortopp, Tim) Date: Thu, 22 Mar 2012 17:17:35 +0000 Subject: [Xerte] Xertes online tool kit server specs Message-ID: <58D84454B5CD7548ACCC7F9845479BDB014ADC2811@EXCHMBS02.isad.isadroot.ex.ac.uk> Hi all I'm new to the list and having scrolled through the archives have been unable to find an answer to this question, so I would be grateful if someone could please help. We are looking to install the Xertes online toolkit, but don't seem to be able to find a definitive server specification. I should imagine that a 40GB disc with a dual core processor, 2GB RAM would suffice for a single LAMP instance, but can anyone confirm this please? Is physical server better than virtual server? We believe we will have between 50 - 100 concurrent users so guidance would be appreciated. Thanks in advance. Tim Tim Hortopp Learning and Teaching Systems Team Leader Academic Systems Exeter IT Room 911: Laver, University of Exeter, North Park Road, Exeter EX4 4QE Tel: 01392 725885 (internal: 5885) Follow Exeter IT on Twitter [cid:image001.png at 01CD084E.DCADC760] -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 2229 bytes Desc: image001.png URL: From patrick.lockley at googlemail.com Thu Mar 22 17:25:52 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Thu, 22 Mar 2012 17:25:52 +0000 Subject: [Xerte] Re: Xertes online tool kit server specs In-Reply-To: <58D84454B5CD7548ACCC7F9845479BDB014ADC2811@EXCHMBS02.isad.isadroot.ex.ac.uk> References: <58D84454B5CD7548ACCC7F9845479BDB014ADC2811@EXCHMBS02.isad.isadroot.ex.ac.uk> Message-ID: Hi Tim, All I can offer is that when it was installed at Nottingham it was on a shared web server and a shared mysql server (the mysql wasn't on the web server). I would guess that most people using toolkits are probably running it on the server they use for moodle and so the spec for moodle would be more than enough. Pat On Thu, Mar 22, 2012 at 5:17 PM, Hortopp, Tim wrote: > Hi all**** > > ** ** > > I?m new to the list and having scrolled through the archives have been > unable to find an answer to this question, so I would be grateful if > someone could please help.**** > > ** ** > > We are looking to install the Xertes online toolkit, but don?t seem to be > able to find a definitive server specification.**** > > ** ** > > I should imagine that a 40GB disc with a dual core processor, 2GB RAM > would suffice for a single LAMP instance, but can anyone confirm this > please? **** > > ** ** > > Is physical server better than virtual server? We believe we will have > between 50 ? 100 concurrent users so guidance would be appreciated.**** > > ** ** > > Thanks in advance.**** > > ** ** > > Tim**** > > ** ** > > *Tim Hortopp* > > Learning and Teaching Systems Team Leader**** > > Academic Systems**** > > Exeter IT**** > > Room 911: Laver,**** > > University of Exeter,**** > > North Park Road, **** > > Exeter EX4 4QE**** > > Tel: 01392 725885 (internal: 5885)**** > > ** ** > > Follow Exeter IT on Twitter **** > > [image: Description: t_logo-a] **** > > ** ** > > ** ** > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From david at palepurple.co.uk Thu Mar 22 17:36:34 2012 From: david at palepurple.co.uk (David Goodwin) Date: Thu, 22 Mar 2012 17:36:34 +0000 Subject: [Xerte] Re: Xertes online tool kit server specs In-Reply-To: <58D84454B5CD7548ACCC7F9845479BDB014ADC2811@EXCHMBS02.isad.isadroot.ex.ac.uk> References: <58D84454B5CD7548ACCC7F9845479BDB014ADC2811@EXCHMBS02.isad.isadroot.ex.ac.uk> Message-ID: <9D164FE4-AB6F-4CE5-A0A8-009217A95D0B@palepurple.co.uk> On 22 Mar 2012, at 17:17, Hortopp, Tim wrote: > Hi all > > I?m new to the list and having scrolled through the archives have been unable to find an answer to this question, so I would be grateful if someone could please help. > > We are looking to install the Xertes online toolkit, but don?t seem to be able to find a definitive server specification. > > I should imagine that a 40GB disc with a dual core processor, 2GB RAM would suffice for a single LAMP instance, but can anyone confirm this please? > > Is physical server better than virtual server? We believe we will have between 50 ? 100 concurrent users so guidance would be appreciated. > Hi Tim, It's just a LAMP application. If you stick with the default configuration for MySQL, then it'll probably take up to around 100mb of memory, leaving plenty for Apache/PHP. Xerte isn't very memory heavy - except for if you're creating a zip of an LO, so I doubt your Apache processes would grow beyond 64mb each. So - the spec you have there should be fine. I think when you say '50-100' concurrent users you're saying you'll have 50-100 active users - but the number actually using your xerte instance within the same minute should be quite small?. (if it's not, then you'll probably need to think about more than one server, or at least a server with more cpu cores and memory) thanks, David. Pale Purple Ltd. (Company No: 5580814) 'Business Web Application Development and Training in PHP' http://www.palepurple.co.uk Office: 0845 0046746 Mobile: 07792380669 Follow us on Twitter: @PalePurpleLtd -------------- next part -------------- An HTML attachment was scrubbed... URL: From patrick.lockley at googlemail.com Thu Mar 22 17:44:45 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Thu, 22 Mar 2012 17:44:45 +0000 Subject: [Xerte] Re: Xertes online tool kit server specs In-Reply-To: <9D164FE4-AB6F-4CE5-A0A8-009217A95D0B@palepurple.co.uk> References: <58D84454B5CD7548ACCC7F9845479BDB014ADC2811@EXCHMBS02.isad.isadroot.ex.ac.uk> <9D164FE4-AB6F-4CE5-A0A8-009217A95D0B@palepurple.co.uk> Message-ID: Ok, so I have two things to offer 1) the max post size and file_size should probably be 64 and 128 mb 2) the max memory could probably do with being like wise 3) and maybe bump the max execution time to at least 30 secs However, as David says it is only really the export script - which is one PHP file, so you could possibly do things with that script differently (not sure in php admin terms if you can do this) Pat On Thu, Mar 22, 2012 at 5:36 PM, David Goodwin wrote: > > On 22 Mar 2012, at 17:17, Hortopp, Tim wrote: > > Hi all > > I?m new to the list and having scrolled through the archives have been > unable to find an answer to this question, so I would be grateful if someone > could please help. > > We are looking to install the Xertes online toolkit, but don?t seem to be > able to find a definitive server specification. > > I should imagine that a 40GB disc with a dual core processor, 2GB RAM would > suffice for a single LAMP instance, but can anyone confirm this please? > > Is physical server better than virtual server?? We believe we will have > between 50 ? 100 concurrent users so guidance would be appreciated. > > > > Hi Tim, > > It's just a LAMP application. > > If you stick with the default configuration for MySQL, then it'll probably > take up to around 100mb of memory, leaving plenty for Apache/PHP. > > Xerte isn't very memory heavy - except for if you're creating a zip of an > LO, so I doubt your Apache processes would grow beyond 64mb each. > > > So - the spec you have there should be fine. I think when you say '50-100' > concurrent users you're saying you'll have 50-100 active users - but the > number actually using your xerte instance within the same minute should be > quite small?. (if it's not, then you'll probably need to think about more > than one server, or at least a server with more cpu cores and memory) > > thanks, > > David. > > > Pale Purple Ltd. ?(Company No: 5580814) > 'Business Web Application Development and Training in PHP' > > http://www.palepurple.co.uk > Office: 0845 0046746 ? ? Mobile: 07792380669 > > Follow us on Twitter:?@PalePurpleLtd > > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. ? Please do not > use, copy or disclose the information contained in this message or in any > attachment. ?Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > From Julian.Tenney at nottingham.ac.uk Fri Mar 23 08:26:37 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Fri, 23 Mar 2012 08:26:37 +0000 Subject: [Xerte] Re: Xertes online tool kit server specs In-Reply-To: <9D164FE4-AB6F-4CE5-A0A8-009217A95D0B@palepurple.co.uk> References: <58D84454B5CD7548ACCC7F9845479BDB014ADC2811@EXCHMBS02.isad.isadroot.ex.ac.uk> <9D164FE4-AB6F-4CE5-A0A8-009217A95D0B@palepurple.co.uk> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4A6B91B@EXCHANGE1.ad.nottingham.ac.uk> Sounds like plenty to me. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of David Goodwin Sent: 22 March 2012 17:37 To: Xerte discussion list Subject: [Xerte] Re: Xertes online tool kit server specs On 22 Mar 2012, at 17:17, Hortopp, Tim wrote: Hi all I'm new to the list and having scrolled through the archives have been unable to find an answer to this question, so I would be grateful if someone could please help. We are looking to install the Xertes online toolkit, but don't seem to be able to find a definitive server specification. I should imagine that a 40GB disc with a dual core processor, 2GB RAM would suffice for a single LAMP instance, but can anyone confirm this please? Is physical server better than virtual server? We believe we will have between 50 - 100 concurrent users so guidance would be appreciated. Hi Tim, It's just a LAMP application. If you stick with the default configuration for MySQL, then it'll probably take up to around 100mb of memory, leaving plenty for Apache/PHP. Xerte isn't very memory heavy - except for if you're creating a zip of an LO, so I doubt your Apache processes would grow beyond 64mb each. So - the spec you have there should be fine. I think when you say '50-100' concurrent users you're saying you'll have 50-100 active users - but the number actually using your xerte instance within the same minute should be quite small.... (if it's not, then you'll probably need to think about more than one server, or at least a server with more cpu cores and memory) thanks, David. Pale Purple Ltd. (Company No: 5580814) 'Business Web Application Development and Training in PHP' http://www.palepurple.co.uk Office: 0845 0046746 Mobile: 07792380669 Follow us on Twitter: @PalePurpleLtd -------------- next part -------------- An HTML attachment was scrubbed... URL: From Paul.Swanson at harlandfs.com Fri Mar 23 22:07:29 2012 From: Paul.Swanson at harlandfs.com (Paul Swanson) Date: Fri, 23 Mar 2012 15:07:29 -0700 Subject: [Xerte] Is there any way to change the label for the themes control in the default interface? Message-ID: We spell color differently here in the US (we're so barbaric!), so I'd like to re-label the control from '--Colour Schemes' to '--Themes.' inspect(_level0.engine.IFC.themes) indicates there is a 'topLabel' property which accepts an object, so I tried: themesCtrl = new Object(); themesCtrl.label = '--Themes'; _level0.engine.IFC.themes.topLabel = themesCtrl.label; But it still says '-- Colour Schemes' even though inspect() shows 'topLabel : --Themes' Paul Swanson Internal Business Systems Analyst Internal Business Intelligence Harland Financial Solutions (800) 274-7280 Ext. 2462 Paul.Swanson at harlandfs.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From patrick.lockley at googlemail.com Fri Mar 23 22:18:16 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Fri, 23 Mar 2012 22:18:16 +0000 Subject: [Xerte] Re: Is there any way to change the label for the themes control in the default interface? In-Reply-To: References: Message-ID: <38E73171-26E8-44B4-9C9E-CC055E1BEC52@googlemail.com> Hi Paul, We (me on the php, Tom and Jonathan for the XML side) are working towards internationalising the code. They'll know more than me but maybe subbing to the dev list they might be able to go into more depth. Pat On 23 Mar 2012, at 22:07, Paul Swanson wrote: > We spell color differently here in the US (we?re so barbaric!), so I?d like to re-label the control from ?--Colour Schemes? to ?--Themes.? > > > > inspect(_level0.engine.IFC.themes) indicates there is a ?topLabel? property which accepts an object, so I tried: > > > > themesCtrl = new Object(); > > themesCtrl.label = '--Themes'; > > _level0.engine.IFC.themes.topLabel = themesCtrl.label; > > > > But it still says ?-- Colour Schemes? even though inspect() shows ?topLabel : --Themes? > > > > Paul Swanson > > Internal Business Systems Analyst > > Internal Business Intelligence > > Harland Financial Solutions > > (800) 274-7280 Ext. 2462 > > Paul.Swanson at harlandfs.com > > > > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Paul.Swanson at harlandfs.com Fri Mar 23 22:31:27 2012 From: Paul.Swanson at harlandfs.com (Paul Swanson) Date: Fri, 23 Mar 2012 15:31:27 -0700 Subject: [Xerte] Re: Is there any way to change the label for the themescontrol in the default interface? In-Reply-To: <38E73171-26E8-44B4-9C9E-CC055E1BEC52@googlemail.com> References: <38E73171-26E8-44B4-9C9E-CC055E1BEC52@googlemail.com> Message-ID: Thanks, Pat. I should mention this is on desktop Xerte, v 2.17. We are looking at going to a Moodle LMS this year, and if I get involved in that, I?m going to push getting XOT installed. Isn?t after midnight your time? What the heck are you doing answering emails? I?ve only got a half-hour of workday left, and I?m at GMT -7! Cheers, Paul From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley Sent: Friday, March 23, 2012 3:18 PM To: Xerte discussion list Subject: [Xerte] Re: Is there any way to change the label for the themescontrol in the default interface? Hi Paul, We (me on the php, Tom and Jonathan for the XML side) are working towards internationalising the code. They'll know more than me but maybe subbing to the dev list they might be able to go into more depth. Pat On 23 Mar 2012, at 22:07, Paul Swanson wrote: We spell color differently here in the US (we?re so barbaric!), so I?d like to re-label the control from ?--Colour Schemes? to ?--Themes.? inspect(_level0.engine.IFC.themes) indicates there is a ?topLabel? property which accepts an object, so I tried: themesCtrl = new Object(); themesCtrl.label = '--Themes'; _level0.engine.IFC.themes.topLabel = themesCtrl.label; But it still says ?-- Colour Schemes? even though inspect() shows ?topLabel : --Themes? Paul Swanson Internal Business Systems Analyst Internal Business Intelligence Harland Financial Solutions (800) 274-7280 Ext. 2462 Paul.Swanson at harlandfs.com This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From david at palepurple.co.uk Fri Mar 23 22:35:32 2012 From: david at palepurple.co.uk (David Goodwin) Date: Fri, 23 Mar 2012 22:35:32 +0000 Subject: [Xerte] Re: Is there any way to change the label for the themescontrol in the default interface? In-Reply-To: References: <38E73171-26E8-44B4-9C9E-CC055E1BEC52@googlemail.com> Message-ID: <4341804A-FBEE-4024-BB86-38D7FAEF01FB@palepurple.co.uk> > > Isn?t after midnight your time? What the heck are you doing answering emails? I?ve only got a half-hour of workday left, and I?m at GMT -7! > No, it's 22:35 right now in the UK... David. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Paul.Swanson at harlandfs.com Fri Mar 23 22:41:50 2012 From: Paul.Swanson at harlandfs.com (Paul Swanson) Date: Fri, 23 Mar 2012 15:41:50 -0700 Subject: [Xerte] Re: Is there any way to change the label for thethemescontrol in the default interface? In-Reply-To: <4341804A-FBEE-4024-BB86-38D7FAEF01FB@palepurple.co.uk> References: <38E73171-26E8-44B4-9C9E-CC055E1BEC52@googlemail.com> <4341804A-FBEE-4024-BB86-38D7FAEF01FB@palepurple.co.uk> Message-ID: Oh, right. I suck at math... ;o) Still ... pretty late to be replying to work emails on Friday. Paul From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of David Goodwin Sent: Friday, March 23, 2012 3:36 PM To: Xerte discussion list Subject: [Xerte] Re: Is there any way to change the label for thethemescontrol in the default interface? Isn't after midnight your time? What the heck are you doing answering emails? I've only got a half-hour of workday left, and I'm at GMT -7! No, it's 22:35 right now in the UK... David. This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From patrick.lockley at googlemail.com Fri Mar 23 22:51:43 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Fri, 23 Mar 2012 22:51:43 +0000 Subject: [Xerte] Re: Is there any way to change the label for the themescontrol in the default interface? In-Reply-To: References: <38E73171-26E8-44B4-9C9E-CC055E1BEC52@googlemail.com> Message-ID: <9E38A5E6-9BC5-4445-9BA7-63FD8562859E@googlemail.com> Hi Paul, All of xerte is getting internationalised - desktop and XOT. Replying for the karma, and also so you don't burn up some time on something that might be almost done. Pat On 23 Mar 2012, at 22:31, Paul Swanson wrote: > Thanks, Pat. I should mention this is on desktop Xerte, v 2.17. We are looking at going to a Moodle LMS this year, and if I get involved in that, I?m going to push getting XOT installed. > > > > Isn?t after midnight your time? What the heck are you doing answering emails? I?ve only got a half-hour of workday left, and I?m at GMT -7! > > > > Cheers, > > Paul > > > > From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley > Sent: Friday, March 23, 2012 3:18 PM > To: Xerte discussion list > Subject: [Xerte] Re: Is there any way to change the label for the themescontrol in the default interface? > > > > Hi Paul, > > > > We (me on the php, Tom and Jonathan for the XML side) are working towards internationalising the code. > > > > They'll know more than me but maybe subbing to the dev list they might be able to go into more depth. > > > > Pat > > On 23 Mar 2012, at 22:07, Paul Swanson wrote: > > We spell color differently here in the US (we?re so barbaric!), so I?d like to re-label the control from ?--Colour Schemes? to ?--Themes.? > > > > inspect(_level0.engine.IFC.themes) indicates there is a ?topLabel? property which accepts an object, so I tried: > > > > themesCtrl = new Object(); > > themesCtrl.label = '--Themes'; > > _level0.engine.IFC.themes.topLabel = themesCtrl.label; > > > > But it still says ?-- Colour Schemes? even though inspect() shows ?topLabel : --Themes? > > > > Paul Swanson > > Internal Business Systems Analyst > > Internal Business Intelligence > > Harland Financial Solutions > > (800) 274-7280 Ext. 2462 > > Paul.Swanson at harlandfs.com > > > > > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From reijnders at tor.nl Sat Mar 24 08:45:54 2012 From: reijnders at tor.nl (Tom Reijnders) Date: Sat, 24 Mar 2012 09:45:54 +0100 Subject: [Xerte] Re: Is there any way to change the label for the themescontrol in the default interface? In-Reply-To: <9E38A5E6-9BC5-4445-9BA7-63FD8562859E@googlemail.com> References: <38E73171-26E8-44B4-9C9E-CC055E1BEC52@googlemail.com> <9E38A5E6-9BC5-4445-9BA7-63FD8562859E@googlemail.com> Message-ID: <4F6D89C2.5020800@tor.nl> Paul, There are three efforts to provide internationaliz(s)ation. The runtime (engine), the Xerte Toolkits website and the wizard. You're looking for the engine, and that's already in place in 2.17 (courtesy of Julian). For existing LO's look for the folder languages. For each available language there is a xml file. You want the english.xml (default), and change the 'themes' node. For all future LO's, change the english.xml file in the language folder of the xerte installation. For others looking for the same functionality on toolkits, there is a language folder in the root folder of the toolkits installation. Regards, Tom Op 23-3-2012 23:51, Pat Lockley schreef: > Hi Paul, > > All of xerte is getting internationalised - desktop and XOT. > > Replying for the karma, and also so you don't burn up some time on > something that might be almost done. > > Pat > > On 23 Mar 2012, at 22:31, Paul Swanson > wrote: > >> Thanks, Pat. I should mention this is on desktop Xerte, v 2.17. We >> are looking at going to a Moodle LMS this year, and if I get involved >> in that, I'm going to push getting XOT installed. >> >> Isn't after midnight your time? What the heck are you doing answering >> emails? I've only got a half-hour of workday left, and I'm at GMT -7! >> >> Cheers, >> >> Paul >> >> *From:*xerte-bounces at lists.nottingham.ac.uk >> >> [mailto:xerte-bounces at lists.nottingham.ac.uk] *On Behalf Of *Pat Lockley >> *Sent:* Friday, March 23, 2012 3:18 PM >> *To:* Xerte discussion list >> *Subject:* [Xerte] Re: Is there any way to change the label for the >> themescontrol in the default interface? >> >> Hi Paul, >> >> We (me on the php, Tom and Jonathan for the XML side) are working >> towards internationalising the code. >> >> They'll know more than me but maybe subbing to the dev list they >> might be able to go into more depth. >> >> Pat >> >> On 23 Mar 2012, at 22:07, Paul Swanson > > wrote: >> >> We spell color differently here in the US (we're so barbaric!), >> so I'd like to re-label the control from '--Colour Schemes' to >> '--Themes.' >> >> inspect(_level0.engine.IFC.themes) indicates there is a >> 'topLabel' property which accepts an object, so I tried: >> >> themesCtrl= new Object(); >> >> themesCtrl.label= '--Themes'; >> >> _level0.engine.IFC.themes.topLabel = themesCtrl.label; >> >> But it still says '-- Colour Schemes' even though inspect() shows >> 'topLabel : --Themes' >> >> *Paul Swanson* >> >> Internal Business Systems Analyst >> >> Internal Business Intelligence >> >> Harland Financial Solutions >> >> (800) 274-7280 Ext. 2462 >> >> Paul.Swanson at harlandfs.com >> >> This message and any attachment are intended solely for the >> addressee and may contain confidential information. If you have >> received this message in error, please send it back to me, and >> immediately delete it. Please do not use, copy or disclose the >> information contained in this message or in any attachment. Any >> views or opinions expressed by the author of this email do not >> necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an >> attachment may still contain software viruses which could damage >> your computer system: you are advised to perform your own checks. >> Email communications with the University of Nottingham may be >> monitored as permitted by UK legislation. >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> This message and any attachment are intended solely for the >> addressee and may contain confidential information. If you have >> received this message in error, please send it back to me, and >> immediately delete it. Please do not use, copy or disclose the >> information contained in this message or in any attachment. Any >> views or opinions expressed by the author of this email do not >> necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an >> attachment >> may still contain software viruses which could damage your >> computer system: >> you are advised to perform your own checks. Email communications >> with the >> University of Nottingham may be monitored as permitted by UK >> legislation. >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> This message and any attachment are intended solely for the addressee >> and may contain confidential information. If you have received this >> message in error, please send it back to me, and immediately delete >> it. Please do not use, copy or disclose the information contained >> in this message or in any attachment. Any views or opinions >> expressed by the author of this email do not necessarily reflect the >> views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an >> attachment >> may still contain software viruses which could damage your computer >> system: >> you are advised to perform your own checks. Email communications with the >> University of Nottingham may be monitored as permitted by UK legislation. >> > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 -------------- next part -------------- An HTML attachment was scrubbed... URL: From asalem at wortech.ac.uk Mon Mar 26 14:16:33 2012 From: asalem at wortech.ac.uk (Adam Salem) Date: Mon, 26 Mar 2012 13:16:33 +0000 Subject: [Xerte] Shibboleth Authentication for XOT In-Reply-To: <4F6D89C2.5020800@tor.nl> Message-ID: Hey guys, Has anyone done any work on Shibbing XOT or if not, if there's any technical barrier to doing so? Many thanks Adam ----------------------------------------------------------------------- This message is sent in confidence for the addressee only. It may contain confidential or sensitive information. The contents are not to be disclosed to anyone other than the addressee unless specific authorisation has been given by the sender. Unauthorised recipients are requested to preserve this confidentiality and to advise us of any errors in transmission. Thank you. Save paper, only print this email if really necessary and think green. Please turn off PC's and lights when not in use. Don't just standby, Switch Off! Worcester College of Technology EcoCampus Group. ----------------------------------------------------------------------- From david at palepurple.co.uk Mon Mar 26 14:21:13 2012 From: david at palepurple.co.uk (David Goodwin) Date: Mon, 26 Mar 2012 14:21:13 +0100 Subject: [Xerte] Re: Shibboleth Authentication for XOT In-Reply-To: References: Message-ID: <479CF37F-9EB6-47AC-BD01-7E11B562F6FF@palepurple.co.uk> No, there should be no technical barrier to implementing any auth scheme you wish? So far it's always been a case of replacing the index.php file with one that works in a different way, and sets a few parameters into $_SESSION. See e.g. demo.txt, webctlink.txt and so on within the downloaded .zip thanks, David On 26 Mar 2012, at 14:16, Adam Salem wrote: > Hey guys, > > Has anyone done any work on Shibbing XOT or if not, if there's any technical barrier to doing so? > > Many thanks > Adam > ----------------------------------------------------------------------- > This message is sent in confidence for the addressee only. It may contain confidential or sensitive information. The contents are not to be disclosed to anyone other than the addressee unless specific authorisation has been given by the sender. Unauthorised recipients are requested to preserve this confidentiality and to advise us of any errors in transmission. Thank you. > > Save paper, only print this email if really necessary and think green. Please turn off PC's and lights when not in use. > > Don't just standby, Switch Off! > > Worcester College of Technology EcoCampus Group. > ----------------------------------------------------------------------- Pale Purple Ltd. (Company No: 5580814) 'Business Web Application Development and Training in PHP' http://www.palepurple.co.uk Office: 0845 0046746 Mobile: 07792380669 Follow us on Twitter: @PalePurpleLtd From patrick.lockley at googlemail.com Mon Mar 26 14:31:05 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Mon, 26 Mar 2012 14:31:05 +0100 Subject: [Xerte] Re: Shibboleth Authentication for XOT In-Reply-To: <479CF37F-9EB6-47AC-BD01-7E11B562F6FF@palepurple.co.uk> References: <479CF37F-9EB6-47AC-BD01-7E11B562F6FF@palepurple.co.uk> Message-ID: There is an integration.txt in the root of the zip built for generic auth. Might make sense to wait for 1.8 On 26 Mar 2012, at 14:21, David Goodwin wrote: > No, there should be no technical barrier to implementing any auth scheme you wish? > > So far it's always been a case of replacing the index.php file with one that works in a different way, and sets a few parameters into $_SESSION. See e.g. demo.txt, webctlink.txt and so on within the downloaded .zip > > thanks, > > David > > On 26 Mar 2012, at 14:16, Adam Salem wrote: > >> Hey guys, >> >> Has anyone done any work on Shibbing XOT or if not, if there's any technical barrier to doing so? >> >> Many thanks >> Adam >> ----------------------------------------------------------------------- >> This message is sent in confidence for the addressee only. It may contain confidential or sensitive information. The contents are not to be disclosed to anyone other than the addressee unless specific authorisation has been given by the sender. Unauthorised recipients are requested to preserve this confidentiality and to advise us of any errors in transmission. Thank you. >> >> Save paper, only print this email if really necessary and think green. Please turn off PC's and lights when not in use. >> >> Don't just standby, Switch Off! >> >> Worcester College of Technology EcoCampus Group. >> ----------------------------------------------------------------------- > > > Pale Purple Ltd. (Company No: 5580814) > 'Business Web Application Development and Training in PHP' > > http://www.palepurple.co.uk > Office: 0845 0046746 Mobile: 07792380669 > > Follow us on Twitter: @PalePurpleLtd > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. From Paul.Swanson at harlandfs.com Mon Mar 26 15:45:27 2012 From: Paul.Swanson at harlandfs.com (Paul Swanson) Date: Mon, 26 Mar 2012 07:45:27 -0700 Subject: [Xerte] Re: Is there any way to change the label for the themescontrol in the default interface? In-Reply-To: <4F6D89C2.5020800@tor.nl> References: <38E73171-26E8-44B4-9C9E-CC055E1BEC52@googlemail.com><9E38A5E6-9BC5-4445-9BA7-63FD8562859E@googlemail.com> <4F6D89C2.5020800@tor.nl> Message-ID: Thank you, Tom. This resolved the issue for me. Interesting, though, that merely changing the text in english.xml in my project folder did not change the display when I chose to preview it in authoring mode. I had to change the file in the Xerte installation folder as well. But just uploading the english.xml file to my server folder changed it there. It's all good now. Cheers, Paul From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders Sent: Saturday, March 24, 2012 1:46 AM To: Xerte discussion list Subject: [Xerte] Re: Is there any way to change the label for the themescontrol in the default interface? Paul, There are three efforts to provide internationaliz(s)ation. The runtime (engine), the Xerte Toolkits website and the wizard. You're looking for the engine, and that's already in place in 2.17 (courtesy of Julian). For existing LO's look for the folder languages. For each available language there is a xml file. You want the english.xml (default), and change the 'themes' node. For all future LO's, change the english.xml file in the language folder of the xerte installation. For others looking for the same functionality on toolkits, there is a language folder in the root folder of the toolkits installation. Regards, Tom Op 23-3-2012 23:51, Pat Lockley schreef: Hi Paul, All of xerte is getting internationalised - desktop and XOT. Replying for the karma, and also so you don't burn up some time on something that might be almost done. Pat On 23 Mar 2012, at 22:31, Paul Swanson wrote: Thanks, Pat. I should mention this is on desktop Xerte, v 2.17. We are looking at going to a Moodle LMS this year, and if I get involved in that, I'm going to push getting XOT installed. Isn't after midnight your time? What the heck are you doing answering emails? I've only got a half-hour of workday left, and I'm at GMT -7! Cheers, Paul From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley Sent: Friday, March 23, 2012 3:18 PM To: Xerte discussion list Subject: [Xerte] Re: Is there any way to change the label for the themescontrol in the default interface? Hi Paul, We (me on the php, Tom and Jonathan for the XML side) are working towards internationalising the code. They'll know more than me but maybe subbing to the dev list they might be able to go into more depth. Pat On 23 Mar 2012, at 22:07, Paul Swanson wrote: We spell color differently here in the US (we're so barbaric!), so I'd like to re-label the control from '--Colour Schemes' to '--Themes.' inspect(_level0.engine.IFC.themes) indicates there is a 'topLabel' property which accepts an object, so I tried: themesCtrl = new Object(); themesCtrl.label = '--Themes'; _level0.engine.IFC.themes.topLabel = themesCtrl.label; But it still says '-- Colour Schemes' even though inspect() shows 'topLabel : --Themes' Paul Swanson Internal Business Systems Analyst Internal Business Intelligence Harland Financial Solutions (800) 274-7280 Ext. 2462 Paul.Swanson at harlandfs.com This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 -------------- next part -------------- An HTML attachment was scrubbed... URL: From asalem at wortech.ac.uk Mon Mar 26 15:51:07 2012 From: asalem at wortech.ac.uk (Adam Salem) Date: Mon, 26 Mar 2012 14:51:07 +0000 Subject: [Xerte] Re: Shibboleth Authentication for XOT In-Reply-To: Message-ID: It's not imminent Pat, when is 1.8 estimated? Cheers Adam On 26/03/2012 14:31, "Pat Lockley" wrote: >There is an integration.txt in the root of the zip built for generic auth. > >Might make sense to wait for 1.8 > >On 26 Mar 2012, at 14:21, David Goodwin wrote: > >> No, there should be no technical barrier to implementing any auth >>scheme you wish? >> >> So far it's always been a case of replacing the index.php file with one >>that works in a different way, and sets a few parameters into $_SESSION. >>See e.g. demo.txt, webctlink.txt and so on within the downloaded .zip >> >> thanks, >> >> David >> >> On 26 Mar 2012, at 14:16, Adam Salem wrote: >> >>> Hey guys, >>> >>> Has anyone done any work on Shibbing XOT or if not, if there's any >>>technical barrier to doing so? >>> >>> Many thanks >>> Adam >>> ----------------------------------------------------------------------- >>> This message is sent in confidence for the addressee only. It may >>>contain confidential or sensitive information. The contents are not to >>>be disclosed to anyone other than the addressee unless specific >>>authorisation has been given by the sender. Unauthorised recipients are >>>requested to preserve this confidentiality and to advise us of any >>>errors in transmission. Thank you. >>> >>> Save paper, only print this email if really necessary and think green. >>>Please turn off PC's and lights when not in use. >>> >>> Don't just standby, Switch Off! >>> >>> Worcester College of Technology EcoCampus Group. >>> ----------------------------------------------------------------------- >> >> >> Pale Purple Ltd. (Company No: 5580814) >> 'Business Web Application Development and Training in PHP' >> >> http://www.palepurple.co.uk >> Office: 0845 0046746 Mobile: 07792380669 >> >> Follow us on Twitter: @PalePurpleLtd >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> This message and any attachment are intended solely for the addressee >>and may contain confidential information. If you have received this >>message in error, please send it back to me, and immediately delete it. >> Please do not use, copy or disclose the information contained in this >>message or in any attachment. Any views or opinions expressed by the >>author of this email do not necessarily reflect the views of the >>University of Nottingham. >> >> This message has been checked for viruses but the contents of an >>attachment >> may still contain software viruses which could damage your computer >>system: >> you are advised to perform your own checks. Email communications with >>the >> University of Nottingham may be monitored as permitted by UK >>legislation. > >_______________________________________________ >Xerte mailing list >Xerte at lists.nottingham.ac.uk >http://lists.nottingham.ac.uk/mailman/listinfo/xerte > >This message and any attachment are intended solely for the addressee and >may contain confidential information. If you have received this message >in error, please send it back to me, and immediately delete it. Please >do not use, copy or disclose the information contained in this message or >in any attachment. Any views or opinions expressed by the author of this >email do not necessarily reflect the views of the University of >Nottingham. > >This message has been checked for viruses but the contents of an >attachment >may still contain software viruses which could damage your computer >system: >you are advised to perform your own checks. Email communications with the >University of Nottingham may be monitored as permitted by UK legislation. > ----------------------------------------------------------------------- This message is sent in confidence for the addressee only. It may contain confidential or sensitive information. The contents are not to be disclosed to anyone other than the addressee unless specific authorisation has been given by the sender. Unauthorised recipients are requested to preserve this confidentiality and to advise us of any errors in transmission. Thank you. Save paper, only print this email if really necessary and think green. Please turn off PC's and lights when not in use. Don't just standby, Switch Off! Worcester College of Technology EcoCampus Group. ----------------------------------------------------------------------- From wshekman at gmail.com Mon Mar 26 16:34:02 2012 From: wshekman at gmail.com (W. Sebastiaan Hekman) Date: Mon, 26 Mar 2012 11:34:02 -0400 Subject: [Xerte] getting started with Xerte on a Mac Message-ID: Hello, I have just downloaded and installed the Xerte for MAC (version 3.0) and the Flex 4.5 SDK. All fine so far. Problem: Where to specify the path to the extracted SDK? In the Flex interface (at the bottom) it says that is has to be set in the "settings.xml" located in the Xerte's program directory. But no such file to be found. It seems that I cannot start building anything without the SDK activated. Any help would be very welcome. Thanks. Sebastiaan Hekman From patrick.lockley at googlemail.com Mon Mar 26 16:43:31 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Mon, 26 Mar 2012 16:43:31 +0100 Subject: [Xerte] Re: Shibboleth Authentication for XOT In-Reply-To: References: Message-ID: <91591A0F-DF41-4C90-8878-8CA16B65C887@googlemail.com> Not sure, but you might the dev list :) On 26 Mar 2012, at 15:51, Adam Salem wrote: > It's not imminent Pat, when is 1.8 estimated? > > Cheers > Adam > > On 26/03/2012 14:31, "Pat Lockley" wrote: > >> There is an integration.txt in the root of the zip built for generic auth. >> >> Might make sense to wait for 1.8 >> >> On 26 Mar 2012, at 14:21, David Goodwin wrote: >> >>> No, there should be no technical barrier to implementing any auth >>> scheme you wish? >>> >>> So far it's always been a case of replacing the index.php file with one >>> that works in a different way, and sets a few parameters into $_SESSION. >>> See e.g. demo.txt, webctlink.txt and so on within the downloaded .zip >>> >>> thanks, >>> >>> David >>> >>> On 26 Mar 2012, at 14:16, Adam Salem wrote: >>> >>>> Hey guys, >>>> >>>> Has anyone done any work on Shibbing XOT or if not, if there's any >>>> technical barrier to doing so? >>>> >>>> Many thanks >>>> Adam >>>> ----------------------------------------------------------------------- >>>> This message is sent in confidence for the addressee only. It may >>>> contain confidential or sensitive information. The contents are not to >>>> be disclosed to anyone other than the addressee unless specific >>>> authorisation has been given by the sender. Unauthorised recipients are >>>> requested to preserve this confidentiality and to advise us of any >>>> errors in transmission. Thank you. >>>> >>>> Save paper, only print this email if really necessary and think green. >>>> Please turn off PC's and lights when not in use. >>>> >>>> Don't just standby, Switch Off! >>>> >>>> Worcester College of Technology EcoCampus Group. >>>> ----------------------------------------------------------------------- >>> >>> >>> Pale Purple Ltd. (Company No: 5580814) >>> 'Business Web Application Development and Training in PHP' >>> >>> http://www.palepurple.co.uk >>> Office: 0845 0046746 Mobile: 07792380669 >>> >>> Follow us on Twitter: @PalePurpleLtd >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> This message and any attachment are intended solely for the addressee >>> and may contain confidential information. If you have received this >>> message in error, please send it back to me, and immediately delete it. >>> Please do not use, copy or disclose the information contained in this >>> message or in any attachment. Any views or opinions expressed by the >>> author of this email do not necessarily reflect the views of the >>> University of Nottingham. >>> >>> This message has been checked for viruses but the contents of an >>> attachment >>> may still contain software viruses which could damage your computer >>> system: >>> you are advised to perform your own checks. Email communications with >>> the >>> University of Nottingham may be monitored as permitted by UK >>> legislation. >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> This message and any attachment are intended solely for the addressee and >> may contain confidential information. If you have received this message >> in error, please send it back to me, and immediately delete it. Please >> do not use, copy or disclose the information contained in this message or >> in any attachment. Any views or opinions expressed by the author of this >> email do not necessarily reflect the views of the University of >> Nottingham. >> >> This message has been checked for viruses but the contents of an >> attachment >> may still contain software viruses which could damage your computer >> system: >> you are advised to perform your own checks. Email communications with the >> University of Nottingham may be monitored as permitted by UK legislation. >> > > ----------------------------------------------------------------------- > This message is sent in confidence for the addressee only. It may contain confidential or sensitive information. The contents are not to be disclosed to anyone other than the addressee unless specific authorisation has been given by the sender. Unauthorised recipients are requested to preserve this confidentiality and to advise us of any errors in transmission. Thank you. > > Save paper, only print this email if really necessary and think green. Please turn off PC's and lights when not in use. > > Don't just standby, Switch Off! > > Worcester College of Technology EcoCampus Group. > ----------------------------------------------------------------------- > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte From Paul.Swanson at harlandfs.com Mon Mar 26 19:20:59 2012 From: Paul.Swanson at harlandfs.com (Paul Swanson) Date: Mon, 26 Mar 2012 11:20:59 -0700 Subject: [Xerte] Getting items to stay put after a TargetArea interaction. Desktop Xerte 2.17 Message-ID: I'm running into an issue getting graphics to stay at the location where they were dragged to in a targetArea interaction. What I'm attempting to accomplish is to have the items appear in their dropped location after the user has navigated to a different page and then back to the page with the targetArea interaction. On the page I'm currently working on I have 6 graphics, whose initial positions are set by variables in my setup script that loads before the Interface icon. The graphic icons have the variable names for the x and y properties. I have a single Interaction icon, with multiple TextArea responses. The responses also use the variable names for the x and y properties, with the w and h properties set to stageWidth and stageHeight, respectively. Each response has dragItems set to "iconIDofGraphic~leave~endDrag." Each response has a script icon attached which sets the x and y variables to the current x and y coordinates of the graphic. Each response has the Exit property set to 0, and the interaction is not perpetual. What happens is the first response I created works as intended, but the other responses do not seem to process the script icon. So here are my questions: 1. Should I just have a single response icon with all of the graphics listed in the dragItems property? So instead of 6 responses with dragItems of "askAquest~leave~endDrag", "userInfo~leave~endDrag", "addlAssistance~leave~endDrag", "recentArticles~leave~endDrag", "popularArticles~leave~endDrag", and "customerCenter~leave~endDrag" should I have a single response with ""askAquest~leave~endDrag,userInfo~leave~endDrag,addlAssistance~leave~en dDrag,recentArticles~leave~endDrag,popularArticles~leave~endDrag,custome rCenter~leave~endDrag" and then a script icon that captures all of the graphics current positions? 2. If so, what should the x and y properties of the response icon be? Is that supposed to be the "correct" location of a judged response? This isn't an assessment, I'm just using Xerte to build a visual tool to allow users to give us their preferred location of sections of a web page, so there is no right or wrong position of the graphics. Paul Swanson Internal Business Systems Analyst Internal Business Intelligence Harland Financial Solutions (800) 274-7280 Ext. 2462 Paul.Swanson at harlandfs.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From Paul.Swanson at harlandfs.com Mon Mar 26 19:57:35 2012 From: Paul.Swanson at harlandfs.com (Paul Swanson) Date: Mon, 26 Mar 2012 11:57:35 -0700 Subject: [Xerte] Re: Getting items to stay put after a TargetArea interaction. Desktop Xerte 2.17 Message-ID: I've combined them all into a single response icon, and it's doing what I want it to do. I'm not going to worry about the x and y properties of the response icon ... I don't think they matter for my application. Paul From: Paul Swanson Sent: Monday, March 26, 2012 11:48 AM To: Dave Burnett (d_b_burnett at hotmail.com) Subject: RE: Getting items to stay put after a TargetArea interaction. Desktop Xerte 2.17 I've noticed that if I have just one response with two of the graphics listed in the dragItems property and the script icon modified to capture both graphics positions, it seems to do what I want. I'm wondering what the ramifications, if any, of setting the x and y properties of the response to a single location are. I'm suspecting it won't matter for what I'm doing. From: Paul Swanson Sent: Monday, March 26, 2012 11:44 AM To: 'Dave Burnett' Subject: RE: Getting items to stay put after a TargetArea interaction. Desktop Xerte 2.17 For me, only the "Ask a Question" box stays where you drag it to when you return to the page. The others go back to their original positions. I want them to remain where they were dragged to. From: Dave Burnett [mailto:d_b_burnett at hotmail.com] Sent: Monday, March 26, 2012 11:40 AM To: Paul Swanson Subject: RE: Getting items to stay put after a TargetArea interaction. Desktop Xerte 2.17 What's not happening? I'm d/d ing, going to page 3 and back, and they are in the same spots. ________________________________ Subject: RE: Getting items to stay put after a TargetArea interaction. Desktop Xerte 2.17 Date: Mon, 26 Mar 2012 11:34:49 -0700 From: Paul.Swanson at harlandfs.com To: d_b_burnett at hotmail.com Hi Dave, Here's the whole thing. It's the second page that I'm working on. I haven't done the scripting part for the third page. Thanks! Paul From: Dave Burnett [mailto:d_b_burnett at hotmail.com] Sent: Monday, March 26, 2012 11:28 AM To: Paul Swanson Subject: Getting items to stay put after a TargetArea interaction. Desktop Xerte 2.17 Can you send a chunk that exhibits it? Dave ________________________________ Date: Mon, 26 Mar 2012 11:20:59 -0700 From: Paul.Swanson at harlandfs.com To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Getting items to stay put after a TargetArea interaction. Desktop Xerte 2.17 I'm running into an issue getting graphics to stay at the location where they were dragged to in a targetArea interaction. What I'm attempting to accomplish is to have the items appear in their dropped location after the user has navigated to a different page and then back to the page with the targetArea interaction. On the page I'm currently working on I have 6 graphics, whose initial positions are set by variables in my setup script that loads before the Interface icon. The graphic icons have the variable names for the x and y properties. I have a single Interaction icon, with multiple TextArea responses. The responses also use the variable names for the x and y properties, with the w and h properties set to stageWidth and stageHeight, respectively. Each response has dragItems set to "iconIDofGraphic~leave~endDrag." Each response has a script icon attached which sets the x and y variables to the current x and y coordinates of the graphic. Each response has the Exit property set to 0, and the interaction is not perpetual. What happens is the first response I created works as intended, but the other responses do not seem to process the script icon. So here are my questions: 1. Should I just have a single response icon with all of the graphics listed in the dragItems property? So instead of 6 responses with dragItems of "askAquest~leave~endDrag", "userInfo~leave~endDrag", "addlAssistance~leave~endDrag", "recentArticles~leave~endDrag", "popularArticles~leave~endDrag", and "customerCenter~leave~endDrag" should I have a single response with ""askAquest~leave~endDrag,userInfo~leave~endDrag,addlAssistance~leave~en dDrag,recentArticles~leave~endDrag,popularArticles~leave~endDrag,custome rCenter~leave~endDrag" and then a script icon that captures all of the graphics current positions? 2. If so, what should the x and y properties of the response icon be? Is that supposed to be the "correct" location of a judged response? This isn't an assessment, I'm just using Xerte to build a visual tool to allow users to give us their preferred location of sections of a web page, so there is no right or wrong position of the graphics. Paul Swanson Internal Business Systems Analyst Internal Business Intelligence Harland Financial Solutions (800) 274-7280 Ext. 2462 Paul.Swanson at harlandfs.com This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From vasvir at iit.demokritos.gr Mon Mar 26 23:00:18 2012 From: vasvir at iit.demokritos.gr (Vassilis Virvilis) Date: Tue, 27 Mar 2012 01:00:18 +0300 Subject: [Xerte] xerte3 and XOT modules Message-ID: <4F70E6F2.8030002@iit.demokritos.gr> Hi everybody, I am in the process of evaluation xerte and XOT application in a medical university. I have to say that what I see so far is impressing. Compliments to the authors. I have installed XOT and I have managed to create some simple content with it. The problem is that I have some advanced interactivity requirements such as drawing lines in an image and sensing mouse moves and location and XOT existing pages are not enough. However looks like xerte3 unlocks all the potential of the flex platform. So the question is can I use xerte3 to create modules/templates/wizards for XOT? My understanding from reading the posts and replies is that this is not currently possible but it is planned to happen. No pressure but 1) Is there a workaround / procedure to install template pages in XOT made by xerte3? 2) does anybody have any timeframe for this? 3) What are the stumbling blocks? 4) Is there a way I can help? Thanks in advance Vassilis Virvilis From patrick.lockley at googlemail.com Mon Mar 26 23:28:29 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Mon, 26 Mar 2012 23:28:29 +0100 Subject: [Xerte] Re: xerte3 and XOT modules In-Reply-To: <4F70E6F2.8030002@iit.demokritos.gr> References: <4F70E6F2.8030002@iit.demokritos.gr> Message-ID: Hi Vassilis, Xerte 3 makes AS3 SWFs, which won't load in AS2 (XOT). You might be able to develop the functions in Xerte 2? Also, work is about to start on an HTML 5 player. There is a xerte developer list you might find useful. Pat On Mon, Mar 26, 2012 at 11:00 PM, Vassilis Virvilis wrote: > Hi everybody, > > I am in the process of evaluation xerte and XOT application in a medical > university. I have to say that what I see so far is impressing. Compliments > to the authors. > > I have installed XOT and I have managed to create some simple content with > it. > > The problem is that I have some advanced interactivity requirements such as > drawing lines in an image and sensing mouse moves and location and XOT > existing pages are not enough. However looks like xerte3 unlocks all the > potential of the flex platform. So the question is can I use xerte3 to > create modules/templates/wizards for XOT? My understanding from reading the > posts and replies is that this is not currently possible but it is planned > to happen. No pressure but > > ? ? ? ?1) Is there a workaround / procedure to install template pages in XOT > made by xerte3? > ? ? ? ?2) does anybody have any timeframe for this? > ? ? ? ?3) What are the stumbling blocks? > ? ? ? ?4) Is there a way I can help? > > Thanks in advance > > > ? ? ? Vassilis Virvilis > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. ? Please do not > use, copy or disclose the information contained in this message or in any > attachment. ?Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > From Julian.Tenney at nottingham.ac.uk Tue Mar 27 09:01:01 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Tue, 27 Mar 2012 09:01:01 +0100 Subject: [Xerte] Re: getting started with Xerte on a Mac In-Reply-To: References: Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA42D0C0F@EXCHANGE1.ad.nottingham.ac.uk> it should be in the application directory? ________________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of W. Sebastiaan Hekman [wshekman at gmail.com] Sent: 26 March 2012 16:34 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] getting started with Xerte on a Mac Hello, I have just downloaded and installed the Xerte for MAC (version 3.0) and the Flex 4.5 SDK. All fine so far. Problem: Where to specify the path to the extracted SDK? In the Flex interface (at the bottom) it says that is has to be set in the "settings.xml" located in the Xerte's program directory. But no such file to be found. It seems that I cannot start building anything without the SDK activated. Any help would be very welcome. Thanks. Sebastiaan Hekman _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte From Julian.Tenney at nottingham.ac.uk Tue Mar 27 09:06:38 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Tue, 27 Mar 2012 09:06:38 +0100 Subject: [Xerte] Re: xerte3 and XOT modules In-Reply-To: <4F70E6F2.8030002@iit.demokritos.gr> References: <4F70E6F2.8030002@iit.demokritos.gr> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA42D0C13@EXCHANGE1.ad.nottingham.ac.uk> you can use AS2 swfs, or xerte 2 rlms to load a custom page up. You could use the embed page to host an AS3 swf. ________________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Vassilis Virvilis [vasvir at iit.demokritos.gr] Sent: 26 March 2012 23:00 To: xerte at lists.nottingham.ac.uk Subject: [Xerte] xerte3 and XOT modules Hi everybody, I am in the process of evaluation xerte and XOT application in a medical university. I have to say that what I see so far is impressing. Compliments to the authors. I have installed XOT and I have managed to create some simple content with it. The problem is that I have some advanced interactivity requirements such as drawing lines in an image and sensing mouse moves and location and XOT existing pages are not enough. However looks like xerte3 unlocks all the potential of the flex platform. So the question is can I use xerte3 to create modules/templates/wizards for XOT? My understanding from reading the posts and replies is that this is not currently possible but it is planned to happen. No pressure but 1) Is there a workaround / procedure to install template pages in XOT made by xerte3? 2) does anybody have any timeframe for this? 3) What are the stumbling blocks? 4) Is there a way I can help? Thanks in advance Vassilis Virvilis _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte From wshekman at gmail.com Tue Mar 27 15:36:02 2012 From: wshekman at gmail.com (W. Sebastiaan Hekman) Date: Tue, 27 Mar 2012 10:36:02 -0400 Subject: [Xerte] Re: getting started with Xerte on a Mac In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA42D0C0F@EXCHANGE1.ad.nottingham.ac.uk> References: <12C67A1EEC419342AF5E59DA31562C3F0BA42D0C0F@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <81FA42C6-45EE-4D83-B159-B1835849BC2B@gmail.com> Hi Julian, Thanks for your reply, I can't find the file. In the Application directory of Xerte, the folder is called 'XerteProject' not 'Xerte', the only file in there is the Xerte3 application file and a".DS_Store" file. Searching my Mac does not reveal any 'settings.xml' file. Any suggestions? Thanks. Sebastiaan Hekman On 27 mrt. 2012, at 04:01, Julian Tenney wrote: > it should be in the application directory? > > ________________________________________ > From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of W. Sebastiaan Hekman [wshekman at gmail.com] > Sent: 26 March 2012 16:34 > To: xerte at lists.nottingham.ac.uk > Subject: [Xerte] getting started with Xerte on a Mac > > Hello, > > I have just downloaded and installed the Xerte for MAC (version 3.0) and the Flex 4.5 SDK. All fine so far. > > Problem: Where to specify the path to the extracted SDK? In the Flex interface (at the bottom) it says that is has to be set in the "settings.xml" located in the Xerte's program directory. But no such file to be found. > > It seems that I cannot start building anything without the SDK activated. > > Any help would be very welcome. > > Thanks. > > > Sebastiaan Hekman > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > From Julian.Tenney at nottingham.ac.uk Tue Mar 27 14:45:21 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Tue, 27 Mar 2012 14:45:21 +0100 Subject: [Xerte] Re: getting started with Xerte on a Mac In-Reply-To: <81FA42C6-45EE-4D83-B159-B1835849BC2B@gmail.com> References: <12C67A1EEC419342AF5E59DA31562C3F0BA42D0C0F@EXCHANGE1.ad.nottingham.ac.uk>, <81FA42C6-45EE-4D83-B159-B1835849BC2B@gmail.com> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA42D0C1E@EXCHANGE1.ad.nottingham.ac.uk> I don't have a Mac I'm afraid: there are some other Mac users about... is the ds-strore a zip? ________________________________________ From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of W. Sebastiaan Hekman [wshekman at gmail.com] Sent: 27 March 2012 15:36 To: Xerte discussion list Subject: [Xerte] Re: getting started with Xerte on a Mac Hi Julian, Thanks for your reply, I can't find the file. In the Application directory of Xerte, the folder is called 'XerteProject' not 'Xerte', the only file in there is the Xerte3 application file and a".DS_Store" file. Searching my Mac does not reveal any 'settings.xml' file. Any suggestions? Thanks. Sebastiaan Hekman On 27 mrt. 2012, at 04:01, Julian Tenney wrote: > it should be in the application directory? > > ________________________________________ > From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of W. Sebastiaan Hekman [wshekman at gmail.com] > Sent: 26 March 2012 16:34 > To: xerte at lists.nottingham.ac.uk > Subject: [Xerte] getting started with Xerte on a Mac > > Hello, > > I have just downloaded and installed the Xerte for MAC (version 3.0) and the Flex 4.5 SDK. All fine so far. > > Problem: Where to specify the path to the extracted SDK? In the Flex interface (at the bottom) it says that is has to be set in the "settings.xml" located in the Xerte's program directory. But no such file to be found. > > It seems that I cannot start building anything without the SDK activated. > > Any help would be very welcome. > > Thanks. > > > Sebastiaan Hekman > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte From patrick.lockley at googlemail.com Tue Mar 27 14:49:10 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Tue, 27 Mar 2012 14:49:10 +0100 Subject: [Xerte] Re: getting started with Xerte on a Mac In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA42D0C1E@EXCHANGE1.ad.nottingham.ac.uk> References: <12C67A1EEC419342AF5E59DA31562C3F0BA42D0C0F@EXCHANGE1.ad.nottingham.ac.uk> <81FA42C6-45EE-4D83-B159-B1835849BC2B@gmail.com> <12C67A1EEC419342AF5E59DA31562C3F0BA42D0C1E@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: DS_store is a mac metadata folder..... On Tue, Mar 27, 2012 at 2:45 PM, Julian Tenney wrote: > I don't have a Mac I'm afraid: there are some other Mac users about... is the ds-strore a zip? > > ________________________________________ > From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of W. Sebastiaan Hekman [wshekman at gmail.com] > Sent: 27 March 2012 15:36 > To: Xerte discussion list > Subject: [Xerte] Re: getting started with Xerte on a Mac > > Hi Julian, > > Thanks for your reply, I can't find the file. > In the Application directory of Xerte, the folder is called 'XerteProject' not 'Xerte', the only file in there is the Xerte3 application file and a".DS_Store" file. > > Searching my Mac does not reveal any 'settings.xml' file. > Any suggestions? > Thanks. > > > Sebastiaan Hekman > > On 27 mrt. 2012, at 04:01, Julian Tenney wrote: > >> it should be in the application directory? >> >> ________________________________________ >> From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of W. Sebastiaan Hekman [wshekman at gmail.com] >> Sent: 26 March 2012 16:34 >> To: xerte at lists.nottingham.ac.uk >> Subject: [Xerte] getting started with Xerte on a Mac >> >> Hello, >> >> I have just downloaded and installed the Xerte for MAC (version 3.0) and the Flex 4.5 SDK. All fine so far. >> >> Problem: Where to specify the path to the extracted SDK? In the Flex interface (at the bottom) it says that is has to be set in the "settings.xml" located in the Xerte's program directory. But no such file to be found. >> >> It seems that I cannot start building anything without the SDK activated. >> >> Any help would be very welcome. >> >> Thanks. >> >> >> Sebastiaan Hekman >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment >> may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the >> University of Nottingham may be monitored as permitted by UK legislation. >> > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte From wshekman at gmail.com Tue Mar 27 15:51:08 2012 From: wshekman at gmail.com (W. Sebastiaan Hekman) Date: Tue, 27 Mar 2012 10:51:08 -0400 Subject: [Xerte] Re: getting started with Xerte on a Mac In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA42D0C1E@EXCHANGE1.ad.nottingham.ac.uk> References: <12C67A1EEC419342AF5E59DA31562C3F0BA42D0C0F@EXCHANGE1.ad.nottingham.ac.uk>, <81FA42C6-45EE-4D83-B159-B1835849BC2B@gmail.com> <12C67A1EEC419342AF5E59DA31562C3F0BA42D0C1E@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: No, it is not a zip. Don't know what that file is for, looks more like a sort of session file. Hopefully there are other Mac users here who can help me out. Thanks anyway. On 27 mrt. 2012, at 09:45, Julian Tenney wrote: > I don't have a Mac I'm afraid: there are some other Mac users about... is the ds-strore a zip? > > ________________________________________ > From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of W. Sebastiaan Hekman [wshekman at gmail.com] > Sent: 27 March 2012 15:36 > To: Xerte discussion list > Subject: [Xerte] Re: getting started with Xerte on a Mac > > Hi Julian, > > Thanks for your reply, I can't find the file. > In the Application directory of Xerte, the folder is called 'XerteProject' not 'Xerte', the only file in there is the Xerte3 application file and a".DS_Store" file. > > Searching my Mac does not reveal any 'settings.xml' file. > Any suggestions? > Thanks. > > > Sebastiaan Hekman > > On 27 mrt. 2012, at 04:01, Julian Tenney wrote: > >> it should be in the application directory? >> >> ________________________________________ >> From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of W. Sebastiaan Hekman [wshekman at gmail.com] >> Sent: 26 March 2012 16:34 >> To: xerte at lists.nottingham.ac.uk >> Subject: [Xerte] getting started with Xerte on a Mac >> >> Hello, >> >> I have just downloaded and installed the Xerte for MAC (version 3.0) and the Flex 4.5 SDK. All fine so far. >> >> Problem: Where to specify the path to the extracted SDK? In the Flex interface (at the bottom) it says that is has to be set in the "settings.xml" located in the Xerte's program directory. But no such file to be found. >> >> It seems that I cannot start building anything without the SDK activated. >> >> Any help would be very welcome. >> >> Thanks. >> >> >> Sebastiaan Hekman >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment >> may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the >> University of Nottingham may be monitored as permitted by UK legislation. >> > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte From wshekman at gmail.com Tue Mar 27 15:55:03 2012 From: wshekman at gmail.com (W. Sebastiaan Hekman) Date: Tue, 27 Mar 2012 10:55:03 -0400 Subject: [Xerte] Re: getting started with Xerte on a Mac In-Reply-To: References: <12C67A1EEC419342AF5E59DA31562C3F0BA42D0C0F@EXCHANGE1.ad.nottingham.ac.uk> <81FA42C6-45EE-4D83-B159-B1835849BC2B@gmail.com> <12C67A1EEC419342AF5E59DA31562C3F0BA42D0C1E@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <952E805A-FB27-4961-B5A0-1D09AE37DD43@gmail.com> Hi Pat, Thanks for your reply. But the issue I've posted is about the "settings.xml" file that I cannot find on my MAC. Any suggestions where to look for it? Thanks. Sebastiaan On 27 mrt. 2012, at 09:49, Pat Lockley wrote: > DS_store is a mac metadata folder..... > > On Tue, Mar 27, 2012 at 2:45 PM, Julian Tenney > wrote: >> I don't have a Mac I'm afraid: there are some other Mac users about... is the ds-strore a zip? >> >> ________________________________________ >> From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of W. Sebastiaan Hekman [wshekman at gmail.com] >> Sent: 27 March 2012 15:36 >> To: Xerte discussion list >> Subject: [Xerte] Re: getting started with Xerte on a Mac >> >> Hi Julian, >> >> Thanks for your reply, I can't find the file. >> In the Application directory of Xerte, the folder is called 'XerteProject' not 'Xerte', the only file in there is the Xerte3 application file and a".DS_Store" file. >> >> Searching my Mac does not reveal any 'settings.xml' file. >> Any suggestions? >> Thanks. >> >> >> Sebastiaan Hekman >> >> On 27 mrt. 2012, at 04:01, Julian Tenney wrote: >> >>> it should be in the application directory? >>> >>> ________________________________________ >>> From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of W. Sebastiaan Hekman [wshekman at gmail.com] >>> Sent: 26 March 2012 16:34 >>> To: xerte at lists.nottingham.ac.uk >>> Subject: [Xerte] getting started with Xerte on a Mac >>> >>> Hello, >>> >>> I have just downloaded and installed the Xerte for MAC (version 3.0) and the Flex 4.5 SDK. All fine so far. >>> >>> Problem: Where to specify the path to the extracted SDK? In the Flex interface (at the bottom) it says that is has to be set in the "settings.xml" located in the Xerte's program directory. But no such file to be found. >>> >>> It seems that I cannot start building anything without the SDK activated. >>> >>> Any help would be very welcome. >>> >>> Thanks. >>> >>> >>> Sebastiaan Hekman >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> >>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>> >>> This message has been checked for viruses but the contents of an attachment >>> may still contain software viruses which could damage your computer system: >>> you are advised to perform your own checks. Email communications with the >>> University of Nottingham may be monitored as permitted by UK legislation. >>> >> >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. From patrick.lockley at googlemail.com Tue Mar 27 14:57:39 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Tue, 27 Mar 2012 14:57:39 +0100 Subject: [Xerte] Re: getting started with Xerte on a Mac In-Reply-To: <952E805A-FB27-4961-B5A0-1D09AE37DD43@gmail.com> References: <12C67A1EEC419342AF5E59DA31562C3F0BA42D0C0F@EXCHANGE1.ad.nottingham.ac.uk> <81FA42C6-45EE-4D83-B159-B1835849BC2B@gmail.com> <12C67A1EEC419342AF5E59DA31562C3F0BA42D0C1E@EXCHANGE1.ad.nottingham.ac.uk> <952E805A-FB27-4961-B5A0-1D09AE37DD43@gmail.com> Message-ID: sadly don't have a mac (am surrounded by mac people so when I open a mac memory stick on windows I always get a ds_store folder. I wonder when the xerte3 DMG was last updated and if it might be an OS upgrade on apple's side? On Tue, Mar 27, 2012 at 3:55 PM, W. Sebastiaan Hekman wrote: > Hi Pat, > > Thanks for your reply. But the issue I've posted is about the "settings.xml" file that I cannot find on my MAC. Any suggestions where to look for it? > Thanks. > > Sebastiaan > On 27 mrt. 2012, at 09:49, Pat Lockley wrote: > >> DS_store is a mac metadata folder..... >> >> On Tue, Mar 27, 2012 at 2:45 PM, Julian Tenney >> wrote: >>> I don't have a Mac I'm afraid: there are some other Mac users about... is the ds-strore a zip? >>> >>> ________________________________________ >>> From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of W. Sebastiaan Hekman [wshekman at gmail.com] >>> Sent: 27 March 2012 15:36 >>> To: Xerte discussion list >>> Subject: [Xerte] Re: getting started with Xerte on a Mac >>> >>> Hi Julian, >>> >>> Thanks for your reply, I can't find the file. >>> In the Application directory of Xerte, the folder is called 'XerteProject' not 'Xerte', the only file in there is the Xerte3 application file and a".DS_Store" file. >>> >>> Searching my Mac does not reveal any 'settings.xml' file. >>> Any suggestions? >>> Thanks. >>> >>> >>> Sebastiaan Hekman >>> >>> On 27 mrt. 2012, at 04:01, Julian Tenney wrote: >>> >>>> it should be in the application directory? >>>> >>>> ________________________________________ >>>> From: xerte-bounces at lists.nottingham.ac.uk [xerte-bounces at lists.nottingham.ac.uk] On Behalf Of W. Sebastiaan Hekman [wshekman at gmail.com] >>>> Sent: 26 March 2012 16:34 >>>> To: xerte at lists.nottingham.ac.uk >>>> Subject: [Xerte] getting started with Xerte on a Mac >>>> >>>> Hello, >>>> >>>> I have just downloaded and installed the Xerte for MAC (version 3.0) and the Flex 4.5 SDK. All fine so far. >>>> >>>> Problem: Where to specify the path to the extracted SDK? In the Flex interface (at the bottom) it says that is has to be set in the "settings.xml" located in the Xerte's program directory. But no such file to be found. >>>> >>>> It seems that I cannot start building anything without the SDK activated. >>>> >>>> Any help would be very welcome. >>>> >>>> Thanks. >>>> >>>> >>>> Sebastiaan Hekman >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> _______________________________________________ >>>> Xerte mailing list >>>> Xerte at lists.nottingham.ac.uk >>>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>>> >>>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >>>> >>>> This message has been checked for viruses but the contents of an attachment >>>> may still contain software viruses which could damage your computer system: >>>> you are advised to perform your own checks. Email communications with the >>>> University of Nottingham may be monitored as permitted by UK legislation. >>>> >>> >>> >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >>> _______________________________________________ >>> Xerte mailing list >>> Xerte at lists.nottingham.ac.uk >>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> >> _______________________________________________ >> Xerte mailing list >> Xerte at lists.nottingham.ac.uk >> http://lists.nottingham.ac.uk/mailman/listinfo/xerte >> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. ? Please do not use, copy or disclose the information contained in this message or in any attachment. ?Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. >> >> This message has been checked for viruses but the contents of an attachment >> may still contain software viruses which could damage your computer system: >> you are advised to perform your own checks. Email communications with the >> University of Nottingham may be monitored as permitted by UK legislation. > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte From vasvir at iit.demokritos.gr Wed Mar 28 06:21:16 2012 From: vasvir at iit.demokritos.gr (Vassilis Virvilis) Date: Wed, 28 Mar 2012 08:21:16 +0300 Subject: [Xerte] Re: xerte3 and XOT modules In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA42D0C13@EXCHANGE1.ad.nottingham.ac.uk> References: <4F70E6F2.8030002@iit.demokritos.gr> <12C67A1EEC419342AF5E59DA31562C3F0BA42D0C13@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <4F729FCC.5050408@iit.demokritos.gr> On 27/03/2012 11:06 ??, Julian Tenney wrote: > you can use AS2 swfs, or xerte 2 rlms to load a custom page up. You could use the embed page to host an AS3 swf. > Thanks for the quick replies. The project has a development horizon for the next 18 months. I wouldn't want to end up with a system that is deprecated. I suppose that if I embed AS3 in XOT the final system would be really close to a Xerte3+XOT system or there are no plans to have Xerte3 modules in XOT? Does xerte3 swf support integration with moodle quiz? (SCORM tracking?) Best regards. From Julian.Tenney at nottingham.ac.uk Wed Mar 28 09:56:52 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 28 Mar 2012 09:56:52 +0100 Subject: [Xerte] Re: xerte3 and XOT modules In-Reply-To: <4F729FCC.5050408@iit.demokritos.gr> References: <4F70E6F2.8030002@iit.demokritos.gr> <12C67A1EEC419342AF5E59DA31562C3F0BA42D0C13@EXCHANGE1.ad.nottingham.ac.uk> <4F729FCC.5050408@iit.demokritos.gr> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4B661D7@EXCHANGE1.ad.nottingham.ac.uk> AS2 is deprecated by Adobe, not us, so we are looking at moving XOT to deliver to HTML5. You'll be able to include swfs in those projects, like any other web page. -----Original Message----- From: Vassilis Virvilis [mailto:vasvir at iit.demokritos.gr] Sent: 28 March 2012 06:21 To: Julian Tenney Cc: Xerte discussion list Subject: Re: [Xerte] xerte3 and XOT modules On 27/03/2012 11:06 ??, Julian Tenney wrote: > you can use AS2 swfs, or xerte 2 rlms to load a custom page up. You could use the embed page to host an AS3 swf. > Thanks for the quick replies. The project has a development horizon for the next 18 months. I wouldn't want to end up with a system that is deprecated. I suppose that if I embed AS3 in XOT the final system would be really close to a Xerte3+XOT system or there are no plans to have Xerte3 modules in XOT? Does xerte3 swf support integration with moodle quiz? (SCORM tracking?) Best regards. From vasvir at iit.demokritos.gr Wed Mar 28 10:58:05 2012 From: vasvir at iit.demokritos.gr (vasvir at iit.demokritos.gr) Date: Wed, 28 Mar 2012 12:58:05 +0300 (EEST) Subject: [Xerte] Re: xerte3 and XOT modules In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA4B661D7@EXCHANGE1.ad.nottingham.ac .uk> References: <4F70E6F2.8030002@iit.demokritos.gr> <12C67A1EEC419342AF5E59DA31562C3F0BA42D0C13@EXCHANGE1.ad.nottingham.ac.uk> <4F729FCC.5050408@iit.demokritos.gr> <12C67A1EEC419342AF5E59DA31562C3F0BA4B661D7@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <43aa7abaa49a3480f960a98efcb9b1e5.squirrel@webmail.iit.demokritos.gr> Hi, > AS2 is deprecated by Adobe, not us, so we are looking at moving XOT to > deliver to HTML5. You'll be able to include swfs in those projects, like > any other web page. > > I am a little bit confused. If XOT is rewritten in HTML5 how xerte3 fits in the general picture?. Or are you going to keep xerte3 for the modules requiring advanced interactivity? Again thanks for the quick replies Vassilis Virvilis From Julian.Tenney at nottingham.ac.uk Wed Mar 28 13:34:44 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Wed, 28 Mar 2012 13:34:44 +0100 Subject: [Xerte] Re: xerte3 and XOT modules In-Reply-To: <43aa7abaa49a3480f960a98efcb9b1e5.squirrel@webmail.iit.demokritos.gr> References: <4F70E6F2.8030002@iit.demokritos.gr> <12C67A1EEC419342AF5E59DA31562C3F0BA42D0C13@EXCHANGE1.ad.nottingham.ac.uk> <4F729FCC.5050408@iit.demokritos.gr> <12C67A1EEC419342AF5E59DA31562C3F0BA4B661D7@EXCHANGE1.ad.nottingham.ac.uk> <43aa7abaa49a3480f960a98efcb9b1e5.squirrel@webmail.iit.demokritos.gr> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA4B66352@EXCHANGE1.ad.nottingham.ac.uk> Xerte Online Toolkits is essentially a flash movie right now. We want to change that so it can be a web page. You can load AS3 swfs into web pages. -----Original Message----- From: vasvir at iit.demokritos.gr [mailto:vasvir at iit.demokritos.gr] Sent: 28 March 2012 10:58 To: Julian Tenney Cc: vasvir at iit.demokritos.gr; Julian Tenney; Xerte discussion list Subject: RE: [Xerte] xerte3 and XOT modules Hi, > AS2 is deprecated by Adobe, not us, so we are looking at moving XOT to > deliver to HTML5. You'll be able to include swfs in those projects, like > any other web page. > > I am a little bit confused. If XOT is rewritten in HTML5 how xerte3 fits in the general picture?. Or are you going to keep xerte3 for the modules requiring advanced interactivity? Again thanks for the quick replies Vassilis Virvilis From knowledgeware at kccsoft.com Wed Mar 28 23:20:14 2012 From: knowledgeware at kccsoft.com (KnowledgeWare) Date: Wed, 28 Mar 2012 15:20:14 -0700 Subject: [Xerte] Re: Xerte 2.17 Glossary / relative links / css classes In-Reply-To: <010a01cd078f$cedd2690$6c9773b0$@kccsoft.com> References: <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com> <010a01cd078f$cedd2690$6c9773b0$@kccsoft.com> Message-ID: <001701cd0d30$f3365d30$d9a31790$@kccsoft.com> http://www.nottingham.ac.uk/toolkits/play_560 Jonathan - any timeline for any of the connector pages being at the demo site above? And.does anyone know if there is any type of a demo page like that for the android toolkit example apps? BTW - I think the translator page is not working at the link above - just 'Null' shows up on the translated field. Re the menu connector: what would be very useful to me is a way to indicate to the user that a menu section had been completed - such as with a green checkmark, etc., especially if held in an array that could be written to a database and read back in when the user next logs in - so their completed parts are checked off. "Menu Connector - this is slightly different from the other connectors in that it builds a list of links to pages automatically, you can have all the pages in a project or you can specify a start page ID and an end page "page ID" and it will then just list those pages that fall between those to page IDs inclusive. It displays similar to the current menu option in Toolkits." RonM2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From gunited1 at hotmail.com Thu Mar 29 04:30:34 2012 From: gunited1 at hotmail.com (G United) Date: Thu, 29 Mar 2012 03:30:34 +0000 Subject: [Xerte] Installation Local xerte online toolkits Message-ID: Hi,I have installed individual apache, php,mysql,phpAdmin on my pc...now i want install xerte online toolkits, i tried but didn't work .... My questions is..I have to install xampp?installed individual doesn't work?Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From reijnders at tor.nl Thu Mar 29 06:45:07 2012 From: reijnders at tor.nl (Tom Reijnders) Date: Thu, 29 Mar 2012 07:45:07 +0200 Subject: [Xerte] Re: Installation Local xerte online toolkits In-Reply-To: References: Message-ID: <4F73F6E3.9090006@tor.nl> No, you shouldn't have to install XAMPP if you have alls the individual parts running. I have installed XOT numerous times on Linux boxes where all the individual servers are normally present. Op 29-3-2012 5:30, G United schreef: > Hi,I have installed individual apache, php,mysql,phpAdmin on my > pc...now i want install xerte online toolkits, i tried but didn't > work .... My questions is..I have to install xampp?installedindividual > doesn't work? > Thanks > > This message and any attachment are intended solely for the addressee > and may contain confidential information. If you have received this > message in error, please send it back to me, and immediately delete > it. Please do not use, copy or disclose the information contained in > this message or in any attachment. Any views or opinions expressed by > the author of this email do not necessarily reflect the views of the > University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 -------------- next part -------------- An HTML attachment was scrubbed... URL: From d_b_burnett at hotmail.com Thu Mar 29 11:43:54 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Thu, 29 Mar 2012 06:43:54 -0400 Subject: [Xerte] event failing on second call In-Reply-To: <001701cd0d30$f3365d30$d9a31790$@kccsoft.com> References: <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com> , <010a01cd078f$cedd2690$6c9773b0$@kccsoft.com>, <001701cd0d30$f3365d30$d9a31790$@kccsoft.com> Message-ID: I click a button to pop up a scrolling text window which is populated with a loadVars call to a text file. rootIcon.loadVars('http://www.myserver.com/common/revisions.txt?nt=' + (new Date()).getTime()); followed by an Event interaction onLoadVarsrootIcon It works the first time, but if I click the button again, the event will not fire again.I ran into this once before but can't remember what the issue was. -------------- next part -------------- An HTML attachment was scrubbed... URL: From d_b_burnett at hotmail.com Thu Mar 29 12:36:43 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Thu, 29 Mar 2012 07:36:43 -0400 Subject: [Xerte] Re: event failing on second call In-Reply-To: References: , , , <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com>, , <010a01cd078f$cedd2690$6c9773b0$@kccsoft.com>, <001701cd0d30$f3365d30$d9a31790$@kccsoft.com>, Message-ID: OK, here's the trace of 2 consecutive calls withdebug(rootIcon.loadVars); //first call top debug //directly under button[type Function]load //directly under loadVars call[type Function]loaded //success //second call top debugonLoad=%5Btype%20Function%5D&onData=%5Btype%20Function%5D&icon=%5Flevel0%2Eengine%2EIFCloadonLoad=%5Btype%20Function%5D&onData=%5Btype%20Function%5D&icon=%5Flevel0%2Eengine%2EIFC What is happening to the loadVars function? From: d_b_burnett at hotmail.com To: xerte at lists.nottingham.ac.uk Subject: event failing on second call Date: Thu, 29 Mar 2012 06:43:54 -0400 I click a button to pop up a scrolling text window which is populated with a loadVars call to a text file. rootIcon.loadVars('http://www.myserver.com/common/revisions.txt?nt=' + (new Date()).getTime()); followed by an Event interaction onLoadVarsrootIcon It works the first time, but if I click the button again, the event will not fire again.I ran into this once before but can't remember what the issue was. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Thu Mar 29 12:50:42 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Thu, 29 Mar 2012 12:50:42 +0100 Subject: [Xerte] Re: event failing on second call In-Reply-To: References: , , , <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com>, , <010a01cd078f$cedd2690$6c9773b0$@kccsoft.com>, <001701cd0d30$f3365d30$d9a31790$@kccsoft.com>, Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA5B409CC@EXCHANGE1.ad.nottingham.ac.uk> I think its like loading XML where the load wipes out methods / properties on the object. Can you build a new icon for each load vars call? i.e. INT BUT TXT // a dummy loadVars SCR //kick off the loadvars INT EVT //handle the loadvars From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 29 March 2012 12:37 To: Xerte list Subject: [Xerte] Re: event failing on second call OK, here's the trace of 2 consecutive calls with debug(rootIcon.loadVars); //first call top debug //directly under button [type Function] load //directly under loadVars call [type Function] loaded //success //second call top debug onLoad=%5Btype%20Function%5D&onData=%5Btype%20Function%5D&icon=%5Flevel0%2Eengine%2EIFC load onLoad=%5Btype%20Function%5D&onData=%5Btype%20Function%5D&icon=%5Flevel0%2Eengine%2EIFC What is happening to the loadVars function? ________________________________ From: d_b_burnett at hotmail.com To: xerte at lists.nottingham.ac.uk Subject: event failing on second call Date: Thu, 29 Mar 2012 06:43:54 -0400 I click a button to pop up a scrolling text window which is populated with a loadVars call to a text file. rootIcon.loadVars('http://www.myserver.com/common/revisions.txt?nt=' + (new Date()).getTime()); followed by an Event interaction onLoadVars rootIcon It works the first time, but if I click the button again, the event will not fire again. I ran into this once before but can't remember what the issue was. -------------- next part -------------- An HTML attachment was scrubbed... URL: From d_b_burnett at hotmail.com Thu Mar 29 14:52:02 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Thu, 29 Mar 2012 09:52:02 -0400 Subject: [Xerte] Re: event failing on second call In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA5B409CC@EXCHANGE1.ad.nottingham.ac.uk> References: , , , , , , <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com>, , , , <010a01cd078f$cedd2690$6c9773b0$@kccsoft.com>, , <001701cd0d30$f3365d30$d9a31790$@kccsoft.com>, , , , <12C67A1EEC419342AF5E59DA31562C3F0BA5B409CC@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: The load wipes stuff out?Is it true for all the methods of sending/loading external data? From: Julian.Tenney at nottingham.ac.uk To: xerte at lists.nottingham.ac.uk Date: Thu, 29 Mar 2012 12:50:42 +0100 Subject: [Xerte] Re: event failing on second call I think its like loading XML where the load wipes out methods / properties on the object. Can you build a new icon for each load vars call? i.e. INT BUT TXT // a dummy loadVars SCR //kick off the loadvars INT EVT //handle the loadvars From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 29 March 2012 12:37 To: Xerte list Subject: [Xerte] Re: event failing on second call OK, here's the trace of 2 consecutive calls withdebug(rootIcon.loadVars); //first calltop debug //directly under button[type Function]load //directly under loadVars call[type Function]loaded //success //second call top debugonLoad=%5Btype%20Function%5D&onData=%5Btype%20Function%5D&icon=%5Flevel0%2Eengine%2EIFCloadonLoad=%5Btype%20Function%5D&onData=%5Btype%20Function%5D&icon=%5Flevel0%2Eengine%2EIFC What is happening to the loadVars function? From: d_b_burnett at hotmail.com To: xerte at lists.nottingham.ac.uk Subject: event failing on second call Date: Thu, 29 Mar 2012 06:43:54 -0400 I click a button to pop up a scrolling text window which is populated with a loadVars call to a text file. rootIcon.loadVars('http://www.myserver.com/common/revisions.txt?nt=' + (new Date()).getTime()); followed by an Event interaction onLoadVarsrootIcon It works the first time, but if I click the button again, the event will not fire again.I ran into this once before but can't remember what the issue was. This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Thu Mar 29 14:54:57 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Thu, 29 Mar 2012 14:54:57 +0100 Subject: [Xerte] Re: event failing on second call In-Reply-To: References: , , , , , , <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com>, , , , <010a01cd078f$cedd2690$6c9773b0$@kccsoft.com>, , <001701cd0d30$f3365d30$d9a31790$@kccsoft.com>, , , , <12C67A1EEC419342AF5E59DA31562C3F0BA5B409CC@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA5B40AF4@EXCHANGE1.ad.nottingham.ac.uk> If you load a swf into a movieclip, you lose any custom methods / properties of that clip after the load. So you can do mc.someFunction = function(){ //blah } mc.loadMovie('some.swf', blah) and then in some.swf's timeline call this.somefunction. It doesn't exist. Maybe I was thinking of that. Not sure what's going with loadVars, I've never used them, but either debug things in the engine, or send me a simple example and I'll see what's happening. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 29 March 2012 14:52 To: Xerte list Subject: [Xerte] Re: event failing on second call The load wipes stuff out? Is it true for all the methods of sending/loading external data? ________________________________ From: Julian.Tenney at nottingham.ac.uk To: xerte at lists.nottingham.ac.uk Date: Thu, 29 Mar 2012 12:50:42 +0100 Subject: [Xerte] Re: event failing on second call I think its like loading XML where the load wipes out methods / properties on the object. Can you build a new icon for each load vars call? i.e. INT BUT TXT // a dummy loadVars SCR //kick off the loadvars INT EVT //handle the loadvars From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 29 March 2012 12:37 To: Xerte list Subject: [Xerte] Re: event failing on second call OK, here's the trace of 2 consecutive calls with debug(rootIcon.loadVars); //first call top debug //directly under button [type Function] load //directly under loadVars call [type Function] loaded //success //second call top debug onLoad=%5Btype%20Function%5D&onData=%5Btype%20Function%5D&icon=%5Flevel0%2Eengine%2EIFC load onLoad=%5Btype%20Function%5D&onData=%5Btype%20Function%5D&icon=%5Flevel0%2Eengine%2EIFC What is happening to the loadVars function? ________________________________ From: d_b_burnett at hotmail.com To: xerte at lists.nottingham.ac.uk Subject: event failing on second call Date: Thu, 29 Mar 2012 06:43:54 -0400 I click a button to pop up a scrolling text window which is populated with a loadVars call to a text file. rootIcon.loadVars('http://www.myserver.com/common/revisions.txt?nt=' + (new Date()).getTime()); followed by an Event interaction onLoadVars rootIcon It works the first time, but if I click the button again, the event will not fire again. I ran into this once before but can't remember what the issue was. This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From d_b_burnett at hotmail.com Thu Mar 29 15:00:03 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Thu, 29 Mar 2012 10:00:03 -0400 Subject: [Xerte] Re: event failing on second call In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA5B40AF4@EXCHANGE1.ad.nottingham.ac.uk> References: , , , , , , , ,,<000001cd06f9$e1f1b570$a5d52050$@kccsoft.com>, , , , ,,<010a01cd078f$cedd2690$6c9773b0$@kccsoft.com>, ,,<001701cd0d30$f3365d30$d9a31790$@kccsoft.com>, , , , , , , <12C67A1EEC419342AF5E59DA31562C3F0BA5B409CC@EXCHANGE1.ad.nottingham.ac.uk>, , <12C67A1EEC419342AF5E59DA31562C3F0BA5B40AF4@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: I tried myIcon.readFile and that seems to be able to be called repeatedly without issue.Must just be something with loadVars.Odd. From: Julian.Tenney at nottingham.ac.uk To: xerte at lists.nottingham.ac.uk Date: Thu, 29 Mar 2012 14:54:57 +0100 Subject: [Xerte] Re: event failing on second call If you load a swf into a movieclip, you lose any custom methods / properties of that clip after the load. So you can do mc.someFunction = function(){ //blah }mc.loadMovie(?some.swf?, blah) and then in some.swf?s timeline call this.somefunction. It doesn?t exist. Maybe I was thinking of that. Not sure what?s going with loadVars, I?ve never used them, but either debug things in the engine, or send me a simple example and I?ll see what?s happening. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 29 March 2012 14:52 To: Xerte list Subject: [Xerte] Re: event failing on second call The load wipes stuff out?Is it true for all the methods of sending/loading external data? From: Julian.Tenney at nottingham.ac.uk To: xerte at lists.nottingham.ac.uk Date: Thu, 29 Mar 2012 12:50:42 +0100 Subject: [Xerte] Re: event failing on second callI think its like loading XML where the load wipes out methods / properties on the object. Can you build a new icon for each load vars call? i.e. INT BUT TXT // a dummy loadVars SCR //kick off the loadvars INT EVT //handle the loadvars From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 29 March 2012 12:37 To: Xerte list Subject: [Xerte] Re: event failing on second call OK, here's the trace of 2 consecutive calls withdebug(rootIcon.loadVars); //first calltop debug //directly under button[type Function]load //directly under loadVars call[type Function]loaded //success //second call top debugonLoad=%5Btype%20Function%5D&onData=%5Btype%20Function%5D&icon=%5Flevel0%2Eengine%2EIFCloadonLoad=%5Btype%20Function%5D&onData=%5Btype%20Function%5D&icon=%5Flevel0%2Eengine%2EIFC What is happening to the loadVars function? From: d_b_burnett at hotmail.com To: xerte at lists.nottingham.ac.uk Subject: event failing on second call Date: Thu, 29 Mar 2012 06:43:54 -0400 I click a button to pop up a scrolling text window which is populated with a loadVars call to a text file. rootIcon.loadVars('http://www.myserver.com/common/revisions.txt?nt=' + (new Date()).getTime()); followed by an Event interaction onLoadVarsrootIcon It works the first time, but if I click the button again, the event will not fire again.I ran into this once before but can't remember what the issue was. This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Paul.Swanson at harlandfs.com Thu Mar 29 15:20:36 2012 From: Paul.Swanson at harlandfs.com (Paul Swanson) Date: Thu, 29 Mar 2012 07:20:36 -0700 Subject: [Xerte] Re: event failing on second call In-Reply-To: References: , , , , , , , , , <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com>, , , , , , <010a01cd078f$cedd2690$6c9773b0$@kccsoft.com>, , , <001701cd0d30$f3365d30$d9a31790$@kccsoft.com>, , , , , , , <12C67A1EEC419342AF5E59DA31562C3F0BA5B409CC@EXCHANGE1.ad.nottingham.ac.uk>, , <12C67A1EEC419342AF5E59DA31562C3F0BA5B40AF4@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: Try parsing rawData: rawInfoArray = rootIcon.rawData.split ('&'); // save string pairs into an array for (i=0; i From Julian.Tenney at nottingham.ac.uk Thu Mar 29 15:25:15 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Thu, 29 Mar 2012 15:25:15 +0100 Subject: [Xerte] Re: event failing on second call In-Reply-To: References: , , , , , , , ,,<000001cd06f9$e1f1b570$a5d52050$@kccsoft.com>, , , , ,,<010a01cd078f$cedd2690$6c9773b0$@kccsoft.com>, ,,<001701cd0d30$f3365d30$d9a31790$@kccsoft.com>, , , , , , , <12C67A1EEC419342AF5E59DA31562C3F0BA5B409CC@EXCHANGE1.ad.nottingham.ac.uk>, , <12C67A1EEC419342AF5E59DA31562C3F0BA5B40AF4@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA5B40B2D@EXCHANGE1.ad.nottingham.ac.uk> Hmm indeed cos readFile uses loadVars. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 29 March 2012 15:00 To: Xerte list Subject: [Xerte] Re: event failing on second call I tried myIcon.readFile and that seems to be able to be called repeatedly without issue. Must just be something with loadVars. Odd. ________________________________ From: Julian.Tenney at nottingham.ac.uk To: xerte at lists.nottingham.ac.uk Date: Thu, 29 Mar 2012 14:54:57 +0100 Subject: [Xerte] Re: event failing on second call If you load a swf into a movieclip, you lose any custom methods / properties of that clip after the load. So you can do mc.someFunction = function(){ //blah } mc.loadMovie('some.swf', blah) and then in some.swf's timeline call this.somefunction. It doesn't exist. Maybe I was thinking of that. Not sure what's going with loadVars, I've never used them, but either debug things in the engine, or send me a simple example and I'll see what's happening. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 29 March 2012 14:52 To: Xerte list Subject: [Xerte] Re: event failing on second call The load wipes stuff out? Is it true for all the methods of sending/loading external data? ________________________________ From: Julian.Tenney at nottingham.ac.uk To: xerte at lists.nottingham.ac.uk Date: Thu, 29 Mar 2012 12:50:42 +0100 Subject: [Xerte] Re: event failing on second call I think its like loading XML where the load wipes out methods / properties on the object. Can you build a new icon for each load vars call? i.e. INT BUT TXT // a dummy loadVars SCR //kick off the loadvars INT EVT //handle the loadvars From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 29 March 2012 12:37 To: Xerte list Subject: [Xerte] Re: event failing on second call OK, here's the trace of 2 consecutive calls with debug(rootIcon.loadVars); //first call top debug //directly under button [type Function] load //directly under loadVars call [type Function] loaded //success //second call top debug onLoad=%5Btype%20Function%5D&onData=%5Btype%20Function%5D&icon=%5Flevel0%2Eengine%2EIFC load onLoad=%5Btype%20Function%5D&onData=%5Btype%20Function%5D&icon=%5Flevel0%2Eengine%2EIFC What is happening to the loadVars function? ________________________________ From: d_b_burnett at hotmail.com To: xerte at lists.nottingham.ac.uk Subject: event failing on second call Date: Thu, 29 Mar 2012 06:43:54 -0400 I click a button to pop up a scrolling text window which is populated with a loadVars call to a text file. rootIcon.loadVars('http://www.myserver.com/common/revisions.txt?nt=' + (new Date()).getTime()); followed by an Event interaction onLoadVars rootIcon It works the first time, but if I click the button again, the event will not fire again. I ran into this once before but can't remember what the issue was. This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From d_b_burnett at hotmail.com Thu Mar 29 15:35:05 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Thu, 29 Mar 2012 10:35:05 -0400 Subject: [Xerte] Re: event failing on second call In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA5B40B2D@EXCHANGE1.ad.nottingham.ac.uk> References: , , , , , , , , , , , , <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com>, , , , , , , , <010a01cd078f$cedd2690$6c9773b0$@kccsoft.com>, , , , <001701cd0d30$f3365d30$d9a31790$@kccsoft.com>, , ,,, ,,, , , <12C67A1EEC419342AF5E59DA31562C3F0BA5B409CC@EXCHANGE1.ad.nottingham.ac.uk>, , , , <12C67A1EEC419342AF5E59DA31562C3F0BA5B40AF4@EXCHANGE1.ad.nottingham.ac.uk>, , <12C67A1EEC419342AF5E59DA31562C3F0BA5B40B2D@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: debug(navintiddave.readFile); gives me [type Function] no matter how many times I call it. But I'm depressed at my onset of memory loss:http://lists.nottingham.ac.uk/pipermail/xerte/2011-August/010962.html "All you touch and all you see, is all your life will ever be". That is, if you can remember it. From: Julian.Tenney at nottingham.ac.uk To: xerte at lists.nottingham.ac.uk Date: Thu, 29 Mar 2012 15:25:15 +0100 Subject: [Xerte] Re: event failing on second call Hmm indeed cos readFile uses loadVars. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 29 March 2012 15:00 To: Xerte list Subject: [Xerte] Re: event failing on second call I tried myIcon.readFile and that seems to be able to be called repeatedly without issue.Must just be something with loadVars.Odd. From: Julian.Tenney at nottingham.ac.uk To: xerte at lists.nottingham.ac.uk Date: Thu, 29 Mar 2012 14:54:57 +0100 Subject: [Xerte] Re: event failing on second callIf you load a swf into a movieclip, you lose any custom methods / properties of that clip after the load. So you can do mc.someFunction = function(){ //blah }mc.loadMovie(?some.swf?, blah) and then in some.swf?s timeline call this.somefunction. It doesn?t exist. Maybe I was thinking of that. Not sure what?s going with loadVars, I?ve never used them, but either debug things in the engine, or send me a simple example and I?ll see what?s happening. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 29 March 2012 14:52 To: Xerte list Subject: [Xerte] Re: event failing on second call The load wipes stuff out?Is it true for all the methods of sending/loading external data? From: Julian.Tenney at nottingham.ac.uk To: xerte at lists.nottingham.ac.uk Date: Thu, 29 Mar 2012 12:50:42 +0100 Subject: [Xerte] Re: event failing on second callI think its like loading XML where the load wipes out methods / properties on the object. Can you build a new icon for each load vars call? i.e. INT BUT TXT // a dummy loadVars SCR //kick off the loadvars INT EVT //handle the loadvars From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 29 March 2012 12:37 To: Xerte list Subject: [Xerte] Re: event failing on second call OK, here's the trace of 2 consecutive calls withdebug(rootIcon.loadVars); //first calltop debug //directly under button[type Function]load //directly under loadVars call[type Function]loaded //success //second call top debugonLoad=%5Btype%20Function%5D&onData=%5Btype%20Function%5D&icon=%5Flevel0%2Eengine%2EIFCloadonLoad=%5Btype%20Function%5D&onData=%5Btype%20Function%5D&icon=%5Flevel0%2Eengine%2EIFC What is happening to the loadVars function? From: d_b_burnett at hotmail.com To: xerte at lists.nottingham.ac.uk Subject: event failing on second call Date: Thu, 29 Mar 2012 06:43:54 -0400 I click a button to pop up a scrolling text window which is populated with a loadVars call to a text file. rootIcon.loadVars('http://www.myserver.com/common/revisions.txt?nt=' + (new Date()).getTime()); followed by an Event interaction onLoadVarsrootIcon It works the first time, but if I click the button again, the event will not fire again.I ran into this once before but can't remember what the issue was. This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Thu Mar 29 15:40:07 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Thu, 29 Mar 2012 15:40:07 +0100 Subject: [Xerte] Re: event failing on second call In-Reply-To: References: , , , , , , , , , , , , <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com>, , , , , , , , <010a01cd078f$cedd2690$6c9773b0$@kccsoft.com>, , , , <001701cd0d30$f3365d30$d9a31790$@kccsoft.com>, , ,,, ,,, , , <12C67A1EEC419342AF5E59DA31562C3F0BA5B409CC@EXCHANGE1.ad.nottingham.ac.uk>, , , , <12C67A1EEC419342AF5E59DA31562C3F0BA5B40AF4@EXCHANGE1.ad.nottingham.ac.uk>, , <12C67A1EEC419342AF5E59DA31562C3F0BA5B40B2D@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA5B40B57@EXCHANGE1.ad.nottingham.ac.uk> Come on, that was over 6 months ago. I can hardly remember 6 days ago. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 29 March 2012 15:35 To: Xerte list Subject: [Xerte] Re: event failing on second call debug(navintiddave.readFile); gives me [type Function] no matter how many times I call it. But I'm depressed at my onset of memory loss: http://lists.nottingham.ac.uk/pipermail/xerte/2011-August/010962.html "All you touch and all you see, is all your life will ever be". That is, if you can remember it. ________________________________ From: Julian.Tenney at nottingham.ac.uk To: xerte at lists.nottingham.ac.uk Date: Thu, 29 Mar 2012 15:25:15 +0100 Subject: [Xerte] Re: event failing on second call Hmm indeed cos readFile uses loadVars. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 29 March 2012 15:00 To: Xerte list Subject: [Xerte] Re: event failing on second call I tried myIcon.readFile and that seems to be able to be called repeatedly without issue. Must just be something with loadVars. Odd. ________________________________ From: Julian.Tenney at nottingham.ac.uk To: xerte at lists.nottingham.ac.uk Date: Thu, 29 Mar 2012 14:54:57 +0100 Subject: [Xerte] Re: event failing on second call If you load a swf into a movieclip, you lose any custom methods / properties of that clip after the load. So you can do mc.someFunction = function(){ //blah } mc.loadMovie('some.swf', blah) and then in some.swf's timeline call this.somefunction. It doesn't exist. Maybe I was thinking of that. Not sure what's going with loadVars, I've never used them, but either debug things in the engine, or send me a simple example and I'll see what's happening. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 29 March 2012 14:52 To: Xerte list Subject: [Xerte] Re: event failing on second call The load wipes stuff out? Is it true for all the methods of sending/loading external data? ________________________________ From: Julian.Tenney at nottingham.ac.uk To: xerte at lists.nottingham.ac.uk Date: Thu, 29 Mar 2012 12:50:42 +0100 Subject: [Xerte] Re: event failing on second call I think its like loading XML where the load wipes out methods / properties on the object. Can you build a new icon for each load vars call? i.e. INT BUT TXT // a dummy loadVars SCR //kick off the loadvars INT EVT //handle the loadvars From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 29 March 2012 12:37 To: Xerte list Subject: [Xerte] Re: event failing on second call OK, here's the trace of 2 consecutive calls with debug(rootIcon.loadVars); //first call top debug //directly under button [type Function] load //directly under loadVars call [type Function] loaded //success //second call top debug onLoad=%5Btype%20Function%5D&onData=%5Btype%20Function%5D&icon=%5Flevel0%2Eengine%2EIFC load onLoad=%5Btype%20Function%5D&onData=%5Btype%20Function%5D&icon=%5Flevel0%2Eengine%2EIFC What is happening to the loadVars function? ________________________________ From: d_b_burnett at hotmail.com To: xerte at lists.nottingham.ac.uk Subject: event failing on second call Date: Thu, 29 Mar 2012 06:43:54 -0400 I click a button to pop up a scrolling text window which is populated with a loadVars call to a text file. rootIcon.loadVars('http://www.myserver.com/common/revisions.txt?nt=' + (new Date()).getTime()); followed by an Event interaction onLoadVars rootIcon It works the first time, but if I click the button again, the event will not fire again. I ran into this once before but can't remember what the issue was. This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From d_b_burnett at hotmail.com Thu Mar 29 15:45:00 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Thu, 29 Mar 2012 10:45:00 -0400 Subject: [Xerte] Re: event failing on second call In-Reply-To: <12C67A1EEC419342AF5E59DA31562C3F0BA5B40B57@EXCHANGE1.ad.nottingham.ac.uk> References: , , , , , , , , , , , , ,,, <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com>, , , , , , , ,,, <010a01cd078f$cedd2690$6c9773b0$@kccsoft.com>, , , ,,<001701cd0d30$f3365d30$d9a31790$@kccsoft.com>, , , , , , , , , , , , , <12C67A1EEC419342AF5E59DA31562C3F0BA5B409CC@EXCHANGE1.ad.nottingham.ac.uk>, , , , , , <12C67A1EEC419342AF5E59DA31562C3F0BA5B40AF4@EXCHANGE1.ad.nottingham.ac.uk>, , , , <12C67A1EEC419342AF5E59DA31562C3F0BA5B40B2D@EXCHANGE1.ad.nottingham.ac.uk>, , <12C67A1EEC419342AF5E59DA31562C3F0BA5B40B57@EXCHANGE1.ad.nottingham.ac.uk> Message-ID: But going over the _exact same issue_ ?Not heartening. From: Julian.Tenney at nottingham.ac.uk To: xerte at lists.nottingham.ac.uk Date: Thu, 29 Mar 2012 15:40:07 +0100 Subject: [Xerte] Re: event failing on second call Come on, that was over 6 months ago. I can hardly remember 6 days ago. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 29 March 2012 15:35 To: Xerte list Subject: [Xerte] Re: event failing on second call debug(navintiddave.readFile); gives me [type Function] no matter how many times I call it. But I'm depressed at my onset of memory loss:http://lists.nottingham.ac.uk/pipermail/xerte/2011-August/010962.html "All you touch and all you see, is all your life will ever be". That is, if you can remember it. From: Julian.Tenney at nottingham.ac.uk To: xerte at lists.nottingham.ac.uk Date: Thu, 29 Mar 2012 15:25:15 +0100 Subject: [Xerte] Re: event failing on second callHmm indeed cos readFile uses loadVars. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 29 March 2012 15:00 To: Xerte list Subject: [Xerte] Re: event failing on second call I tried myIcon.readFile and that seems to be able to be called repeatedly without issue.Must just be something with loadVars.Odd. From: Julian.Tenney at nottingham.ac.uk To: xerte at lists.nottingham.ac.uk Date: Thu, 29 Mar 2012 14:54:57 +0100 Subject: [Xerte] Re: event failing on second callIf you load a swf into a movieclip, you lose any custom methods / properties of that clip after the load. So you can do mc.someFunction = function(){ //blah }mc.loadMovie(?some.swf?, blah) and then in some.swf?s timeline call this.somefunction. It doesn?t exist. Maybe I was thinking of that. Not sure what?s going with loadVars, I?ve never used them, but either debug things in the engine, or send me a simple example and I?ll see what?s happening. From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 29 March 2012 14:52 To: Xerte list Subject: [Xerte] Re: event failing on second call The load wipes stuff out?Is it true for all the methods of sending/loading external data? From: Julian.Tenney at nottingham.ac.uk To: xerte at lists.nottingham.ac.uk Date: Thu, 29 Mar 2012 12:50:42 +0100 Subject: [Xerte] Re: event failing on second callI think its like loading XML where the load wipes out methods / properties on the object. Can you build a new icon for each load vars call? i.e. INT BUT TXT // a dummy loadVars SCR //kick off the loadvars INT EVT //handle the loadvars From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 29 March 2012 12:37 To: Xerte list Subject: [Xerte] Re: event failing on second call OK, here's the trace of 2 consecutive calls withdebug(rootIcon.loadVars); //first calltop debug //directly under button[type Function]load //directly under loadVars call[type Function]loaded //success //second call top debugonLoad=%5Btype%20Function%5D&onData=%5Btype%20Function%5D&icon=%5Flevel0%2Eengine%2EIFCloadonLoad=%5Btype%20Function%5D&onData=%5Btype%20Function%5D&icon=%5Flevel0%2Eengine%2EIFC What is happening to the loadVars function? From: d_b_burnett at hotmail.com To: xerte at lists.nottingham.ac.uk Subject: event failing on second call Date: Thu, 29 Mar 2012 06:43:54 -0400 I click a button to pop up a scrolling text window which is populated with a loadVars call to a text file. rootIcon.loadVars('http://www.myserver.com/common/revisions.txt?nt=' + (new Date()).getTime()); followed by an Event interaction onLoadVarsrootIcon It works the first time, but if I click the button again, the event will not fire again.I ran into this once before but can't remember what the issue was. This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From d_b_burnett at hotmail.com Thu Mar 29 16:09:14 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Thu, 29 Mar 2012 11:09:14 -0400 Subject: [Xerte] Re: event failing on second call In-Reply-To: References: , , , , , , , , , , , , <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com>, , , , , , , , <010a01cd078f$cedd2690$6c9773b0$@kccsoft.com>, , ,,<001701cd0d30$f3365d30$d9a31790$@kccsoft.com>, , ,,, ,,, , , <12C67A1EEC419342AF5E59DA31562C3F0BA5B409CC@EXCHANGE1.ad.nottingham.ac.uk>, , , , <12C67A1EEC419342AF5E59DA31562C3F0BA5B40AF4@EXCHANGE1.ad.nottingham.ac.uk>, , Message-ID: Paul, I can't get that far.The event will only fire once.It's as Jules mentioned, the function seems to be destroyed after a successful first load. Date: Thu, 29 Mar 2012 07:20:36 -0700 From: Paul.Swanson at harlandfs.com To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Re: event failing on second call Try parsing rawData: rawInfoArray = rootIcon.rawData.split ('&'); // save string pairs into an arrayfor (i=0; i From d_b_burnett at hotmail.com Thu Mar 29 16:38:42 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Thu, 29 Mar 2012 11:38:42 -0400 Subject: [Xerte] OT - Toolbook In-Reply-To: <001701cd0d30$f3365d30$d9a31790$@kccsoft.com> References: <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com> , <010a01cd078f$cedd2690$6c9773b0$@kccsoft.com>, <001701cd0d30$f3365d30$d9a31790$@kccsoft.com> Message-ID: Anyone familiar with ToolBook at all?i.e. I need to strip content out of a .tbk file, and I (obviously) do not have the source files. Decompilers? Converters? -------------- next part -------------- An HTML attachment was scrubbed... URL: From phsmith at rossvet.edu.kn Thu Mar 29 19:05:26 2012 From: phsmith at rossvet.edu.kn (Smith, Philip) Date: Thu, 29 Mar 2012 18:05:26 +0000 Subject: [Xerte] Xerte custom interface? Message-ID: Hi All, New to both xerte and flash/actionscript. I'm hoping to create a custom interface and the documentation says this can be done with either Xerte or Flash. Could anybody point me to online resources beyond the standard Xerte documentation that would give me an idea of how to get started? I just need a starting point and from there I can learn. Regards, Phil Smith -------------- next part -------------- An HTML attachment was scrubbed... URL: From patrick.lockley at googlemail.com Thu Mar 29 19:29:33 2012 From: patrick.lockley at googlemail.com (Pat Lockley) Date: Thu, 29 Mar 2012 19:29:33 +0100 Subject: [Xerte] Re: Xerte custom interface? In-Reply-To: References: Message-ID: <2CF145C8-BBDC-41D1-A7C5-A40D66246826@googlemail.com> Hello Phil, Go to the xerte home page and search the archives. Some one sent a file to do it about a week ago. Pat On 29 Mar 2012, at 19:05, "Smith, Philip" wrote: > Hi All, > > > > New to both xerte and flash/actionscript. I?m hoping to create a custom interface and the documentation says this can be done with either Xerte or Flash. Could anybody point me to online resources beyond the standard Xerte documentation that would give me an idea of how to get started? I just need a starting point and from there I can learn. > > > > Regards, > > Phil Smith > > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From johnathan.kemp at ntlworld.com Thu Mar 29 21:48:03 2012 From: johnathan.kemp at ntlworld.com (Kemp Johnathan) Date: Thu, 29 Mar 2012 21:48:03 +0100 Subject: [Xerte] Re: Xerte 2.17 Glossary / relative links / css classes In-Reply-To: <001701cd0d30$f3365d30$d9a31790$@kccsoft.com> References: <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com> <010a01cd078f$cedd2690$6c9773b0$@kccsoft.com> <001701cd0d30$f3365d30$d9a31790$@kccsoft.com> Message-ID: Hello Ron, I don't know anything about the demo site that you refer to. It is my understanding that Julian has been discussing with Alistair the setting up of a test server for testing all the features that will be part of the release of XOT and Xerte 2.18 but I don't know any more than that. The new models and associated xwd files for all the new pages are currently in the page wizards section of the svn, though to use them you would need the latest releases of the run time files as there have been changes to the editor.swf, XMLengine.swf etc. Once the test server is set up I expect access details will be announced and you will be able to dive in. Kind regards Johnathan On 28 March 2012 23:20, KnowledgeWare wrote: > http://www.nottingham.ac.uk/toolkits/play_560 > > > > Jonathan - any timeline for any of the connector pages being at the demo > site above? And?does anyone know if there is any type of a demo page like > that for the android toolkit example apps? > > > > BTW ? I think the translator page is not working at the link above ? just > ?Null? shows up on the translated field. > > > > Re the menu connector: what would be very useful to me is a way to > indicate to the user that a menu section had been completed ? such as with > a green checkmark, etc., especially if held in an array that could be > written to a database and read back in when the user next logs in ? so > their completed parts are checked off. > > > > ?Menu Connector - this is slightly different from the other connectors in > that it builds a list of links to pages automatically, you can have all the > pages in a project or you can specify a start page ID and an end page "page > ID" and it will then just list those pages that fall between those to page > IDs inclusive. It displays similar to the current menu option in Toolkits. > ? > > > > RonM2 > > > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do not > use, copy or disclose the information contained in this message or in any > attachment. Any views or opinions expressed by the author of this email do > not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an > attachment may still contain software viruses which could damage your > computer system: you are advised to perform your own checks. Email > communications with the University of Nottingham may be monitored as > permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From knowledgeware at kccsoft.com Thu Mar 29 22:48:23 2012 From: knowledgeware at kccsoft.com (KnowledgeWare) Date: Thu, 29 Mar 2012 14:48:23 -0700 Subject: [Xerte] Re: Xerte 2.17 Glossary / relative links / css classes In-Reply-To: References: <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com> <010a01cd078f$cedd2690$6c9773b0$@kccsoft.com> <001701cd0d30$f3365d30$d9a31790$@kccsoft.com> Message-ID: <003301cd0df5$aab3c870$001b5950$@kccsoft.com> Thanks Jonathan! From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: Thursday, March 29, 2012 1:48 PM To: Xerte discussion list Subject: [Xerte] Re: Xerte 2.17 Glossary / relative links / css classes Hello Ron, I don't know anything about the demo site that you refer to. It is my understanding that Julian has been discussing with Alistair the setting up of a test server for testing all the features that will be part of the release of XOT and Xerte 2.18 but I don't know any more than that. The new models and associated xwd files for all the new pages are currently in the page wizards section of the svn, though to use them you would need the latest releases of the run time files as there have been changes to the editor.swf, XMLengine.swf etc. Once the test server is set up I expect access details will be announced and you will be able to dive in. Kind regards Johnathan On 28 March 2012 23:20, KnowledgeWare wrote: http://www.nottingham.ac.uk/toolkits/play_560 Jonathan - any timeline for any of the connector pages being at the demo site above? And.does anyone know if there is any type of a demo page like that for the android toolkit example apps? BTW - I think the translator page is not working at the link above - just 'Null' shows up on the translated field. Re the menu connector: what would be very useful to me is a way to indicate to the user that a menu section had been completed - such as with a green checkmark, etc., especially if held in an array that could be written to a database and read back in when the user next logs in - so their completed parts are checked off. "Menu Connector - this is slightly different from the other connectors in that it builds a list of links to pages automatically, you can have all the pages in a project or you can specify a start page ID and an end page "page ID" and it will then just list those pages that fall between those to page IDs inclusive. It displays similar to the current menu option in Toolkits." RonM2 This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Fri Mar 30 08:31:14 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Fri, 30 Mar 2012 08:31:14 +0100 Subject: [Xerte] Re: Xerte 2.17 Glossary / relative links / css classes In-Reply-To: References: <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com> <010a01cd078f$cedd2690$6c9773b0$@kccsoft.com> <001701cd0d30$f3365d30$d9a31790$@kccsoft.com> Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA5B40CB9@EXCHANGE1.ad.nottingham.ac.uk> > It is my understanding that Julian has been discussing with Alistair the setting up of a test server for testing all the features that will be part of the release of XOT and Xerte 2.18 but I don't know any more than that. The idea is that we set up a test install somewhere and create accounts so we can all (the more the merrier) test it and comment on all the recent work, identify and fix the issues, and then get a really good solid release out there. Alistair is pursuing it, From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Kemp Johnathan Sent: 29 March 2012 21:48 To: Xerte discussion list Subject: [Xerte] Re: Xerte 2.17 Glossary / relative links / css classes Hello Ron, I don't know anything about the demo site that you refer to. It is my understanding that Julian has been discussing with Alistair the setting up of a test server for testing all the features that will be part of the release of XOT and Xerte 2.18 but I don't know any more than that. The new models and associated xwd files for all the new pages are currently in the page wizards section of the svn, though to use them you would need the latest releases of the run time files as there have been changes to the editor.swf, XMLengine.swf etc. Once the test server is set up I expect access details will be announced and you will be able to dive in. Kind regards Johnathan On 28 March 2012 23:20, KnowledgeWare > wrote: http://www.nottingham.ac.uk/toolkits/play_560 Jonathan - any timeline for any of the connector pages being at the demo site above? And...does anyone know if there is any type of a demo page like that for the android toolkit example apps? BTW - I think the translator page is not working at the link above - just 'Null' shows up on the translated field. Re the menu connector: what would be very useful to me is a way to indicate to the user that a menu section had been completed - such as with a green checkmark, etc., especially if held in an array that could be written to a database and read back in when the user next logs in - so their completed parts are checked off. "Menu Connector - this is slightly different from the other connectors in that it builds a list of links to pages automatically, you can have all the pages in a project or you can specify a start page ID and an end page "page ID" and it will then just list those pages that fall between those to page IDs inclusive. It displays similar to the current menu option in Toolkits." RonM2 This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Julian.Tenney at nottingham.ac.uk Fri Mar 30 09:08:36 2012 From: Julian.Tenney at nottingham.ac.uk (Julian Tenney) Date: Fri, 30 Mar 2012 09:08:36 +0100 Subject: [Xerte] Re: event failing on second call In-Reply-To: References: , , , , , , , , , , , , <000001cd06f9$e1f1b570$a5d52050$@kccsoft.com>, , , , , , , , <010a01cd078f$cedd2690$6c9773b0$@kccsoft.com>, , ,,<001701cd0d30$f3365d30$d9a31790$@kccsoft.com>, , ,,, ,,, , , <12C67A1EEC419342AF5E59DA31562C3F0BA5B409CC@EXCHANGE1.ad.nottingham.ac.uk>, , , , <12C67A1EEC419342AF5E59DA31562C3F0BA5B40AF4@EXCHANGE1.ad.nottingham.ac.uk>, , Message-ID: <12C67A1EEC419342AF5E59DA31562C3F0BA5B40D0E@EXCHANGE1.ad.nottingham.ac.uk> Here's the engine code, which makes the problem obvious: ICON.prototype.loadVars = function(url){ this.loadVars = new LoadVars(); //overriding the function with the object. Duh. But maybe there is a good reason for this? this.loadVars.icon = this; this.loadVars.load(url); this.loadVars.onData = function(src){ this.icon.rawData = src; this.icon.broadcast('onLoadVarsData'); this.onLoad(); } this.loadVars.onLoad = function(success){ this.icon.broadcast('onLoadVars'); } } I can change it to this - which will break existing code that only fires once and works. To fix it I either change the function name or the object name... either way something breaks. ICON.prototype.loadVars = function(url){ this.lv = new LoadVars(); this.lv.icon = this; this.lv.load(url); this.lv.onData = function(src){ this.icon.rawData = src; this.icon.broadcast('onLoadVarsData'); this.onLoad(); } this.lv.onLoad = function(success){ this.icon.broadcast('onLoadVars'); } } From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett Sent: 29 March 2012 16:09 To: Xerte list Subject: [Xerte] Re: event failing on second call Paul, I can't get that far. The event will only fire once. It's as Jules mentioned, the function seems to be destroyed after a successful first load. ________________________________ Date: Thu, 29 Mar 2012 07:20:36 -0700 From: Paul.Swanson at harlandfs.com To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Re: event failing on second call Try parsing rawData: rawInfoArray = rootIcon.rawData.split ('&'); // save string pairs into an array for (i=0; i http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. _______________________________________________ Xerte mailing list Xerte at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From hugo.callens at socius.be Fri Mar 30 15:28:33 2012 From: hugo.callens at socius.be (Hugo Callens) Date: Fri, 30 Mar 2012 16:28:33 +0200 Subject: [Xerte] [XOT 1.7] How to add a custom interface/change default colour scheme In-Reply-To: References: Message-ID: <764E12DB-EBB4-407C-8550-1BA6F9424F65@socius.be> Hi there, I searched the discussion list all over, but didn't find a clear answer: - How can I change the default interface e.g. different shape for the nav buttons: which file should I put in optional properties > custom interface? where should this file be located? - How can I set a custom colour scheme instead of the default blue one? A custom css file? Where is the default style information located? Thanks in advance for any help. Hugo Callens From hugo.callens at socius.be Fri Mar 30 15:34:06 2012 From: hugo.callens at socius.be (Hugo Callens) Date: Fri, 30 Mar 2012 16:34:06 +0200 Subject: [Xerte] [XOT 1.7] Change language option bar bottom In-Reply-To: References: Message-ID: Hi How/where can I change the language of the labels in the bottom bar: colour schemes - screen size - text font etc. Hugo Callens From reijnders at tor.nl Fri Mar 30 15:48:10 2012 From: reijnders at tor.nl (Tom Reijnders) Date: Fri, 30 Mar 2012 16:48:10 +0200 Subject: [Xerte] Re: [XOT 1.7] How to add a custom interface/change default colour scheme In-Reply-To: <764E12DB-EBB4-407C-8550-1BA6F9424F65@socius.be> References: <764E12DB-EBB4-407C-8550-1BA6F9424F65@socius.be> Message-ID: <4F75C7AA.8070306@tor.nl> - The button shapes are rather hard to change, they are in flash in the Engine. They are not really update-able from the configuration. You CAN however switch them on and off. Depends whether you are using XOT or standalone xerte on how easy that is. The colour scheme, likewise, you can change those either by a style sheet, or by editing scripts and or templates. See the answer I sent to the list on November 17 2011. Op 30-3-2012 16:28, Hugo Callens schreef: > Hi there, > > I searched the discussion list all over, but didn't find a clear answer: > - How can I change the default interface e.g. different shape for the nav buttons: which file should I put in optional properties> custom interface? where should this file be located? > - How can I set a custom colour scheme instead of the default blue one? A custom css file? Where is the default style information located? > > Thanks in advance for any help. > > Hugo Callens > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 -------------- next part -------------- An embedded message was scrubbed... From: Tom Reijnders Subject: Re: [Xerte] Re: Customizing XOT Projects Date: Thu, 17 Nov 2011 15:15:09 +0100 Size: 454819 URL: From reijnders at tor.nl Fri Mar 30 15:51:23 2012 From: reijnders at tor.nl (Tom Reijnders) Date: Fri, 30 Mar 2012 16:51:23 +0200 Subject: [Xerte] Re: [XOT 1.7] Change language option bar bottom In-Reply-To: References: Message-ID: <4F75C86B.8050107@tor.nl> We are really busy with internationalizing Xerte en Xerte Online Toolkits. The labels for the dropdown boxes can be edited in the xml files found in the language folder You set the language to be used in a script (but this will be possible from a dropdown box in the near future. Again depends whether you are using Xerte standalone or XOT. Op 30-3-2012 16:34, Hugo Callens schreef: > Hi > > How/where can I change the language of the labels in the bottom bar: colour schemes - screen size - text font etc. > > Hugo Callens > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > -- -- Tom Reijnders TOR Informatica Chopinlaan 27 5242HM Rosmalen Tel: 073 5226191 Fax: 073 5226196 From panke at sog.unc.edu Fri Mar 30 22:19:47 2012 From: panke at sog.unc.edu (Panke, Stefanie) Date: Fri, 30 Mar 2012 21:19:47 +0000 Subject: [Xerte] Hyperlinks in Xerte 1.17 Message-ID: Hello! I am currently working on understanding / documenting the whole topic of hyperlinks in Xerte. Here is what I understood so far: - Standard external hyperlinks are pretty straightforward HTML (a href=""). Their formatting can be manipulated by a CSS stylesheet that is referenced in the learning object. This allows you to define the color and style for links, otherwise they will appear as plain text. However, advanced CSS features (e.g., setting icons for PDF, external links through CSS classes) do not work. I also found you do not need the target=blank attribute to force a new window ? is there a reason to have it anyway? - Relative hyperlinks: To reference resources connected to your Xerte project, for example further reading material in PDF format, you may want to create a directory parallel to the "media" folder and address it with a relative link e.g., to address my_xerte_project/pdf/story1.pdf. This does not seem to work, though people on the listserv said it would - am I doing something wrong? - Internal hyperlinks within a Xerte learning module: To address a specific node, you have to reference the node number, e.g., will link to the second page in your current Xerte learning object. - Hyperlinks between Xerte Modules: I cannot find a way to link from one Xerte learning object to specific pages in another Xerte learning object. Is this possible? This point critical for me. For my current project, I am facing an impasse: The material comprises around 150 nodes that are organized into 8 chapters. My approach was to split the material and create one Xerte module for each chapter. However, there are cross-references between the chapters. So for instance module 1 links to module 3, page 5. This kind of cross-referencing seems like a very valid thing to have between different learning objects, but I do not know if and how Xerte can handle this. - Table of contents: Xerte automatically creates a navigation menu. Currently, there is only a one-level hierarchy possible for the table of contents menu. - Is this true? I would consider to create on large 150 nodes learning module, if I could structure the navigation menu into chapter overviews and subpages. - Another way to create internal hyperlinks are decision paths, where users can continue from one page in different ways. This is currently achieved through page wizards "routed pages" and with Xerte 1.18 will be achieved through connector pages. - Glossary terms can be used to create pop-up windows with definitions. Currently, brackets and apostrophes cannot be part of a glossary term. Other options for creating pop-up windows are not possible.(is that true?) Best, Stefanie -- Stefanie Panke, PhD Instructional Analyst School of Government The University of North Carolina at Chapel Hill Campus Box 3330, Knapp-Sanders Building Chapel Hill, NC 27599-3330 Tel: 919.962.0592 Fax: 919.962.2707 -------------- next part -------------- A non-text attachment was scrubbed... Name: default.xml Type: application/xml Size: 3222 bytes Desc: default.xml URL: From Paul.Swanson at harlandfs.com Fri Mar 30 22:46:05 2012 From: Paul.Swanson at harlandfs.com (Paul Swanson) Date: Fri, 30 Mar 2012 14:46:05 -0700 Subject: [Xerte] Re: Hyperlinks in Xerte 1.17 Message-ID: Regarding Relative Hyperlinks: For your example you should use . "./" is the current directory where your rlo file resides (aka FileLocation). If your directory structure was "My Documents/my_xerte_project/pdf/story1.pdf" then "../pdf/story1.pdf" would be looking for the pdf folder in My Documents. Paul -----Original Message----- From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Panke, Stefanie Sent: Friday, March 30, 2012 2:20 PM To: xerte at lists.nottingham.ac.uk Subject: [Xerte] Hyperlinks in Xerte 1.17 Hello! I am currently working on understanding / documenting the whole topic of hyperlinks in Xerte. Here is what I understood so far: - Standard external hyperlinks are pretty straightforward HTML (a href=""). Their formatting can be manipulated by a CSS stylesheet that is referenced in the learning object. This allows you to define the color and style for links, otherwise they will appear as plain text. However, advanced CSS features (e.g., setting icons for PDF, external links through CSS classes) do not work. I also found you do not need the target=blank attribute to force a new window - is there a reason to have it anyway? - Relative hyperlinks: To reference resources connected to your Xerte project, for example further reading material in PDF format, you may want to create a directory parallel to the "media" folder and address it with a relative link e.g., to address my_xerte_project/pdf/story1.pdf. This does not seem to work, though people on the listserv said it would - am I doing something wrong? - Internal hyperlinks within a Xerte learning module: To address a specific node, you have to reference the node number, e.g., will link to the second page in your current Xerte learning object. - Hyperlinks between Xerte Modules: I cannot find a way to link from one Xerte learning object to specific pages in another Xerte learning object. Is this possible? This point critical for me. For my current project, I am facing an impasse: The material comprises around 150 nodes that are organized into 8 chapters. My approach was to split the material and create one Xerte module for each chapter. However, there are cross-references between the chapters. So for instance module 1 links to module 3, page 5. This kind of cross-referencing seems like a very valid thing to have between different learning objects, but I do not know if and how Xerte can handle this. - Table of contents: Xerte automatically creates a navigation menu. Currently, there is only a one-level hierarchy possible for the table of contents menu. - Is this true? I would consider to create on large 150 nodes learning module, if I could structure the navigation menu into chapter overviews and subpages. - Another way to create internal hyperlinks are decision paths, where users can continue from one page in different ways. This is currently achieved through page wizards "routed pages" and with Xerte 1.18 will be achieved through connector pages. - Glossary terms can be used to create pop-up windows with definitions. Currently, brackets and apostrophes cannot be part of a glossary term. Other options for creating pop-up windows are not possible.(is that true?) Best, Stefanie -- Stefanie Panke, PhD Instructional Analyst School of Government The University of North Carolina at Chapel Hill Campus Box 3330, Knapp-Sanders Building Chapel Hill, NC 27599-3330 Tel: 919.962.0592 Fax: 919.962.2707 This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. From knowledgeware at kccsoft.com Fri Mar 30 23:13:20 2012 From: knowledgeware at kccsoft.com (KnowledgeWare) Date: Fri, 30 Mar 2012 15:13:20 -0700 Subject: [Xerte] xerte desktop has an attraction to Canadian French Message-ID: <000601cd0ec2$514d09e0$f3e71da0$@kccsoft.com> I keep noticing this when using xerte desktop 2.17 (although I have Flash CS3 open as well).. on windows 7 my language settings will suddenly switch to Canadian French and suddenly I'm getting accented characters instead of what I thought I'd selected. Doesn't do any harm, just thought I'd mention it before Julian's next trip to Quebec. The fix is switching the language bar back to English. RonM2 :- ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From johnathan.kemp at ntlworld.com Sat Mar 31 12:16:04 2012 From: johnathan.kemp at ntlworld.com (Kemp Johnathan) Date: Sat, 31 Mar 2012 12:16:04 +0100 Subject: [Xerte] Re: Hyperlinks in Xerte 1.17 In-Reply-To: References: Message-ID: - Table of contents: Xerte automatically creates a navigation menu. Currently, there is only a one-level hierarchy possible for the table of contents menu. - Is this true? I would consider to create on large 150 nodes learning module, if I could structure the navigation menu into chapter overviews and subpages. The new Menu Connector page by default lists all the pages in a project. However it has as optional properties a First Entry Page ID and a Last Entry Page ID. If you specify the first entry property then the menu Connector starts its menu from that page. If you specify the Last Entry Page ID then the menu ends with the specified last page. Thus you can break your learning object up into chapters with each chapter starting with its own menu page - does that deliver what you want? - Hyperlinks between Xerte Modules: I cannot find a way to link from one Xerte learning object to specific pages in another Xerte learning object. Is this possible? This point critical for me. For my current project, I am facing an impasse: The material comprises around 150 nodes that are organized into 8 chapters. My approach was to split the material and create one Xerte module for each chapter. However, there are cross-references between the chapters. So for instance module 1 links to module 3, page 5. This kind of cross-referencing seems like a very valid thing to have between different learning objects, but I do not know if and how Xerte can handle this. I don't know a way of doing this. However it should be possible to include a pageID value in the url. Whether there is any way that Xerte can access this? Maybe javascript in the index.htm page that sets a variable in the embed code for the swf, that it obtains from the url if it has been specified? Perhaps then a script on the projects entry frame could use it to look up the page and redirect the learner to the page with that pageID. This is all theoretical and not something I have tried out. Perhaps others with more experience in these matters might be able to suggest a better approach. Kind regards Johnathan. On 30 March 2012 22:19, Panke, Stefanie wrote: > Hello! > I am currently working on understanding / documenting the whole topic of > hyperlinks in Xerte. Here is what I understood so far: > > - Standard external hyperlinks are pretty straightforward HTML (a > href=""). Their formatting can be manipulated by a CSS stylesheet that is > referenced in the learning object. This allows you to define the color and > style for links, otherwise they will appear as plain text. However, > advanced CSS features (e.g., setting icons for PDF, external links through > CSS classes) do not work. I also found you do not need the target=blank > attribute to force a new window ? is there a reason to have it anyway? > > - Relative hyperlinks: To reference resources connected to your Xerte > project, for example further reading material in PDF format, you may want > to create a directory parallel to the "media" folder and address it with a > relative link e.g., to address > my_xerte_project/pdf/story1.pdf. This does not seem to work, though people > on the listserv said it would - am I doing something wrong? > > - Internal hyperlinks within a Xerte learning module: To address a > specific node, you have to reference the node number, e.g., href="asfunction:_level0.pageLink,2"> will link to the second page in your > current Xerte learning object. > > - Hyperlinks between Xerte Modules: I cannot find a way to link from one > Xerte learning object to specific pages in another Xerte learning object. > Is this possible? This point critical for me. For my current project, I am > facing an impasse: The material comprises around 150 nodes that are > organized into 8 chapters. My approach was to split the material and > create one Xerte module for each chapter. However, there are > cross-references between the chapters. So for instance module 1 links to > module 3, page 5. This kind of cross-referencing seems like a very valid > thing to have between different learning objects, but I do not know if and > how Xerte can handle this. > > - Table of contents: Xerte automatically creates a navigation menu. > Currently, there is only a one-level hierarchy possible for the table of > contents menu. - Is this true? I would consider to create on large 150 > nodes learning module, if I could structure the navigation menu into > chapter overviews and subpages. > > > - Another way to create internal hyperlinks are decision paths, where > users can continue from one page in different ways. This is currently > achieved through page wizards "routed pages" and with Xerte 1.18 will be > achieved through connector pages. > > > - Glossary terms can be used to create pop-up windows with definitions. > Currently, brackets and apostrophes cannot be part of a glossary term. > Other options for creating pop-up windows are not possible.(is that true?) > > > Best, > Stefanie > > > > -- > Stefanie Panke, PhD > Instructional Analyst > School of Government > The University of North Carolina at Chapel Hill > Campus Box 3330, Knapp-Sanders Building > Chapel Hill, NC 27599-3330 > Tel: 919.962.0592 > Fax: 919.962.2707 > > > > > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From d_b_burnett at hotmail.com Sat Mar 31 13:12:32 2012 From: d_b_burnett at hotmail.com (Dave Burnett) Date: Sat, 31 Mar 2012 08:12:32 -0400 Subject: [Xerte] Re: Hyperlinks in Xerte 1.17 In-Reply-To: References: , Message-ID: Look at jumpFile in the Xerte help: _level0.jumpFile(url); Jumps to another .rlo, so the engine stays instantiated and simply loads the new .rlo file. As far as navigating to a specific page (and back I assume), maybe a Flash cookie or a file on the server? write file on server as to .rlo & page you are leaving from + page in targetjumpon quit, read file and jump back. You would have to have code at the top of every .rlo to check for server file.It would not be very seamless. - Hyperlinks between Xerte Modules: I cannot find a way to link from one Xerte learning object to specific pages in another Xerte learning object. Is this possible? This point critical for me. For my current project, I am facing an impasse: The material comprises around 150 nodes that are organized into 8 chapters. My approach was to split the material and create one Xerte module for each chapter. However, there are cross-references between the chapters. So for instance module 1 links to module 3, page 5. This kind of cross-referencing seems like a very valid thing to have between different learning objects, but I do not know if and how Xerte can handle this. I don't know a way of doing this. However it should be possible to include a pageID value in the url. Whether there is any way that Xerte can access this? Maybe javascript in the index.htm page that sets a variable in the embed code for the swf, that it obtains from the url if it has been specified? Perhaps then a script on the projects entry frame could use it to look up the page and redirect the learner to the page with that pageID. This is all theoretical and not something I have tried out. Perhaps others with more experience in these matters might be able to suggest a better approach. own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From johnathan.kemp at ntlworld.com Sat Mar 31 16:29:43 2012 From: johnathan.kemp at ntlworld.com (Kemp Johnathan) Date: Sat, 31 Mar 2012 16:29:43 +0100 Subject: [Xerte] Re: Hyperlinks in Xerte 1.17 In-Reply-To: References: Message-ID: Further to my earlier email regarding the Menu Connector page. I have now added the facility to supply the page with a list of pageIDs that you want listed in the menu. That way you could have a project set up as follows Title page Main menu - listing pages Introduction, Chapter 1 menu, Chapter 2 menu, Chapter 3 menu etc. Introduction Chapter 1 menu - listing all the pages in chapter 1 Pages 1 - n of chapter 1 Chapter 2 menu - listing all the pages in chapter 2 Pages 1 - n of chapter 2 Chapter 3 menu etc. That should cover pretty much any project structure. Kind regards Johnathan On 30 March 2012 22:19, Panke, Stefanie wrote: > Hello! > I am currently working on understanding / documenting the whole topic of > hyperlinks in Xerte. Here is what I understood so far: > > - Standard external hyperlinks are pretty straightforward HTML (a > href=""). Their formatting can be manipulated by a CSS stylesheet that is > referenced in the learning object. This allows you to define the color and > style for links, otherwise they will appear as plain text. However, > advanced CSS features (e.g., setting icons for PDF, external links through > CSS classes) do not work. I also found you do not need the target=blank > attribute to force a new window ? is there a reason to have it anyway? > > - Relative hyperlinks: To reference resources connected to your Xerte > project, for example further reading material in PDF format, you may want > to create a directory parallel to the "media" folder and address it with a > relative link e.g., to address > my_xerte_project/pdf/story1.pdf. This does not seem to work, though people > on the listserv said it would - am I doing something wrong? > > - Internal hyperlinks within a Xerte learning module: To address a > specific node, you have to reference the node number, e.g., href="asfunction:_level0.pageLink,2"> will link to the second page in your > current Xerte learning object. > > - Hyperlinks between Xerte Modules: I cannot find a way to link from one > Xerte learning object to specific pages in another Xerte learning object. > Is this possible? This point critical for me. For my current project, I am > facing an impasse: The material comprises around 150 nodes that are > organized into 8 chapters. My approach was to split the material and > create one Xerte module for each chapter. However, there are > cross-references between the chapters. So for instance module 1 links to > module 3, page 5. This kind of cross-referencing seems like a very valid > thing to have between different learning objects, but I do not know if and > how Xerte can handle this. > > - Table of contents: Xerte automatically creates a navigation menu. > Currently, there is only a one-level hierarchy possible for the table of > contents menu. - Is this true? I would consider to create on large 150 > nodes learning module, if I could structure the navigation menu into > chapter overviews and subpages. > > > - Another way to create internal hyperlinks are decision paths, where > users can continue from one page in different ways. This is currently > achieved through page wizards "routed pages" and with Xerte 1.18 will be > achieved through connector pages. > > > - Glossary terms can be used to create pop-up windows with definitions. > Currently, brackets and apostrophes cannot be part of a glossary term. > Other options for creating pop-up windows are not possible.(is that true?) > > > Best, > Stefanie > > > > -- > Stefanie Panke, PhD > Instructional Analyst > School of Government > The University of North Carolina at Chapel Hill > Campus Box 3330, Knapp-Sanders Building > Chapel Hill, NC 27599-3330 > Tel: 919.962.0592 > Fax: 919.962.2707 > > > > > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > _______________________________________________ > Xerte mailing list > Xerte at lists.nottingham.ac.uk > http://lists.nottingham.ac.uk/mailman/listinfo/xerte > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From elvira.krso at yahoo.com Sat Mar 31 23:29:07 2012 From: elvira.krso at yahoo.com (Elvira) Date: Sat, 31 Mar 2012 15:29:07 -0700 (PDT) Subject: [Xerte] xerte on web server (linux) Message-ID: <1333232947.63707.YahooMailClassic@web113802.mail.gq1.yahoo.com> Dear all, I have problem with installing xertetoolkits on web server (linux). In fact, everything seems to go ok till test mysql, where i get message: Access denied for user 'myuser'@'localhost' (using password: NO) And I changed in mysql: mysql -u root -p mysql> UPDATE user SET Password=PASSWORD('new_password') where USER='myuser '; mysql> FLUSH PRIVILEGES; And nothing happened. For 3 days i reading and trying everything but no success. And I deleted that folder xertetoolkits on web server, trying all over again, and now i cant even start install. This is message: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root at localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Please help :( Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: