-
1. Re: how do links work under manage html?
theute Oct 11, 2004 4:17 PM (in response to robmurtha)I'm not sure i understood the question right.
But let's say you access Nukes by typing:
http://localhost:8080/nukes
If you add an HTML page using the HTML module it asks for a path, let's say you enter:
"/foo/bar.html"
Well a url to your page would be:
http://localhost:8080/nukes/foo/bar.html -
2. Re: how do links work under manage html?
robmurtha Oct 12, 2004 12:36 PM (in response to robmurtha)Under manage html choose link from the dropdown and then press the new page button. It asks for the following information
File id:
The file id represents the path under which the content is available, it must look like /dir1/dir2/file.html
Link:
The file id represents the path under which the content is available, it must look like /dir1/dir2/file.html
The link comment is the same as the File id comment.
Once a link is added how can it be used? I can see how HTML is used but it is not clear how links are used.
Thanks,
Rob -
3. Re: how do links work under manage html?
julien1 Oct 12, 2004 12:59 PM (in response to robmurtha)if you link /a/b to /a/c, when you call for /a/b, you see the content of /a/c
-
4. Re: how do links work under manage html?
mchinn Nov 19, 2004 11:23 AM (in response to robmurtha)Can you use this method or something similar to pull in external pages from an outside source not stored in the nukes db path?
I'd like to be able to specify an index page in the center part of the page layout that is being maintained on another physical file server by someone else....
Right now anytime you add an html link it leaves the nukes portal all together....
Matt