Answered
Different Help for Different Web Site Domains
I'm facing a pretty big task at work. Here's the scenario:
There is a parent web site (AKA the parent domain) that has Site
Help. The parent web site has multiple sub-sites (sub-domains).
Each of these sub-sites need to have their own Site Help that can
be different from the Site Help displayed in the parent site, but
still need to use the same source and output files. Creating
different projects for each sub-domain is not an acceptable option
for several reasons. We need to be able to 'turn on' and 'turn off'
visibility to selected pages and selected information on pages.
How can this be accomplished without generating (and maintaining separate projects) for each sub-domain?
Example of usage: The Site Help for the parent web site has three Help pages for creating a survey - 1) entering summary information, 2) uploading the survey and 3) editing the survey. On the edit survey page, there are 5 fields containing information the user may change. The Site Help for the sub-domain of this parent web site may only need to have two of the Help pages - entering the summary information and editing the survey (no uploading the survey page). Also, on the edit survey page, only 3 of the 5 fields can be changed - the other 2 fields are not to be displayed in the Site Help for the sub-domain.
How could I use the same Site Help for both the parent web site and the sub-domain (i.e., use the same source files and output files), but hide the upload survey page and hide 2 of the 5 fields on the edit survey page in the Site Help for only the sub-domain? I've already thought about using conditional build tags, but it seems to me that this would require generating different projects (i.e., different output files) and I doubt this will be an acceptable solution for our purposes.
Thanks in advance to anyone who can help me.
How can this be accomplished without generating (and maintaining separate projects) for each sub-domain?
Example of usage: The Site Help for the parent web site has three Help pages for creating a survey - 1) entering summary information, 2) uploading the survey and 3) editing the survey. On the edit survey page, there are 5 fields containing information the user may change. The Site Help for the sub-domain of this parent web site may only need to have two of the Help pages - entering the summary information and editing the survey (no uploading the survey page). Also, on the edit survey page, only 3 of the 5 fields can be changed - the other 2 fields are not to be displayed in the Site Help for the sub-domain.
How could I use the same Site Help for both the parent web site and the sub-domain (i.e., use the same source files and output files), but hide the upload survey page and hide 2 of the 5 fields on the edit survey page in the Site Help for only the sub-domain? I've already thought about using conditional build tags, but it seems to me that this would require generating different projects (i.e., different output files) and I doubt this will be an acceptable solution for our purposes.
Thanks in advance to anyone who can help me.
