Posted by ajaxnz on March 3, 2009 at 10:18pm
Jump to:
| Project: | HTML Export |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Currently taxonomy folders used as menu links don't export correctly. No page is exported resulting in a dead link.
Now maybe there is something other than taxonomies I should be using for long lsits of similar pages, but they are awfully convenenient!
Is it possible to add this?
Comments
#1
I added a hack like this into my own version internally so that we could render views out to static HTML. What really needs to happen is that it needs to look at the url alias table to find all paths in the system, navigate to each one and throw it back to html. When this all becomes a requirement of our work I'll put this into the module unless some one patches things and then I'll test / commit.