User Feedback Archive : August 2016

Posted by Rick
2016-08-29

I notice in the Gradient CSS you have brown gradient and blue gradient. Why is their not a choice in the Admin Edit Poll section for brown or blue. Where would I change to brown if I wanted it ... Read More
Posted by Tom
2016-08-30

Yes, it's a good idea! Thank you for your feedback!
Posted by Ken Anklovitch
2016-08-25

Hi Tom
Is there any chance that I can make the email a clickable field to send emails and is there any way to convert to a responsive script for phones?

Thanks very much Tom
Posted by Tom
2016-08-26

Hi,

To make the email a clickable field, please see this article:
http://www.phpkobo.com/article--m2072

>convert to a responsive script
Well, it's possible but there isn't a quick way. You just ... Read More
Posted by Ken Anklovitch
2016-08-22

Forget my previous question Tom, I found it.
Posted by Tom
2016-08-22

ok!
Posted by Ken Anklovitch
2016-08-22

I haven't updated my custom Address script in quite awhile so I am a bit rusty. Which file generates the Login page, I would like to customize the look if possible. I use the script everyday, all ... Read More
Posted by Robert Graham
2016-08-20

Thanks for your answer it was easy to do and works like a champ. thanks
Posted by Robert Graham
2016-08-18

I have 2 questions for you. First now can I have a default field answer? For example 95% of the people in my data base will share the same City, State and Zip. Having to a default answer will save ... Read More
Posted by Tom
2016-08-19

To set a default value, open web/codelib/df.fl.(table-name).inc.php and find the field definition array you want to edit. For example, this is the field definition of first_name :
... Read More
Posted by Laris
2016-08-10

Thx a lot for quick answer and your script !!!!
I have modify a severals files and the Log Info date don't work!
In fact, the date of "Last modified at" and "created at" returns a blank field (NULL). ... Read More
Posted by Tom
2016-08-11

>In fact, the date of "Last modified at" and "created at" returns a blank field (NULL). What are files(all) to be restored

OK, maybe it's late but my suggestion is take a backup of the script ... Read More
Posted by ashwinkumar
2016-08-10

Dear Tom,
I use your script to store several contacts from many companies. For example say I have 10 contacts from company AAA and 15 contacts from company BBB. currently when i open the address book ... Read More
Posted by Tom
2016-08-11

I think the closest solution is adding a selection box manually filled with company names. I know it's not exactly the same as your spec but it's something you can do without programming.
Posted by Laris
2016-08-09

Hi,
How to change the date format.
In fact, i wish to change "2010-11-02" to "02/11/2010"
Posted by Tom
2016-08-09

Hi,

>i wish to change "2010-11-02" to "02/11/2010"

Suppose you have the "birthday" field in the template, web/staff/tpl.(table-name).search.inc.php like shown below:
... Read More
Posted by Jeremy
2016-08-08

Hi Tom,
I wanted to know if it's possible to have linked dropboxes. For example, let's say we have a first dropbox named State (including i.e, Florida, California). The second dropbox, contains ... Read More
Posted by Tom
2016-08-08

>I wanted to know if it's possible to have linked dropboxes.

Yes, you can by adding javascript code. The code is not part of Address Book
Script so you have to write it yourself.
Posted by Chris
2016-08-07

Hello, is it possible to use another style sheet in template?
Posted by Tom
2016-08-08

>is it possible to use another style sheet in template?

Yes
Posted by Didi
2016-08-02

Hi Tom,

what file can i add new field 'Position'?
Thanks.
Posted by Tom
2016-08-03

To add a new field, please follow this instruction:
http://www.phpkobo.com/address_book.php#copy_a_field
Posted by Didi
2016-08-01

Hi Tom,

first i want to say Thanks for answer 'Dropdown/Combobox'.

And i have 1 question again, can we add new field? Let say 'Position' will be used?

Please advice and thank you.
Posted by Tom
2016-08-02

> can we add new field?

Yes.

>Let say 'Position' will be used?

You can use any name for a new field if that's what you meant.