• Search

  • Search it up!

Search found 15 matches

 Go to advanced search

jllort wrote:You must enable download grant in security, take a look at https://wiki.openkm.com/index.php/Appli ... d_security
It's only for openKM Professional ,right?

As title

There are some file that I want to show(by preview) for some user.
But I need to let these user can not download and print those files.
(They still can preview it by openKM)

Can I do something to do it?

Re: Hide or limit "restore" and "compact history" in "History" page

 by han ¦  Fri Oct 14, 2016 1:13 am ¦  Forum: Configuration ¦  Topic: Hide or limit "restore" and "compact history" in "History" page ¦  Replies: 12 ¦  Views: 4635

Which OpenKM did you have at the begining ? 6.3.x ? which version ? Version 6.3.1 Ensure, you copied the OpenKM.com file from the eclipse workspace no ? 8185 Basically should be like a migration. Stop OpenKM set OpenKM hibernate.hbm2ddl=update ( optional, only if you are jumping to upper version ) ...

Re: Hide or limit "restore" and "compact history" in "History" page

 by han ¦  Wed Oct 12, 2016 3:15 am ¦  Forum: Configuration ¦  Topic: Hide or limit "restore" and "compact history" in "History" page ¦  Replies: 12 ¦  Views: 4635

Thank you jllort, After I downloaded the portable edition, I edited "VersionScrollTable.java". Using "purge.setEnabled(false);" to let the "compact history" bottom unavilable. And I try it in the portable edition, it works well in the portable version. But I don't know ...

Re: Hide or limit "restore" and "compact history" in "History" page

 by han ¦  Mon Aug 29, 2016 1:46 am ¦  Forum: Configuration ¦  Topic: Hide or limit "restore" and "compact history" in "History" page ¦  Replies: 12 ¦  Views: 4635

Thanks for your reply, jllort I learning how to compile project to a ".war" file these days. I downloaded the OpenKM portabal edition ,and edited "VersionScrollTable.java" as above. And I compiled openKM in eclipse by "right click openkm-6.3-community 8185 >> run as >> Maven...

Re: Hide or limit "restore" and "compact history" in "History" page

 by han ¦  Tue Aug 23, 2016 7:15 am ¦  Forum: Configuration ¦  Topic: Hide or limit "restore" and "compact history" in "History" page ¦  Replies: 12 ¦  Views: 4635

Thank you first,jllort. I edit the VersionScrollTable.java from if (result.size() > 1 ) { purge.setEnabled(true); } else { purge.setEnabled(false); } to if (result.size() > 1 && Main.get().workspaceUserProperties.getWorkspace().isAdminRole()) { purge.setEnabled(true); } else { purge.setEnabl...

Re: Hide or limit "restore" and "compact history" in "History" page

 by han ¦  Mon Aug 22, 2016 1:33 am ¦  Forum: Configuration ¦  Topic: Hide or limit "restore" and "compact history" in "History" page ¦  Replies: 12 ¦  Views: 4635

Thanks for your reply,jllort.

I have never learned java, but I will try it these days.
First I need to decompile "ProfileServlet.class" and "ProfileMisc.class" to get "ProfileServlet.java" and "ProfileMisc.java". Is it right?

Re: Hide or limit "restore" and "compact history" in "History" page

 by han ¦  Fri Aug 19, 2016 12:46 am ¦  Forum: Configuration ¦  Topic: Hide or limit "restore" and "compact history" in "History" page ¦  Replies: 12 ¦  Views: 4635

Thanks for your reply,jllort. :D
Maybe modifying source code for showing or not the option based on profiles is better choice for me.
Can you guide me how to do it?
:)

Hide or limit "restore" and "compact history" in "History" page

 by han ¦  Thu Aug 18, 2016 8:51 am ¦  Forum: Configuration ¦  Topic: Hide or limit "restore" and "compact history" in "History" page ¦  Replies: 12 ¦  Views: 4635

Hi all, I have a question about this: Anyone who can see the "History" page that can "restore" any version and use "comact history" to delete the other versions. Can I do something to hide or limit these for some group(role or profile) ? Or I can only limit anyone else ...

Hide "URL" and "Webdav" in "Properties"

 by han ¦  Thu Aug 18, 2016 7:05 am ¦  Forum: Configuration ¦  Topic: Hide "URL" and "Webdav" in "Properties" ¦  Replies: 1 ¦  Views: 1440

Hi all,

I want to hide "URL" and "Webdav" in "Properties" tab in the buttom panel.
I tried to find some HTML code in the folder that openKM install in to do that,but I failed.
Is this possible to achieve?

I use OpenKM 6.3.1 Community.

Thanks all!

Re: How to replace HSQL databse with MySQL in OpenKM 6.2

 by han ¦  Thu Aug 11, 2016 12:54 am ¦  Forum: Configuration ¦  Topic: How to replace HSQL databse with MySQL in OpenKM 6.2 ¦  Replies: 9 ¦  Views: 22165

My problem is solved. My enviroment variable "PATH" in Windows: %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\P...

Re: How to replace HSQL databse with MySQL in OpenKM 6.2

 by han ¦  Tue Aug 09, 2016 9:51 am ¦  Forum: Configuration ¦  Topic: How to replace HSQL databse with MySQL in OpenKM 6.2 ¦  Replies: 9 ¦  Views: 22165

Thanks first,

I tried these ways these days.

I still can't solve it.

And I reinstall my VM enviroment, and try again.

It run success.

But my openoffice is off... , I can't use preview now.
(openKM can't connect and start openoffice to convert office file to pdf)

(72.33 KiB) Downloaded 243 times

Re: How to replace HSQL databse with MySQL in OpenKM 6.2

 by han ¦  Fri Aug 05, 2016 8:27 am ¦  Forum: Configuration ¦  Topic: How to replace HSQL databse with MySQL in OpenKM 6.2 ¦  Replies: 9 ¦  Views: 22165

I have the same question. And I did every step as above. I still can't load my login page. My catalina.log below: 2016-08-05 16:01:03,338 [http-bio-0.0.0.0-8080-exec-10] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/OpenKM].[jsp]- Servlet.service() for servlet [jsp] in contex...

Re: how to set Administration Visible for some profile or some user

 by han ¦  Fri Aug 05, 2016 2:58 am ¦  Forum: Configuración ¦  Topic: how to set Administration Visible for some profile or some user ¦  Replies: 2 ¦  Views: 2385

I have fixed it.

I have another computer is still login with okmAdmin and I still can see Administration by that.

so I set "Administration Visible" enable for the profile "default".

And I can use it. Thanks.

how to set Administration Visible for some profile or some user

 by han ¦  Fri Aug 05, 2016 2:44 am ¦  Forum: Configuración ¦  Topic: how to set Administration Visible for some profile or some user ¦  Replies: 2 ¦  Views: 2385

sorry ,my English is pretty basic... and i do something stupid... I edit the profile "default" , set "Administration Visible" unable... so...My okmAdmin can't see Administration page,and i don't know how to change it to visible... I can only reinstall openKM? How can I do for this?

About Us

OpenKM is part of the management software. A management software is a program that facilitates the accomplishment of administrative tasks. OpenKM is a document management system that allows you to manage business content and workflow in a more efficient way. Document managers guarantee data protection by establishing information security for business content.