Page 1 of 1

Changing Dashboard

PostPosted:Wed May 09, 2012 8:37 am
by Alexires
Hi all,

Is it possible to configure the dashboard? Add/remove tabs, etc.?

Re: Changing Dashboard

PostPosted:Thu May 10, 2012 5:15 pm
by jllort
Yes take a look at profiles

Re: Changing Dashboard

PostPosted:Fri May 11, 2012 7:49 am
by Alexires
Sorry, I meant in the sense of adding things to it such as adding a "Locked Documents" tab in the "General" part of dashboard so ALL users can see ALL locked documents.

Re: Changing Dashboard

PostPosted:Mon May 14, 2012 5:59 am
by jllort
I you want this kind of feature should be implemented in new tab. A list of all documents locked into a repository could be really large ... here we will come into filtering and pagination ... etc... this kind of feature is better be implemented in other panel.

Re: Changing Dashboard

PostPosted:Mon May 14, 2012 9:27 am
by Alexires
Ok, could you point me to some information about including a new tab then please?

Re: Changing Dashboard

PostPosted:Tue May 15, 2012 6:29 am
by jllort
Take a look here http://wiki.openkm.com/index.php/Frontend_extensions

There's some example in Customization.java simply uncomment and register in DBMS extension id to show it.

And the classes you should take a look are:
http://wiki.openkm.com/index.php/ToolBarBoxExtension
http://wiki.openkm.com/index.php/Dashbo ... rExtension

Re: Changing Dashboard

PostPosted:Sat May 19, 2012 5:53 am
by Alexires
Thank you very much, I'll have a look soon.