<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I'm helping to architect a site that has over 800+ help pages.&nbsp; These
pages are mostly HowTo pages and some have a series of other pages that
are directly related.&nbsp; Any one of these pages could be part of a
"process"&nbsp; (such as downloading, installing, and configuring a mail
client).&nbsp; When a user visits a node that fits into a "process", we want
to list the related pages in a menu or block where the links are <b>always</b>
in a set order.<br>
<br>
I'm not sure technically how to achieve such a task.&nbsp; I had thought
about using some combination of RelatedContent, NodeQueue, or even some
of the other modules that build hierarchical menus.&nbsp; However, with the
number of pages that we have, I am concerned with using modules that
pre-create blocks.&nbsp; It seems like a maintenance nightmare to have to
manage these blocks, not to mention it seems like a lot of overhead.<br>
<br>
I've not really come across examples of sites that employ this type of
structure.&nbsp; Does anyone have any thoughts, ideas, or examples that
might help out?<br>
<br>
Thanks!<br>
Tina
</body>
</html>