Hi John,
We have the initial Weblink page to NOT include a repository dropdown because we did not want to allow random public members to see all the repositories except the default one.
In your case, we would like to know how did you trigger your "initial WebLink" page?
- If you are allowing users are accessing WebLink site through link http://servername/WebLink:
The only way to access a login.aspx page with repository dropdown, is to add string parameters to the end of the url. It is recommended that you include the dbid number to the end of the url such as: http://servername/WebLink/login.aspx&dbid=x , and navigate users to this url instead.
- If you mean by initially accessing Weblink site via clicking "Laserfiche WebLink10" from desktop or windows start menu: you can choose to change the default url value.
1) Navigate to C:\Program Files\Laserfiche\WebLink
2) Edit “WebLink.url” inside editor.
3) Change: URL= http://localhost/WebLink (for example) to http://locahost/WebLink/Login.aspx?dbid=0
4) Save file. Close all currently opened Weblink pages and restart WebLink.
Adding a string parameter to the end of the url will allow users to see the repository dropdown.
Thanks!
Julia