LetoDMS Community Forum
Public sharing - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Feature Request (https://community.letodms.com/forumdisplay.php?fid=7)
+--- Thread: Public sharing (/showthread.php?tid=248)



Public sharing - oscarml - 02-23-2011

Hi everybody,

I'd like to know if it's possible to link documents (managed with LetoDMS) from an external website.

If tried copying the "view_online" URL and opening from another webbrowser session (not logged in LetoDMS) but then . Then, the login form appears.

Would be it possible to mark document as "open", and then not asking the credentials?

Thanks!


RE: Public sharing - steinm - 03-21-2011

(02-23-2011, 09:20 PM)oscarml Wrote: Hi everybody,

I'd like to know if it's possible to link documents (managed with LetoDMS) from an external website.

If tried copying the "view_online" URL and opening from another webbrowser session (not logged in LetoDMS) but then . Then, the login form appears.

Would be it possible to mark document as "open", and then not asking the credentials?

Thanks!

No, but you could try to pass the credentials to op/op.Login.php and also set the get parameter referuri to the "view_online" URL.

untested:

op/op.Login.php?login=guest&referuri=op/op.ViewOnline.php...

guest login must be enable.

Uwe