[Xerte-dev] Re: Change Nottingham in folder structure
Dave Burnett
d_b_burnett at hotmail.com
Tue Apr 9 19:02:52 BST 2013
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.flaframe 1line 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
To: 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
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nottingham.ac.uk/pipermail/xerte-dev/attachments/20130409/ce0735d4/attachment.html>
More information about the Xerte-dev
mailing list