| Previous topic :: Next topic |
| Author |
Message |
Ian.Marshall
Joined: 29 Jan 2006
Posts: 5
|
| Posted: Sun Jan 29, 2006 7:50 pm Post subject: REmove clock and calculator from themes |
|
|
Hello
Is there any way I can remove the clock and calculator from the left hand side of the themes. I dont really need these, and I can see that they can be 'closed' but I would prefer them to completely removed. This would make a cleaner page, as the users would not require these two functions. |
|
| Back to top |
|
mikefedyk
Joined: 12 Jan 2006
Posts: 235
Location: Orange County, California, USA
|
| Posted: Sun Jan 29, 2006 9:59 pm Post subject: REmove clock and calculator from themes |
|
|
| Look in your config.php file. There are options for this. |
|
| Back to top |
|
Ian.Marshall
Joined: 29 Jan 2006
Posts: 5
|
| Posted: Mon Jan 30, 2006 9:16 pm Post subject: Re: REmove clock and calculator from themes |
|
|
Hi Mike
Thanks for the info, I've made the necessary adjustments and happy with the layout now.
:D |
|
| Back to top |
|
jmccann
Joined: 21 Dec 2005
Posts: 13
|
| Posted: Tue Feb 28, 2006 4:06 pm Post subject: Re: REmove clock and calculator from themes |
|
|
Hi,
I must be missong something, when I view the config.php file in my vtiger root diretory, I cant see any options for removing the calciulator and clock.
Can you advise?
regards,
jim mccann |
|
| Back to top |
|
JamieinNH
Joined: 07 Mar 2005
Posts: 113
|
| Posted: Tue Feb 28, 2006 4:09 pm Post subject: Re: REmove clock and calculator from themes |
|
|
Hiya Jim,
Towards the top you will see this:
//World clock & Calculator will be displayed if these variables are 'true' otherwise will not be displayed.
$WORLD_CLOCK_DISPLAY = 'true';
$CALCULATOR_DISPLAY = 'true';
Change true to false and they won't show up.
Jamie |
|
| Back to top |
|
| |