User Feedback Archive : June 2018

Posted by Paul
2018-06-24

Hi Tom is there a way to lock down the address book for users so that they have read only access?
Posted by Tom
2018-06-26

Hi,

>is there a way to lock down the address book for users so that they have read only access?

You can copy web/staff and paste it as, say web/guest. Now Remove anything you don't want guests to ... Read More
Posted by Hide fields
2018-06-18

The easiest way is to hide the fields with <div style="display:none;">
for example
<div style="display:none;">

....the fields you want to hide...


</div>
Posted by Tom
2018-06-20

<div style="display:none;">
....the fields you want to hide...
</div>
OK, this is for web/staff/tpl.(table-name).detail.inc.php
Posted by Hide fields
2018-06-17

I see there's a reference to hiding fields but no reference to which file this is in. Can someone clarify this? Thanks.
Posted by Tom
2018-06-18

Hi,

>I see there's a reference to hiding fields

Which post are you referring to?
Posted by Sharon
2018-06-01

Update:

I tried adding:
date_default_timezone_set("Europe/London");

in
address/web/codelib/sys/CVField.inc.php

and it's fixed the problem.
Posted by Tom
2018-06-03

Great!
Posted by Sharon
2018-06-01

I've just checked and I did put SetEnv TZ Europe/London - I'm sure my entire site would have fallen over if I'd made a syntax error in .htaccess ;)