User Feedback Archive : December 2017

Posted by Andreas
2017-12-27

Hi Tom ...

What is the mistake here?

EMAIL ERROR :
Connection refused(111)

The email is written correctly in the database!
Thank you in advance!
Posted by Tom
2017-12-29

Hi,

>EMAIL ERROR :
>Connection refused(111)

It means the connection was refused by your email server. Maybe you needed to supply username and password. Or maybe you supplied them but either of them ... Read More
Posted by Andeas
2017-12-26

Hello Tom,
thanks for the nice script ...!

my question ...
How can I display all entries on a page?
Currently is this limited to 20 ... I ask for help ...

Thanks in advance!
Posted by Tom
2017-12-27

>How can I display all entries on a page?
Currently is this limited to 20 ... I ask for help ...

You can change 20 to some big number.
To change the number, please see ... Read More
Posted by Lourens
2017-12-26

Tom,

This is a great script, you should add language files so it is easy to translate into other languages.
Posted by Tom
2017-12-27

>you should add language files so it is easy to translate into other languages.

You are right. Thanks for your suggestion!
Posted by Kishore
2017-12-25

Hi Tom,

i have blocked the user from deleting the contacts, but unable to block user from adding/ editing the user. Kindly help me and Thanks a Ton for the script
Posted by Tom
2017-12-27

Hi,

>unable to block user from adding/ editing the user.

It's basically the same as disabling deleting contacts. You need to work on cls_ps_staff.inc.php instead of cls_ps_(--table-name--).inc.php
Posted by Oleg
2017-12-22

Dear author, thank you for your script. I have one question: how can I add an additional string to my Paypal form? I would like to add a variable, it will go to buyer in purchasing confirmation mail.
Posted by Tom
2017-12-23

Hi,

>I have one question: how can I add an additional string to my Paypal form

Please see the PayPal buy now button manual. It will explain what kind of input fields you can add to the form.
Posted by Gabriel
2017-12-18

Hello!

Actually I have running the address book on a CentOS 6.5 server with nginx and mysql.

I'm trying to migrate it to another Centos Server updated to date, version 7.4.1708. I also installed ... Read More
Posted by Tom
2017-12-20

Hi,

>When I log in to the address book site, it starts correctly, but when you want to enter any link, go back to the login screen.

It sounds PHP session is not working on your server. Please ask ... Read More
Posted by Gerhard Bobleter
2017-12-11

I have just installed Address Book on my local webserver. It looks quite good but I am dissapointed to learn that these scripts are running seperatly. I would much rather like to see the Company ... Read More
Posted by Tom
2017-12-12

Hi,

>I am dissapointed to learn that these scripts are running seperatly

Yes, you are right. Adding tables incrementally is one of features we really want to add to the next version. Thanks for ... Read More
Posted by Kishore
2017-12-01

Hi,
is there a option to block staff to add/delete contacts
Posted by Tom
2017-12-03

Hi,

>is there a option to block staff to add/delete contacts

To disable deleting for non-administrator, first you need to disable the backend code for deletion. open ... Read More