[Xerte-dev] Re: Change Nottingham in folder structure
Julian Tenney
Julian.Tenney at nottingham.ac.uk
Tue Apr 9 22:07:35 BST 2013
I checked it in
________________________________________
From: xerte-dev-bounces at lists.nottingham.ac.uk [xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett [d_b_burnett at hotmail.com]
Sent: 09 April 2013 19:02
To: For Xerte technical developers
Subject: [Xerte-dev] Re: Change Nottingham in folder structure
It might not be that simple.
Julian had a "b" of a time getting attached page synchronization to work and we're not sure if my fix would have a negative effect on that side of things.
We may fix one thing and break another. :-/
XMLEngine.fla
frame 1
line 4731
Changed this
if (this._parent.sound.duration == this._parent.sound.position) {
to
if ((this._parent.sound.duration != 0) && (this._parent.sound.duration == this._parent.sound.position)) {
It looks like server latency causes an initial value of 0 to be read for both audio duration and position.
That causes the Wait frame loop to exit() instead of waiting.
So we added the duration != 0 condition to block that behavior.
________________________________
Date: Tue, 9 Apr 2013 19:48:49 +0200
From: reijnders at tor.nl
To: xerte-dev at lists.nottingham.ac.uk
Subject: [Xerte-dev] Re: Change Nottingham in folder structure
Good news! Do you have the code? Is it general enough for everyone? Can you send me or Julian the modification? We can check it in in svn.
Tom
Op 9-4-2013 19:42, Dave Burnett schreef:
Cheers Tom.
BTW, got that issue with audio's working locally but not off server fixed.
Just a tweak of the Wait=1 code in XmlEngine.
Dave
________________________________
Date: Tue, 9 Apr 2013 19:24:24 +0200
From: reijnders at tor.nl<mailto:reijnders at tor.nl>
To: xerte-dev at lists.nottingham.ac.uk<mailto:xerte-dev at lists.nottingham.ac.uk>
Subject: [Xerte-dev] Re: Change Nottingham in folder structure
By heart, you need to change it in three places:
1. in the originaltemplatesdetails table
2. The folder name in modules/xerte/parent_templates
3. The folder name in modules/xerte/templates
Tom
Op 9-4-2013 18:50, Dave Burnett schreef:
Oops, sorry for the hijack.
How tough is it to changes the USER-FILES structure to alter the Nottingham string to something else?
I searched the php for Nottingham and got 936 hits (not surprisingly).
Database entry?
_______________________________________________
Xerte-dev mailing list
Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk>
http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
--
--
Tom Reijnders
TOR Informatica
Chopinlaan 27
5242HM Rosmalen
Tel: 073 5226191
Fax: 073 5226196
_______________________________________________ Xerte-dev mailing list Xerte-dev at lists.nottingham.ac.uk http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
More information about the Xerte-dev
mailing list