snoop
Joined: 26 Aug 2008
Posts: 1
|
| Posted: Tue Aug 26, 2008 6:29 am Post subject: Removing Dashboard Item |
|
|
HI,
i am wondering if you can remove some of the dash board items as we are nut utilizing all functions on vtiger
we are primarly useing the ticketing system. can you remove all other options other than the one that relate to the tickets?
even if you can just remove them from the menu
cheers,
thanks for the help |
|
pratim
Joined: 11 Apr 2008
Posts: 80
|
| Posted: Fri Sep 05, 2008 8:17 am Post subject: Re: Removing Dashboard Item |
|
|
Hi Snoop,
To have this option you have to go to this following file in your source
modules\Dashboard\HomepageDB.ph
Here at line no 16 you can find this line
$module_arr = Array ('Accounts','Leads','Potentials','Quotes','Invoice','PurchaseOrder', 'SalesOrder','Calendar','HelpDesk','Campaigns');
Here remove any module name and you can not get that module in the home page Dashboard.
Just try this I hope you will get the exact thing you want.
Get back to me if you will face the problem again.
Regards,
Pratim
VtigerTeam |
|