First off, we're battling a .net issue with the WebLink Designer so using it is not currently an option.
I'm attempting to add a link to a search form that connects to a second repository; however, it only shows the links to our first repository. If I manually type in http://hostname/WebLink8/login.aspx?dbid=1, the link is there (without the links to the first repository).
It appears that WebLink is only showing the links to the dbid that you're currently logged in to. Dbid 0 is the default.
Is it possible to show the links to the search forms for both repositories on the welcome page? Or do I need to find a way to hard code a link to the login page for dbid1? A sample of my bookmarks.xml file is below.
Thanks!
<?xml version="1.0" encoding="utf-8"?>
<Weblink.Config xmlns:lf="http://schemas.laserfiche.com/Weblink/8/Bookmarks" xmlns:asp="http://schemas.laserfiche.com/Weblink/8/System.Web.UI.WebControls">
<Repository Name="Repo1">
<Bookmarks>
<SearchForm ID="DocumentSearch" Display="">Document Search</SearchForm>
<SearchForm ID="Invoice" Display="">Invoice Search</SearchForm>
</Bookmarks>
</Repository>
<Repository Name="Repo2">
<Bookmarks>
<SearchForm ID="DocumentSearch2" Display="">Document Search Repo2</SearchForm>
</Bookmarks>
</Repository>
</Weblink.Config>