Copy link to clipboard
Copied
We have a project that is publish to a RH secured area "production", the call looks like this to view the help
http://...../robohelp/server?prj=MyProject&area=production
a redirect comes back with
http://........../robohelp/admin/login.jsp#%3E%3Eprj=MyProject%3E%3Ecap=NewWindow%3E%3Epbs=toc|ndx|n...http://......../robohelp/robo/secure_server/production/projects_fhpro/MyProject/MyProject.htm#%3E%3E...
We would like to change theses defaults that is passed into the Admin login page
prj=MyProject>>cap=NewWindow>>pbs=toc|ndx|nls|gls>>pdb=toc>>pot=2>>pan=0
I would like to change it to
prj=MyProject>>cap=MyProjectWindow>>pbs=toc|ndx|nls|gls>>pdb=toc>>pot=3>>pan=0
I have not been able to find these settings in project or generated xml files.
The project output is FlashHelp Pro
Copy link to clipboard
Copied
Hello.... is there no answer for this?
Copy link to clipboard
Copied
Hi eduml99.
I need some clarification. I have not worked with FlashHelp Pro lately but it appears you may be asking about how to change the "NewWindow" attribute to "MyProjectWindow". Is that correct?
If so, then you would:
Also, what is meant by "passed into the Admin login page?"
Thanks
John Daigle
Adobe Certified RoboHelp and Captivate Instructor
Copy link to clipboard
Copied
We are using RoboHelp server. In the Server we set up an area called Production and checked the Protected Attribute. If anyone connets to this project they will be prompted by the admin login window, ID/Password and we authenticate through our LDAP. Whatever page you were trying to go to, is passed in a argument to the login page, you can see it in the URL
By default, our landing URL does this redirect: http://..../ robohelp/server?prj=myProject&area=production&type=flashhelp"
Thanks
Ed