Question
Multiple Topics
Our Web application consists of 5 main features, and users
typically only have access to anywhere from 1 to 4 of those 5
feature sets. We only want a user to see topics that they have
purchased (and have this all bundled into one help file.) The only
way I see this happening is to create a RoboHelp project for each
combination of features that they have purchased, this comes out to
be 30. We also have 11 different languages, so now we're talking
about 330 projects. So this is obviously a problem.
Does anyone know how to make this work. The optimal solution would be passing a query string parameter that restricts what the user can see.
Any thoughts ?
Thanks in advance,
Daniel
Does anyone know how to make this work. The optimal solution would be passing a query string parameter that restricts what the user can see.
Any thoughts ?
Thanks in advance,
Daniel
