1
I am having difficulty getting an html page to display properly in any of the "content" modules. And I have tried all that I have seen (freecontent,tiny content, c-jay, etc...). My problem is not displaying the page itself, that works. The problem is that the main page links to graphic and html files that are in a subdirectory. I have a utility that exports a list of all of my DVD titles(Moviecollector) It creates a structure like below
/dvd (root where index.html is)
/dvd/images (contains thumbnail images)
/dvd/details (contails more html files)
What I would like to do is export this and not have to do any modification to the output and the "content" module could give it the "Xoops" feel. But instead the links to details and thumbnails are broken because it is looking for them at the
/content/ level instead of at the /content/dvd level. I can fix by editing the html output but, does anyone know how to keep the directory focus at the /content/dvd level and not fall back to the root of the content folder???
Any help would be appreciated.