Jump to ContentJump to Navigation/Login
` ` ` ` ` `

[Register]

Occasional ATutor release updates


No Members Logged In

(6 guests in past 15 min.)

Access Understanding Web Accessibility to learn about accessibility, or Register to take the course for FREE.

Support Forums

ATutor Support

Updating to 1.3


You must be signed-in to post.

AuthorSubject
  Page: 1
lelchuck
Subject: Updating to 1.3Quote this post in your reply
Upon updating to 1.3, I noticed that my images did not show. The html code showed that the path to my images content was aTutor/content/3/images rather than simply aTutor/images.

After creating folder named 3 (in the content folder) and copying my root level resources (including the images folder) into this folder, the images and impaticized files show up.

The html in the "Edit this content page" still point to images/myimage.gif for example.

Is it normal to have to do this? Why or why not?

thanks
Posted: 2003-11-15 11:44:27
greg

Avatar for greg
Subject: Backwards CompatibilityQuote this post in your reply
Content originally created in Version 1.0 breaks because we have change the way paths are defined in ATutor. To fix the problem try setting BACKWARDS_COMPATIBILITY to true in config.inc.php.

I had the same problem with my own courses. It would be a good idea to recreate these links at some point to be relative to the course content directory. (e.g. images/myimage.gif instead of content/3/images/myimage.gif)

The backwards compatibility variable is temporary.
Posted: 2003-11-15 14:02:52
lelchuck
Subject: New CoursesQuote this post in your reply
I could recreate the existing courses as there is not that much content to date.

I'm a bit confused.

Will the paths for new courses change (eg. to atutor/content/5/images) ... or will requied images for html content still be at the atutor/images/ level?

thanks
Posted: 2003-11-15 15:17:45
greg

Avatar for greg
Subject: Relative to Course ContentQuote this post in your reply
like this:

images/myimage.gif

Try it and see.

In reply to:
I could recreate the existing courses as there is not that much content to date.

I'm a bit confused.

Will the paths for new courses change (eg. to atutor/content/5/images) ... or will requied...

Posted: 2003-11-15 16:22:07
 Page: 1

You must be signed-in to post.