Author Topic: How to customize dashboard??  (Read 5817 times)

noah977

  • Newbie
  • *
  • Posts: 1
    • View Profile
How to customize dashboard??
« on: April 28, 2012, 05:13:47 am »
Hello,

I've checked on both the open source version and the actual version on fengoffice.com.

I can't find anywhere to customized my dashboard.  It is not in the administration panel, and is not an option under user preferences.

Where is it?

Thanks!

Don

  • Freshman
  • *
  • Posts: 36
    • ICQ Messenger - 41785409
    • View Profile
    • Email
Re: How to customize dashboard??
« Reply #1 on: April 28, 2012, 06:10:36 pm »
Greetings,

I have the same problem on version 2.0. The online documentation points to a setting in the user settings, but it is not showing up in v2 for me.

Don

  • Freshman
  • *
  • Posts: 36
    • ICQ Messenger - 41785409
    • View Profile
    • Email
Re: How to customize dashboard??
« Reply #2 on: April 28, 2012, 08:52:33 pm »
Notice that widgets appear on the Overview screen when items are added to modules. I have not tried them all - do notice no email widget appears on the overview pages. Bug or by design?

ebasset

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: How to customize dashboard??
« Reply #3 on: June 11, 2012, 12:44:21 pm »
I have also the same problem. I would like to configure the dashboard, but there is no menu in the user preferences.

jinbatsu

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: How to customize dashboard??
« Reply #4 on: June 12, 2012, 05:26:26 pm »
I also have the same problem, there are no latest comment, latest web-paged link, etc..

conrado

  • Administrator
  • Hero Member
  • *****
  • Posts: 998
  • Conrado
    • View Profile
    • Feng Office
    • Email
Re: How to customize dashboard??
« Reply #5 on: June 21, 2012, 06:54:14 pm »
Currently there is no GUI to set this.

You can do it by tweaking the values at the table "fo_widgets".

Hope this helps.  :)
Get Official Support for your Feng Office. Support the development team. Sign up for a Free Trial here.

bongbong79

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: How to customize dashboard??
« Reply #6 on: June 22, 2012, 02:45:44 am »
can you teach us how to do that?

franponce87

  • Administrator
  • Hero Member
  • *****
  • Posts: 1819
    • View Profile
    • Email
Re: How to customize dashboard??
« Reply #7 on: July 13, 2012, 04:52:53 pm »
Dear All,

For the time being, until we do not improve the Dashboard management, which we certainly will eventually, these are the MySQL lines you need to add the notes, documents and events widgets. In case any of them already exists (notes are prone to be added), just do not add those to your SQL command.

INSERT INTO `fo_widgets` (`name`,`title`,`plugin_id`,`path`,`default_options`,`default_section`,`default_order`) VALUES
('messages','notes',0,'','','right',1000),  ('documents','documents',0,'','','right',1100),
('calendar','upcoming events milestones and tasks',0,'','','top',0) ; 

Best regards,
Francisco
Would you like to install Feng Office Professional or Enterprise Edition in your servers? No problem! Read this article!

mujahied

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: How to customize dashboard??
« Reply #8 on: September 18, 2012, 05:50:05 am »
this system to edit everything is so easy even themes and customizing

i did mine only one issue i have is missing lang.js i have been trying to debug that issue and still nothing i even asked a java coder to look at it and he also tried some patches and still no success but with customization pm you're email address i can help you

philippephen

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Re: How to customize dashboard??
« Reply #9 on: September 19, 2012, 11:26:49 am »
HI,

Is there any way to add the emails widget on 2.2.0beta dashboard ?